Table of Contents

Constructor SpatialIntersection

Namespace
YndigoBlue.Velocity.Functions
Assembly
YndigoBlue.Velocity.dll

SpatialIntersection(Column, Geometry)

Initializes a new instance of ST_Intersection with a column and geometry literal.

public SpatialIntersection(Column column, Geometry geometry)

Parameters

column Column

The spatial column.

geometry Geometry

The geometry to intersect with.

SpatialIntersection(Column, Geography)

Initializes a new instance of ST_Intersection with a column and geography literal.

public SpatialIntersection(Column column, Geography geography)

Parameters

column Column

The spatial column.

geography Geography

The geography to intersect with.

SpatialIntersection(Geometry, Column)

Initializes a new instance of ST_Intersection with a geometry literal and column.

public SpatialIntersection(Geometry geometry, Column column)

Parameters

geometry Geometry

The geometry to intersect.

column Column

The spatial column to intersect with.

SpatialIntersection(Geography, Column)

Initializes a new instance of ST_Intersection with a geography literal and column.

public SpatialIntersection(Geography geography, Column column)

Parameters

geography Geography

The geography to intersect.

column Column

The spatial column to intersect with.