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.