Class SpatialX
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
Represents the ST_X spatial accessor function that returns the X coordinate of a point geometry.
public class SpatialX : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
- Inheritance
-
SpatialX
- Implements
Remarks
The ST_X function returns the X coordinate (longitude or easting) of a point geometry. For non-point geometries, the result is typically null or undefined. The X coordinate represents the horizontal position in the coordinate reference system. For geographic coordinates, X is longitude. For projected coordinates, X is the easting value. For Geometry types in planar coordinate systems, this is useful for extracting coordinates, coordinate transformations, or point analysis. OGC-compliant.
Constructors
- SpatialX(Column)
Initializes a new instance of ST_X with a point geometry column.