Package | Description |
---|---|
org.orekit.files.ccsds.ndm |
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
|
org.orekit.files.ccsds.ndm.adm.aem |
This package contains class managing CCSDS Attitude Ephemeris Message.
|
org.orekit.files.ccsds.ndm.adm.apm |
This package contains class managing CCSDS Attitude Parameter Message.
|
org.orekit.files.ccsds.ndm.odm.ocm |
This package contains class managing CCSDS Orbit Comprehensive Message.
|
org.orekit.files.ccsds.ndm.odm.oem |
This package contains class managing CCSDS Orbit Ephemeris Message.
|
org.orekit.files.ccsds.ndm.odm.omm |
This package contains class managing CCSDS Orbit Mean-Elements Message.
|
org.orekit.files.ccsds.ndm.odm.opm |
This package contains class managing CCSDS Orbit Parameter Message.
|
org.orekit.files.ccsds.ndm.tdm |
This package contains class managing CCSDS Tracking Data Message.
|
org.orekit.files.ccsds.utils |
This package contains utilities shared by many CCSDS messages parsers/writers.
|
org.orekit.files.ccsds.utils.generation |
This package contains utilities for CCSDS messages generation.
|
org.orekit.files.ccsds.utils.lexical |
This package contains utilities for CCSDS messages lexical analysis.
|
org.orekit.files.ccsds.utils.parsing |
This package contains classes related to the processing
of parse tokens using the state design pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
NdmParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
AemParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Constructor and Description |
---|
AttitudeWriter(AemWriter writer,
Header header,
AemMetadata template,
FileFormat fileFormat,
String outputName,
int unitsColumn)
Constructor used to create a new AEM writer configured with the necessary parameters
to successfully fill in all required fields that aren't part of a standard object.
|
Modifier and Type | Method and Description |
---|---|
void |
ApmParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
OcmParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
OemParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Constructor and Description |
---|
EphemerisWriter(OemWriter writer,
Header header,
OemMetadata template,
FileFormat fileFormat,
String outputName,
int unitsColumn)
Constructor used to create a new OEM writer configured with the necessary parameters
to successfully fill in all required fields that aren't part of a standard object.
|
Modifier and Type | Method and Description |
---|---|
void |
OmmParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
OpmParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Modifier and Type | Method and Description |
---|---|
void |
TdmParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Modifier and Type | Method and Description |
---|---|
static FileFormat |
FileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FileFormat |
KvnGenerator.getFormat()
Get the generated file format.
|
FileFormat |
Generator.getFormat()
Get the generated file format.
|
FileFormat |
XmlGenerator.getFormat()
Get the generated file format.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageParser.reset(FileFormat fileFormat)
Reset parser to initial state before parsing.
|
Modifier and Type | Method and Description |
---|---|
protected FileFormat |
AbstractMessageParser.getFileFormat()
Get the file format.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessageParser.reset(FileFormat fileFormat,
ProcessingState initialState)
Reset parser to initial state before parsing.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.