org.openstreetmap.josm.io.session
Class GpxTracksSessionImporter

java.lang.Object
  extended by org.openstreetmap.josm.io.session.GpxTracksSessionImporter
All Implemented Interfaces:
SessionLayerImporter

public class GpxTracksSessionImporter
extends java.lang.Object
implements SessionLayerImporter


Constructor Summary
GpxTracksSessionImporter()
           
 
Method Summary
 Layer load(org.w3c.dom.Element elem, SessionReader.ImportSupport support, ProgressMonitor progressMonitor)
          Load the layer from xml meta-data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GpxTracksSessionImporter

public GpxTracksSessionImporter()
Method Detail

load

public Layer load(org.w3c.dom.Element elem,
                  SessionReader.ImportSupport support,
                  ProgressMonitor progressMonitor)
           throws java.io.IOException,
                  IllegalDataException
Description copied from interface: SessionLayerImporter
Load the layer from xml meta-data.

Specified by:
load in interface SessionLayerImporter
Throws:
java.io.IOException
IllegalDataException


JOSM