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