Table of Contents

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

column Column

The spatial column.

geometry Geometry

The 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

column Column

The spatial column.

geography Geography

The 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

geometry Geometry

The geometry.

column Column

The 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

geography Geography

The geography.

column Column

The 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

column1 Column

The first spatial column.

column2 Column

The 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

function Function

A spatial function that returns a geometry.

geometry Geometry

The 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

function Function

A spatial function that returns a geography.

geography Geography

The 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

geometry Geometry

The geometry to compute symmetric difference.

function Function

A 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

geography Geography

The geography to compute symmetric difference.

function Function

A 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

function Function

A spatial function that returns a geometry.

column Column

The 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

column Column

The column containing geometries.

function Function

A 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)

Parameters

function1 Function

A spatial function that returns a geometry.

function2 Function

A spatial function that returns a geometry to compute symmetric difference with.