Class TLcdSLDFunction
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.sld.model.functions.TLcdSLDFunction
- All Implemented Interfaces:
ILcdDataObject,ILcdGenericExpression,ILcdOGCExpression,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdSLDCategorize,TLcdSLDChangeCase,TLcdSLDConcatenate,TLcdSLDFormatDate,TLcdSLDFormatNumber,TLcdSLDInterpolate,TLcdSLDRecode,TLcdSLDStringLength,TLcdSLDStringPosition,TLcdSLDSubstring,TLcdSLDTrim
An SLD function is the base type for all custom functions defined by the
Symbology Encoding specification. These functions are supported starting from
version 1.1 of the standard.
- Since:
- 2012.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theFALLBACK_VALUE_PROPERTYproperty.voidsetFallbackValue(String aValue) Sets the value of theFALLBACK_VALUE_PROPERTYproperty.
-
Constructor Details
-
TLcdSLDFunction
public TLcdSLDFunction()Default constructor -
TLcdSLDFunction
Default constructor- Parameters:
aType- The data type, should extendTLcdSEDataTypes.FunctionType
-
-
Method Details
-
getFallbackValue
Gets the value of theFALLBACK_VALUE_PROPERTYproperty.- Returns:
- the value of the
FALLBACK_VALUE_PROPERTYproperty.
-
setFallbackValue
Sets the value of theFALLBACK_VALUE_PROPERTYproperty.- Parameters:
aValue- the value to set for theFALLBACK_VALUE_PROPERTYproperty.
-