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
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of theFALLBACK_VALUE_PROPERTY
property.void
setFallbackValue
(String aValue) Sets the value of theFALLBACK_VALUE_PROPERTY
property.
-
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_PROPERTY
property.- Returns:
- the value of the
FALLBACK_VALUE_PROPERTY
property.
-
setFallbackValue
Sets the value of theFALLBACK_VALUE_PROPERTY
property.- Parameters:
aValue
- the value to set for theFALLBACK_VALUE_PROPERTY
property.
-