prantogg commented on code in PR #1251:
URL: https://github.com/apache/sedona/pull/1251#discussion_r1510557445


##########
docs/api/sql/Function.md:
##########
@@ -551,9 +551,28 @@ Output: `LINESTRING Z(-1 -1 0, 10 5 5)`
 
 ## ST_Buffer
 
-Introduction: Returns a geometry/geography that represents all points whose 
distance from this Geometry/geography is less than or equal to distance.
+Introduction: Returns a geometry/geography that represents all points whose 
distance from this Geometry/geography is less than or equal to distance. The 
function supports both Planar/Euclidean and Spheroidal/Geodesic buffering 
(Since v1.6.0). Spheroidal buffer also supports geometries crossing the 
International Date Line (IDL).
 
-The optional third parameter controls the buffer accuracy and style. Buffer 
accuracy is specified by the number of line segments approximating a quarter 
circle, with a default of 8 segments. Buffer style can be set by providing 
blank-separated key=value pairs in a list format.
+Mode of buffer calculation (Since: `v1.6.0`):
+
+The optional third parameter, `useSpheroid`, controls the mode of buffer 
calculation.
+
+- Planar Buffering (default): When `useSpheroid` is false, `ST_Buffer` 
performs standard planar buffering based on the provided parameters.
+- Spheroidal Buffering:

Review Comment:
   Done



-- 
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: issues-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to