| Constructor and Description |
|---|
DefaultNoData(java.lang.Number defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the nodata value.
|
java.lang.Object |
clone()
Creates a copy of the object.
|
int |
compareTo(NoData o) |
void |
copyFrom(NoData noData)
Copy from noData parameter
|
boolean |
equals(java.lang.Object obj) |
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 |
setDefaultValue(java.lang.Number defaultValue)
Sets the default value
|
void |
setValue(java.lang.Number value)
Sets the value for NoData.
|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloneQuietly, cloneQuietlypublic DefaultNoData(java.lang.Number defaultValue)
defaultValue - public void setDefaultValue(java.lang.Number defaultValue)
defaultValue - public int compareTo(NoData o)
compareTo in interface java.lang.Comparable<NoData>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.Number getValue()
NoDatapublic void setValue(java.lang.Number value)
NoDatapublic boolean isDefined()
NoDatapublic void clear()
NoDatapublic void restore()
NoDatapublic java.lang.Number getDefaultValue()
NoDatagetDefaultValue in interface NoDatapublic int getDataType()
NoDatagetDataType in interface NoDatapublic void copyFrom(NoData noData)
NoDatapublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Cloneableclone in class java.lang.Objectjava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.