public interface IInterpolationLegend extends LookupFieldName
| Modifier and Type | Method and Description |
|---|---|
double |
getFirstData()
Gets the data of the first interpolation point.
|
double |
getFirstValue()
Gets the value of the first interpolation point as a double.
|
double |
getSecondData()
Gets the data of the second interpolation point.
|
double |
getSecondValue()
Gets the value of the second interpolation point as a double.
|
void |
setFirstData(double d)
Sets the data of the first interpolation point.
|
void |
setFirstValue(double d)
Sets the value of the first interpolation point as a double.
|
void |
setSecondData(double d)
Sets the data of the second interpolation point
|
void |
setSecondValue(double d)
Set the value of the second interpolation point as a double.
|
getLookupFieldName, setLookupFieldNamedouble getFirstData()
double getSecondData()
void setFirstData(double d)
d - First interpolation point data to setvoid setSecondData(double d)
d - Second interpolation point data to setdouble getFirstValue()
throws ParameterException
ParameterException - If a problem is encountered while retrieving
the double value.void setFirstValue(double d)
d - First value to setdouble getSecondValue()
throws ParameterException
ParameterException - If a problem is encountered while retrieving
the double value.void setSecondValue(double d)
d - Second value to setCopyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.