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 |
---|---|
List<Waypoint> |
WaypointPropagator.getWaypoints()
Gets the list of waypoints.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Waypoint.equals(Waypoint left,
Waypoint right)
Returns
true if the two instances are exactly equal. |
boolean |
Waypoint.equalsType(Waypoint other)
Indicates whether another instance of this type is equal to this instance.
|
static boolean |
Waypoint.notEquals(Waypoint left,
Waypoint right)
Returns
true if the two instances are not exactly equal. |
Constructor and Description |
---|
Waypoint(Waypoint previousWaypoint,
Ellipsoid shape,
Cartographic location,
double groundSpeed)
Initializes a new instance.
|
WaypointPropagator(CentralBody centralBody,
Waypoint... waypoints)
Initializes a waypoint propagator.
|
Constructor and Description |
---|
WaypointCollection(List<Waypoint> list)
Initializes a new instance.
|
WaypointPropagator(CentralBody centralBody,
Collection<Waypoint> waypoints)
Initializes a waypoint propagator.
|