public class ImagerySessionExporter extends java.lang.Object implements SessionLayerExporter
| Modifier and Type | Field and Description |
|---|---|
private javax.swing.JCheckBox |
export |
private ImageryLayer |
layer |
| Constructor and Description |
|---|
ImagerySessionExporter(ImageryLayer layer) |
ImagerySessionExporter(TMSLayer layer) |
ImagerySessionExporter(WMSLayer layer) |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Element |
export(SessionWriter.ExportSupport support)
Save meta data to the .jos file.
|
java.util.Collection<Layer> |
getDependencies()
Return the Layers, this Layer depends on.
|
java.awt.Component |
getExportPanel()
The GUI for exporting this layer.
|
boolean |
requiresZip()
Return true, if some data needs to be included in
the zip archive.
|
boolean |
shallExport()
Return true, if the layer should be included in the
list of exported layers.
|
private ImageryLayer layer
private javax.swing.JCheckBox export
public ImagerySessionExporter(ImageryLayer layer)
public ImagerySessionExporter(TMSLayer layer)
public ImagerySessionExporter(WMSLayer layer)
public java.util.Collection<Layer> getDependencies()
SessionLayerExportergetDependencies in interface SessionLayerExporterpublic java.awt.Component getExportPanel()
SessionLayerExportergetExportPanel in interface SessionLayerExporterpublic boolean shallExport()
SessionLayerExportershallExport in interface SessionLayerExporterpublic boolean requiresZip()
SessionLayerExporterrequiresZip in interface SessionLayerExporterpublic org.w3c.dom.Element export(SessionWriter.ExportSupport support) throws java.io.IOException
SessionLayerExportersupport to save files in the zip archive as needed.export in interface SessionLayerExporterjava.io.IOException