Table of Contents

Constructor SpatialIsRing

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

SpatialIsRing(Column)

Initializes a new instance of ST_IsRing with a linestring geometry column.

public SpatialIsRing(Column column)

Parameters

column Column

The linestring geometry column to test as a ring.

SpatialIsRing(Geometry)

Initializes a new instance of ST_IsRing with a linestring geometry literal.

public SpatialIsRing(Geometry geometry)

Parameters

geometry Geometry

The linestring geometry to test as a ring.

SpatialIsRing(Geography)

Initializes a new instance of ST_IsRing with a linestring geography literal.

public SpatialIsRing(Geography geography)

Parameters

geography Geography

The linestring geography to test as a ring.

SpatialIsRing(Function)

Initializes a new instance of ST_IsRing for a function result.

public SpatialIsRing(Function function)

Parameters

function Function

The function that returns a linestring geometry/geography to test as a ring.