jiayuasu commented on code in PR #613:
URL: https://github.com/apache/incubator-sedona/pull/613#discussion_r853673450


##########
docs/api/flink/Function.md:
##########
@@ -150,4 +150,22 @@ FROM df
 
 Input: `POLYGON ((-0.5 -0.5, -0.5 0.5, 0.5 0.5, 0.5 -0.5, -0.5 -0.5))`
 
-Output: `POLYGON ((-0.5 -0.5, 0.5 -0.5, 0.5 0.5, -0.5 0.5, -0.5 -0.5))`
\ No newline at end of file
+Output: `POLYGON ((-0.5 -0.5, 0.5 -0.5, 0.5 0.5, -0.5 0.5, -0.5 -0.5))`
+
+## ST_AsEWKT
+
+Introduction: Return the Extended Well-Known Text representation of a geometry.
+EWKT is an extended version of WKT which includes the SRID of the geometry.
+The format originated in PostGIS but is supported by many GIS tools.
+If the geometry is lacking SRID a WKB format is produced.
+[Se ST_SetSRID](#ST_SetSRID)
+
+Format: `ST_AsEWKT (A:geometry)`
+
+Since: `v1.1.1`

Review Comment:
   v.1.2.1



##########
docs/api/sql/Function.md:
##########
@@ -302,6 +302,24 @@ SELECT ST_AsEWKB(polygondf.countyshape)
 FROM polygondf
 ```
 
+## ST_AsEWKT
+
+Introduction: Return the Extended Well-Known Text representation of a geometry.
+EWKT is an extended version of WKT which includes the SRID of the geometry.
+The format originated in PostGIS but is supported by many GIS tools.
+If the geometry is lacking SRID a WKB format is produced.
+[Se ST_SetSRID](#ST_SetSRID)
+
+Format: `ST_AsEWKT (A:geometry)`
+
+Since: `v1.1.1`

Review Comment:
   v1.2.1



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

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

Reply via email to