Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Class and Description |
---|---|
class |
Iers2003SolidTideModel
A high-fidelity, time-varying Earth solid tide model that is based on the IERS Conventions (2003) technical report 32.
|
class |
SimpleSolidTideModel
A simplified, time-varying solid tide model.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
TimeVaryingSolidTideModel.checkForSameDefinition(TimeVaryingSolidTideModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
SimpleSolidTideModel.checkForSameDefinition(TimeVaryingSolidTideModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
Iers2003SolidTideModel.checkForSameDefinition(TimeVaryingSolidTideModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
TimeVaryingSolidTideModel(TimeVaryingSolidTideModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|