Buffer Vector Processing functions. More...
#include "../dataaccess/datasource/DataSourceInfo.h"#include "../datatype/Property.h"#include "../geometry/Geometry.h"#include "../maptools/AbstractLayer.h"#include "../memory/DataSet.h"#include "../memory/DataSetItem.h"#include "Config.h"#include "Enums.h"#include "Exception.h"#include <map>#include <vector>Go to the source code of this file.
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::vp | |
| Namespace for Vector Processing module of TerraLib.  | |
Functions | |
| TEVPEXPORT bool | te::vp::Buffer (const std::string &inDataset, te::da::DataSource *inDatasource, const int &bufferPolygonRule, const int &bufferBoundariesRule, const bool ©InputColumns, const int &levels, const std::string &outDataset, te::da::DataSource *outDatasource, const double &fixedDistance=0, const std::string &fromAttDistance="") | 
| Executes the Buffer Geographical Operation and persists the result as a dataset in a given output datasource.  More... | |
Buffer Vector Processing functions.
Definition in file Buffer.h.