Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
Iau1976Precession
Provides Earth precession information according to the IAU 1976 model
|
Modifier and Type | Method and Description |
---|---|
PrecessionModel |
EarthCentralBody.getPrecessionModel()
Gets the default precession model used in the FK5 transformation from
J2000 to the Fixed frame.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
PrecessionModel.checkForSameDefinition(PrecessionModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
Iau1976Precession.checkForSameDefinition(PrecessionModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
EarthCentralBody.setPrecessionModel(PrecessionModel value)
Sets the default precession model used in the FK5 transformation from
J2000 to the Fixed frame.
|
Constructor and Description |
---|
PrecessionModel(PrecessionModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|