Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
static SphericalHarmonicsTideType |
SphericalHarmonicsTideType.getDefault()
Deprecated.
Get the enum constant that is considered to be the default.
|
static SphericalHarmonicsTideType |
SphericalHarmonicsTideType.getFromValue(int value)
Deprecated.
Get the enum constant that is associated with the given numeric value.
|
SphericalHarmonicsTideType |
SphericalHarmonicGravityField.getTideType()
Deprecated.
The SphericalHarmonicsTideType enumeration is deprecated due to the addition of SolidTideModel classes.
|
static SphericalHarmonicsTideType |
SphericalHarmonicsTideType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static SphericalHarmonicsTideType[] |
SphericalHarmonicsTideType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
CentralBody centralBody,
int degree,
int order,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Deprecated.
Any constructor with tideType is deprecated and needs to be replaced with a constructor that includes a tideModel.
|
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
CentralBody centralBody,
int degree,
int order,
int partialsDegree,
int partialsOrder,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Deprecated.
Any constructor with tideType is deprecated and needs to be replaced with a constructor that includes a tideModel.
|
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
int degree,
int order,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Deprecated.
Any constructor with tideType is deprecated and needs to be replaced with a constructor that includes a tideModel.
|
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
int degree,
int order,
int partialsDegree,
int partialsOrder,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Deprecated.
Any constructor with tideType is deprecated and needs to be replaced with a constructor that includes a tideModel.
|