Uses of Class
org.orekit.models.earth.ReferenceEllipsoid
Packages that use ReferenceEllipsoid
Package
Description
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
-
Uses of ReferenceEllipsoid in org.orekit.models.earth
Methods in org.orekit.models.earth that return ReferenceEllipsoidModifier and TypeMethodDescriptionEarthShape.getEllipsoid()Get the underlying ellipsoid model that defines latitude and longitude.Geoid.getEllipsoid()ReferenceEllipsoid.getEllipsoid()static ReferenceEllipsoidGet the GRS80 ellipsoid, attached to the given body frame.static ReferenceEllipsoidReferenceEllipsoid.getIers2003(Frame bodyFrame) Get the IERS2003 ellipsoid, attached to the given body frame.static ReferenceEllipsoidReferenceEllipsoid.getIers2010(Frame bodyFrame) Get the IERS2010 ellipsoid, attached to the given body frame.static ReferenceEllipsoidGet the IERS96 ellipsoid, attached to the given body frame.static ReferenceEllipsoidGet the WGS84 ellipsoid, attached to the given body frame.Constructors in org.orekit.models.earth with parameters of type ReferenceEllipsoidModifierConstructorDescriptionGeoid(NormalizedSphericalHarmonicsProvider geopotential, ReferenceEllipsoid referenceEllipsoid) Creates a geoid from the given geopotential, reference ellipsoid and the assumptions in the comment forGeoid.