Go to the documentation of this file.
26 #ifndef __TERRALIB_SE_INTERNAL_STRINGPOSITION_H
27 #define __TERRALIB_SE_INTERNAL_STRINGPOSITION_H
96 #endif // __TERRALIB_SE_INTERNAL_STRINGPOSITION_H
ParameterValue * m_stringValue
Mandatory.
It returns the position of first occurence of a substring (String formatting functions).
StringPosition()
It initializes a new StringPosition.
Symbology Encoding functions.
SearchDirectionType
It controls the direction of search.
void setStringValue(ParameterValue *v)
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
void setLookupString(ParameterValue *v)
Symbology Encoding functions.
void setSearchDirection(SearchDirectionType t)
SearchDirectionType m_searchDirection
Mandatory.
~StringPosition()
Destructor.
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
ParameterValue * m_lookupString
Mandatory.