diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index ddf4f0706f..259221ef23 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -694,6 +694,12 @@ is returned instead. In previous versions, an empty ``LineString`` couldn't be instantiated. + .. attribute:: closed + + .. versionadded:: 1.10 + + Returns whether or not this ``LineString`` is closed. + ``LinearRing`` -------------- @@ -790,6 +796,11 @@ Geometry Collections Returns a :class:`LineString` representing the line merge of all the components in this ``MultiLineString``. + .. attribute:: closed + + .. versionadded:: 1.10 + + Returns ``True`` if and only if all elements are closed. Requires GEOS 3.5. ``MultiPolygon`` ---------------- |
