This file has util functions for this module. More...
Go to the source code of this file.
Namespaces | |
| namespace | te |
| TerraLib. | |
| namespace | te::fe |
| Namespace for the Filter Encoding module of TerraLib. | |
Functions | |
| TEFEEXPORT te::fe::Filter * | te::fe::CreateFilterByStep (const std::string &attrName, const std::string &minValue, const std::string &maxValue) |
| TEFEEXPORT te::fe::Filter * | te::fe::CreateFilterByUniqueValue (const std::string &attrName, const std::string &value) |
| TEFEEXPORT void | te::fe::GetFilterStepValues (const te::fe::Filter *filter, std::string &valueMin, std::string &valueMax) |
| TEFEEXPORT void | te::fe::GetFilterUniqueValue (const te::fe::Filter *filter, std::string &value) |