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 CcsdsOrbitEphemerisMessageFile |
CcsdsOrbitEphemerisMessageFile.readFrom(BufferedReader reader)
Reads the CCSDS OEM file.
|
static CcsdsOrbitEphemerisMessageFile |
CcsdsOrbitEphemerisMessageFile.readFrom(String fileName)
Reads the CCSDS OEM file.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CcsdsOrbitEphemerisMessageFile.checkForSameDefinition(CcsdsOrbitEphemerisMessageFile other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
CcsdsOrbitEphemerisMessageFile(CcsdsOrbitEphemerisMessageFile existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|