28#ifndef __TERRALIB_VP_INTERNAL_BUFFER_QUERY_H
29#define __TERRALIB_VP_INTERNAL_BUFFER_QUERY_H
100 const int& sourceSRID);
111 void prepareDataSet(std::vector<std::vector<te::gm::Geometry*> > vecDissolvedGeom,
113 const int& sourceSRID,
114 const double &distance);
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
It models a property definition.
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.
BufferOp()
Default constructor that can be called by subclasses.
~BufferQuery()
Destructor.
std::vector< std::vector< te::gm::Geometry * > > dissolveQuery(te::da::DataSet *dsQuery, const int &levels)
It dissolves the bounders between buffers.
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.
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.
This class is designed to declare objects to be thrown as exceptions by TerraLib.
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
Namespace for Vector Processing module of TerraLib.
Enumerations related to Vector Processing module.
Configuration flags for the Terrralib Vector Processing module.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Enumerations related to Vector Processing module.
An exception class for the Vector processing module.