Uses of Class
org.codice.ddf.libs.klv.data.numerical.KlvNumericalDataElement
Packages that use KlvNumericalDataElement
-
Uses of KlvNumericalDataElement in org.codice.ddf.libs.klv.data.numerical
Subclasses of KlvNumericalDataElement in org.codice.ddf.libs.klv.data.numericalModifier and TypeClassDescriptionclassRepresents a KLV data element that has a byte value.classRepresents a KLV data element that has a double value.classRepresents a KLV data element that has a float value.classRepresents a KLV element that has a int value.classRepresents a KLV element containing a floating-point value that has been encoded as an integer value.classRepresents a KLV element that has a long value.classRepresents a KLV data element that has a short value.classRepresents a KLV element that has an unsigned byte value.classRepresents a KLV element that has an unsigned short value.Methods in org.codice.ddf.libs.klv.data.numerical that return KlvNumericalDataElementModifier and TypeMethodDescriptionprotected abstract KlvNumericalDataElement<T>KlvNumericalDataElement.copy()Constructors in org.codice.ddf.libs.klv.data.numerical with parameters of type KlvNumericalDataElementModifierConstructorDescriptionKlvIntegerEncodedFloatingPoint(KlvNumericalDataElement<?> klvRawDataValue, long encodedRangeMin, long encodedRangeMax, double actualRangeMin, double actualRangeMax) Constructs aKlvIntegerEncodedFloatingPointrepresenting a KLV element containing a floating-point value that has been encoded as an integer value.KlvIntegerEncodedFloatingPoint(KlvNumericalDataElement<?> klvRawDataValue, long encodedRangeMin, long encodedRangeMax, double actualRangeMin, double actualRangeMax, Optional<Double> errorIndicatorValue) Constructs aKlvIntegerEncodedFloatingPointrepresenting a KLV element containing a floating-point value that has been encoded as an integer value.