![]() |
Home | Libraries | People | FAQ | More |
multi_polygon, a collection of polygons
Multi-polygon can be used to group polygons belonging to each other, e.g. Hawaii
template<typename Polygon, template< typename, typename > class Container, template< typename > class Allocator> class model::multi_polygon { // ... };
Parameter |
Default |
Description |
---|---|---|
typename Polygon |
||
template< typename, typename > class Container |
std::vector |
|
template< typename > class Allocator |
std::allocator |
#include <boost/geometry/multi/geometries/multi_polygon.hpp>