Package | Description |
---|---|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
agi.foundation.stk |
Contains types for interoperating with the STK desktop application and related data.
|
Modifier and Type | Method and Description |
---|---|
static LongitudeLatitudeRadius |
LongitudeLatitudeRadius.getZero()
Gets a set of
LongitudeLatitudeRadius coordinates with values of zero. |
Modifier and Type | Method and Description |
---|---|
static Motion1<LongitudeLatitudeRadius> |
LongitudeLatitudeRadius.convertMotion(Motion1<Cartesian> motion,
int order)
Converts the motion given in terms of a set of
Cartesian coordinates to motion
of the corresponding set of LongitudeLatitudeRadius coordinates. |
Modifier and Type | Method and Description |
---|---|
static boolean |
LongitudeLatitudeRadius.equals(LongitudeLatitudeRadius left,
LongitudeLatitudeRadius right)
Returns
true if the two instances are exactly equal. |
boolean |
LongitudeLatitudeRadius.equalsEpsilon(LongitudeLatitudeRadius other,
double epsilon)
Indicates whether each coordinate value of another instance of this type
is within the required tolerance of the corresponding coordinate value of this instance.
|
boolean |
LongitudeLatitudeRadius.equalsType(LongitudeLatitudeRadius other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
LongitudeLatitudeRadius.notEquals(LongitudeLatitudeRadius left,
LongitudeLatitudeRadius right)
Returns
true if the two instances are not exactly equal. |
Modifier and Type | Method and Description |
---|---|
static Motion1<Cartesian> |
Cartesian.convertMotion(Motion1<LongitudeLatitudeRadius> motion,
int order)
Converts the motion given in terms of a set of
LongitudeLatitudeRadius coordinates to motion
of the corresponding set of Cartesian coordinates. |
Constructor and Description |
---|
Cartesian(LongitudeLatitudeRadius coordinates)
Initializes a set of
Cartesian coordinates from the provided set of LongitudeLatitudeRadius coordinates. |
Cylindrical(LongitudeLatitudeRadius coordinates)
Initializes a set of
Cylindrical coordinates from the provided set of LongitudeLatitudeRadius coordinates. |
Spherical(LongitudeLatitudeRadius coordinates)
Initializes a set of
Spherical coordinates from the provided set of
LongitudeLatitudeRadius coordinates. |
Modifier and Type | Method and Description |
---|---|
DateMotionCollection1<LongitudeLatitudeRadius> |
StkEphemerisFile.EphemerisLLRTimePos.getEphemerisData()
|
Modifier and Type | Method and Description |
---|---|
void |
StkEphemerisFile.EphemerisLLRTimePos.setEphemerisData(DateMotionCollection1<LongitudeLatitudeRadius> value)
|