Class MarkerSessionImporter
- java.lang.Object
-
- org.openstreetmap.josm.io.session.MarkerSessionImporter
-
- All Implemented Interfaces:
SessionLayerImporter
public class MarkerSessionImporter extends java.lang.Object implements SessionLayerImporter
Session importer forMarkerLayer
.- Since:
- 5684
-
-
Constructor Summary
Constructors Constructor Description MarkerSessionImporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Layer
load(org.w3c.dom.Element elem, SessionReader.ImportSupport support, ProgressMonitor progressMonitor)
Load the layer from xml meta-data.
-
-
-
Constructor Detail
-
MarkerSessionImporter
public MarkerSessionImporter()
-
-
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 interfaceSessionLayerImporter
- Parameters:
elem
- XML elementsupport
- support class providing import utilitiesprogressMonitor
- progress monitor- Returns:
- the resulting layer
- Throws:
java.io.IOException
- if any I/O error occursIllegalDataException
- if invalid data is read
-
-