Class AbstractFileLayerSaver

    • Constructor Detail

      • AbstractFileLayerSaver

        public AbstractFileLayerSaver​(String description,
                                      List<String> extensions)
    • Method Detail

      • getDescription

        public String getDescription()
        Description copied from interface: FileLayerSaver
        Get the descriptive name of the file format (e.g. ESRI Shapefile).
        Specified by:
        getDescription in interface FileLayerSaver
        Returns:
        The file format name.
      • write

        public abstract boolean write​(TaskMonitor monitor,
                                      URI uri,
                                      Map<String,​Object> options)
                               throws Exception
        Description copied from interface: FileLayerSaver
        Write the file specified by the URI with the map of option values.
        Specified by:
        write in interface FileLayerSaver
        Parameters:
        monitor - The TaskMonitor.
        uri - The URI to the file to load.
        options - The map of options.
        Returns:
        True if the file could be loaded false otherwise.
        Throws:
        Exception - if an Exception occurred