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