Uses of Class
org.orekit.utils.formatting.FastLongFormatter
-
Packages that use FastLongFormatter Package Description org.orekit.files.rinex.utils This package contains utilities shared by many RINEX parsers/writers. -
-
Uses of FastLongFormatter in org.orekit.files.rinex.utils
Fields in org.orekit.files.rinex.utils declared as FastLongFormatter Modifier and Type Field Description static FastLongFormatterBaseRinexWriter. FOUR_DIGITS_INTEGERFormat for one 4 digits integer field.static FastLongFormatterBaseRinexWriter. PADDED_FOUR_DIGITS_INTEGERFormat for one 4 digits integer field.static FastLongFormatterBaseRinexWriter. PADDED_TWO_DIGITS_INTEGERFormat for one 2 digits integer field.static FastLongFormatterBaseRinexWriter. SIX_DIGITS_INTEGERFormat for one 6 digits integer field.static FastLongFormatterBaseRinexWriter. THREE_DIGITS_INTEGERFormat for one 3 digits integer field.static FastLongFormatterBaseRinexWriter. TWO_DIGITS_INTEGERFormat for one 2 digits integer field.Methods in org.orekit.files.rinex.utils with parameters of type FastLongFormatter Modifier and Type Method Description voidBaseRinexWriter. outputField(FastLongFormatter formatter, int value, int next)Output one integer field.voidBaseRinexWriter. outputField(FastLongFormatter formatter, long value, int next)Output one long integer field.
-