ST_InteriorRingN — Devuelva el número de anillos interiores de una geometría poligonal.
geometry ST_InteriorRingN(
geometry a_polygon, integer n)
;
Devuelve la cadena de texto del anillo interior N del poligono. Devuelve NULL si la geometría no es un polígono o el indice N dado esta fuera de rango.
![]() | |
Esto no funcionara con MULTIPOLYGONs. Para MULTIPOLYGONs utilizaba junto a ST_Dump. |
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.