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