Table of Contents

Constructor SpatialOverlaps

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

SpatialOverlaps(Column, Geography)

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

public SpatialOverlaps(Column column, Geography geography)

Parameters

column Column

The spatial column to test.

geography Geography

The geography to test for overlap.

SpatialOverlaps(Column, Geometry)

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

public SpatialOverlaps(Column column, Geometry geometry)

Parameters

column Column

The spatial column to test.

geometry Geometry

The geometry to test for overlap.

SpatialOverlaps(Geography, Column)

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

public SpatialOverlaps(Geography geography, Column column)

Parameters

geography Geography

The geography to test.

column Column

The spatial column to test for overlap.

SpatialOverlaps(Geometry, Column)

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

public SpatialOverlaps(Geometry geometry, Column column)

Parameters

geometry Geometry

The geometry to test.

column Column

The spatial column to test for overlap.