Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
agi.foundation.geometry |
Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames;
the manner in which they are related; and transformations between representations.
|
Modifier and Type | Method and Description |
---|---|
static JplDECentralBody |
JplDECentralBody.getDefault()
Get the enum constant that is considered to be the default.
|
static JplDECentralBody |
JplDECentralBody.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static JplDECentralBody |
JplDECentralBody.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JplDECentralBody[] |
JplDECentralBody.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JplDECenterOfMassPoint |
JplDE.getCenterOfMassPoint(JplDECentralBody centralBody)
Gets a point which represents the center of mass of the given
JplDECentralBody . |
double |
JplDE.getGravitationalParameter(JplDECentralBody centralBody)
Gets the gravitational parameter of a central body in SI units (m^3/s^2).
|
double |
JplDE.getGravitationalParameterNative(JplDECentralBody centralBody)
Gets the gravitational parameter of a central body in AU^3/day^2.
|
Modifier and Type | Method and Description |
---|---|
JplDECentralBody |
JplDECenterOfMassPoint.getCentralBody()
Gets the central body.
|
Modifier and Type | Method and Description |
---|---|
void |
JplDECenterOfMassPoint.setCentralBody(JplDECentralBody value)
Sets the central body.
|
Constructor and Description |
---|
JplDECenterOfMassPoint(JplDE jplDE,
JplDECentralBody centralBody)
Initializes a new instance.
|