VectorToVectorMemory.h File Reference

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::PointKD_ADAPTATIVE_NODE
 
typedef te::sam::kdtree::AdaptativeIndex< KD_ADAPTATIVE_NODEKD_ADAPTATIVE_TREE
 

Detailed Description

A class that execute vector to vector operations in the memory.

Definition in file VectorToVectorMemory.h.

Typedef Documentation