Table of Contents

Constructor SpatialCovers

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

SpatialCovers(Column, Geometry)

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

public SpatialCovers(Column column, Geometry geometry)

Parameters

column Column

The spatial column to test.

geometry Geometry

The geometry to test if it is covered by the column.

SpatialCovers(Column, Geography)

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

public SpatialCovers(Column column, Geography geogpraphy)

Parameters

column Column

The spatial column to test.

geogpraphy Geography

The geography to test if it is covered by the column.

SpatialCovers(Geometry, Column)

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

public SpatialCovers(Geometry geometry, Column column)

Parameters

geometry Geometry

The geometry to test.

column Column

The spatial column to test if it is covered by the geometry.

SpatialCovers(Geography, Column)

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

public SpatialCovers(Geography geogpraphy, Column column)

Parameters

geogpraphy Geography

The geography to test.

column Column

The spatial column to test if it is covered by the geography.