Constructor SpatialCovers
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialCovers(Column, Geometry)
Initializes a new instance of ST_Covers with a column and geometry literal.
public SpatialCovers(Column column, Geometry geometry)
Parameters
columnColumnThe spatial column to test.
geometryGeometryThe geometry to test if it is covered by the column.
SpatialCovers(Column, Geography)
Initializes a new instance of ST_Covers with a column and geography literal.
public SpatialCovers(Column column, Geography geogpraphy)
Parameters
columnColumnThe spatial column to test.
geogpraphyGeographyThe geography to test if it is covered by the column.
SpatialCovers(Geometry, Column)
Initializes a new instance of ST_Covers with a geometry literal and column.
public SpatialCovers(Geometry geometry, Column column)
Parameters
geometryGeometryThe geometry to test.
columnColumnThe spatial column to test if it is covered by the geometry.
SpatialCovers(Geography, Column)
Initializes a new instance of ST_Covers with a geography literal and column.
public SpatialCovers(Geography geogpraphy, Column column)