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, wait
cloneQuietly, cloneQuietly
public 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.Object
public java.lang.Number getValue()
NoData
public void setValue(java.lang.Number value)
NoData
public boolean isDefined()
NoData
public void clear()
NoData
public void restore()
NoData
public java.lang.Number getDefaultValue()
NoData
getDefaultValue
in interface NoData
public int getDataType()
NoData
getDataType
in interface NoData
public void copyFrom(NoData noData)
NoData
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in class java.lang.Object
java.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()}.