yyy1000 commented on code in PR #877: URL: https://github.com/apache/sedona/pull/877#discussion_r1248474221
########## docs/api/sql/Function.md: ########## @@ -381,6 +381,32 @@ SELECT ST_Centroid(polygondf.countyshape) FROM polygondf ``` +## ST_ClosestPoint + +Introduction: Returns the 2-dimensional point on geom1 that is closest to geom2. This is the first point of the shortest line between the geometries. If using 3D geometries, the Z coordinates will be ignored. If you have a 3D Geometry, you may prefer to use ST_3DClosestPoint. + Review Comment: I tried to resolve all your comments! You can review again. :) Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
