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()
Get the enum constant that is considered to be the default.
|
static SphericalHarmonicsTideType |
SphericalHarmonicsTideType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SphericalHarmonicsTideType |
SphericalHarmonicGravityField.getTideType()
Gets the
SphericalHarmonicsTideType to use when calculating gravitational force. |
static SphericalHarmonicsTideType |
SphericalHarmonicsTideType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SphericalHarmonicsTideType[] |
SphericalHarmonicsTideType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SphericalHarmonicGravityField.setTideType(SphericalHarmonicsTideType value)
Sets the
SphericalHarmonicsTideType to use when calculating gravitational force. |
Constructor and Description |
---|
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
CentralBody centralBody,
int degree,
int order,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Initializes a new instance from a
SphericalHarmonicGravityModel ,
a CentralBody (get ), the degree and order
of the subset of the model that this field represents, and a boolean
representing whether or not to include two body forces. |
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
CentralBody centralBody,
int degree,
int order,
int partialsDegree,
int partialsOrder,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Initializes a new instance from a
SphericalHarmonicGravityModel ,
a CentralBody (get ), the degree and order
of the subset of the model that this field represents, the
degree and order to use when calculating partial derivatives, and a boolean
representing whether or not to include two body forces. |
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
int degree,
int order,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Initializes a new instance from a
SphericalHarmonicGravityModel , the degree and order
of the subset of the model that this field represents, and a boolean
representing whether or not to include two body forces. |
SphericalHarmonicGravityField(SphericalHarmonicGravityModel gravityModel,
int degree,
int order,
int partialsDegree,
int partialsOrder,
boolean includeTwoBody,
SphericalHarmonicsTideType tideType)
Initializes a new instance from a
SphericalHarmonicGravityModel , the degree and order
of the subset of the model that this field represents, the
degree and order to use when calculating partial derivatives, and a boolean
representing whether or not to include two body forces. |