public interface SessionLayerImporter
Modifier and Type | Method and Description |
---|---|
Layer |
load(org.w3c.dom.Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor)
Load the layer from xml meta-data.
|
Layer load(org.w3c.dom.Element elem, SessionReader.ImportSupport support, ProgressMonitor progressMonitor) throws java.io.IOException, IllegalDataException
elem
- XML elementsupport
- support class providing import utilitiesprogressMonitor
- progress monitorjava.io.IOException
- if any I/O error occursIllegalDataException
- if invalid data is read