Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
CoefficientOfReflectivityType |
SimpleSolarRadiationForce.getCoefficientOfReflectivityType()
Gets the
CoefficientOfReflectivityType ,
which is set to CoefficientOfReflectivityType.RADIATION_PRESSURE
by default. |
static CoefficientOfReflectivityType |
CoefficientOfReflectivityType.getDefault()
Get the enum constant that is considered to be the default.
|
static CoefficientOfReflectivityType |
CoefficientOfReflectivityType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static CoefficientOfReflectivityType |
CoefficientOfReflectivityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoefficientOfReflectivityType[] |
CoefficientOfReflectivityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleSolarRadiationForce.setCoefficientOfReflectivityType(CoefficientOfReflectivityType value)
Sets the
CoefficientOfReflectivityType ,
which is set to CoefficientOfReflectivityType.RADIATION_PRESSURE
by default. |