Class TLcdSLDStringLength

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

public class TLcdSLDStringLength extends TLcdSLDFunction
Returns the length of a string.
Since:
2012.1
  • Constructor Details

    • TLcdSLDStringLength

      public TLcdSLDStringLength()
      Default Constructor
    • TLcdSLDStringLength

      public TLcdSLDStringLength(TLcdDataType aType)
      Default Constructor
    • TLcdSLDStringLength

      public TLcdSLDStringLength(TLcdSLDParameterValue aStringValue)
      Creates a new instance and initializes the properties with the given values.
  • Method Details

    • getStringValue

      public 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.
    • setStringValue

      public void setStringValue(TLcdSLDParameterValue aValue)
      Sets 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.

      Parameters:
      aValue - the value to set for the STRING_VALUE_PROPERTY property.