Class ImagerySessionExporter

    • Constructor Detail

      • ImagerySessionExporter

        public ImagerySessionExporter​(TMSLayer layer)
        Constructs a new ImagerySessionExporter.
        Parameters:
        layer - TMS layer to export
      • ImagerySessionExporter

        public ImagerySessionExporter​(WMSLayer layer)
        Constructs a new ImagerySessionExporter.
        Parameters:
        layer - WMS layer to export
      • ImagerySessionExporter

        public ImagerySessionExporter​(WMTSLayer layer)
        Constructs a new ImagerySessionExporter.
        Parameters:
        layer - WMTS layer to export
    • Method Detail

      • getExportPanel

        public java.awt.Component getExportPanel()
        Description copied from interface: SessionLayerExporter
        The GUI for exporting this layer.
        Returns:
        the export panel
      • export

        public org.w3c.dom.Element export​(SessionWriter.ExportSupport support)
                                   throws java.io.IOException
        Description copied from interface: SessionLayerExporter
        Save meta data to the .jos file. Return a layer XML element. Use support to save files in the zip archive as needed.
        Parameters:
        support - support class providing export utilities
        Returns:
        the resulting XML element
        Throws:
        java.io.IOException - if any I/O error occurs