T - the type of time stamped data (i.e. parsed table rows)public class SimpleTimeStampedTableParser<T extends TimeStamped> extends Object
time stamped data.| Modifier and Type | Class | Description |
|---|---|---|
static interface |
SimpleTimeStampedTableParser.RowConverter<S extends TimeStamped> |
Interface for converting a table row into time-stamped data.
|
| Constructor | Description |
|---|---|
SimpleTimeStampedTableParser(int columns,
SimpleTimeStampedTableParser.RowConverter<T> converter) |
Simple constructor.
|
public SimpleTimeStampedTableParser(int columns,
SimpleTimeStampedTableParser.RowConverter<T> converter)
columns - number of columnsconverter - converter for rowspublic List<T> parse(InputStream stream, String name) throws OrekitException
stream - stream containing the tablename - name of the resource file (for error messages only)OrekitException - if stream is null or the table cannot be parsedCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.