#include "../geometry/Geometry.h"#include "../maptools/AbstractLayer.h"#include "../memory/DataSet.h"#include "../memory/DataSetItem.h"#include <map>#include <string>Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library. | |
| te::vp | |
| Namespace for Vector Processing module of TerraLib. | |
Functions | |
| te::gm::GeomType | te::vp::GeomOpResultType (te::gm::GeomType firstGeom, te::gm::GeomType secondGeom) |
| te::gm::GeomType | te::vp::GeomOpResultType (te::gm::GeomType firstGeom) |
| te::gm::Geometry * | te::vp::GetGeometryUnion (const std::vector< te::mem::DataSetItem * > &items, size_t geomIdx, te::gm::GeomType outGeoType) |
| It returns the union of a geometry vector. More... | |
| te::gm::Geometry * | te::vp::GetGeometryUnion (const std::vector< te::mem::DataSetItem * > &items, size_t geomIdx) |
| std::string | te::vp::GetSimpleTableName (std::string fullName) |
| te::gm::GeometryProperty * | te::vp::SetOutputGeometryType (const te::gm::GeometryProperty *firstGeom, const te::gm::GeometryProperty *secondGeom) |
| void | te::vp::SplitGeometryCollection (te::gm::GeometryCollection *geomIn, te::gm::GeometryCollection *gcOut) |