Package org.orekit.models.earth
Interface EarthShape
- All Superinterfaces:
BodyShape
- All Known Implementing Classes:
Geoid,ReferenceEllipsoid
All models of Earth's shape have some common properties that are not shared with
arbitrary
BodyShapes. In particular, an ellipsoidal (or spherical) model is
used to compute latitude and longitude.- Author:
- Evan Ward
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the underlying ellipsoid model that defines latitude and longitude.Methods inherited from interface org.orekit.bodies.BodyShape
getBodyFrame, getIntersectionPoint, getIntersectionPoint, getLongitude, getLongitude, projectToGround, projectToGround, transform, transform, transform, transform
-
Method Details
-
getEllipsoid
ReferenceEllipsoid getEllipsoid()Get the underlying ellipsoid model that defines latitude and longitude. If the height component of aGeodeticPointis not needed, then using the ellipsoid will provide the quickest transformation.- Returns:
- the reference ellipsoid. May be
this, but nevernull.
-