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
columnColumnThe 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
geometryGeometryThe 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
geographyGeographyThe 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
functionFunctionThe function that returns a point geometry/geography to extract the Y coordinate from.