RE: MI Batch - Polygons to centroids

2000-02-16 Thread Chris Dubuc
] -Original Message- From: Christovam Barcellos To: [EMAIL PROTECTED] Sent: 2/16/00 3:12 PM Subject: Re: MI Batch - Polygons to centroids My suggestion is to create y and x coordinates in your table and populate it with xcoord and ycoord functions of update. After, you can transform the tab

RE: MI Batch - Polygons to centroids

2000-02-16 Thread Jacques Paris
Simply make a copy of your file then run from the MapBasicWindow : update your_copy set obj=createpoint(centroidx(obj),centroidy(obj)) Make sure that you are working in the proper coordsys by running before set coordsys table your_copy I hope I am not too late! Good luck Jacques Paris

RE: MI Batch - Polygons to centroids

2000-02-16 Thread Martin Roundill
PROTECTED]] Sent: Thursday, 17 February 2000 11:06 To: Rodolphe Devillers; [EMAIL PROTECTED] Subject: RE: MI Batch - Polygons to centroids Simply make a copy of your file then run from the MapBasicWindow : update your_copy set obj=createpoint(centroidx(obj),centroidy(obj)) Make sure that you