public class ImagerySessionExporter extends AbstractSessionExporter<ImageryLayer>
export, layer| Constructor and Description |
|---|
ImagerySessionExporter(ImageryLayer layer)
Constructs a new
ImagerySessionExporter. |
ImagerySessionExporter(TMSLayer layer)
Constructs a new
ImagerySessionExporter. |
ImagerySessionExporter(WMSLayer layer)
Constructs a new
ImagerySessionExporter. |
ImagerySessionExporter(WMTSLayer layer)
Constructs a new
ImagerySessionExporter. |
| Modifier and Type | Method and Description |
|---|---|
private static void |
addAttributes(org.w3c.dom.Element element,
java.util.Map<java.lang.String,java.lang.String> props,
SessionWriter.ExportSupport support) |
org.w3c.dom.Element |
export(SessionWriter.ExportSupport support)
Save meta data to the .jos file.
|
java.awt.Component |
getExportPanel()
The GUI for exporting this layer.
|
getDependencies, requiresZip, shallExportpublic ImagerySessionExporter(ImageryLayer layer)
ImagerySessionExporter.layer - imagery layer to exportpublic ImagerySessionExporter(TMSLayer layer)
ImagerySessionExporter.layer - TMS layer to exportpublic ImagerySessionExporter(WMSLayer layer)
ImagerySessionExporter.layer - WMS layer to exportpublic ImagerySessionExporter(WMTSLayer layer)
ImagerySessionExporter.layer - WMTS layer to exportpublic java.awt.Component getExportPanel()
SessionLayerExporterpublic org.w3c.dom.Element export(SessionWriter.ExportSupport support) throws java.io.IOException
SessionLayerExportersupport to save files in the zip archive as needed.support - support class providing export utilitiesjava.io.IOException - if any I/O error occursprivate static void addAttributes(org.w3c.dom.Element element, java.util.Map<java.lang.String,java.lang.String> props, SessionWriter.ExportSupport support)