diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-13 09:19:12 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 4968f0012e7f97c613fcb71781c4e50874c31c15 (patch) | |
| tree | 126a058421cf6acc214fe5e8e65e0433e9c2d3eb /docs/ref | |
| parent | d5fec03dad035e88494bf55194cbbbe4b20b5e5b (diff) | |
Refs #35058 -- Removed OGRGeometry.coord_dim setter per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/gdal.txt | 9 |
1 files changed, 0 insertions, 9 deletions
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. |
