Table of Contents

Constructor SpatialY

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

SpatialY(Column)

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

public SpatialY(Column column)

Parameters

column Column

The point geometry column to extract the Y coordinate from.

SpatialY(Geometry)

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

public SpatialY(Geometry geometry)

Parameters

geometry Geometry

The point geometry to extract the Y coordinate from.

SpatialY(Geography)

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

public SpatialY(Geography geography)

Parameters

geography Geography

The point geography to extract the Y coordinate from.

SpatialY(Function)

Initializes a new instance of ST_Y for a function result.

public SpatialY(Function function)

Parameters

function Function

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