Package org.orekit.files.rinex.section
Interface Label
-
- All Known Implementing Classes:
ClockLabel,CommonLabel,NavigationLabel,ObservationLabel
public interface LabelLabel for Rinex files.- Since:
- 14.0
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLabel()Get the first label.booleanmatches(String headerLabel)Check if label matches.
-