Class KlvFloat
java.lang.Object
org.codice.ddf.libs.klv.KlvDataElement<T>
org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement<Float>
org.codice.ddf.libs.klv.data.numerical.KlvFloat
Represents a KLV data element that has a float 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
-
KlvFloat
Constructs aKlvFloatrepresenting a KLV data element that has a float value.- Parameters:
key- the data element's keyname- a name describing the data element's value
-
KlvFloat
Constructs aKlvFloatrepresenting a KLV data element that has a float value.- Parameters:
key- the data element's keyname- a name describing the data element's valueerrorIndicatorValue- value that indicates an encoded error
-
-
Method Details
-
decodeValue
- Specified by:
decodeValuein classKlvNumericalDataElement<Float>
-
copy
- Specified by:
copyin classKlvNumericalDataElement<Float>
-