Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.

This commit is contained in:
Sergey Fedoseev 2015-11-25 23:59:57 +05:00 committed by Tim Graham
parent 0cfe589f95
commit f920be7c32
5 changed files with 23 additions and 0 deletions

View file

@ -746,6 +746,10 @@ Geometry Collections
.. attribute:: cascaded_union
.. deprecated:: 1.10
Use the :attr:`GEOSGeometry.unary_union` property instead.
Returns a :class:`Polygon` that is the union of all of the component
polygons in this collection. The algorithm employed is significantly
more efficient (faster) than trying to union the geometries together