Constructor SpatialRelate
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialRelate(Column, Geography, string)
Initializes a new instance of ST_Relate with a column, geography literal, and DE-9IM mask.
public SpatialRelate(Column column, Geography geography, string mask)
Parameters
columnColumnThe spatial column to test.
geographyGeographyThe geography to test against.
maskstringThe DE-9IM pattern mask (9-character string).
SpatialRelate(Column, Geometry, string)
Initializes a new instance of ST_Relate with a column, geometry literal, and DE-9IM mask.
public SpatialRelate(Column column, Geometry geometry, string mask)
Parameters
columnColumnThe spatial column to test.
geometryGeometryThe geometry to test against.
maskstringThe DE-9IM pattern mask (9-character string).
SpatialRelate(Geography, Column, string)
Initializes a new instance of ST_Relate with a geography literal, column, and DE-9IM mask.
public SpatialRelate(Geography geography, Column column, string mask)
Parameters
geographyGeographyThe geography to test.
columnColumnThe spatial column to test against.
maskstringThe DE-9IM pattern mask (9-character string).
SpatialRelate(Geometry, Column, string)
Initializes a new instance of ST_Relate with a geometry literal, column, and DE-9IM mask.
public SpatialRelate(Geometry geometry, Column column, string mask)