Constructor SpatialSymDifference
- Namespace
- YndigoBlue.Velocity.Functions
- Assembly
- YndigoBlue.Velocity.dll
SpatialSymDifference(Column, Geometry)
Initializes a new instance of ST_SymDifference with a column and geometry literal.
public SpatialSymDifference(Column column, Geometry geometry)
Parameters
columnColumnThe spatial column.
geometryGeometryThe geometry to compute symmetric difference with.
SpatialSymDifference(Column, Geography)
Initializes a new instance of ST_SymDifference with a column and geography literal.
public SpatialSymDifference(Column column, Geography geography)
Parameters
columnColumnThe spatial column.
geographyGeographyThe geography to compute symmetric difference with.
SpatialSymDifference(Geometry, Column)
Initializes a new instance of ST_SymDifference with a geometry literal and column.
public SpatialSymDifference(Geometry geometry, Column column)
Parameters
geometryGeometryThe geometry.
columnColumnThe spatial column to compute symmetric difference with.
SpatialSymDifference(Geography, Column)
Initializes a new instance of ST_SymDifference with a geography literal and column.
public SpatialSymDifference(Geography geography, Column column)
Parameters
geographyGeographyThe geography.
columnColumnThe spatial column to compute symmetric difference with.
SpatialSymDifference(Column, Column)
Initializes a new instance of ST_SymDifference with two columns for spatial joins.
public SpatialSymDifference(Column column1, Column column2)
Parameters
column1ColumnThe first spatial column.
column2ColumnThe second spatial column to compute symmetric difference with.
SpatialSymDifference(Function, Geometry)
Initializes a new instance of ST_SymDifference with a function result and Geometry literal for function chaining.
public SpatialSymDifference(Function function, Geometry geometry)
Parameters
functionFunctionA spatial function that returns a geometry.
geometryGeometryThe geometry to compute symmetric difference with.
SpatialSymDifference(Function, Geography)
Initializes a new instance of ST_SymDifference with a function result and Geography literal for function chaining.
public SpatialSymDifference(Function function, Geography geography)
Parameters
functionFunctionA spatial function that returns a geography.
geographyGeographyThe geography to compute symmetric difference with.
SpatialSymDifference(Geometry, Function)
Initializes a new instance of ST_SymDifference with a Geometry literal and function result for function chaining.
public SpatialSymDifference(Geometry geometry, Function function)
Parameters
geometryGeometryThe geometry to compute symmetric difference.
functionFunctionA spatial function that returns a geometry to compute symmetric difference with.
SpatialSymDifference(Geography, Function)
Initializes a new instance of ST_SymDifference with a Geography literal and function result for function chaining.
public SpatialSymDifference(Geography geography, Function function)
Parameters
geographyGeographyThe geography to compute symmetric difference.
functionFunctionA spatial function that returns a geography to compute symmetric difference with.
SpatialSymDifference(Function, Column)
Initializes a new instance of ST_SymDifference with a function result and column for function chaining.
public SpatialSymDifference(Function function, Column column)
Parameters
functionFunctionA spatial function that returns a geometry.
columnColumnThe column containing geometries to compute symmetric difference with.
SpatialSymDifference(Column, Function)
Initializes a new instance of ST_SymDifference with a column and function result for function chaining.
public SpatialSymDifference(Column column, Function function)
Parameters
columnColumnThe column containing geometries.
functionFunctionA spatial function that returns a geometry to compute symmetric difference with.
SpatialSymDifference(Function, Function)
Initializes a new instance of ST_SymDifference with two function results for function chaining.
public SpatialSymDifference(Function function1, Function function2)