org.openstreetmap.josm.io.session
Interface SessionLayerImporter

All Known Implementing Classes:
ImagerySessionImporter, OsmDataSessionImporter

public interface SessionLayerImporter


Method Summary
 Layer load(org.w3c.dom.Element elem, SessionReader.ImportSupport support, ProgressMonitor progressMonitor)
          Load the layer from xml meta-data.
 

Method Detail

load

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

Throws:
java.io.IOException
IllegalDataException


JOSM