Constructor SpatialIntersects
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialIntersects(Column, Geography)
Initializes a new instance of ST_Intersects with a column and geography literal.
public SpatialIntersects(Column column, Geography geography)
Parameters
SpatialIntersects(Column, Geometry)
Initializes a new instance of ST_Intersects with a column and geometry literal.
public SpatialIntersects(Column column, Geometry geometry)
Parameters
columnColumnThe spatial column to test.
geometryGeometryThe geometry to test against.
SpatialIntersects(Geography, Column)
Initializes a new instance of ST_Intersects with a geography literal and column.
public SpatialIntersects(Geography geography, Column column)
Parameters
SpatialIntersects(Geometry, Column)
Initializes a new instance of ST_Intersects with a geometry literal and column.
public SpatialIntersects(Geometry geometry, Column column)
Parameters
geometryGeometryThe geometry to test.
columnColumnThe spatial column to test against.