Package | Description |
---|---|
agi.foundation.propagators |
Contains types used in producing the state of an object from a known element set.
|
Modifier and Type | Method and Description |
---|---|
static GeneralPerturbationObjectType |
GeneralPerturbationObjectType.getDefault()
Get the enum constant that is considered to be the default.
|
static GeneralPerturbationObjectType |
GeneralPerturbationObjectType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
GeneralPerturbationObjectType |
UsafGeneralPerturbationElements.getObjectType()
Gets the type of orbiting body.
|
static GeneralPerturbationObjectType |
GeneralPerturbationObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralPerturbationObjectType[] |
GeneralPerturbationObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UsafGeneralPerturbationElements.setObjectType(GeneralPerturbationObjectType value)
Sets the type of orbiting body.
|
Constructor and Description |
---|
UsafGeneralPerturbationElements(Sgp4Elements elements,
String name,
String satelliteNumber,
String classification,
String internationalDesignator,
double meanMotionDot,
double meanMotionDotDot,
int ephemerisType,
int elementNumber,
int revolutions,
String originalSatelliteNumber,
double solarRadiationParameter,
double ballisticCoefficient,
double lastObservationTime,
double errorGrowthRate,
double energyDissipationRate,
double visualMagnitude,
double radarCrossSection,
GeneralPerturbationObjectType objectType)
Initializes a new instance from a set of
Sgp4Elements and additional
meta-data contained in a USAF General Perturbation file. |