Class RasterWorkspace

    • Constructor Detail

      • RasterWorkspace

        public RasterWorkspace​(String id,
                               String folderPath)
        Creates a raster workspace.
        Parameters:
        id - the ID for the workspace
        folderPath - the path of the folder containing the raster
        Throws:
        IllegalArgumentException - if id is null or empty
        IllegalArgumentException - if folder path is null or empty
        Since:
        100.1.0
    • Method Detail

      • getFolderPath

        public String getFolderPath()
        Gets the folder path for this workspace.
        Returns:
        the folder path
        Since:
        100.1.0