Uses of Class
org.orekit.utils.formatting.FastLongFormatter
Packages that use FastLongFormatter
Package
Description
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 FastLongFormatterModifier and TypeFieldDescriptionstatic final FastLongFormatterBaseRinexWriter.FOUR_DIGITS_INTEGERFormat for one 4 digits integer field.static final FastLongFormatterBaseRinexWriter.PADDED_FOUR_DIGITS_INTEGERFormat for one 4 digits integer field.static final FastLongFormatterBaseRinexWriter.PADDED_TWO_DIGITS_INTEGERFormat for one 2 digits integer field.static final FastLongFormatterBaseRinexWriter.SIX_DIGITS_INTEGERFormat for one 6 digits integer field.static final FastLongFormatterBaseRinexWriter.THREE_DIGITS_INTEGERFormat for one 3 digits integer field.static final FastLongFormatterBaseRinexWriter.TWO_DIGITS_INTEGERFormat for one 2 digits integer field.Methods in org.orekit.files.rinex.utils with parameters of type FastLongFormatterModifier and TypeMethodDescriptionvoidBaseRinexWriter.outputField(FastLongFormatter formatter, int value, int next) Output one integer field.voidBaseRinexWriter.outputField(FastLongFormatter formatter, long value, int next) Output one long integer field.