public class TW09Track extends TelemetryFileTranslator
sequenceNo,dateTime,Latitude,Longitude,Altitude,Temp,Status,Course,GPS Fix,Signal,MapLink,Name,DeviceName
This data was retrieved from FIRE.
Modifier and Type | Field and Description |
---|---|
static int |
ALTITUDE_INDEX |
static int |
COURSE_INDEX |
static int |
DATE_TIME_INDEX
date, in form m/dd/yy
|
static int |
DEVICE_NAME_INDEX |
static int |
GPS_FIX_INDEX |
static int |
LATITUDE_INDEX
Latitude, in degrees, floating point
|
static int |
LONGITUDE_INDEX
Longitude, in degrees, floating point
|
static int |
MAP_LINK_INDEX |
static int |
NAME_INDEX |
static int |
SEQUENCE_INDEX |
static int |
SIGNAL_INDEX |
static int |
STATUS_INDEX |
static int |
TEMP_INDEX |
avclDocument, centerCoordUTM, factory, fileWriter, filterOnTime, fis, geoOriginLatLon, latLonOffset, metadata, offsetCoordUTM, pathname, projectGeoOriginLatLon, sysoutPW, timeFilterMinimum
GEO_ORIGIN
Constructor and Description |
---|
TW09Track()
Used by GUI through TelemetryTranslatorInterface i/f
|
TW09Track(String pPathname)
Creates a new instance of AMN AVCL translator
|
Modifier and Type | Method and Description |
---|---|
AVCL |
getDefaultAvclDocument()
Creates a mostly-filled-out
AVCL document that lacks only the telemetry data. |
void |
parse()
After the constructor has been called, we've created a file writer that we can
send events to.
|
String |
toString()
Returns a string description of the translator, suitable for user
viewing in GUIs.
|
addMetadataEntry, endDocument, getAvclDocument, getImportStartTime, getImportStopTime, getMonthName, getSignificantDigits, getSysOut, getTelemetrySampleRate, getTimeFilterMinimum, latLongToXY, latLongToXY, setFilterOnTime, setImportStartTime, setImportStopTime, setInputFileName, setMetadata, setSysOut, setTimeFilterMinimum, startDocument, startDocument, sysOutPrintln, sysOutPrintln, writeOutputFile
public static final int SEQUENCE_INDEX
public static final int DATE_TIME_INDEX
public static final int LATITUDE_INDEX
public static final int LONGITUDE_INDEX
public static final int ALTITUDE_INDEX
public static final int TEMP_INDEX
public static final int STATUS_INDEX
public static final int COURSE_INDEX
public static final int GPS_FIX_INDEX
public static final int SIGNAL_INDEX
public static final int MAP_LINK_INDEX
public static final int NAME_INDEX
public static final int DEVICE_NAME_INDEX
public TW09Track()
public String toString()
TelemetryTranslatorInterface
toString
in interface TelemetryTranslatorInterface
toString
in class TelemetryFileTranslator
public AVCL getDefaultAvclDocument()
AVCL
document that lacks only the telemetry data.getDefaultAvclDocument
in class TelemetryFileTranslator
AVCL
telemetry mission specific to this type of vehiclepublic void parse()
parse
in interface TelemetryTranslatorInterface
parse
in class TelemetryFileTranslator