Class KlvDouble
java.lang.Object
org.codice.ddf.libs.klv.KlvDataElement<T>
org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement<Double>
org.codice.ddf.libs.klv.data.numerical.KlvDouble
Represents a KLV data element that has a double value.
-
Field Summary
Fields inherited from class org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement
errorIndicatorValueFields inherited from class org.codice.ddf.libs.klv.KlvDataElement
key, keyBytes, name, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement
isErrorIndicatedMethods inherited from class org.codice.ddf.libs.klv.KlvDataElement
getKey, getKeyAsString, getName, getValue
-
Constructor Details
-
KlvDouble
Constructs aKlvDoublerepresenting a KLV data element that has a double value.- Parameters:
key- the data element's keyname- a name describing data element's value
-
KlvDouble
Constructs aKlvDoublerepresenting a KLV data element that has a double value.- Parameters:
key- the data element's keyname- a name describing data element's valueerrorIndicatorValue- value that indicates an encoded error
-
-
Method Details
-
decodeValue
- Specified by:
decodeValuein classKlvNumericalDataElement<Double>
-
copy
- Specified by:
copyin classKlvNumericalDataElement<Double>
-