26 #ifndef __TERRALIB_RASTER_INTERNAL_VECTORIZERPOLYGONSTRUCTURE_H 27 #define __TERRALIB_RASTER_INTERNAL_VECTORIZERPOLYGONSTRUCTURE_H 30 #include "../geometry/Polygon.h" 107 #endif // __TERRALIB_RASTER_INTERNAL_VECTORIZERPOLYGONSTRUCTURE_H double m_tileIndexerDY
The polygon tile indexer Y Axis resolution.
#define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module.
std::unique_ptr< te::gm::Polygon > m_polygonPtr
A pointer to the stored polygon instance.
Configuration flags for the Raster module of TerraLib.
A polygon container node class.
Polygon tile indexing class for optmized geometrical relational tests.
double m_value
The pixel value related to a polygon.
std::unique_ptr< te::rst::TileIndexer > m_indexerPtr
A pointer to the polygon tile indexer pointer.
rasterPointer reset(te::rst::RasterFactory::make("MEM", new te::rst::Grid(nCols, nLines), bandsProps, std::map< std::string, std::string >(), 0, 0))
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings.