Class GriddedCoverage


  • public class GriddedCoverage
    extends Object
    Gridded Coverage object
    Since:
    1.2.1
    Author:
    osbornb
    • Constructor Detail

      • GriddedCoverage

        public GriddedCoverage()
        Default Constructor
      • GriddedCoverage

        public GriddedCoverage​(GriddedCoverage griddedCoverage)
        Copy Constructor
        Parameters:
        griddedCoverage - gridded coverage to copy
        Since:
        1.3.0
    • Method Detail

      • getId

        public long getId()
        Get the id
        Returns:
        id
      • getTileMatrixSet

        public TileMatrixSet getTileMatrixSet()
        Get the tile matrix set
        Returns:
        tile matrix set
      • setTileMatrixSet

        public void setTileMatrixSet​(TileMatrixSet tileMatrixSet)
        Set the tile matrix set
        Parameters:
        tileMatrixSet - tile matrix set
      • getTileMatrixSetName

        public String getTileMatrixSetName()
        Get the tile matrix set name
        Returns:
        tile matrix set name
      • setDataType

        public void setDataType​(GriddedCoverageDataType datatype)
        Set the data type
        Parameters:
        datatype - data type
      • getScale

        public double getScale()
        Get the scale
        Returns:
        scale as a multiple relative to the unit of measure
      • setScale

        public void setScale​(double scale)
        Set the scale
        Parameters:
        scale - scale as a multiple relative to the unit of measure
      • getOffset

        public double getOffset()
        Get the offset
        Returns:
        offset to the 0 value
      • setOffset

        public void setOffset​(double offset)
        Set the offset
        Parameters:
        offset - offset to the 0 value
      • getPrecision

        public double getPrecision()
        Get the precision
        Returns:
        smallest value that has meaning for this dataset
      • setPrecision

        public void setPrecision​(Double precision)
        Set the precision
        Parameters:
        precision - smallest value that has meaning for this dataset
      • getDataNull

        public Double getDataNull()
        Get the value that indicates NULL
        Returns:
        value that indicates NULL
      • setDataNull

        public void setDataNull​(Double dataNull)
        Set the value that indicates NULL
        Parameters:
        dataNull - value that indicates NULL
      • getGridCellEncodingType

        public GriddedCoverageEncodingType getGridCellEncodingType()
        Get the grid cell encoding type
        Returns:
        grid cell encoding type
        Since:
        2.0.1
      • setGridCellEncodingType

        public void setGridCellEncodingType​(GriddedCoverageEncodingType encodingtype)
        Set the grid cell encoding type
        Parameters:
        encodingtype - grid cell encoding type
        Since:
        2.0.1
      • getGridCellEncoding

        public String getGridCellEncoding()
        Get the grid cell encoding
        Returns:
        grid cell encoding
        Since:
        2.0.1
      • setGridCellEncoding

        public void setGridCellEncoding​(String gridCellEncoding)
        Set the grid cell encoding
        Parameters:
        gridCellEncoding - grid cell encoding
        Since:
        2.0.1
      • getUom

        public String getUom()
        Get the units of measure
        Returns:
        units of measure
        Since:
        2.0.1
      • setUom

        public void setUom​(String uom)
        Set the units of measure
        Parameters:
        uom - units of measure
        Since:
        2.0.1
      • getFieldName

        public String getFieldName()
        Get the field name
        Returns:
        field name
        Since:
        2.0.1
      • setFieldName

        public void setFieldName​(String fieldName)
        Set the field name
        Parameters:
        fieldName - field name
        Since:
        2.0.1
      • getQuantityDefinition

        public String getQuantityDefinition()
        Get the quantity definition
        Returns:
        quantity definition
        Since:
        2.0.1
      • setQuantityDefinition

        public void setQuantityDefinition​(String quantityDefinition)
        Set the quantity definition
        Parameters:
        quantityDefinition - quantity definition
        Since:
        2.0.1