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 CcsdsOemFileOutputFormat |
CcsdsOemFileOutputFormat.getDefault()
Get the enum constant that is considered to be the default.
|
static CcsdsOemFileOutputFormat |
CcsdsOemFileOutputFormat.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
CcsdsOemFileOutputFormat |
CcsdsOemFileWritingOptions.getOutputFormat()
Gets a value indicating whether the OEM file should use the
Key-value Notation (KVN) format or one of the extensible markup language (XML)
formats.
|
static CcsdsOemFileOutputFormat |
CcsdsOemFileOutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CcsdsOemFileOutputFormat[] |
CcsdsOemFileOutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CcsdsOemFileWritingOptions.setOutputFormat(CcsdsOemFileOutputFormat value)
Sets a value indicating whether the OEM file should use the
Key-value Notation (KVN) format or one of the extensible markup language (XML)
formats.
|
Constructor and Description |
---|
CcsdsOemFileWritingOptions(boolean overrideCreationDate,
CcsdsOemFileOutputFormat outputFormat)
Initializes a new instance.
|