26#ifndef __TERRALIB_GEOMETRY_INTERNAL_COMMONDATASTRUCTURES_H
27#define __TERRALIB_GEOMETRY_INTERNAL_COMMONDATASTRUCTURES_H
An utility struct for representing 2D coordinates.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
A class that represents a two dimensional K-d Tree (2-d Tree).
A class that represents an Kd-tree node.
A class that represents an Kd-tree node.
Namespace for the Vector Geometry module of TerraLib.
std::vector< te::gm::Geometry * > GeometryVector
te::sam::kdtree::Node< te::gm::Coord2D, std::size_t, std::size_t, te::sam::kdtree::kd_node_m_datasingle_tag > KD_SINGLE_NODE
std::vector< const te::gm::Geometry * > GeometryVectorConst
te::sam::kdtree::Index< KD_SINGLE_NODE > KdTreeSingle
A class that represents a two dimensional K-d Tree (2-d Tree).
Configuration flags for the Vector Geometry Model of TerraLib.