yyy1000 commented on code in PR #867: URL: https://github.com/apache/sedona/pull/867#discussion_r1238495121
########## docs/api/sql/Function.md: ########## @@ -400,6 +400,20 @@ Result: POLYGON ((0 -3, -3 -3, -3 3, 0 3, 0 -3)) ``` +## ST_Dimension + +Introduction: Return the topological dimension of this Geometry object, which must be less than or equal to the coordinate dimension. OGC SPEC s2.1.1.1 - returns 0 for POINT, 1 for LINESTRING, 2 for POLYGON, and the largest dimension of the components of a GEOMETRYCOLLECTION. If the dimension is unknown (e.g. for an empty GEOMETRYCOLLECTION) 0 is returned. + +Format: `ST_Dimension (A:geometry), ST_Dimension (C:geometrycolletion), ` + +Since: `v1.0.0` 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
