|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openstreetmap.josm.io.FileImporter
org.openstreetmap.josm.io.NMEAImporter
public class NMEAImporter
| Field Summary | |
|---|---|
static ExtensionFileFilter |
FILE_FILTER
|
| Fields inherited from class org.openstreetmap.josm.io.FileImporter |
|---|
filter |
| Constructor Summary | |
|---|---|
NMEAImporter()
|
|
| Method Summary | |
|---|---|
void |
importData(java.io.File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false. |
private void |
showNmeaInfobox(boolean success,
NmeaReader r)
|
| Methods inherited from class org.openstreetmap.josm.io.FileImporter |
|---|
acceptFile, activeLayerChange, compareTo, getBZip2InputStream, getGZipInputStream, getPriority, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, layerAdded, layerRemoved, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ExtensionFileFilter FILE_FILTER
| Constructor Detail |
|---|
public NMEAImporter()
| Method Detail |
|---|
public void importData(java.io.File file,
ProgressMonitor progressMonitor)
throws java.io.IOException
FileImporter
importData in class FileImporterjava.io.IOException
private void showNmeaInfobox(boolean success,
NmeaReader r)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||