Class AddRastersParameters

    • Constructor Summary

      Constructors 
      Constructor Description
      AddRastersParameters()
      Creates an AddRastersParameters instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilter()
      Gets the raster filename filter.
      java.lang.String getInputDirectory()
      Gets the input directory that contains the raster files.
      java.lang.String getInputFile()
      Gets the raster input file.
      double getMaxPixelSizeFactor()
      Gets the maximum pixel size factor.
      double getMinPixelSizeFactor()
      Gets the minimum pixel size factor.
      java.lang.String getRasterFunctionTemplateFile()
      Gets the raster function template file.
      void setFilter​(java.lang.String filter)
      Sets the raster filename filter.
      void setInputDirectory​(java.lang.String inputDirectory)
      Sets the input directory that contains the raster files.
      void setInputFile​(java.lang.String inputFile)
      Sets the raster input file.
      void setMaxPixelSizeFactor​(double maxPixelSizeFactor)
      Sets the maximum pixel size factor.
      void setMinPixelSizeFactor​(double minPixelSizeFactor)
      Sets the minimum pixel size factor.
      void setRasterFunctionTemplateFile​(java.lang.String rasterFunctionTemplateFile)
      Sets the raster function template file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddRastersParameters

        public AddRastersParameters()
        Creates an AddRastersParameters instance.
        Since:
        100.2.0
    • Method Detail

      • getFilter

        public java.lang.String getFilter()
        Gets the raster filename filter. The file name filter is a regular expression with ECMA-262 grammar (https://262.ecma-international.org/5.1/#sec-15.10)..
        Returns:
        the raster filename filter string
        Since:
        100.2.0
      • setFilter

        public void setFilter​(java.lang.String filter)
        Sets the raster filename filter. The file name filter is a regular expression with ECMA-262 grammar (https://262.ecma-international.org/5.1/#sec-15.10).
        Parameters:
        filter - a raster filename filter string
        Since:
        100.2.0
      • getInputDirectory

        public java.lang.String getInputDirectory()
        Gets the input directory that contains the raster files.
        Returns:
        the absolute path to the directory that contains the raster files
        Since:
        100.2.0
      • setInputDirectory

        public void setInputDirectory​(java.lang.String inputDirectory)
        Sets the input directory that contains the raster files.
        Parameters:
        inputDirectory - the absolute path to the directory that contains the raster files
        Since:
        100.2.0
      • getInputFile

        public java.lang.String getInputFile()
        Gets the raster input file.
        Returns:
        the raster input file name
        Since:
        100.2.0
      • setInputFile

        public void setInputFile​(java.lang.String inputFile)
        Sets the raster input file.
        Parameters:
        inputFile - the raster input file name
        Since:
        100.2.0
      • getMinPixelSizeFactor

        public double getMinPixelSizeFactor()
        Gets the minimum pixel size factor.
        Returns:
        the minimum pixel size factor
        Since:
        100.2.0
      • setMinPixelSizeFactor

        public void setMinPixelSizeFactor​(double minPixelSizeFactor)
        Sets the minimum pixel size factor.
        Parameters:
        minPixelSizeFactor - the minimum pixel size factor
        Since:
        100.2.0
      • getMaxPixelSizeFactor

        public double getMaxPixelSizeFactor()
        Gets the maximum pixel size factor.
        Returns:
        the maximum pixel size factor
        Since:
        100.2.0
      • setMaxPixelSizeFactor

        public void setMaxPixelSizeFactor​(double maxPixelSizeFactor)
        Sets the maximum pixel size factor.
        Parameters:
        maxPixelSizeFactor - the maximum pixel size factor
        Since:
        100.2.0
      • getRasterFunctionTemplateFile

        public java.lang.String getRasterFunctionTemplateFile()
        Gets the raster function template file.
        Returns:
        the raster function template file
        Since:
        100.2.0
      • setRasterFunctionTemplateFile

        public void setRasterFunctionTemplateFile​(java.lang.String rasterFunctionTemplateFile)
        Sets the raster function template file.
        Parameters:
        rasterFunctionTemplateFile - the raster function template file
        Since:
        100.2.0