Package org.orekit.gnss.metric.ntrip
Class Record
java.lang.Object
org.orekit.gnss.metric.ntrip.Record
- Direct Known Subclasses:
CasterRecord,DataStreamRecord,NetworkRecord
Record in source table.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetField(int index) Get one field from the parsed sourcetable.protected intGet the number of fields.getMisc()Get miscellaneous information.abstract RecordTypeGet the type of record.
-
Constructor Details
-
Record
Build a record by parsing a source table line.- Parameters:
line- source table line
-
-
Method Details
-
getRecordType
Get the type of record.- Returns:
- type of record
-
getFieldsNumber
protected int getFieldsNumber()Get the number of fields.- Returns:
- number of fields
-
getField
Get one field from the parsed sourcetable.- Parameters:
index- field index- Returns:
- field value
-
getMisc
Get miscellaneous information.- Returns:
- miscellaneous information
-