26 #ifndef __TERRALIB_RASTER_INTERNAL_BOUNDARYEXTRACT_H    27 #define __TERRALIB_RASTER_INTERNAL_BOUNDARYEXTRACT_H    32 #include "../geometry/Coord2D.h"    33 #include "../geometry/LineString.h"    34 #include "../sam/rtree.h"    92         bool run(std::vector<te::gm::Geometry*>& polygons, 
double pixelvalue );
   105       bool detectEdge(
long segmentInitialCol, 
long segmentInitialRow, 
te::gm::LinearRing& outputLine);
   111 #endif  // __TERRALIB_RASTER_INTERNAL_BOUNDARYEXTRACT_H #define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
It implements the vectorizer, based on TerraLib 4 algorithm. 
 
A LinearRing is a LineString that is both closed and simple. 
 
Enumerations for the Raster module. 
 
An abstract class for raster data strucutures. 
 
An abstract class for raster data strucutures. 
 
It implements the vectorizer, based on TerraLib 4 algorithm. 
 
A polygon container node class.