This class contains functions to help subdivide a geometry into small parts.  
 More...
#include <GeometrySubdivider.h>
This class contains functions to help subdivide a geometry into small parts. 
Definition at line 47 of file GeometrySubdivider.h.
 
◆ GeometrySubdivider()
      
        
          | te::gm::GeometrySubdivider::GeometrySubdivider  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~GeometrySubdivider()
  
  
      
        
          | virtual te::gm::GeometrySubdivider::~GeometrySubdivider  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ fixNoding() [1/2]
◆ fixNoding() [2/2]
◆ subdivideByCellTilling()
◆ subdivideByCellTillingImpl()
◆ subdivideByClipping()
◆ subdivideByClippingImpl()
◆ subdivideByMaxCoordinates()
Subdivides the given geometry recursivelly using its envelope spplited in 4 parts until all the subparts have less then the given 'maxCoordinates' coordinates. 
- Parameters
 - 
  
    | geometry | The input geometry to be subdivided  | 
    | maxCoordinates | The maximum nunber of coordinates of each part | 
  
   
- Returns
 - A vector containg all the subparts of the geometry 
 
 
 
◆ subdivideByMaxCoordinatesImpl() [1/2]
Subdivides the given geometry recursivelly using its envelope spplited in 4 parts until all the subparts have less then the given 'maxCoordinates' coordinates. 
- Parameters
 - 
  
    | geometry | The input geometry to be subdivided  | 
    | envelope | The envelope to be used to clip the geometry.  | 
    | maxCoordinates | The maximum nunber of coordinates of each part | 
  
   
- Returns
 - A vector containg all the subparts of the geometry 
 
 
 
◆ subdivideByMaxCoordinatesImpl() [2/2]
Subdivides the given geometry recursivelly using its envelope spplited in 4 parts until all the subparts have less then the given 'maxCoordinates' coordinates. 
- Parameters
 - 
  
    | geometry | The input geometry to be subdivided  | 
    | maxCoordinates | The maximum nunber of coordinates of each part | 
  
   
- Returns
 - A vector containg all the subparts of the geometry 
 
 
 
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/geometry/algorithms/GeometrySubdivider.h