#include "Dialect.h"#include "MapToolsExamples.h"#include <terralib/common.h>#include <terralib/dataaccess.h>#include <terralib/fe.h>#include <terralib/maptools.h>#include <iostream>Go to the source code of this file.
Functions | |
| void | Filter2Query () |
| It converts a OGC Filter Expression to TerraLib Expression. More... | |
| void Filter2Query | ( | ) |
It converts a OGC Filter Expression to TerraLib Expression.
Definition at line 13 of file Filter2Query.cpp.
References te::common::BaseVisitable< T, R >::accept(), createDialect(), dialect, Filter(), te::map::QueryEncoder::getExpression(), te::fe::Filter::setOp(), te::fe::Globals::sm_and, te::fe::Globals::sm_or, te::fe::Globals::sm_propertyIsEqualTo, and te::fe::Globals::sm_propertyIsLessThan.
Referenced by main().