pub fn num_geometries<G: NumGeometries>(g: &G) -> usizeExpand description
Number of distinct geometries in g.
Point/Linestring/Ring/Polygon/Segment/Box→1Multi*→ member count
Mirrors boost::geometry::num_geometries(g) from
boost/geometry/algorithms/num_geometries.hpp.