Table of Contents

Class SpatialY

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

Represents the ST_Y spatial accessor function that returns the Y coordinate of a point geometry.

public class SpatialY : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
Inheritance
SpatialY
Implements

Remarks

The ST_Y function returns the Y coordinate (latitude or northing) of a point geometry. For non-point geometries, the result is typically null or undefined. The Y coordinate represents the vertical position in the coordinate reference system. For geographic coordinates, Y is latitude. For projected coordinates, Y is the northing value. For Geometry types in planar coordinate systems, this is useful for extracting coordinates, coordinate transformations, or point analysis. OGC-compliant.

Constructors

SpatialY(Column)

Initializes a new instance of ST_Y with a point geometry column.