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 */