diff options
| author | Andrew Harris <aharris@outsideinc.com> | 2025-01-10 10:11:03 -0500 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-02-03 11:34:23 +0000 |
| commit | 5f30fd2358fd60a514bdba31594bfc8122f30167 (patch) | |
| tree | d268203d195f4c384b9b806eb538f3e88b633842 /docs/ref | |
| parent | 198b30168d4e94af42e0dc7967bd3259b5c5790b (diff) | |
Refs #36036 -- Added support for GEOSHasM.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index b3825e09c4..58097434e8 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -312,7 +312,14 @@ Properties .. attribute:: GEOSGeometry.hasz - Returns a boolean indicating whether the geometry is three-dimensional. + Returns a boolean indicating whether the geometry has the Z dimension. + +.. attribute:: GEOSGeometry.hasm + + .. versionadded:: 6.0 + + Returns a boolean indicating whether the geometry has the M dimension. + Requires GEOS 3.12. .. attribute:: GEOSGeometry.ring |
