Uses of Class
org.orekit.models.earth.ReferenceEllipsoid
-
Packages that use ReferenceEllipsoid Package Description org.orekit.models.earth 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 ReferenceEllipsoid Modifier and Type Method Description ReferenceEllipsoid
EarthShape. getEllipsoid()
Get the underlying ellipsoid model that defines latitude and longitude.ReferenceEllipsoid
Geoid. getEllipsoid()
ReferenceEllipsoid
ReferenceEllipsoid. getEllipsoid()
static ReferenceEllipsoid
ReferenceEllipsoid. getGrs80(Frame bodyFrame)
Get the GRS80 ellipsoid, attached to the given body frame.static ReferenceEllipsoid
ReferenceEllipsoid. getWgs84(Frame bodyFrame)
Get the WGS84 ellipsoid, attached to the given body frame.Constructors in org.orekit.models.earth with parameters of type ReferenceEllipsoid Constructor Description Geoid(NormalizedSphericalHarmonicsProvider geopotential, ReferenceEllipsoid referenceEllipsoid)
Creates a geoid from the given geopotential, reference ellipsoid and the assumptions in the comment forGeoid
.
-