org.openstreetmap.josm.io.session
Class ImagerySessionImporter

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

public class ImagerySessionImporter
extends java.lang.Object
implements SessionLayerImporter

Session importer for both TMSLayer and WMSLayer.


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

ImagerySessionImporter

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