ST_NRings — Returns the number of rings of a Polygon or a MultiPolygon.
integer ST_NRings(
bytea
Geometry)
;
Returns the number of rings of a Polygon or a MultiPolygon. If the input geometry is different from a Polygon or MultiPolygon, returns null.
2D | 3D | M |
---|---|---|
OGC SFS for SQL. 1.1 (1999) | OGC SFS for SQL. 1.1.0 (2005) | OGC SFS for SQL. 1.2.0 (2006)) | SQL-MM Part 3 |
---|---|---|---|
- | - | - | - |