From 4968f0012e7f97c613fcb71781c4e50874c31c15 Mon Sep 17 00:00:00 2001 From: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:19:12 +0100 Subject: Refs #35058 -- Removed OGRGeometry.coord_dim setter per deprecation timeline. --- docs/ref/contrib/gis/gdal.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/gdal.txt b/docs/ref/contrib/gis/gdal.txt index 1ec04d342f..b7e617cfec 100644 --- a/docs/ref/contrib/gis/gdal.txt +++ b/docs/ref/contrib/gis/gdal.txt @@ -551,15 +551,6 @@ coordinate transformation: >>> polygon.dimension 2 - .. attribute:: coord_dim - - Returns the coordinate dimension of this geometry. For example, the value - would be 2 for two-dimensional geometries. - - .. deprecated:: 5.1 - - The ``coord_dim`` setter is deprecated. Use :meth:`.set_3d` instead. - .. attribute:: is_3d A boolean indicating if this geometry has Z coordinates. -- cgit v1.3