Skip to content
πŸŽ‰ SedonaDB 0.4.0 is out now! πŸ—ΊοΈ Python DataFrame API, R dplyr, Geography support & GPU-accelerated spatial joins. Read the release blog β†’

ST_XMin

Introduction: Returns the minimum X coordinate of a geometry

ST_XMin

Format: ST_XMin (A: Geometry)

Return type: Double

Since: v1.2.1

Example:

SELECT ST_XMin(ST_GeomFromText('POLYGON ((-1 -11, 0 10, 1 11, 2 12, -1 -11))'))

Output:

-1