Constructor SpatialSrid
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialSrid(Column)
Initializes a new instance of ST_SRID with a geometry column.
public SpatialSrid(Column column)
Parameters
columnColumnThe geometry column to get the SRID from.
SpatialSrid(Geometry)
Initializes a new instance of ST_SRID with a geometry literal.
public SpatialSrid(Geometry geometry)
Parameters
geometryGeometryThe geometry to get the SRID from.
SpatialSrid(Geography)
Initializes a new instance of ST_SRID with a geography literal.
public SpatialSrid(Geography geography)
Parameters
geographyGeographyThe geography to get the SRID from.
SpatialSrid(Function)
Initializes a new instance of ST_SRID for a function result.
public SpatialSrid(Function function)
Parameters
functionFunctionThe function that returns a geometry/geography to get the SRID from.