Uses of Class
org.orekit.bodies.OneAxisEllipsoid
-
Packages that use OneAxisEllipsoid Package Description org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.geometry.fov This package provides classes for representing a spacecraft sensor Field Of View.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.atmosphere This package provides the atmosphere model interface and several implementations.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.org.orekit.utils This package provides useful objects. -
-
Uses of OneAxisEllipsoid in org.orekit.bodies
Methods in org.orekit.bodies that return OneAxisEllipsoid Modifier and Type Method Description OneAxisEllipsoid
Loxodrome. getBody()
Get the body on which the loxodrome is defined.Constructors in org.orekit.bodies with parameters of type OneAxisEllipsoid Constructor Description Loxodrome(GeodeticPoint point, double azimuth, OneAxisEllipsoid body)
Constructor building a loxodrome from an initial point and an azimuth-off-local-north heading.Loxodrome(GeodeticPoint point, double azimuth, OneAxisEllipsoid body, double altitude)
Constructor building a loxodrome from an initial point and an azimuth-off-local-north heading.LoxodromeArc(GeodeticPoint point, GeodeticPoint endPoint, OneAxisEllipsoid body)
Class constructor where the arc's altitude is the average of the initial and final points.LoxodromeArc(GeodeticPoint point, GeodeticPoint endPoint, OneAxisEllipsoid body, double altitude)
Class constructor. -
Uses of OneAxisEllipsoid in org.orekit.geometry.fov
Methods in org.orekit.geometry.fov with parameters of type OneAxisEllipsoid Modifier and Type Method Description List<List<GeodeticPoint>>
FieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)
Get the footprint of the Field Of View on ground.List<List<GeodeticPoint>>
PolygonalFieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)
Get the footprint of the Field Of View on ground.List<List<GeodeticPoint>>
PythonAbstractFieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)
Get the footprint of the Field Of View on ground.List<List<GeodeticPoint>>
PythonFieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)
Get the footprint of the Field Of View on ground.List<List<GeodeticPoint>>
SmoothFieldOfView. getFootprint(Transform fovToBody, OneAxisEllipsoid body, double angularStep)
Get the footprint of the Field Of View on ground. -
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.atmosphere
Constructors in org.orekit.models.earth.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.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
FieldLatitudeCrossingDetector. getBody()
Get the body on which the geographic zone is defined.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.OneAxisEllipsoid
EclipseDetector. getOcculting()
Getter for the occulting body.Constructors in org.orekit.propagation.events with parameters of type OneAxisEllipsoid Constructor Description EclipseDetector(PVCoordinatesProvider occulted, double occultedRadius, OneAxisEllipsoid occulting)
Build a new eclipse detector.FieldLatitudeCrossingDetector(Field<T> field, OneAxisEllipsoid body, double latitude)
Build a new detector.FieldLatitudeCrossingDetector(T maxCheck, T threshold, OneAxisEllipsoid body, double latitude)
Build a detector.FootprintOverlapDetector(FieldOfView fov, OneAxisEllipsoid body, SphericalPolygonsSet zone, double samplingStep)
Build a new instance.InterSatDirectViewDetector(OneAxisEllipsoid body, PVCoordinatesProvider secondary)
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.MagneticFieldDetector(double maxCheck, double threshold, double limit, GeoMagneticFieldFactory.FieldModel type, OneAxisEllipsoid body, boolean seaLevel)
Build a detector.MagneticFieldDetector(double maxCheck, double threshold, double limit, GeoMagneticFieldFactory.FieldModel type, OneAxisEllipsoid body, boolean seaLevel, DataContext dataContext)
Build a detector.MagneticFieldDetector(double limit, GeoMagneticFieldFactory.FieldModel type, OneAxisEllipsoid body)
Build a new detector.MagneticFieldDetector(double limit, GeoMagneticFieldFactory.FieldModel type, OneAxisEllipsoid body, boolean seaLevel)
Build a new detector. -
Uses of OneAxisEllipsoid in org.orekit.utils
Methods in org.orekit.utils with parameters of type OneAxisEllipsoid Modifier and Type Method Description static WaypointPVBuilder
WaypointPVBuilder. cartesianBuilder(OneAxisEllipsoid body)
Construct a waypoint builder interpolating points using a linear cartesian interpolation.PVCoordinatesProvider
WaypointPVBuilder.InterpolationFactory. create(AbsoluteDate date1, GeodeticPoint point1, AbsoluteDate date2, GeodeticPoint point2, OneAxisEllipsoid body)
Create aPVCoordinatesProvider
which interpolates between the provided waypoints.static WaypointPVBuilder
WaypointPVBuilder. greatCircleBuilder(OneAxisEllipsoid body)
Construct a waypoint builder interpolating points using a great-circle.static WaypointPVBuilder
WaypointPVBuilder. loxodromeBuilder(OneAxisEllipsoid body)
Construct a waypoint builder interpolating points using a loxodrome (or Rhumbline).Constructors in org.orekit.utils with parameters of type OneAxisEllipsoid Constructor Description ConstantPVCoordinatesProvider(GeodeticPoint pos, OneAxisEllipsoid body)
Create a the provider from a fixed lat/lon/alt on a central body.WaypointPVBuilder(WaypointPVBuilder.InterpolationFactory factory, OneAxisEllipsoid body)
Create a new instance.
-