Table of Contents

Constructor SpatialInteriorRingN

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

SpatialInteriorRingN(Column, int)

Initializes a new instance of ST_InteriorRingN with a polygon geometry column and ring index.

public SpatialInteriorRingN(Column column, int index)

Parameters

column Column

The polygon geometry column to extract an interior ring from.

index int

The 1-based index of the interior ring to extract.

SpatialInteriorRingN(Geometry, int)

Initializes a new instance of ST_InteriorRingN with a polygon geometry literal and ring index.

public SpatialInteriorRingN(Geometry geometry, int index)

Parameters

geometry Geometry

The polygon geometry to extract an interior ring from.

index int

The 1-based index of the interior ring to extract.

SpatialInteriorRingN(Geography, int)

Initializes a new instance of ST_InteriorRingN with a polygon geography literal and ring index.

public SpatialInteriorRingN(Geography geography, int index)

Parameters

geography Geography

The polygon geography to extract an interior ring from.

index int

The 1-based index of the interior ring to extract.

SpatialInteriorRingN(Function, int)

Initializes a new instance of ST_InteriorRingN for a function result.

public SpatialInteriorRingN(Function function, int index)

Parameters

function Function

The function that returns a polygon geometry/geography to extract an interior ring from.

index int

The 1-based index of the interior ring to extract.