MI-L NTV2

2000-12-18 Thread Tony Kelava

Hi All,

Has anyone used this format for grid transformations in MapInfo? For example, I want 
to be able to transform basic Lat/Long into correct GDA94 (Geocentric Datum of 
Australia) format.

Thanks

Tony





___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



MI-L Batch Program for converting MI tables (projections)

2000-11-26 Thread Tony Kelava

Hi all,

Is there an app that converts multiple (say 20) tables existing map projections into 
other map projections.
For example, we have 20 tables with lat/long map projection and would like to convert 
them (in batch mode) into AMG.

Regards

Tony



___
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.



MI Drivetime Analysis Packages

2000-07-04 Thread Tony Kelava

Hi All,

Does anyone know of any decent drive time analysis packages available (freeware or 
commercial products) that let you determine catchment areas etc. For example if I 
select a site, I want to know ½ and 1 hour drive time catchment areas from this 
location.

Regards

Tony

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



MI Georeferenced tif image

2000-06-07 Thread Tony Kelava

Hi All,

Can anyone tell me if it is possible to get a 300mb tif file into 10*30mb individual 
tiles and keep the tif header information that has the pixel vs real coords in it?
ie. I want to crop it to 10 files so its managable and it still is georeferenced.

Regards

Tony

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



MI Info re. MapInfo and its capabilities?

2000-05-30 Thread Tony Kelava

HI all,

Is there any information out there that describes what can be done with MapInfo, its 
capabilities etc?

Comparisons with ArcView would also be nice.

Regards

Tony

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



MI Delete Duplicate objects in a table

2000-05-17 Thread Tony Kelava

Hi All,

Has anyone got an app/solution that goes through a table and finds identical objects 
(lines, polylines, polygons) and then removes one of the objects?

Regards

Tony

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



MI MapBasic and SQL???

2000-04-26 Thread Tony Kelava

I'm trying this in mapbasic:

dim T as string
T = "links_table"
select * from T where T.data = 1


Which fails with an error message:
unrecognized command.

It seams to be choking on the fact that T.date is really "string"."column" and not 
really "table name"."column"

Fortunately for me in this case i can achieve what i want in other means, but it seams 
to me to be a horrible limitation.

I tried:

select * from T as _table1 where _table1.data = 1

but that doesnt work either.

Is mapinfo's sql braindead or what!?

Know of any other ways to put table names contained in strings into queries?


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



MI Tables

2000-04-16 Thread Tony Kelava

How do tell if a table is open in mapbasic?

I've tried 

 x = TableInfo (tablename , TAB_INFO_NROWS)

but if the table is not open, this halts the mapbasic program, so i tried this:

onerror goto NotOpen
 x = TableInfo (tablename , TAB_INFO_NROWS)
NotOpen:

BUT, it still halts the program if the table is not open. OnError doesn't seem to be 
trapping all errors. 

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



MI Buffering a polyline without the end points

2000-02-23 Thread Tony Kelava

Hi all,

Does anyone know how I can buffer a polyline (say 20m) and not get the end points 
buffered around, ie. straight edges? IS there a program that can detect the end of the 
line and not buffer around it. The idea is to get a rectangular shape object around a 
line. I understand that this is not true buffering but it would help immensely.

Regards

Tony

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



MI Create Points along a polyline

2000-01-17 Thread Tony Kelava

Hi All,

I was wondering if anyone had used the program to create points along a polyline at a 
nominated interval and then somehow labelled each point sequentially. ie I have a road 
that covers 300 km and I have created points at 10m intervals. I now need to attribute 
each point sequeatially from the start automatically and get 30,000 points in the 
database.

Any ideas?

Regards

Tony

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



MI Batch Printing Workspaces

1999-09-20 Thread Tony Kelava

Greetings All,

Has anyone come across an application that can batch process multiple MapInfo 
workspaces at once. We have about 50 workspaces that we want to print out.

Thanks

Tony

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



MI Average question

1999-09-16 Thread Tony Kelava

Greetings All

Please disregard the previous e-mail sent from me in regards to Averaging in MapInfo. 
The solution has been found.

Thanks

Tony

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



MI Average function in MapInfo

1999-09-16 Thread Tony Kelava

Greetings all,

I have 3 columns of info in a MI table as follows
 
  Capacity 1   Capacity 2   Capacity 3

Site 1  1030   10
Site 2   0  100
Site 3   100  20

and I want to work out for every row the average of the 3 capacities but ignoring the 
0's in any of the columns.

Therefore results would be in a new column

   Avg Capacity

Site 1  16.7
Site 2   10
Site 3   15

HAs anyone come accross a solution for this problem.

Thanks

Tony

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



MI Intersect Command

1999-08-18 Thread Tony Kelava

Greetings all,

I have 2 tables that I am performing a "Intersect comand" to obtain the Local 
Government Area that fall within the study area of concern. The resulting table 
contains the right attribute data but does not bring across the graphical objects. How 
can this be done. ie A resultant Table with both the object and textual database 
information.

Regards

Tony

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