Class TLcdSLDStringPosition

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

public class TLcdSLDStringPosition extends TLcdSLDFunction
Returns the position of first occurrence of 'LookupString' in 'StringValue', counting from 1. Zero is returned in case of search failure.
Since:
2012.1
  • Constructor Details

  • Method Details

    • getSearchDirection

      public TLcdSLDStringPosition.SearchDirection getSearchDirection()
      Returns the value of the property that maps to the searchDirection attribute.
      Returns:
      the value of the SEARCH_DIRECTION_PROPERTY property.
    • setSearchDirection

      public void setSearchDirection(TLcdSLDStringPosition.SearchDirection aValue)
      Sets the value of the property that maps to the searchDirection attribute.
      Parameters:
      aValue - the value to set for the SEARCH_DIRECTION_PROPERTY property.
    • getLookupString

      public TLcdSLDParameterValue getLookupString()
      Returns the value of the property that maps to the LookupString element.
      Returns:
      the value of the LOOKUP_STRING_PROPERTY property.
    • setLookupString

      public void setLookupString(TLcdSLDParameterValue aValue)
      Sets the value of the property that maps to the LookupString element.
      Parameters:
      aValue - the value to set for the LOOKUP_STRING_PROPERTY property.
    • 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.