public class NMEAImporter extends FileImporter
Modifier and Type | Field and Description |
---|---|
static ExtensionFileFilter |
FILE_FILTER
The NMEA file filter (*.nmea *.nme *.nma *.log *.txt files).
|
filter
Constructor and Description |
---|
NMEAImporter()
Constructs a new
NMEAImporter . |
Modifier and Type | Method and Description |
---|---|
void |
importData(java.io.File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false.
|
static GpxImporter.GpxImporterData |
loadLayers(java.io.InputStream is,
java.io.File associatedFile,
java.lang.String gpxLayerName,
java.lang.String markerLayerName) |
private void |
showNmeaInfobox(boolean success,
NmeaReader r) |
acceptFile, activeLayerChange, compareTo, getPriority, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, layerAdded, layerRemoved, setEnabled
public static final ExtensionFileFilter FILE_FILTER
public NMEAImporter()
NMEAImporter
.public void importData(java.io.File file, ProgressMonitor progressMonitor) throws java.io.IOException
FileImporter
importData
in class FileImporter
java.io.IOException
private void showNmeaInfobox(boolean success, NmeaReader r)
public static GpxImporter.GpxImporterData loadLayers(java.io.InputStream is, java.io.File associatedFile, java.lang.String gpxLayerName, java.lang.String markerLayerName) throws java.io.IOException
java.io.IOException