Uses of Class
org.orekit.files.rinex.section.RinexLabels
-
Packages that use RinexLabels Package Description org.orekit.files.rinex.section This package contains class managing the sections in RINEX files. -
-
Uses of RinexLabels in org.orekit.files.rinex.section
Methods in org.orekit.files.rinex.section that return RinexLabels Modifier and Type Method Description static RinexLabels
RinexLabels. valueOf(String name)
Returns the enum constant of this type with the specified name.static RinexLabels[]
RinexLabels. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-