Skip to contents

Returns true if the geometry is a ring (both ST_IsClosed and ST_IsSimple).

Usage

ST_IsRing(geom)

Arguments

geom

GEOMETRY

Value

BOOLEAN

Provided by

The spatial extension (LOAD spatial;).