Table of Contents

Class SpatialExteriorRing

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

Represents the ST_ExteriorRing spatial accessor function that returns the exterior ring of a polygon geometry.

public class SpatialExteriorRing : Function, IElement, ICheckItem, IDefaultItem, IFilterItem
Inheritance
SpatialExteriorRing
Implements

Remarks

The ST_ExteriorRing function returns a linestring representing the outer boundary ring of a polygon geometry. For multi-polygons or non-polygon geometries, behavior varies by database implementation (may return null or the exterior ring of the first polygon). The exterior ring defines the outer boundary, while interior rings (holes) are accessed separately. For Geometry types in planar coordinate systems, this is useful for extracting polygon boundaries, topology analysis, or converting polygons to linear features. OGC-compliant.

Constructors

SpatialExteriorRing(Column)

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