| 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 | 
|---|---|
static J4Propagator | 
SpecializedOrbitSolver.createCircularOrbit(JulianDate orbitEpoch,
                   ReferenceFrame inertialFrame,
                   double altitude,
                   double inclination,
                   double rightAscensionOfAscendingNode,
                   double gravitationalParameter,
                   double j2UnnormalizedValue,
                   double j4UnnormalizedValue,
                   double referenceDistance)
Creates a circular orbit with the desired characteristics. 
 | 
static J4Propagator | 
SpecializedOrbitSolver.createEarthCircularOrbit(JulianDate orbitEpoch,
                        double altitude,
                        double inclination,
                        double rightAscensionOfAscendingNode)
Creates a circular orbit using default Earth parameters with the desired characteristics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WalkerConstellationResult<J4Propagator> | 
WalkerConstellation.createJ4Propagator(JulianDate orbitEpoch,
                  ReferenceFrame referenceFrame,
                  double j2UnnormalizedValue,
                  double j4UnnormalizedValue,
                  double referenceDistance)
Creates a nested collection of satellite propagators. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
J4Propagator.checkForSameDefinition(J4Propagator other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
J4Propagator(J4Propagator existingInstance,
            CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |