Uses of Class
org.orekit.utils.formatting.FastDoubleFormatter
Packages that use FastDoubleFormatter
Package
Description
This package provides writers for the ephemeris messages.
This package contains utilities shared by many RINEX parsers/writers.
This package provides classes dedicated to data formatting.
-
Uses of FastDoubleFormatter in org.orekit.files.rinex.utils
Fields in org.orekit.files.rinex.utils declared as FastDoubleFormatterModifier and TypeFieldDescriptionstatic final FastDoubleFormatterBaseRinexWriter.NINE_TWO_DIGITS_FLOATFormat for one 9.2 digits float field.static final FastDoubleFormatterBaseRinexWriter.NINETEEN_SCIENTIFIC_FLOATFormat for one 19 characters wide field in scientific notation.Methods in org.orekit.files.rinex.utils with parameters of type FastDoubleFormatterModifier and TypeMethodDescriptionvoidBaseRinexWriter.outputField(FastDoubleFormatter formatter, double value, int next) Output one double field. -
Uses of FastDoubleFormatter in org.orekit.utils.formatting
Subclasses of FastDoubleFormatter in org.orekit.utils.formattingModifier and TypeClassDescriptionclassFormatter for double numbers with low overhead.classFormatter for double numbers in scientific format with low overhead.