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