26 #ifndef __TERRALIB_FE_INTERNAL_UTILS_H
27 #define __TERRALIB_FE_INTERNAL_UTILS_H
A filter is any valid predicate expression.
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)
TEFEEXPORT te::fe::Filter * CreateFilterByUniqueValue(const std::string &attrName, const std::string &value)
A series of well-known filtering algorithms for images, linear and non-linear.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).