org.openstreetmap.josm.io.session
Class GeoImageSessionImporter

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

public class GeoImageSessionImporter
extends java.lang.Object
implements SessionLayerImporter


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

GeoImageSessionImporter

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