<HTML>
<HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> 
<STYLE title="table borders">.htmtableborders, .htmtableborders td, 
.htmtableborders th {border : 1px dashed lightgrey ! important;}  </STYLE>  
<STYLE type=text/css>html, body { border: 0px; }  span.macro, span.macro ul, 
span.macro div, span.macro p {background : #CCCCCC;} </STYLE>  <STYLE 
type=text/css> p{margin-bottom: 0.15em;margin-top: 
0.15em;}body{font-family:tahoma;font-size:10pt;}; </STYLE> </HEAD> <BODY>
<FONT style="FONT-SIZE: 10pt; FONT-FAMILY: tahoma"> <DIV>Thanks 
, Fred.</DIV> <DIV> </DIV> <DIV>Yes, I need the list of island 
polygons i use the <SPAN class=term>ST_NumInteriorRings(), ... but only 
obtain the number , and i need obtain the list of feature island.</SPAN>
</DIV> <DIV><SPAN class=term></SPAN> </DIV> <DIV><SPAN class=term>How 
resolve this?</SPAN></DIV> <DIV><SPAN class=term></SPAN> </DIV> <DIV>
<SPAN class=term>regards , salas</SPAN></DIV> <DIV><BR> </DIV></FONT>
<BR> <BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 
5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">-----Original 
Message-----<BR>From: Fred Lehodey <lehodey@gmail.com><BR>To: PostGIS 
Users Discussion <postgis-users@postgis.refractions.net><BR>Date: Thu, 
10 Dec 2009 19:48:17 +0000<BR>Subject: Re: [postgis-users] how obtain the 
interior parcels<BR><BR>Hi Salas,<BR>are "interior parcels" islands ?<BR> 
<DL> <DT><SPAN class=term>ST_NumInteriorRings(geometry)</SPAN> <DD> <DIV>
Return the number of interior rings of the first polygon in the geometry. 
Return NULL if there is no polygon in the geometry.</DIV> <DT><SPAN 
class=term>ST_NumInteriorRing(geometry)</SPAN> <DD> <DIV>Synonym to 
NumInteriorRings(geometry). The OpenGIS specs are ambiguous about the exact 
function naming, so we provide both spellings.</DIV> <DT><SPAN class=term>
ST_InteriorRingN(geometry,integer)</SPAN> <DD> <DIV>Return the N'th interior 
ring of the polygon geometry. Return NULL if the geometry is not a polygon 
or the given N is out of range.</DIV> <DT><BR></DT></DL>Fred.<BR><BR><BR> 
<DIV class=gmail_quote>On Thu, Dec 10, 2009 at 7:35 PM, Fsalas <SPAN dir=ltr>
<<A href="mailto:fsalas@geocuba.cu">fsalas@geocuba.cu</A>></SPAN> 
wrote:<BR> <BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; 
BORDER-LEFT: rgb(204,204,204) 1px solid"> <DIV><FONT style="FONT-SIZE: 10pt; 
FONT-FAMILY: tahoma"> <DIV>Hi, </DIV> <DIV>I have a table parcels , and I 
need obtain the list of the only interior parcels, the parcels is not 
overlap.</DIV> <DIV>I test ST_Contains(), ST_Intersects() but the result is 
not correct.</DIV> <DIV> </DIV> <DIV>Salas.</DIV></FONT></DIV><BR>
_______________________________________________<BR>postgis-users mailing 
list<BR><A href="mailto:postgis-users@postgis.refractions.net">
postgis-users@postgis.refractions.net</A><BR><A 
href="http://postgis.refractions.net/mailman/listinfo/postgis-users" 
target=_blank>
http://postgis.refractions.net/mailman/listinfo/postgis-users</A><BR><BR>
</BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY>
</HTML>