Table of Contents

Constructor SpatialTouches

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

SpatialTouches(Column, Geography)

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

public SpatialTouches(Column column, Geography geography)

Parameters

column Column

The spatial column to test.

geography Geography

The geography to test against.

SpatialTouches(Column, Geometry)

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

public SpatialTouches(Column column, Geometry geometry)

Parameters

column Column

The spatial column to test.

geometry Geometry

The geometry to test against.

SpatialTouches(Geography, Column)

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

public SpatialTouches(Geography geography, Column column)

Parameters

geography Geography

The geography to test.

column Column

The spatial column to test against.

SpatialTouches(Geometry, Column)

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

public SpatialTouches(Geometry geometry, Column column)

Parameters

geometry Geometry

The geometry to test.

column Column

The spatial column to test against.