26 #ifndef __TERRALIB_FE_INTERNAL_UTILS_H 27 #define __TERRALIB_FE_INTERNAL_UTILS_H 50 #endif // __TERRALIB_FE_INTERNAL_SORTBY_H TEFEEXPORT te::fe::Filter * CreateFilterByStep(const std::string &attrName, const std::string &minValue, const std::string &maxValue)
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
TEFEEXPORT void GetFilterUniqueValue(const te::fe::Filter *filter, std::string &value)
A Filter is any valid predicate expression.
TEFEEXPORT te::fe::Filter * CreateFilterByUniqueValue(const std::string &attrName, const std::string &value)
A filter is any valid predicate expression.
TEFEEXPORT void GetFilterStepValues(const te::fe::Filter *filter, std::string &valueMin, std::string &valueMax)
Configuration flags for the TerraLib Filter Encoding module.