template<typename Point, template< typename, typename > class Container = std::vector, template< typename > class Allocator = std::allocator>
class boost::geometry::model::multi_point< Point, Container, Allocator >
multi_point, a collection of points
- Template Parameters
-
Point | |
Container | |
Allocator | |
Multipoint can be used to group points belonging to each other, e.g. a constellation, or the result set of an intersection {before.synopsis, [heading Model of] [link geometry.reference.concepts.concept_multi_point MultiPoint Concept] }