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

public class TLcdSLDFunction extends TLcdDataObject implements ILcdOGCExpression
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 Details

    • TLcdSLDFunction

      public TLcdSLDFunction()
      Default constructor
    • TLcdSLDFunction

      public TLcdSLDFunction(TLcdDataType aType)
      Default constructor
      Parameters:
      aType - The data type, should extend TLcdSEDataTypes.FunctionType
  • Method Details

    • getFallbackValue

      public String getFallbackValue()
      Gets the value of the FALLBACK_VALUE_PROPERTY property.
      Returns:
      the value of the FALLBACK_VALUE_PROPERTY property.
    • setFallbackValue

      public void setFallbackValue(String aValue)
      Sets the value of the FALLBACK_VALUE_PROPERTY property.
      Parameters:
      aValue - the value to set for the FALLBACK_VALUE_PROPERTY property.