SubdivideOperation.h File Reference

This operation subdivides geometries ensuring that they don't have more than the given number of coordinates. More...

#include "Config.h"
#include "AbstractOperation.h"
#include <memory>
#include <mutex>
#include <vector>

Go to the source code of this file.

Classes

class  te::vp::SubdivideOperation
 This operation subdivides geometries ensuring that they don't have more than the given number of coordinates. More...
 
class  te::vp::SubdivideOperationCapabilities
 
class  te::vp::SubdivideOperationFactory
 
class  te::vp::SubdivideOperationParameters
 

Namespaces

 te
 TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 
 te::vp
 Namespace for Vector Processing module of TerraLib.
 

Detailed Description

This operation subdivides geometries ensuring that they don't have more than the given number of coordinates.

Definition in file SubdivideOperation.h.