org.openstreetmap.josm.io.session
Class OsmDataSessionImporter

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

public class OsmDataSessionImporter
extends java.lang.Object
implements SessionLayerImporter


Constructor Summary
OsmDataSessionImporter()
           
 
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

OsmDataSessionImporter

public OsmDataSessionImporter()
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