Table of Contents

Constructor SpatialX

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

SpatialX(Column)

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

public SpatialX(Column column)

Parameters

column Column

The point geometry column to extract the X coordinate from.

SpatialX(Geometry)

Initializes a new instance of ST_X with a point geometry literal.

public SpatialX(Geometry geometry)

Parameters

geometry Geometry

The point geometry to extract the X coordinate from.

SpatialX(Geography)

Initializes a new instance of ST_X with a point geography literal.

public SpatialX(Geography geography)

Parameters

geography Geography

The point geography to extract the X coordinate from.

SpatialX(Function)

Initializes a new instance of ST_X for a function result.

public SpatialX(Function function)

Parameters

function Function

The function that returns a point geometry/geography to extract the X coordinate from.