28 #ifndef __TERRALIB_VP_INTERNAL_BUFFER_QUERY_H
29 #define __TERRALIB_VP_INTERNAL_BUFFER_QUERY_H
32 #include "../common/Exception.h"
33 #include "../datatype/Property.h"
34 #include "../geometry/Geometry.h"
35 #include "../memory/DataSet.h"
36 #include "../statistics/core/Enums.h"
100 const int& sourceSRID);
111 void prepareDataSet(std::vector<std::vector<te::gm::Geometry*> > vecDissolvedGeom,
113 const int& sourceSRID,
114 const double &distance);
A dataset is the unit of information manipulated by the data access module of TerraLib.
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
An abstract class to compute the buffer memory and buffer query operation.
A concrete class to compute the buffer operation.
~BufferQuery()
Destructor.
void prepareDataSet(te::da::DataSet *dataSetQuery, te::mem::DataSet *outputDataSet, const int &sourceSRID)
It prepare the dataset to be persisted.
bool run()
It executes the operation.
BufferQuery()
Default constructor.
std::vector< std::vector< te::gm::Geometry * > > dissolveQuery(te::da::DataSet *dsQuery, const int &levels)
It dissolves the bounders between buffers.
void prepareDataSet(std::vector< std::vector< te::gm::Geometry * > > vecDissolvedGeom, te::mem::DataSet *outputDataSet, const int &sourceSRID, const double &distance)
It prepare the dataset to be persisted with dissolved geometries.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).
Enumerations of XML module.
An exception class for the XML module.