#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 | |
namespace | te |
TerraLib. | |
namespace | te::gm |
Namespace for the Vector Geometry module of TerraLib. | |
namespace | te::vp |
Namespace for Vector Processing module of TerraLib. | |
Typedefs | |
using | te::vp::GeometryPair = std::pair< te::gm::GeometryPtr, te::gm::GeometryPtr > |