Package org.orekit.files.sinex
Class SinexBiasParseInfo
- java.lang.Object
-
- org.orekit.files.sinex.ParseInfo<SinexBias>
-
- org.orekit.files.sinex.SinexBiasParseInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SinexBias
build()
Build the parsed file.protected ObservationType
parseObservationType(SatelliteSystem system, int start, int length)
Extract an observation type from current line.-
Methods inherited from class org.orekit.files.sinex.ParseInfo
getCreationDate, getEndDate, getName, getStartDate, parseDouble, parseDoubleWithUnit, parseInt, parseString, setCreationDate, setEndDateIfLater, setStartDateIfEarlier, setTimeScale, stringEpochToAbsoluteDate
-
-
-
-
Method Detail
-
parseObservationType
protected ObservationType parseObservationType(SatelliteSystem system, int start, int length)
Extract an observation type from current line.- Parameters:
system
- satellite systemstart
- start index of the stringlength
- length of the string- Returns:
- parsed observation type (null if field is empty)
-
-