Uses of Class
org.orekit.files.ccsds.utils.FileFormat
-
Packages that use FileFormat 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.acm This package contains class managing CCSDS Attitude Comprehensive Message.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.cdm This package contains class managing CCSDS Conjunction Data 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. -
-
Uses of FileFormat in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm with parameters of type FileFormat Modifier and Type Method Description void
NdmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm with parameters of type FileFormat Modifier and Type Method Description void
AcmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem with parameters of type FileFormat Modifier and Type Method Description void
AemParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing.Constructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type FileFormat Constructor Description AttitudeWriter(AemWriter writer, AdmHeader header, AemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, 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. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type FileFormat Modifier and Type Method Description void
ApmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type FileFormat Modifier and Type Method Description void
CdmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type FileFormat Modifier and Type Method Description void
OcmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type FileFormat Constructor Description EphemerisOcmWriter(OcmWriter writer, OdmHeader header, OcmMetadata metadata, TrajectoryStateHistoryMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn)
Constructor used to create a new OCM writer configured with the necessary parameters to successfully fill in all required fields that aren't part of a standard object. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type FileFormat Modifier and Type Method Description void
OemParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing.Constructors in org.orekit.files.ccsds.ndm.odm.oem with parameters of type FileFormat Constructor Description EphemerisOemWriter(OemWriter writer, OdmHeader header, OemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, 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. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm with parameters of type FileFormat Modifier and Type Method Description void
OmmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm with parameters of type FileFormat Modifier and Type Method Description void
OpmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type FileFormat Modifier and Type Method Description void
TdmParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.utils
Methods in org.orekit.files.ccsds.utils that return FileFormat Modifier and Type Method 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. -
Uses of FileFormat in org.orekit.files.ccsds.utils.generation
Methods in org.orekit.files.ccsds.utils.generation that return FileFormat Modifier and Type Method Description FileFormat
Generator. getFormat()
Get the generated file format.FileFormat
KvnGenerator. getFormat()
Get the generated file format.FileFormat
XmlGenerator. getFormat()
Get the generated file format. -
Uses of FileFormat in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical that return FileFormat Modifier and Type Method Description FileFormat
MessageParser. getFileFormat()
Get the file format of the last message parsed.Methods in org.orekit.files.ccsds.utils.lexical with parameters of type FileFormat Modifier and Type Method Description void
MessageParser. reset(FileFormat fileFormat)
Reset parser to initial state before parsing. -
Uses of FileFormat in org.orekit.files.ccsds.utils.parsing
Methods in org.orekit.files.ccsds.utils.parsing that return FileFormat Modifier and Type Method Description FileFormat
AbstractMessageParser. getFileFormat()
Get the file format of the last message parsed.Methods in org.orekit.files.ccsds.utils.parsing with parameters of type FileFormat Modifier and Type Method Description protected void
AbstractMessageParser. reset(FileFormat fileFormat, ProcessingState initialState)
Reset parser to initial state before parsing.
-