Uses of Enum Class
org.orekit.files.ccsds.utils.FileFormat
Packages that use FileFormat
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Attitude Comprehensive Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
This package contains class managing CCSDS Attitude Parameter Message.
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains class managing CCSDS Orbit Ephemeris Message.
This package contains class managing CCSDS Orbit Mean-Elements Message.
This package contains class managing CCSDS Orbit Parameter Message.
This package contains class managing CCSDS Tracking Data Message.
This package contains utilities shared by many CCSDS messages parsers/writers.
This package contains utilities for CCSDS messages generation.
This package contains utilities for CCSDS messages lexical analysis.
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 FileFormatModifier and TypeMethodDescriptionvoidNdmParser.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 FileFormatModifier and TypeMethodDescriptionvoidAcmParser.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 FileFormatModifier and TypeMethodDescriptionvoidAemParser.reset(FileFormat fileFormat) Reset parser to initial state before parsing.Constructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type FileFormatModifierConstructorDescriptionAttitudeWriter(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.AttitudeWriter(AemWriter writer, AdmHeader header, AemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter) 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 FileFormatModifier and TypeMethodDescriptionvoidApmParser.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 FileFormatModifier and TypeMethodDescriptionvoidCdmParser.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 FileFormatModifier and TypeMethodDescriptionvoidOcmParser.reset(FileFormat fileFormat) Reset parser to initial state before parsing.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type FileFormatModifierConstructorDescriptionEphemerisOcmWriter(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.EphemerisOcmWriter(OcmWriter writer, OdmHeader header, OcmMetadata metadata, TrajectoryStateHistoryMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter) 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 FileFormatModifier and TypeMethodDescriptionvoidOemParser.reset(FileFormat fileFormat) Reset parser to initial state before parsing.Constructors in org.orekit.files.ccsds.ndm.odm.oem with parameters of type FileFormatModifierConstructorDescriptionEphemerisOemWriter(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.EphemerisOemWriter(OemWriter writer, OdmHeader header, OemMetadata template, FileFormat fileFormat, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter) 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 FileFormatModifier and TypeMethodDescriptionvoidOmmParser.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 FileFormatModifier and TypeMethodDescriptionvoidOpmParser.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 FileFormatModifier and TypeMethodDescriptionvoidTdmParser.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 FileFormatModifier and TypeMethodDescriptionstatic FileFormatReturns the enum constant of this class with the specified name.static FileFormat[]FileFormat.values()Returns an array containing the constants of this enum class, 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 -
Uses of FileFormat in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical that return FileFormatModifier and TypeMethodDescriptionMessageParser.getFileFormat()Get the file format of the last message parsed.Methods in org.orekit.files.ccsds.utils.lexical with parameters of type FileFormatModifier and TypeMethodDescriptionvoidMessageParser.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 FileFormatModifier and TypeMethodDescriptionAbstractMessageParser.getFileFormat()Get the file format of the last message parsed.Methods in org.orekit.files.ccsds.utils.parsing with parameters of type FileFormatModifier and TypeMethodDescriptionprotected voidAbstractMessageParser.reset(FileFormat fileFormat, ProcessingState initialState) Reset parser to initial state before parsing.