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