Kontinuation commented on code in PR #2275:
URL: https://github.com/apache/sedona/pull/2275#discussion_r2277996100


##########
docs/api/sql/geography/Constructor.md:
##########
@@ -140,3 +140,27 @@ Output:
 ```
 SRID=4326; LINESTRING (0 0, 3 3, 4 4)
 ```
+
+## ST_GeogToGeometry
+
+Introduction: Construct a Geometry from a Geography. SRID is assumed same as 
defined in original Geography.
+
+Format:
+
+`ST_GeogToGeometry (geog: Geography)`
+
+`ST_GeogToGeometry (geog: Geography, srid: Integer)`
+
+Since: `v1.8.0`
+
+SQL example:
+
+```sql
+SELECT ST_GeogToGeometry(ST_GeogFromWKT('MULTILINESTRING ((90 90, 20 20, 10 
40), (40 40, 30 30, 40 20, 30 10))', 4326)))

Review Comment:
   This example query has unbalanced parenthesis.



-- 
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]

Reply via email to