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
-
Method Details
-
convert
Convert a row.- Parameters:
rawFields- raw row fields, as read from the file- Returns:
- converted row
-