A class that execute vector to vector operations in the memory. More...
#include "../dataaccess/dataset/DataSet.h"#include "../dataaccess/dataset/DataSetType.h"#include "../dataaccess/datasource/DataSource.h"#include "../datatype/Property.h"#include "../maptools/AbstractLayer.h"#include "../memory/DataSet.h"#include "../sam/kdtree.h"#include "Config.h"#include "VectorToVectorOp.h"#include <map>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | te::attributefill::VectorToVectorMemory |
Namespaces | |
| te | |
| URI C++ Library. | |
| te::attributefill | |
| te::dt | |
| Namespace for the Data Type module of TerraLib. | |
| te::gm | |
| Namespace for the Vector Geometry module of TerraLib. | |
| te::stat | |
| This is the namespace for the Statistics module. | |
Typedefs | |
| typedef te::sam::kdtree::AdaptativeNode< te::gm::Coord2D, std::vector< te::gm::Point >, te::gm::Point > | KD_ADAPTATIVE_NODE |
| typedef te::sam::kdtree::AdaptativeIndex< KD_ADAPTATIVE_NODE > | KD_ADAPTATIVE_TREE |
A class that execute vector to vector operations in the memory.
Definition in file VectorToVectorMemory.h.
| typedef te::sam::kdtree::AdaptativeNode<te::gm::Coord2D, std::vector<te::gm::Point>, te::gm::Point> KD_ADAPTATIVE_NODE |
Definition at line 46 of file VectorToVectorMemory.h.
Definition at line 47 of file VectorToVectorMemory.h.