Uses of Class
org.orekit.bodies.OneAxisEllipsoid
-
Packages that use OneAxisEllipsoid Package Description org.orekit.forces.drag.atmosphere This package provides the atmosphere model interface and several implementations.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment.org.orekit.models.earth.displacement This package provides models computing reference points displacements on Earth surface.org.orekit.models.earth.tessellation This package provides ways to do tessellation and sampling of zones of interest over an ellipsoid surface.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of OneAxisEllipsoid in org.orekit.forces.drag.atmosphere
Constructors in org.orekit.forces.drag.atmosphere with parameters of type OneAxisEllipsoid Constructor Description HarrisPriester(PVCoordinatesProvider sun, OneAxisEllipsoid earth)
Simple constructor for Modified Harris-Priester atmosphere model.HarrisPriester(PVCoordinatesProvider sun, OneAxisEllipsoid earth, double n)
Constructor for Modified Harris-Priester atmosphere model.HarrisPriester(PVCoordinatesProvider sun, OneAxisEllipsoid earth, double[][] tabAltRho)
Constructor for Modified Harris-Priester atmosphere model.HarrisPriester(PVCoordinatesProvider sun, OneAxisEllipsoid earth, double[][] tabAltRho, double n)
Constructor for Modified Harris-Priester atmosphere model. -
Uses of OneAxisEllipsoid in org.orekit.gnss
Methods in org.orekit.gnss with parameters of type OneAxisEllipsoid Modifier and Type Method Description static DOPComputer
DOPComputer. create(OneAxisEllipsoid shape, GeodeticPoint location)
Creates a DOP computer for one location. -
Uses of OneAxisEllipsoid in org.orekit.models.earth
Subclasses of OneAxisEllipsoid in org.orekit.models.earth Modifier and Type Class Description class
ReferenceEllipsoid
A Reference Ellipsoid for use in geodesy. -
Uses of OneAxisEllipsoid in org.orekit.models.earth.displacement
Constructors in org.orekit.models.earth.displacement with parameters of type OneAxisEllipsoid Constructor Description OceanLoading(OneAxisEllipsoid earth, OceanLoadingCoefficients coefficients)
Simple constructor. -
Uses of OneAxisEllipsoid in org.orekit.models.earth.tessellation
Constructors in org.orekit.models.earth.tessellation with parameters of type OneAxisEllipsoid Constructor Description AlongTrackAiming(OneAxisEllipsoid ellipsoid, Orbit orbit, boolean isAscending)
Simple constructor.ConstantAzimuthAiming(OneAxisEllipsoid ellipsoid, double azimuth)
Simple constructor.EllipsoidTessellator(OneAxisEllipsoid ellipsoid, TileAiming aiming, int quantization)
Simple constructor. -
Uses of OneAxisEllipsoid in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return OneAxisEllipsoid Modifier and Type Method Description OneAxisEllipsoid
LatitudeCrossingDetector. getBody()
Get the body on which the geographic zone is defined.OneAxisEllipsoid
LongitudeCrossingDetector. getBody()
Get the body on which the geographic zone is defined.OneAxisEllipsoid
InterSatDirectViewDetector. getCentralBody()
Get the central body.Constructors in org.orekit.propagation.events with parameters of type OneAxisEllipsoid Constructor Description FootprintOverlapDetector(FieldOfView fov, OneAxisEllipsoid body, org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet zone, double samplingStep)
Build a new instance.InterSatDirectViewDetector(OneAxisEllipsoid body, PVCoordinatesProvider slave)
simple constructor.LatitudeCrossingDetector(double maxCheck, double threshold, OneAxisEllipsoid body, double latitude)
Build a detector.LatitudeCrossingDetector(OneAxisEllipsoid body, double latitude)
Build a new detector.LatitudeExtremumDetector(double maxCheck, double threshold, OneAxisEllipsoid body)
Build a detector.LatitudeExtremumDetector(OneAxisEllipsoid body)
Build a new detector.LongitudeCrossingDetector(double maxCheck, double threshold, OneAxisEllipsoid body, double longitude)
Build a detector.LongitudeCrossingDetector(OneAxisEllipsoid body, double longitude)
Build a new detector.LongitudeExtremumDetector(double maxCheck, double threshold, OneAxisEllipsoid body)
Build a detector.LongitudeExtremumDetector(OneAxisEllipsoid body)
Build a new detector.
-