In the tool manager in mapinfo there is a tool called "concentric ring buffers". Perhaps that is what you are looking for?

Otherwise you can use the mapbasic window and type:

set coordsys mytable
Update mytable set obj=createcircle(centroidx(obj),centroidy(obj),radius)

where radius is a column in your table or a constant. Make a copy of your table first!

Regards
Uffe

----- Original Message ----- From: "Behrmann, Jae" <[EMAIL PROTECTED]>
To: "MapInfo List (E-mail)" <[email protected]>
Sent: Thursday, August 04, 2005 6:52 PM
Subject: MI-L NonOverlapping Rings



I'm looking for a MapBasic sub procedure or function that can create nonoverlapping rings around a list of points. Ideally, the function would take a table or array of points and create a table of nonoverlapping rings or buffers around the points.
Thanks,
Jae Behrmann


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 17391

Reply via email to