load
public Layer load(org.w3c.dom.Element elem,
SessionReader.ImportSupport support,
ProgressMonitor progressMonitor)
throws java.io.IOException,
IllegalDataException
Load the layer from xml meta-data.
- Specified by:
load
in interface SessionLayerImporter
- Parameters:
elem
- XML element
support
- support class providing import utilities
progressMonitor
- progress monitor
- Returns:
- the resulting layer
- Throws:
java.io.IOException
- if any I/O error occurs
IllegalDataException
- if invalid data is read