Table of Contents

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

column Column

The spatial column (minuend).

geography Geography

The 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

column Column

The spatial column (minuend).

geometry Geometry

The 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

geography Geography

The geography to subtract from (minuend).

column Column

The 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

geometry Geometry

The geometry to subtract from (minuend).

column Column

The spatial column to subtract (subtrahend).