One way I use in finding the overlaps is too produce a small program which
loops around all the polygons executing the following

if Map.Eval( 'oObject1 intersects oObject2') = 'T' then

{do something}

and then to remove the overlap use:

Map.Do('Eraseobj = erase(oObject1,oObject2)')

ps don`t forget to save the new polygons using the rowid.

I hope this helps

Ian

----- Original Message -----
From: SenGupta,Georges <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 10, 2000 9:33 AM
Subject: Overlapping polygons in MI table


> Hi
>
> Is there a quick way of identifying overlapping polygons in a MapInfo
table?
>
> Thanks
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
>


----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to