public class GeoImageSessionExporter extends Object implements SessionLayerExporter
Modifier and Type | Field and Description |
---|---|
private JCheckBox |
export |
private GeoImageLayer |
layer |
Constructor and Description |
---|
GeoImageSessionExporter(GeoImageLayer layer) |
Modifier and Type | Method and Description |
---|---|
private void |
addAttr(String name,
String value,
Element element,
SessionWriter.ExportSupport support) |
Element |
export(SessionWriter.ExportSupport support)
Save meta data to the .jos file.
|
Collection<Layer> |
getDependencies()
Return the Layers, this Layer depends on.
|
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 GeoImageLayer layer
public GeoImageSessionExporter(GeoImageLayer layer)
public Collection<Layer> getDependencies()
SessionLayerExporter
getDependencies
in interface SessionLayerExporter
public Component getExportPanel()
SessionLayerExporter
getExportPanel
in interface SessionLayerExporter
public boolean shallExport()
SessionLayerExporter
shallExport
in interface SessionLayerExporter
public boolean requiresZip()
SessionLayerExporter
requiresZip
in interface SessionLayerExporter
public Element export(SessionWriter.ExportSupport support) throws IOException
SessionLayerExporter
support
to save files in the zip archive as needed.export
in interface SessionLayerExporter
IOException
private void addAttr(String name, String value, Element element, SessionWriter.ExportSupport support)