public class NMEAImporter extends FileImporter
Modifier and Type | Field and Description |
---|---|
static ExtensionFileFilter |
FILE_FILTER |
filter
Constructor and Description |
---|
NMEAImporter() |
Modifier and Type | Method and Description |
---|---|
void |
importData(File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false.
|
private void |
showNmeaInfobox(boolean success,
NmeaReader r) |
acceptFile, activeLayerChange, compareTo, getBZip2InputStream, getGZipInputStream, getPriority, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, layerAdded, layerRemoved, setEnabled
public static final ExtensionFileFilter FILE_FILTER
public NMEAImporter()
public void importData(File file, ProgressMonitor progressMonitor) throws IOException
FileImporter
importData
in class FileImporter
IOException
private void showNmeaInfobox(boolean success, NmeaReader r)