Interface SessionLayerImporter
-
- All Known Implementing Classes:
GeoImageSessionImporter,GpxRoutesSessionImporter,GpxTracksSessionImporter,ImagerySessionImporter,MarkerSessionImporter,NoteSessionImporter,OsmDataSessionImporter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SessionLayerImporter
Session layer importer.- Since:
- 4668, 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Layerload(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.- 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
-
-