From b2092af6011168c9e537648d4dbeaec775043747 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Sat, 21 Oct 2023 13:43:57 +0200 Subject: [PATCH] Fix doc comment --- src/Geometry.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Geometry.php b/src/Geometry.php index 5ebc922..71fe7b7 100644 --- a/src/Geometry.php +++ b/src/Geometry.php @@ -318,10 +318,7 @@ abstract public function getBoundingBox() : BoundingBox; abstract public function toArray() : array; /** - * Returns a copy of this Geometry, with the SRID altered. - * - * Note that only the SRID value is changed, the coordinates are not reprojected. - * Use GeometryEngine::transform() to reproject the Geometry to another SRID. + * Returns a copy of this Geometry, with the X and Y coordinates swapped. * * @return static */