| 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 KozaiIzsakMeanElement | 
KozaiIzsakMeanElement.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static KozaiIzsakMeanElement | 
KozaiIzsakMeanElement.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
static KozaiIzsakMeanElement | 
KozaiIzsakMeanElement.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static KozaiIzsakMeanElement[] | 
KozaiIzsakMeanElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
KozaiIzsakMeanElement | 
ScalarKozaiIzsakMeanElement.getElement()
Gets the  
KozaiIzsakMeanElement to compute. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScalarKozaiIzsakMeanElement.setElement(KozaiIzsakMeanElement value)
Sets the  
KozaiIzsakMeanElement to compute. | 
| Constructor and Description | 
|---|
ScalarKozaiIzsakMeanElement(double gravitationalParameter,
                           Point location,
                           KozaiIzsakMeanElement element,
                           ReferenceFrame frame,
                           double j2UnnormalizedValue,
                           double referenceDistance)
Initializes a new instance. 
 |