|
| template<typename Geometry1 , typename Geometry2 , typename Collection , typename Strategy > |
| void | boost::geometry::union_ (Geometry1 const &geometry1, Geometry2 const &geometry2, Collection &output_collection, Strategy const &strategy) |
| | Combines two geometries which each other. More...
|
| |
| template<typename Geometry1 , typename Geometry2 , typename Collection > |
| void | boost::geometry::union_ (Geometry1 const &geometry1, Geometry2 const &geometry2, Collection &output_collection) |
| | Combines two geometries which each other. More...
|
| |