| 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 | 
|---|---|
PropagatorPoint | 
Sgp4Propagator.createPoint()
Creates a  
Point that represents the motion produced by this propagator. | 
PropagatorPoint | 
CartesianOnePointPropagator.createPoint()
Creates a  
Point that represents the motion produced by this propagator. | 
PropagatorPoint | 
BallisticPropagator.createPoint()
Creates a  
Point defining the motion of an object following the calculated trajectory. | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
PropagatorPoint.checkForSameDefinition(PropagatorPoint other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
PropagatorPoint(PropagatorPoint existingInstance,
               CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |