Skip to main content
Wherobots home page
Search...
⌘K
Ask AI
Try Wherobots Cloud
Try Wherobots Cloud
Search...
Navigation
Accessors
ST_X
Home
Build & Deploy
Spatial Analytics Tutorials
Changelog
Reference
Apache Sedona vs. Wherobots
API Playground
Terms & Support
Wherobots Cloud REST API
Runs REST API
Audit Logs Export
WherobotsDB
Geometry/Geography Data Processing
Overview
Geometry Functions
Geometry Functions
Constructors
Accessors
GeometryType
ST_Boundary
ST_CoordDim
ST_CrossesDateLine
ST_Dimension
ST_Dump
ST_DumpPoints
ST_EndPoint
ST_ExteriorRing
ST_GeometryN
ST_GeometryType
ST_HasM
ST_HasZ
ST_InteriorRingN
ST_IsClosed
ST_IsCollection
ST_IsEmpty
ST_IsPolygonCCW
ST_IsPolygonCW
ST_IsRing
ST_IsSimple
ST_M
ST_NDims
ST_NPoints
ST_NRings
ST_NumGeometries
ST_NumInteriorRing
ST_NumInteriorRings
ST_NumPoints
ST_PointN
ST_Points
ST_StartPoint
ST_X
ST_Y
ST_Z
ST_Zmflag
Editors
Output
Processing
Validation
Bounding Box
Predicates
Measurement
Aggregate Functions
Overlay Functions
Clustering
Spatial Indexing
Affine Transformations
Linear Referencing
Address Functions
Spatial Reference System
Spatial Statistics
Geography Functions
CRS Transformation
Optimizers
Nearest-Neighbor Searching
Spatial Data Generator
STAC Reader
DataFrame API
Reading legacy Parquet files
Visualization
Raster Data Processing
Parameters
Vector tiles (PMTiles)
Vector Tiles (VTiles) Python API
Vector Tiles (VTiles) Scala Object
Havasu (Iceberg) table management
Introduction
Geometry/Geography data
Raster Data
Compatibility with Apache Iceberg
Havasu Table Spec
GeoStats and Map Matching
Clustering
Hotspot Detection
Map Matching
Outlier Detection
Sampling
Weighting
Rasterflow
Client
Data Models
Exceptions
Model Registry
On this page
Signatures
Parameters
Return type
Example
Accessors
ST_X
Copy page
Copy page
Returns X Coordinate of given Point, null otherwise.
Signatures
Report incorrect code
Copy
Ask AI
ST_X(pointA:
Point
)
Parameters
pointA
Point
required
The input point.
Return type
A numeric value.
Example
Report incorrect code
Copy
Ask AI
SELECT
ST_X(ST_Point(
0
.
0
,
25
.
0
))
Report incorrect code
Copy
Ask AI
0.0
Was this page helpful?
Yes
No
ST_StartPoint
Previous
ST_Y
Next
⌘I
Assistant
Responses are generated using AI and may contain mistakes.