26#ifndef __TERRALIB_RASTER_INTERNAL_BOUNDARYEXTRACT_H
27#define __TERRALIB_RASTER_INTERNAL_BOUNDARYEXTRACT_H
91 bool run(std::vector<te::gm::Geometry*>& polygons,
double pixelvalue );
An utility struct for representing 2D coordinates.
LineString is a curve with linear interpolation between points.
A polygon container node class.
It implements the vectorizer, based on TerraLib 4 algorithm.
A LinearRing is a LineString that is both closed and simple.
An abstract class for raster data strucutures.
Vectorizer(Raster *r, std::size_t b, unsigned int mp=0, const bool noDataExclusion=true)
Constructor.
Namespace for the Raster module of TerraLib.
Enumerations for the Raster module.
An abstract class for raster data strucutures.
#define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module.