Uses of Interface
org.orekit.utils.Formatter
-
Packages that use Formatter Package Description org.orekit.files.ccsds.ndm.adm This package contains class managing CCSDS Attitude Data Message.org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris 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.utils.generation This package contains utilities for CCSDS messages generation.org.orekit.utils This package provides useful objects. -
-
Uses of Formatter in org.orekit.files.ccsds.ndm.adm
Methods in org.orekit.files.ccsds.ndm.adm with parameters of type Formatter Modifier and Type Method Description String[]
AttitudeType. createDataFields(boolean isFirst, boolean isExternal2SpacecraftBody, RotationOrder eulerRotSequence, boolean isSpacecraftBodyRate, TimeStampedAngularCoordinates attitude, Formatter formatter)
Get the attitude data fields corresponding to the attitude type. -
Uses of Formatter in org.orekit.files.ccsds.ndm.adm.aem
Constructors in org.orekit.files.ccsds.ndm.adm.aem with parameters of type Formatter Constructor Description 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 Formatter in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type Formatter Modifier and Type Method Description String
ManeuverFieldType. outputField(TimeConverter converter, OrbitManeuver maneuver, Formatter formatter)
Output one maneuver field.Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type Formatter Constructor Description 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 Formatter in org.orekit.files.ccsds.ndm.odm.oem
Constructors in org.orekit.files.ccsds.ndm.odm.oem with parameters of type Formatter Constructor Description 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 Formatter in org.orekit.files.ccsds.utils.generation
Methods in org.orekit.files.ccsds.utils.generation that return Formatter Modifier and Type Method Description Formatter
AbstractGenerator. getFormatter()
Used to format dates and doubles to string.Formatter
Generator. getFormatter()
Used to format dates and doubles to string.Constructors in org.orekit.files.ccsds.utils.generation with parameters of type Formatter Constructor Description AbstractGenerator(Appendable output, String outputName, double maxRelativeOffset, boolean writeUnits, Formatter formatter)
Simple constructor.KvnGenerator(Appendable output, int paddingWidth, String outputName, double maxRelativeOffset, int unitsColumn, Formatter formatter)
Simple constructor.XmlGenerator(Appendable output, int indentation, String outputName, double maxRelativeOffset, boolean writeUnits, String schemaLocation, Formatter formatter)
Simple constructor. -
Uses of Formatter in org.orekit.utils
Classes in org.orekit.utils that implement Formatter Modifier and Type Class Description class
AccurateFormatter
Formatter used to produce strings from data with high accuracy.class
TruncatedCcsdsFormatter
Formatter used to produce strings from data that are compliant with CCSDS standards.
-