public class AMN extends TelemetryFileTranslator implements TelemetryTranslatorInterface
| Modifier and Type | Field and Description | 
|---|---|
| static int | DATE_INDEXdate, in form m/dd/yy | 
| static int | LATITUDE_INDEXLatitude, in degrees, floating point | 
| static int | LONGITUDE_INDEXLongitude, in degrees, floating point | 
| static int | RETOR_ID_INDEXWhat the heck is this? | 
| static int | TIME_INDEXTime, in format HH:MM:SS.SS | 
avclDocument, centerCoordUTM, factory, fileWriter, filterOnTime, fis, geoOriginLatLon, latLonOffset, metadata, offsetCoordUTM, pathname, projectGeoOriginLatLon, sysoutPW, timeFilterMinimumGEO_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  AVCLdocument 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, writeOutputFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddMetadataEntry, endDocument, getImportStartTime, getImportStopTime, getTelemetrySampleRate, getTimeFilterMinimum, setFilterOnTime, setImportStartTime, setImportStopTime, setInputFileName, setMetadata, setSysOut, setTimeFilterMinimum, startDocument, writeOutputFilepublic 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()
TelemetryTranslatorInterfacetoString in interface TelemetryTranslatorInterfacetoString in class TelemetryFileTranslatorpublic AVCL getDefaultAvclDocument()
AVCL document that lacks only the telemetry data.getDefaultAvclDocument in class TelemetryFileTranslatorAVCL telemetry mission specific to this type of vehicleprotected boolean parseForContact(int contactValue)
public void parse()
parse in interface TelemetryTranslatorInterfaceparse in class TelemetryFileTranslator