Class TLcdSLDSubstring

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

public class TLcdSLDSubstring extends TLcdSLDFunction
Returns substrings of a given String.
Since:
2012.1
  • Constructor Details

  • 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.
    • getPosition

      public TLcdSLDParameterValue getPosition()
      Returns the value of the property that maps to the Position element.

      The start of the substring, counting from 1.

      Returns:
      the value of the POSITION_PROPERTY property.
    • setPosition

      public void setPosition(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the Position element.

      The start of the substring, counting from 1.

      Parameters:
      aValue - the value to set for the POSITION_PROPERTY property.
    • getLength

      public TLcdSLDParameterValue getLength()
      Returns the value of the property that maps to the Length element.

      The remaining length, starting at Position.

      Returns:
      the value of the LENGTH_PROPERTY property.
    • setLength

      public void setLength(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the Length element.

      The remaining length, starting at Position.

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