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.forces.drag.atmosphere |
This package provides the atmosphere model interface and several implementations.
|
org.orekit.frames |
This package provides classes to handle frames and transforms between them.
|
org.orekit.models.earth |
This package provides models that simulate certain physical phenomena
of Earth and the near-Earth environment.
|
org.orekit.propagation.events |
This package provides interfaces and classes dealing with events occurring during propagation.
|
Constructor | Description |
---|---|
LofOffsetPointing(Frame inertialFrame,
BodyShape shape,
AttitudeProvider attLaw,
org.hipparchus.geometry.euclidean.threed.Vector3D satPointingVector) |
Creates new instance.
|
NadirPointing(Frame inertialFrame,
BodyShape shape) |
Creates new instance.
|
TargetPointing(Frame inertialFrame,
GeodeticPoint targetGeo,
BodyShape shape) |
Creates a new instance from body shape and target expressed in geodetic coordinates.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OneAxisEllipsoid |
Modeling of a one-axis ellipsoid.
|
Constructor | Description |
---|---|
DTM2000(DTM2000InputParameters parameters,
PVCoordinatesProvider sun,
BodyShape earth) |
Simple constructor for independent computation.
|
JB2008(JB2008InputParameters parameters,
PVCoordinatesProvider sun,
BodyShape earth) |
Constructor with space environment information for internal computation.
|
NRLMSISE00(NRLMSISE00InputParameters parameters,
PVCoordinatesProvider sun,
BodyShape earth) |
Constructor.
|
SimpleExponentialAtmosphere(BodyShape shape,
double rho0,
double h0,
double hscale) |
Create an exponential atmosphere.
|
Modifier and Type | Method | Description |
---|---|---|
BodyShape |
TopocentricFrame.getParentShape() |
Get the body shape on which the local point is defined.
|
Constructor | Description |
---|---|
TopocentricFrame(BodyShape parentShape,
GeodeticPoint point,
String name) |
Simple constructor.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
EarthShape |
All models of Earth's shape have some common properties that are not shared with
arbitrary
BodyShape s. |
Modifier and Type | Class | Description |
---|---|---|
class |
Geoid |
A geoid is a level surface of the gravity potential of a body.
|
class |
ReferenceEllipsoid |
A Reference Ellipsoid for use in geodesy.
|
Modifier and Type | Method | Description |
---|---|---|
BodyShape |
FootprintOverlapDetector.getBody() |
Get the body on which the geographic zone is defined.
|
BodyShape |
GeographicZoneDetector.getBody() |
Get the body on which the geographic zone is defined.
|
BodyShape |
LatitudeExtremumDetector.getBody() |
Get the body on which the geographic zone is defined.
|
BodyShape |
LongitudeExtremumDetector.getBody() |
Get the body on which the geographic zone is defined.
|
BodyShape |
AltitudeDetector.getBodyShape() |
Get the body shape.
|
BodyShape |
FieldAltitudeDetector.getBodyShape() |
Get the body shape.
|
Constructor | Description |
---|---|
AltitudeDetector(double maxCheck,
double threshold,
double altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
AltitudeDetector(double maxCheck,
double altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
AltitudeDetector(double altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
FieldAltitudeDetector(T altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
FieldAltitudeDetector(T maxCheck,
T altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
FieldAltitudeDetector(T maxCheck,
T threshold,
T altitude,
BodyShape bodyShape) |
Build a new altitude detector.
|
GeographicZoneDetector(double maxCheck,
double threshold,
BodyShape body,
org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet zone,
double margin) |
Build a detector.
|
GeographicZoneDetector(BodyShape body,
org.hipparchus.geometry.spherical.twod.SphericalPolygonsSet zone,
double margin) |
Build a new detector.
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.