Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
WalkerConstellationResult<J2Propagator> |
WalkerConstellation.createJ2Propagator(JulianDate orbitEpoch,
ReferenceFrame referenceFrame,
double j2UnnormalizedValue,
double referenceDistance)
Creates a nested collection of satellite propagators.
|
WalkerConstellationResult<J4Propagator> |
WalkerConstellation.createJ4Propagator(JulianDate orbitEpoch,
ReferenceFrame referenceFrame,
double j2UnnormalizedValue,
double j4UnnormalizedValue,
double referenceDistance)
Creates a nested collection of satellite propagators.
|
WalkerConstellationResult<TwoBodyPropagator> |
WalkerConstellation.createTwoBodyPropagator(JulianDate orbitEpoch,
ReferenceFrame referenceFrame)
Creates a nested collection of satellite propagators.
|