org.openstreetmap.josm.io
Class GpxImporter.GpxImporterData

java.lang.Object
  extended by org.openstreetmap.josm.io.GpxImporter.GpxImporterData
Enclosing class:
GpxImporter

protected static class GpxImporter.GpxImporterData
extends java.lang.Object


Field Summary
 GpxLayer gpxLayer
           
 MarkerLayer markerLayer
           
 java.lang.Runnable postLayerTask
           
 
Constructor Summary
protected GpxImporter.GpxImporterData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gpxLayer

public GpxLayer gpxLayer

markerLayer

public MarkerLayer markerLayer

postLayerTask

public java.lang.Runnable postLayerTask
Constructor Detail

GpxImporter.GpxImporterData

protected GpxImporter.GpxImporterData()


JOSM