ST_IsRing
Syntax
ST_IsRing(g)
IsRing(g)
Description
Returns true if a given LINESTRING is a ring, that is, both ST_IsClosed and ST_IsSimple. A simple curve does not pass through the same point more than once. However, see MDEV-7510.
St_IsRing()
and IsRing()
are synonyms.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?