jiayuasu opened a new pull request, #2687: URL: https://github.com/apache/sedona/pull/2687
## Description Add SVG visual illustrations for 36 geometry accessor functions, continuing the work on #2678. ### Functions covered (36) **Component Extraction:** ST_Boundary, ST_EndPoint, ST_StartPoint, ST_ExteriorRing, ST_InteriorRingN, ST_GeometryN, ST_PointN, ST_Points, ST_Dump, ST_DumpPoints **Counts:** ST_NPoints, ST_NumPoints, ST_NRings, ST_NumInteriorRing, ST_NumInteriorRings, ST_NumGeometries, ST_Dimension, ST_CoordDim, ST_NDims **Coordinates:** ST_X, ST_Y, ST_Z, ST_M **Boolean Tests:** ST_IsClosed, ST_IsRing, ST_IsSimple, ST_IsCollection, ST_IsPolygonCCW, ST_IsPolygonCW, ST_HasZ, ST_HasM, ST_CrossesDateLine, ST_IsEmpty **Type Queries:** GeometryType, ST_GeometryType, ST_Zmflag ### Changes - 36 new SVG images in docs/image/ - 105 doc files updated (36 SQL + 36 Flink + 33 Snowflake) - Snowflake excludes ST_HasM, ST_M, ST_Zmflag (not available in Snowflake) ### Visual style - Component extraction: input geometry (blue dashed) with extracted result (green solid) - Dump functions: multi-geometry with numbered colored components - Count/coordinate functions: geometry with result value badge - Boolean functions: geometry with true/false indicator badge - Type queries: geometry with type string badge Part of #2678 (Phase 6 - Geometry Accessors) -- 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]
