| Package | Description | 
|---|---|
| agi.foundation.coordinates | 
 Contains types for quantifying and converting between various coordinate representations. 
 | 
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static KeplerianElement | 
KeplerianElement.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static KeplerianElement | 
KeplerianElement.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static KeplerianElement | 
KeplerianElement.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static KeplerianElement[] | 
KeplerianElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KeplerianElement | 
ScalarModifiedKeplerianElement.getElement()
Gets the  
KeplerianElement to compute. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScalarModifiedKeplerianElement.setElement(KeplerianElement value)
Sets the  
KeplerianElement to compute. | 
| Constructor and Description | 
|---|
ScalarModifiedKeplerianElement(double gravitationalParameter,
                              Point location,
                              KeplerianElement element,
                              ReferenceFrame frame)
Initializes a new instance. 
 |