Uses of Class
org.orekit.bodies.Ellipsoid
-
Packages that use Ellipsoid Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment. -
-
Uses of Ellipsoid in org.orekit.attitudes
Constructors in org.orekit.attitudes with parameters of type Ellipsoid Constructor Description BodyCenterPointing(Frame inertialFrame, Ellipsoid shape)
Creates new instance. -
Uses of Ellipsoid in org.orekit.bodies
Subclasses of Ellipsoid in org.orekit.bodies Modifier and Type Class Description class
OneAxisEllipsoid
Modeling of a one-axis ellipsoid. -
Uses of Ellipsoid in org.orekit.models.earth
Subclasses of Ellipsoid in org.orekit.models.earth Modifier and Type Class Description class
ReferenceEllipsoid
A Reference Ellipsoid for use in geodesy.
-