Package org.orekit.data
Class SimpleTimeStampedTableParser<T extends TimeStamped>
java.lang.Object
org.orekit.data.SimpleTimeStampedTableParser<T>
- Type Parameters:
T- the type of time stamped data (i.e. parsed table rows)
Parser for simple tables containing
time stamped data.- Since:
- 6.1
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceInterface for converting a table row into time-stamped data. -
Constructor Summary
ConstructorsConstructorDescriptionSimpleTimeStampedTableParser(int columns, SimpleTimeStampedTableParser.RowConverter<T> converter) Simple constructor. -
Method Summary
-
Constructor Details
-
SimpleTimeStampedTableParser
public SimpleTimeStampedTableParser(int columns, SimpleTimeStampedTableParser.RowConverter<T> converter) Simple constructor.- Parameters:
columns- number of columnsconverter- converter for rows
-
-
Method Details
-
parse
Parse a stream.- Parameters:
stream- stream containing the tablename- name of the resource file (for error messages only)- Returns:
- parsed table
-