public class AMN extends TelemetryFileTranslator implements TelemetryTranslatorInterface
Modifier and Type | Field and Description |
---|---|
static int |
DATE_INDEX
date, in form m/dd/yy
|
static int |
LATITUDE_INDEX
Latitude, in degrees, floating point
|
static int |
LONGITUDE_INDEX
Longitude, in degrees, floating point
|
static int |
RETOR_ID_INDEX
What the heck is this?
|
static int |
TIME_INDEX
Time, in format HH:MM:SS.SS
|
avclDocument, centerCoordUTM, factory, fileWriter, filterOnTime, fis, geoOriginLatLon, latLonOffset, metadata, offsetCoordUTM, pathname, projectGeoOriginLatLon, sysoutPW, timeFilterMinimum
GEO_ORIGIN
Constructor and Description |
---|
AMN()
Used by GUI through TelemetryTranslatorInterface i/f
|
AMN(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.
|
protected boolean |
parseForContact(int contactValue) |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addMetadataEntry, endDocument, getImportStartTime, getImportStopTime, getTelemetrySampleRate, getTimeFilterMinimum, setFilterOnTime, setImportStartTime, setImportStopTime, setInputFileName, setMetadata, setSysOut, setTimeFilterMinimum, startDocument, writeOutputFile
public static final int DATE_INDEX
public static final int TIME_INDEX
public static final int RETOR_ID_INDEX
public static final int LATITUDE_INDEX
public static final int LONGITUDE_INDEX
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 vehicleprotected boolean parseForContact(int contactValue)
public void parse()
parse
in interface TelemetryTranslatorInterface
parse
in class TelemetryFileTranslator