public class LimitedPolynomialConversion extends PolynomialConversion
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_LOWERLIMIT
The key pointing to a comma-separated polynom-coefficient string.
|
static String |
KEY_UPPERLIMIT
The key pointing to a comma-separated polynom-coefficient string.
|
KEY_INVERT, KEY_POLYNOMKEY_VALUEDERIVATIVEKEY_UNIT, KEY_VALUEFORMAT, KEY_VALUESIGMAKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Constructor and Description |
|---|
LimitedPolynomialConversion(Map<String,String> prop)
Constructs a new polynomial conversion object.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getPhysical(double x)
Returns the polynomial approximation of the physical correct value.
|
getDeviation, getPhysicalDerivative, getRaw, getRawDerivativegetDerivativeValueFormatcreateConversion, getSigmaValueFormat, getUnit, getValueFormataugment, augment, augment, augment, augment, clone, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, initProperties, isNew, parseObject, parseObject, reload, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSigmaValueFormat, getUnit, getValueFormatpublic static final transient String KEY_LOWERLIMIT
public static final transient String KEY_UPPERLIMIT
public double getPhysical(double x)
getPhysical in interface ConvertToPhysicalgetPhysical in class PolynomialConversionx - The raw reading value.