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 CcsdsInterpolationMethod |
CcsdsInterpolationMethod.getDefault()
Get the enum constant that is considered to be the default.
|
static CcsdsInterpolationMethod |
CcsdsInterpolationMethod.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
CcsdsInterpolationMethod |
CcsdsOrbitEphemerisMessageSegment.getInterpolationMethod()
Gets the optional interpolation method for the ephemeris data
immediately following the metadata block.
|
static CcsdsInterpolationMethod |
CcsdsInterpolationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcsdsInterpolationMethod[] |
CcsdsInterpolationMethod.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.setInterpolationMethod(CcsdsInterpolationMethod value)
Sets the optional interpolation method for the ephemeris data
immediately following the metadata block.
|