Package | Description |
---|---|
agi.foundation.ccsds |
Contains types for interoperating with data formats supported by
The Consultative Committee for Space Data Systems (CCSDS).
|
Modifier and Type | Method and Description |
---|---|
static CcsdsReferenceFrameType |
CcsdsReferenceFrameType.getDefault()
Get the enum constant that is considered to be the default.
|
static CcsdsReferenceFrameType |
CcsdsReferenceFrameType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
CcsdsReferenceFrameType |
CcsdsOrbitEphemerisMessageSegment.getReferenceFrameType()
Gets the type of the reference frame.
|
static CcsdsReferenceFrameType |
CcsdsReferenceFrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcsdsReferenceFrameType[] |
CcsdsReferenceFrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CcsdsOrbitEphemerisMessageSegment.setReferenceFrameType(CcsdsReferenceFrameType value)
Sets the type of the reference frame.
|