Table of Contents

Constructor SpatialExteriorRing

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

SpatialExteriorRing(Column)

Initializes a new instance of ST_ExteriorRing with a polygon geometry column.

public SpatialExteriorRing(Column column)

Parameters

column Column

The polygon geometry column to extract the exterior ring from.

SpatialExteriorRing(Geometry)

Initializes a new instance of ST_ExteriorRing with a polygon geometry literal.

public SpatialExteriorRing(Geometry geometry)

Parameters

geometry Geometry

The polygon geometry to extract the exterior ring from.

SpatialExteriorRing(Geography)

Initializes a new instance of ST_ExteriorRing with a polygon geography literal.

public SpatialExteriorRing(Geography geography)

Parameters

geography Geography

The polygon geography to extract the exterior ring from.

SpatialExteriorRing(Function)

Initializes a new instance of ST_ExteriorRing for a function result.

public SpatialExteriorRing(Function function)

Parameters

function Function

The function that returns a polygon geometry/geography to extract the exterior ring from.