#include "Config.h"#include "../geometry/CommonDataStructures.h"#include "../geometry/Enums.h"#include "../sam/rtree/Index.h"#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | te::vp::OperationService |
| Represents a service containing useful functions related to an operation. More... | |
Namespaces | |
| te | |
| TerraLib. | |
| te::gm | |
| Namespace for the Vector Geometry module of TerraLib. | |
| te::vp | |
| Namespace for Vector Processing module of TerraLib. | |
Typedefs | |
| using | te::vp::GeometryPair = std::pair< te::gm::GeometryPtr, te::gm::GeometryPtr > |