| 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 |
|---|---|
Sgp4Propagator |
Sgp4ElementsSwitchByClosestApproach.getPropagator()
Gets the propagator used to test for the closest approach between two element sets.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Sgp4Propagator.checkForSameDefinition(Sgp4Propagator other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
| Constructor and Description |
|---|
Sgp4ElementsSwitchByClosestApproach(Sgp4Propagator propagator)
Create a new instance using the given propagator to test the element sets.
|
Sgp4Propagator(Sgp4Propagator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|