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