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
ConstructorsConstructorDescriptionDefault ConstructorTLcdSLDInterpolationPoint(double aData, TLcdSLDParameterValue aValue) Creates a new instance and initializes the properties with the given values.Default Constructor -
Method Summary
Modifier and TypeMethodDescriptiondoublegetData()Returns the value of the property that maps to theDataelement.getValue()Returns the value of the property that maps to theValueelement.voidsetData(double aValue) Sets the value of the property that maps to theDataelement.voidsetValue(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theValueelement.
-
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 theDataelement.- Returns:
- the value of the
DATA_PROPERTYproperty.
-
setData
public void setData(double aValue) Sets the value of the property that maps to theDataelement.- Parameters:
aValue- the value to set for theDATA_PROPERTYproperty.
-
getValue
Returns the value of the property that maps to theValueelement.- Returns:
- the value of the
VALUE_PROPERTYproperty.
-
setValue
Sets the value of the property that maps to theValueelement.- Parameters:
aValue- the value to set for theVALUE_PROPERTYproperty.
-