Class TLcdSLDRecode
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDFunction
com.luciad.ogc.sld.model.functions.TLcdSLDRecode
- All Implemented Interfaces:
ILcdDataObject
,ILcdGenericExpression
,ILcdOGCExpression
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Recode allows the transformation of discrete values to any other
values. This is needed when integers have to be translated into text or, reversely, text contents into other
texts or numeric values or colors.
- Since:
- 2012.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theLookupValue
element.Returns the value of the property that maps to theMapItem
element.void
setLookupValue
(TLcdSLDParameterValue aValue) Sets the value of the property that maps to theLookupValue
element.Methods inherited from class com.luciad.ogc.sld.model.functions.TLcdSLDFunction
getFallbackValue, setFallbackValue
-
Constructor Details
-
TLcdSLDRecode
public TLcdSLDRecode()Default Constructor -
TLcdSLDRecode
Default Constructor
-
-
Method Details
-
getLookupValue
Returns the value of the property that maps to theLookupValue
element.The lookup value is the input to the function, and is usually dependent on the object that is being styled.
- Returns:
- the value of the
LOOKUP_VALUE_PROPERTY
property.
-
setLookupValue
Sets the value of the property that maps to theLookupValue
element.The lookup value is the input to the function, and is usually dependent on the object that is being styled.
- Parameters:
aValue
- the value to set for theLOOKUP_VALUE_PROPERTY
property.
-
getMapItem
Returns the value of the property that maps to theMapItem
element.- Returns:
- the value of the
MAP_ITEM_PROPERTY
property.
-