Class GridData.Double

  • Enclosing class:
    GridData


    public static class GridData.Double
    extends GridData
    GridData.Double class
    • Constructor Detail

      • Double

        public Double​(int yNum,
                      int xNum)
        Constructor
        Parameters:
        yNum - Y number
        xNum - X number
    • Method Detail

      • getMissingValue

        public double getMissingValue​()
        Get missing value
        Returns:
        Missing value
      • setMissingValue

        public void setMissingValue​(double value)
        Set missing value
        Parameters:
        value - Missing value
      • getValue

        public java.lang.Number getValue​(int i,
                                         int j)
        Get value
        Overrides:
        getValue in class GridData
        Parameters:
        i - I index
        j - J index
        Returns:
        Value
      • setValue

        public void setValue​(int i,
                             int j,
                             double value)
        Set value
        Parameters:
        i - I index
        j - J index
        value - Value
      • getDoubleValue

        public double getDoubleValue​(int i,
                                     int j)
        Get double value
        Overrides:
        getDoubleValue in class GridData
        Parameters:
        i - I index
        j - J index
        Returns:
        Double value