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