Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Class and Description |
---|---|
class |
Sgp4ElementsSwitchByClosestApproach
An algorithm which determines when to switch from one element set to another
by propagating each element set against the next to determine the time
at which the range between the positions of the two orbits is the smallest.
|
class |
Sgp4ElementsSwitchByEpoch
|
class |
Sgp4ElementsSwitchByMidpoint
|
Modifier and Type | Method and Description |
---|---|
Sgp4ElementsSwitching |
Sgp4Elements.getSwitchingMethod()
Gets the method to use when switching between this element set and the following element set.
|
Modifier and Type | Method and Description |
---|---|
void |
Sgp4Elements.setSwitchingMethod(Sgp4ElementsSwitching value)
Sets the method to use when switching between this element set and the following element set.
|