public interface NoData extends Cloneable, java.lang.Comparable<NoData>
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the nodata value.
|
void |
copyFrom(NoData noData)
Copy from noData parameter
|
int |
getDataType()
Gets the NoData data type
|
java.lang.Number |
getDefaultValue()
Gets the default value.
|
java.lang.Number |
getValue()
Gets the for nodata.
|
boolean |
isDefined()
Returns true if getValue is defined and false if is null
|
void |
restore()
Restores default value.
|
void |
setValue(java.lang.Number value)
Sets the value for NoData.
|
clone, cloneQuietly, cloneQuietly
java.lang.Number getValue()
void setValue(java.lang.Number value)
value
- the noData to setboolean isDefined()
void clear()
void restore()
java.lang.Number getDefaultValue()
int getDataType()
void copyFrom(NoData noData)
noData
-