Table of Contents

Constructor SpatialWithin

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

SpatialWithin(Column, Geography)

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

public SpatialWithin(Column column, Geography geography)

Parameters

column Column

The spatial column to test.

geography Geography

The geography to test if the column is within.

SpatialWithin(Column, Geometry)

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

public SpatialWithin(Column column, Geometry geometry)

Parameters

column Column

The spatial column to test.

geometry Geometry

The geometry to test if the column is within.

SpatialWithin(Geography, Column)

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

public SpatialWithin(Geography geography, Column column)

Parameters

geography Geography

The geography to test.

column Column

The spatial column to test if the geography is within.

SpatialWithin(Geometry, Column)

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

public SpatialWithin(Geometry geometry, Column column)

Parameters

geometry Geometry

The geometry to test.

column Column

The spatial column to test if the geometry is within.