RE: MI-L ObjectGeography () function

2005-08-05 Thread Woody Woodruff
ay, August 05, 2005 6:38 AM To: Mapinfo-list (E-mail) Subject: MI-L ObjectGeography () function Hi list, I've used ObjectGeography (table.obj, {3|4}) function in order to get X,Y end coordinates of polylines objects; it returns the right coordinates in Long/Lat format, but I need them in

RE: MI-L ObjectGeography () function

2005-08-05 Thread Milo van der Linden
From: Gamiz Ribelles, Sergi (Regsa) [mailto:[EMAIL PROTECTED] Sent: vrijdag 5 augustus 2005 12:38 To: Mapinfo-list (E-mail) Subject: MI-L ObjectGeography () function Hi list, I've used ObjectGeography (table.obj, {3|4}) function in order to get X,Y end coordinates of polylines obje

MI-L ObjectGeography () function

2005-08-05 Thread Gamiz Ribelles, Sergi (Regsa)
Hi list, I've used ObjectGeography (table.obj, {3|4}) function in order to get X,Y end coordinates of polylines objects; it returns the right coordinates in Long/Lat format, but I need them in my current projection. How can I convert Long/Lat into UTM31Nmeters; is there any function or tool out

Re: MI-L ObjectGeography on MultiPoint / Collection objects ?

2004-03-12 Thread Lars V. Nielsen (GisPro)
.gispro.dk/ http://www.gispro.biz/ - Original Message - From: "Lawley, Russell S" <[EMAIL PROTECTED]> To: "'Lars V. Nielsen (GisPro)'" <[EMAIL PROTECTED]> Cc: "MapInfo-L (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, March 12, 20

RE: MI-L ObjectGeography on MultiPoint / Collection objects ?

2004-03-12 Thread Lawley, Russell S
2 March 2004 16:00 To: MAPINFO-L Mailinglist Subject: MI-L ObjectGeography on MultiPoint / Collection objects ? For the first time I've had to consider the "new" object types, MultiPoint and Collection. When reading the reference (v6.5), I'm puzzled by content of this (too hastily?

MI-L ObjectGeography on MultiPoint / Collection objects ?

2004-03-12 Thread Lars V. Nielsen (GisPro)
For the first time I've had to consider the "new" object types, MultiPoint and Collection. When reading the reference (v6.5), I'm puzzled by content of this (too hastily?) added section : -- quote begins -- The ObjectGeography() function has been extended to support Multipoints and Collections

RE: MI-L ObjectGeography

2003-11-19 Thread Simmonds, Ashley (PTB)
TECTED] Cc: Simmonds, Ashley (PTB); [EMAIL PROTECTED] Subject: Re: MI-L ObjectGeography Thanks Ashley and Mark for your response! Here is what I ended up doing: minlon = ObjectGeography(editbox.obj, OBJ_GEO_LINEBEGX) maxlon = ObjectGeography(editbox.obj, OBJ_GEO_LINEENDX

Re: MI-L ObjectGeography

2003-11-19 Thread Scott Walsh
specify decimal accuracy: ### minlon = format$(objectgeography(editbox.obj,OBJ_GEO_MINX),"0.00") ### ash -Original Message- From: Scott Walsh [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 November 2003 11:58 AM To: [EMAI

RE: MI-L ObjectGeography

2003-11-18 Thread Simmonds, Ashley (PTB)
er 2003 11:58 AM To: [EMAIL PROTECTED] Subject: MI-L ObjectGeography List, I'm having a problem with the result I am getting using the below code. When I am on the East Coast of the US I am getting precision to 4 decimals points for my minlon and maxlon, but when I'm using maps in

MI-L ObjectGeography

2003-11-18 Thread Scott Walsh
List, I'm having a problem with the result I am getting using the below code. When I am on the East Coast of the US I am getting precision to 4 decimals points for my minlon and maxlon, but when I'm using maps in California I am only getting precision to 3 decimals points. This is all on the s