Package org.orekit.files.rinex.section
Interface Label
- All Known Implementing Classes:
ClockLabel,CommonLabel,NavigationLabel,ObservationLabel
public interface Label
Label for Rinex files.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Method Summary
-
Method Details
-
matches
Check if label matches.- Parameters:
headerLabel- label foun in a header line to check- Returns:
- true if label matches the instance
-
getLabel
String getLabel()Get the first label.- Returns:
- first label
-