public class EMATT extends TelemetryFileTranslator
Modifier and Type | Field and Description |
---|---|
static int |
BEARING_INDEX |
static int |
DEPTH_INDEX |
static int |
HOURS_INDEX |
static int |
LATITUDE_INDEX |
static int |
LONGITUDE_INDEX |
static int |
MINUTES_INDEX |
static int |
RANGE_INDEX |
static int |
SECONDS_INDEX |
static int |
SPEED_INDEX |
avclDocument, centerCoordUTM, factory, fileWriter, filterOnTime, fis, geoOriginLatLon, latLonOffset, metadata, offsetCoordUTM, pathname, projectGeoOriginLatLon, sysoutPW, timeFilterMinimum
GEO_ORIGIN
Constructor and Description |
---|
EMATT()
Creates a new instance of EMATT
|
EMATT(String pPathname)
Creates a new instance of Rascal
|
Modifier and Type | Method and Description |
---|---|
AVCL |
getDefaultAvclDocument()
Creates a mostly-filled-out
AVCL document that lacks only the telemetry data. |
double |
getTelemetrySampleRate()
Accept data no more frequently than this
|
static void |
main(String[] arguments) |
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, getTimeFilterMinimum, latLongToXY, latLongToXY, setFilterOnTime, setImportStartTime, setImportStopTime, setInputFileName, setMetadata, setSysOut, setTimeFilterMinimum, startDocument, startDocument, sysOutPrintln, sysOutPrintln, writeOutputFile
public static final int HOURS_INDEX
public static final int MINUTES_INDEX
public static final int SECONDS_INDEX
public static final int LATITUDE_INDEX
public static final int LONGITUDE_INDEX
public static final int DEPTH_INDEX
public static final int SPEED_INDEX
public static final int BEARING_INDEX
public static final int RANGE_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 vehiclepublic void parse()
parse
in interface TelemetryTranslatorInterface
parse
in class TelemetryFileTranslator
public static void main(String[] arguments)
public double getTelemetrySampleRate()
TelemetryFileTranslator
getTelemetrySampleRate
in interface TelemetryTranslatorInterface
getTelemetrySampleRate
in class TelemetryFileTranslator