Class TLcdSLDInterpolationPoint
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDInterpolationPoint
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
An InterpolationPoint defines a correspondence between the LookupValues and the transformed values.
A set of InterpolationPoints defines a function f where f(Data)=Value. The values in between
interpolation points are dependent on the 'Mode'.
The Values are usually decimal numbers, but can also be colors. In that case the Method should be set to
'color'.
- Since:
- 2012.1
-
Constructor Summary
ConstructorDescriptionDefault ConstructorTLcdSLDInterpolationPoint
(double aData, TLcdSLDParameterValue aValue) Creates a new instance and initializes the properties with the given values.Default Constructor -
Method Summary
Modifier and TypeMethodDescriptiondouble
getData()
Returns the value of the property that maps to theData
element.getValue()
Returns the value of the property that maps to theValue
element.void
setData
(double aValue) Sets the value of the property that maps to theData
element.void
setValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValue
element.
-
Constructor Details
-
TLcdSLDInterpolationPoint
public TLcdSLDInterpolationPoint()Default Constructor -
TLcdSLDInterpolationPoint
Default Constructor -
TLcdSLDInterpolationPoint
Creates a new instance and initializes the properties with the given values.
-
-
Method Details
-
getData
public double getData()Returns the value of the property that maps to theData
element.- Returns:
- the value of the
DATA_PROPERTY
property.
-
setData
public void setData(double aValue) Sets the value of the property that maps to theData
element.- Parameters:
aValue
- the value to set for theDATA_PROPERTY
property.
-
getValue
Returns the value of the property that maps to theValue
element.- Returns:
- the value of the
VALUE_PROPERTY
property.
-
setValue
Sets the value of the property that maps to theValue
element.- Parameters:
aValue
- the value to set for theVALUE_PROPERTY
property.
-