ST_InteriorRingN — Retorna o número de anéis interiores de um polígono.
geometria ST_InteriorRingN(
geometria a_polygon, inteiro n)
;
Retorna o anel linestring Nth interior do polígono. Retorna NULO se a geometria não for um polígono ou o dado N está fora da extensão.
![]() | |
Isso não funcionará para MULTIPOLÍGONOS. Use em conjunção com ST_Dump para MULTIPOLÍGONOS. |
This method implements the OGC Simple Features Implementation Specification for SQL 1.1.
This method implements the SQL/MM specification.
SQL-MM 3: 8.2.6, 8.3.5
This function supports 3d and will not drop the z-index.