From 5f30fd2358fd60a514bdba31594bfc8122f30167 Mon Sep 17 00:00:00 2001 From: Andrew Harris Date: Fri, 10 Jan 2025 10:11:03 -0500 Subject: Refs #36036 -- Added support for GEOSHasM. --- docs/ref/contrib/gis/geos.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/ref') 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 -- cgit v1.3