Uses of Class
org.orekit.utils.formatting.FastDoubleFormatter
-
Packages that use FastDoubleFormatter Package Description org.orekit.files.rinex.navigation.writers.ephemeris This package provides writers for the ephemeris messages.org.orekit.files.rinex.utils This package contains utilities shared by many RINEX parsers/writers.org.orekit.utils.formatting This package provides classes dedicated to data formatting. -
-
Uses of FastDoubleFormatter in org.orekit.files.rinex.navigation.writers.ephemeris
Fields in org.orekit.files.rinex.navigation.writers.ephemeris declared as FastDoubleFormatter Modifier and Type Field Description static FastDoubleFormatterGlonassFdmaNavigationMessageWriter. FIVE_ONE_DIGITS_FLOATFormat for one 5.1 digits float field. -
Uses of FastDoubleFormatter in org.orekit.files.rinex.utils
Fields in org.orekit.files.rinex.utils declared as FastDoubleFormatter Modifier and Type Field Description static FastDoubleFormatterBaseRinexWriter. NINE_TWO_DIGITS_FLOATFormat for one 9.2 digits float field.static FastDoubleFormatterBaseRinexWriter. NINETEEN_SCIENTIFIC_FLOATFormat for one 19 characters wide field in scientific notation.Methods in org.orekit.files.rinex.utils with parameters of type FastDoubleFormatter Modifier and Type Method Description voidBaseRinexWriter. 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.formatting Modifier and Type Class Description classFastDecimalFormatterFormatter for double numbers with low overhead.classFastScientificFormatterFormatter for double numbers in scientific format with low overhead.
-