Constructor SpatialDifference
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialDifference(Column, Geography)
Initializes a new instance of ST_Difference with a column and geography literal.
public SpatialDifference(Column column, Geography geography)
Parameters
columnColumnThe spatial column (minuend).
geographyGeographyThe geography to subtract (subtrahend).
SpatialDifference(Column, Geometry)
Initializes a new instance of ST_Difference with a column and geometry literal.
public SpatialDifference(Column column, Geometry geometry)
Parameters
columnColumnThe spatial column (minuend).
geometryGeometryThe geometry to subtract (subtrahend).
SpatialDifference(Geography, Column)
Initializes a new instance of ST_Difference with a geography literal and column.
public SpatialDifference(Geography geography, Column column)
Parameters
geographyGeographyThe geography to subtract from (minuend).
columnColumnThe spatial column to subtract (subtrahend).
SpatialDifference(Geometry, Column)
Initializes a new instance of ST_Difference with a geometry literal and column.
public SpatialDifference(Geometry geometry, Column column)
Parameters
geometryGeometryThe geometry to subtract from (minuend).
columnColumnThe spatial column to subtract (subtrahend).