Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

mitab · MITAB Users List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

In my continuing effort to create a program that writes TAB files, I'm delving into tab2tab. In my first experiment, I took a MIF file that I generated and...
8 Jun 2, 2003
1:35 pm

Josh Mittleman
josh@...
Send Email

Got it. I had to trace through MITABCoordSys2SpatialRef() in order to find the answer, but I found it: CoordSys Earth Projection 1 So I've apparently found...
1 May 30, 2003
4:15 pm

Josh Mittleman
josh@...
Send Email

Hi, I have a doubt in finding distance with MapInfo Mapx APIs. I used the distance API (OBJECT.Distance( x1,y1,x2,y2 ) ) to find the distance between two...
3 May 30, 2003
7:02 am

Viacheslav Melnik
melnik13
Send Email

Hi I tried exporting from Autocad Map to MIF the object data found missing with the MIF..what is the procedure?? Thanks in Advance Rajesh...
1 May 24, 2003
3:48 am

RajeshKumar T Lankara...
tlrajeshkumar
Send Email

Does someone have a sample MITAB program to post that creates data? tab2tab is fine as an example of reading a file and writing out existing data to a file;...
1 May 21, 2003
8:11 pm

Josh Mittleman
josh@...
Send Email

... Found it myself: The mitab libraries were linked single-threaded and I'm linking my app multithreaded. The errno problem is a dead giveaway as it turns...
1 May 21, 2003
6:54 pm

Josh Mittleman
josh@...
Send Email

I've just gotten started with MITab, so please forgive obvious novice errors. I'm trying to include MITab objects in my program, but I'm having a link problem....
1 May 21, 2003
5:44 pm

Josh Mittleman
josh@...
Send Email

Hi, I ran into the following problem: tab2tab.exe seems to be unable to properly convert mif/mid files where the data in the mid contains lines longer than 512...
1 May 21, 2003
12:20 pm

th_jenny
Send Email

Hi, I am a student and working on a project . But I have encountered some difficulties . I write a code in Vc++ but can't intract with the digitized mapinfo...
1 May 20, 2003
5:42 am

polaris609
Send Email

Hi, How does it possible to view a .gst file in Internet Explorer? I.e i want to have like a Plug-in component so as to do normal operations like Pan, Zoom...
4 May 19, 2003
3:57 pm

Shamim
shamimameer
Send Email

Hi Frank - The "_vb" functions is made for those languages that doesn't support strings as return values from dll based functions, f.ex Visual Basic (and...
1 May 19, 2003
12:16 pm

Thomsen, Bo Victor
geobthomsen
Send Email

The mitab dll is (now) build with the stdcall calling convention. That means, among other things, that the function names will be appended with a "at" sign...
2 May 19, 2003
11:44 am

Frank Rittinger
frisbee_fr
Send Email

Hi all, I'm presuming you can access MITAB libraries in Java...my question is can you access MITAB libraries and utilize them within a web environment? Ie....
1 May 15, 2003
2:21 pm

Ben
crane_ba
Send Email

Hi, I notice that some MapInfo supported projections (eg. New Zealand Map Grid, Robinson) are commented out in the proj4 header and not included in ...
2 May 14, 2003
1:57 pm

Frank Warmerdam
nfwarmer
Send Email

Packing tabular and graphic data. Can this be done using MITAB? Thanks, Andy...
1 May 12, 2003
1:04 pm

andythecornbread
andythecornb...
Send Email

I just start using the MITAB library (1.2.3) to read/write TAB and MIF files. I think the handling of MIF text elements is NOT correct, i changed a little into...
1 May 12, 2003
12:29 pm

koos_ouwehand
Send Email

Hello group, I have two questions: 1) When I try to link a c program that uses the mitab and the mysql libraries, the linker complains about symbols that are...
4 May 9, 2003
11:03 am

frisbee_fr
Send Email

I am looking at the vb include file mitab.vb in it all the functions are Public Declare Function with the "mitab.dll" IE Public Declare Function...
2 May 5, 2003
3:52 pm

Uffe Kousgaard
haansus
Send Email

TAB files can hold null features, i.e. records which don't have a geographical object in the MAP/ID file - only attributes in the DAT file. However, function...
4 Apr 21, 2003
7:45 am

Uffe Kousgaard
haansus
Send Email

Hello, I am a new user of MITAB API C V1.2.3 I did not find the answer in the forum, so I post my problem : I create a TAB file and fill it with features (1...
2 Apr 15, 2003
8:19 am

thornary
Send Email

Can anyone tell me where I can get a dxf to tab converter? I have drawings in cad that I'd like to convert to mapinfo tab files. I've heard there are some...
3 Apr 9, 2003
6:44 am

Dale Lutz
fme_egroup
Send Email

Is there anyway of determining the center-point of an object? I've been diving through the sources several times without being able to find anything useful. ...
2 Apr 1, 2003
4:29 pm

Daniel Morissette
dan_morissette
Send Email

I will be out of the office starting 27/03/2003 and will not return until 26/07/2003. What does this mean to you??? Essentially you shouldn't see anything...
1 Mar 30, 2003
1:05 pm

Ross.chrystall@...
chrystar2001
Send Email

Hi, I want to convert .mif files (created by a specialised RF propagation prediction program) to .tab file to be viewed with Mapinfo Proviewer. Just downloaded...
2 Mar 28, 2003
9:06 pm

Daniel Morissette
dan_morissette
Send Email

is it possible to find help on "how to start with the use of mitab..." I try to use mitab.dll with just mitab_c_api.h and i am lost in the way to configure...
1 Mar 24, 2003
4:36 pm

mossfred
Send Email

Has anybody worked with the Danish projection System34. When I use mitab to convert from mif/mid to tab my maps are placed in africa instead og denmark. Any...
2 Mar 24, 2003
2:13 pm

Frank Warmerdam
nfwarmer
Send Email

Hi, I'm new to this library - but am used to MapInfo and using VB. I am using version 1.2.3 from October 15, 2002 I've successfully created tables added...
13 Mar 21, 2003
7:31 pm

James Perrins
james_perrins
Send Email

Hello, In July 2002 a question was raised about producing a COM version of the .dll. Has anyone managed to do this. It would be a much appreciated addition. ...
6 Mar 17, 2003
4:49 pm

Uffe Kousgaard
haansus
Send Email

... Good news for all those who have had problems accessing the site in the past. MITAB will soon move to a new home at http://mitab.maptools.org/ I have...
1 Mar 16, 2003
9:09 pm

Daniel Morissette
dan_morissette
Send Email

I can't open the MITAB homepage, anyone can help me? thanks miragefly...
1 Mar 16, 2003
3:38 am

miragefly1975
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help