|
||||||||||
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.GpxImporter
public class GpxImporter
Nested Class Summary | |
---|---|
protected static class |
GpxImporter.GpxImporterData
|
Field Summary | |
---|---|
static ExtensionFileFilter |
FILE_FILTER
|
Fields inherited from class org.openstreetmap.josm.io.FileImporter |
---|
filter |
Constructor Summary | |
---|---|
GpxImporter()
|
Method Summary | |
---|---|
void |
importData(java.io.File file,
ProgressMonitor progressMonitor)
Needs to be implemented if isBatchImporter() returns false. |
GpxImporter.GpxImporterData |
loadLayers(java.io.InputStream is,
java.io.File associatedFile,
java.lang.String gpxLayerName,
java.lang.String markerLayerName,
ProgressMonitor progressMonitor)
|
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 GpxImporter()
Method Detail |
---|
public void importData(java.io.File file, ProgressMonitor progressMonitor) throws java.io.IOException
FileImporter
importData
in class FileImporter
java.io.IOException
public GpxImporter.GpxImporterData loadLayers(java.io.InputStream is, java.io.File associatedFile, java.lang.String gpxLayerName, java.lang.String markerLayerName, ProgressMonitor progressMonitor) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |