Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
EarthOrientationParametersData |
EarthOrientationParameters.computeEopData(JulianDate date)
Creates an
EarthOrientationParametersData object with the given date and information from the
various Compute methods such as EarthOrientationParameters.computePoleWander(agi.foundation.time.JulianDate) . |
Modifier and Type | Method and Description |
---|---|
List<EarthOrientationParametersData> |
EarthOrientationParameters.getData()
Gets the EOP data represented by this instance.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EarthOrientationParametersData.equals(EarthOrientationParametersData left,
EarthOrientationParametersData right)
Returns
true if the two instances are exactly equal. |
boolean |
EarthOrientationParametersData.equalsType(EarthOrientationParametersData other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
EarthOrientationParametersData.notEquals(EarthOrientationParametersData left,
EarthOrientationParametersData right)
Returns
true if the two instances are not exactly equal. |
Constructor and Description |
---|
EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData> data)
Initializes a new instance from the specified list of data points.
|
EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData> data,
TimeInterval observedInterval,
TimeInterval predictedInterval,
Iterable<LeapSecond> leapSeconds)
Initializes a new instance from the specified list of data points.
|
EarthOrientationParameters(Iterable<? extends EarthOrientationParametersData> data,
TimeInterval observedInterval,
TimeInterval predictedInterval,
Iterable<LeapSecond> leapSeconds,
String nativeItrfFrame)
Initializes a new instance from the specified list of data points.
|