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 WaypointPropagator |
WaypointPropagator.constructConstantVelocityWaypointPropagator(CentralBody centralBody,
List<JulianDate> times,
List<Cartographic> positions)
Creates a waypoint propagator from a list of times and locations.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
WaypointPropagator.checkForSameDefinition(WaypointPropagator other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
WaypointPropagator(WaypointPropagator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|