Table of Contents

Constructor SpatialIsClosed

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

SpatialIsClosed(Column)

Initializes a new instance of ST_IsClosed with a geometry column.

public SpatialIsClosed(Column column)

Parameters

column Column

The geometry column to test for closure.

SpatialIsClosed(Geometry)

Initializes a new instance of ST_IsClosed with a geometry literal.

public SpatialIsClosed(Geometry geometry)

Parameters

geometry Geometry

The geometry to test for closure.

SpatialIsClosed(Geography)

Initializes a new instance of ST_IsClosed with a geography literal.

public SpatialIsClosed(Geography geography)

Parameters

geography Geography

The geography to test for closure.

SpatialIsClosed(Function)

Initializes a new instance of ST_IsClosed for a function result.

public SpatialIsClosed(Function function)

Parameters

function Function

The function that returns a geometry/geography to test for closure.