Interface NoData

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, Comparable<NoData>

public interface NoData extends org.gvsig.tools.lang.Cloneable, Comparable<NoData>
Author:
fdiaz
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clear the nodata value.
    void
    copyFrom(NoData noData)
    Copy from noData parameter
    int
    Gets the NoData data type
    Gets the default value.
    Gets the for nodata.
    boolean
    Returns true if getValue is defined and false if is null
    void
    Restores default value.
    void
    Sets the value for NoData.

    Methods inherited from interface org.gvsig.tools.lang.Cloneable

    clone

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getValue

      Number getValue()
      Gets the for nodata.
      Returns:
      the noData
    • setValue

      void setValue(Number value)
      Sets the value for NoData.
      Parameters:
      value - the noData to set
    • isDefined

      boolean isDefined()
      Returns true if getValue is defined and false if is null
      Returns:
      true if getValue is defined and false if is null
    • clear

      void clear()
      Clear the nodata value.
    • restore

      void restore()
      Restores default value. This value has to be assign when NoData object is initialize.
    • getDefaultValue

      Number getDefaultValue()
      Gets the default value. This value has to be assign when NoData object is initialize.
      Returns:
      the noData
    • getDataType

      int getDataType()
      Gets the NoData data type
      Returns:
      the data type
    • copyFrom

      void copyFrom(NoData noData)
      Copy from noData parameter
      Parameters:
      noData -