Uses of Interface
org.orekit.files.rinex.section.Label
Packages that use Label
Package
Description
This package provides classes related to navigation clock files.
This package provides classes related to RINEX navigation files.
This package provides classes related to RINEX observation files.
This package contains class managing the sections in RINEX files.
This package contains utilities shared by many RINEX parsers/writers.
-
Uses of Label in org.orekit.files.rinex.clock
Classes in org.orekit.files.rinex.clock that implement LabelMethods in org.orekit.files.rinex.clock with parameters of type LabelModifier and TypeMethodDescriptionbooleanRinexClockHeader.matchFound(Label label, String line) Check if a label is found in a line. -
Uses of Label in org.orekit.files.rinex.observation
Classes in org.orekit.files.rinex.observation that implement LabelMethods in org.orekit.files.rinex.observation with parameters of type LabelModifier and TypeMethodDescriptionbooleanRinexObservationHeader.matchFound(Label label, String line) Check if a label is found in a line. -
Uses of Label in org.orekit.files.rinex.section
Classes in org.orekit.files.rinex.section that implement LabelMethods in org.orekit.files.rinex.section with parameters of type LabelModifier and TypeMethodDescriptionabstract booleanRinexBaseHeader.matchFound(Label label, String line) Check if a label is found in a line. -
Uses of Label in org.orekit.files.rinex.utils
Methods in org.orekit.files.rinex.utils with parameters of type LabelModifier and TypeMethodDescriptionprotected voidBaseRinexWriter.finishHeaderLine(Label label) Finish one header line.protected voidBaseRinexWriter.writeHeaderLine(String s, Label label) Write one header string.