Class AbstractSessionExporter<T extends Layer>

    • Constructor Detail

      • AbstractSessionExporter

        protected AbstractSessionExporter​(T layer)
        Constructs a new AbstractSessionExporter.
        Parameters:
        layer - layer to export
    • Method Detail

      • shallExport

        public boolean shallExport()
        Description copied from interface: SessionLayerExporter
        Return true, if the layer should be included in the list of exported layers. The user can veto this in the export panel.
        Specified by:
        shallExport in interface SessionLayerExporter
        Returns:
        true if the layer should be included in the list of exported layers, false otherwise.
      • requiresZip

        public boolean requiresZip()
        Description copied from interface: SessionLayerExporter
        Return true, if some data needs to be included in the zip archive. This decision depends on the user selection in the export panel. If any layer requires zip, the user can only save as .joz. Otherwise both .jos and .joz are possible.
        Specified by:
        requiresZip in interface SessionLayerExporter
        Returns:
        true if some data needs to be included in the zip archive, false otherwise.