Table of Contents

Constructor SpatialIsSimple

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

SpatialIsSimple(Column)

Initializes a new instance of ST_IsSimple with a geometry column.

public SpatialIsSimple(Column column)

Parameters

column Column

The geometry column to test for simplicity.

SpatialIsSimple(Geometry)

Initializes a new instance of ST_IsSimple with a geometry literal.

public SpatialIsSimple(Geometry geometry)

Parameters

geometry Geometry

The geometry to test for simplicity.

SpatialIsSimple(Geography)

Initializes a new instance of ST_IsSimple with a geography literal.

public SpatialIsSimple(Geography geography)

Parameters

geography Geography

The geography to test for simplicity.

SpatialIsSimple(Function)

Initializes a new instance of ST_IsSimple for a function result.

public SpatialIsSimple(Function function)

Parameters

function Function

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