Package org.orekit.data
Interface SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped>
-
- Type Parameters:
S- the type of time stamped data (i.e. parsed table rows)
- Enclosing class:
- SimpleTimeStampedTableParser<T extends TimeStamped>
public static interface SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped>Interface for converting a table row into time-stamped data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sconvert(double[] rawFields)Convert a row.
-
-
-
Method Detail
-
convert
S convert(double[] rawFields)
Convert a row.- Parameters:
rawFields- raw row fields, as read from the file- Returns:
- converted row
-
-