Class TLcdSLDConcatenate

All Implemented Interfaces:
ILcdDataObject, ILcdGenericExpression, ILcdOGCExpression, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdSLDConcatenate extends TLcdSLDFunction
Concatenates strings.
Since:
2012.1
  • Constructor Details

    • TLcdSLDConcatenate

      public TLcdSLDConcatenate()
      Default Constructor
    • TLcdSLDConcatenate

      public TLcdSLDConcatenate(TLcdDataType aType)
      Default Constructor
    • TLcdSLDConcatenate

      public TLcdSLDConcatenate(TLcdSLDParameterValue[] aStringValues)
      Creates a new instance and initializes the properties with the given values.
  • Method Details

    • getStringValue

      public List<TLcdSLDParameterValue> getStringValue()
      Returns the value of the property that maps to the StringValue element.

      A parameter that evaluates to a String. The 'toString' method of the returned Object is used to convert any object into a String.

      Returns:
      the value of the STRING_VALUE_PROPERTY property.