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.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static DOPComputer |
DOPComputer.create(OneAxisEllipsoid shape,
GeodeticPoint location) |
Creates a DOP computer for one location.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ReferenceEllipsoid |
A Reference Ellipsoid for use in geodesy.
|
Constructor | Description |
---|---|
OceanLoading(OneAxisEllipsoid earth,
OceanLoadingCoefficients coefficients) |
Simple constructor.
|
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.
|
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.
|
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.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.