| Package | Description | 
|---|---|
| agi.foundation.coordinates | 
 Contains types for quantifying and converting between various coordinate representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static OrbitType | 
OrbitType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static OrbitType | 
OrbitType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
OrbitType | 
ModifiedKeplerianElements.getOrbitType()
Gets the type of orbit represented by these elements. 
 | 
OrbitType | 
KozaiIzsakMeanElements.getOrbitType()
Gets the type of orbit represented by these elements. 
 | 
OrbitType | 
KeplerianElements.getOrbitType()
Gets the type of orbit represented by these elements. 
 | 
static OrbitType | 
OrbitType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static OrbitType[] | 
OrbitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 |