Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
agi.foundation.time |
Contains types for quantifying and converting between various date, time, and time standard representations.
|
Modifier and Type | Method and Description |
---|---|
List<LeapSecond> |
EarthOrientationParameters.getLeapSeconds()
Gets a list of leap seconds, if known, indicating times when a data point indicates a delta between TAI and UTC which differs
from the prior data point.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<LeapSecond> |
LeapSecondsFacet.getLeapSecondList()
Gets the list of leap seconds currently being used by this class.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LeapSecond.equals(LeapSecond left,
LeapSecond right)
Returns
true if the two instances are exactly equal. |
boolean |
LeapSecond.equalsType(LeapSecond other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
LeapSecond.notEquals(LeapSecond left,
LeapSecond right)
Returns
true if the two instances are not exactly equal. |
Constructor and Description |
---|
LeapSecondsFacet(Iterable<LeapSecond> leapSeconds)
Initializes a new instance with the specified list of leap seconds.
|