Table of Contents

Constructor SpatialBoundary

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

SpatialBoundary(Column)

Initializes a new instance of ST_Boundary with a spatial column.

public SpatialBoundary(Column column)

Parameters

column Column

The spatial column to compute the boundary for.

SpatialBoundary(Geometry)

Initializes a new instance of ST_Boundary with a geometry literal.

public SpatialBoundary(Geometry geometry)

Parameters

geometry Geometry

The geometry to compute the boundary for.

SpatialBoundary(Geography)

Initializes a new instance of ST_Boundary with a geography literal.

public SpatialBoundary(Geography geography)

Parameters

geography Geography

The geography to compute the boundary for.

SpatialBoundary(Function)

Initializes a new instance of ST_Boundary for a function result.

public SpatialBoundary(Function function)

Parameters

function Function

The function that returns a geometry/geography to compute the boundary for.