I am trying to using the C++ object TabFile. However I am having problems getting my program to compile with mitab.h and ctype.h. Dose anybody have sample C++...
68
Daniel Morissette
danmo@...
Nov 6, 2000 7:04 pm
... Andrew, The file tab2tab.cpp that comes with the library does work with the TABFile class. Have you been able to compile it with BCPP? Compiling ...
69
andrewa@...
Nov 7, 2000 5:34 pm
... Compiling ... compile ... I have not managed to complile tab2tab.cpp in BCPP. I just get lots of link errors. I have manage to get hold of a copy of VC++...
70
Daniel Morissette
danmo@...
Nov 8, 2000 3:05 pm
... Andrew, I would rather not distribute VC++ project files because they would always be out of date and thus useless. I think your linker errors only come...
71
andrewa@...
Nov 9, 2000 4:40 pm
... files ... Daniel, Thanks for your help it was very much apreciated. I have it working now in VC++ and hopfuly Borland C++ Builder shortly. One last...
72
Daniel Morissette
danmo@...
Nov 9, 2000 5:31 pm
... Andrew, There are some operations like creating the OGRFeatureDefn that you need to do only once per file, and you could also use calls like ...
73
Frank Warmerdam
warmerda@...
Nov 9, 2000 5:34 pm
... Andrew, I will leave Daniel to answer most of the questions, but I should point out a few things. ... The addRing() method makes a copy of the passed...
74
Patrick.van.Dijk@...
Nov 10, 2000 1:32 pm
Found some MIF files with tab characters in it. The parser failed to recongize the fields so I have added the \t in the TokenizeStringComplex. It might be...
75
Patrick.van.Dijk@...
Nov 10, 2000 1:40 pm
Calling GotoFeature ( 20 ) GotoFeature ( 21 ) Always did the reading from the beginning of the file for both calls. Solved by Remembering the last feature int...
76
Daniel Morissette
danmo@...
Nov 14, 2000 6:33 am
Hi Patrick, ... Thanks, I've added '\t39; to most of the MIF parsing calls. ... I assume that you meant calls to GetFeatureRef() since gotoFeature() is a...
77
Patrick van Dijk
Patrick.van.Dijk@...
Nov 14, 2000 1:43 pm
Thanks Daniel, I will try the updated file you send me. And I indeed mean calling GetFeatureRef(20), GetFeatureRef(25), which resets to the beginning of the...
78
Daniel Morissette
danmo@...
Nov 15, 2000 5:13 am
... <snip> ... Stephen, That was a problem writing the pen/brush/symbol/font definitions in the file. When the amount of information to write exceeded the...
79
Frank Warmerdam
warmerdam@...
Nov 30, 2000 8:27 pm
Daniel, I have been experimenting with an S57 to Mapinfo translation using ogr2ogr, and run into some problems. One issue is that my dataset generates an...
80
Lloyd Simons
support@...
Dec 4, 2000 6:05 am
I have just incorporated MITAB code into my shareware mapping system (the WINDOZE version). My compliments to those who wrote the code; it took very little...
81
s.cairo@...
Jan 3, 2001 6:18 pm
Hi, I am interesting to have a description of tab,dat,map,ind and id formats. May you help me ? Regards simone...
82
Frank Warmerdam
warmerdam@...
Jan 4, 2001 2:12 am
... Simone, I don't believe there is any formal documentation, though you can infer alot of information about the format from the MITAB source code. Best...
83
Antoine Gilbert, KOREM
ag@...
Jan 4, 2001 1:46 pm
hi i have some description of the .map and .dat formats... regards _______________________________________________ KOREM (http://www.korem.com) ...
84
s.cairo@...
Jan 8, 2001 1:12 pm
Antoine, Thanks for your help it was very much apreciated. Regards Simone ... infer...
85
dal@...
Jan 31, 2001 6:26 am
Hello All, I recognize that this is an old thread but I just joined this group and wanted to set the record straight. The "FME" product as sold by Safe...
86
listas002@...
Feb 8, 2001 4:51 pm
I took the last version off Mitab (1.0.4) and coded a dll using the C++Builder compiler, to import files from the mif format to the mapinfo table format. I'm...
87
Daniel Morissette
danmo@...
Feb 8, 2001 5:14 pm
... I assume you're using the C API for your DLL, and not the C++ classes directly, right? If what you get is a Delphi DLL error then I don't think I can...
88
listas002@...
Feb 8, 2001 5:28 pm
Hallo Mitab Group Somebody have a descrition how can I creaate a Mapinfo Table? I'm new in the mitab library, and I know praticaly not about it. I'd like know...
89
Daniel Morissette
danmo@...
Feb 8, 2001 6:09 pm
... See mitabc_test.c in the source distribution for examples of creating and reading files and objects in C. The documentation for the C API is at: ...
90
Daniel Morissette
danmo@...
Feb 8, 2001 7:39 pm
... Interesting! The lib will only accept extensions "tab" or "TAB", but not "Tab" with mixed upper and lowercase. For now the fix is to change your filename...
91
listas002@...
Feb 16, 2001 7:47 pm
I coded a program with C++ builder using both mitab library and the examples those come with. I put some instructions to write down in a file what each...
92
Daniel Morissette
danmo@...
Feb 16, 2001 8:03 pm
... The only reason I can think of would be that your test program does not call mitab_c_close() when it creates the new dataset, and this would result in a...
93
paulmodz@...
Feb 16, 2001 8:11 pm
Hi All, I'm new to MapInfo, and I need to create a .tab file that pulls in a raster file, such as a bimap, gif, or jpeg. Is a raster considered to be a type...
94
Daniel Morissette
danmo@...
Feb 16, 2001 8:31 pm
... I don't think MapInfo considers a raster a feature type... each raster would probably be seen as a dataset in itself I guess. About the MITAB library...
95
listas002@...
Feb 19, 2001 12:58 pm
Daniel, I use the same function to create both files. I only change the filename extention and the file type, this one a take from the filename extention. I...
96
paulmodz@...
Feb 19, 2001 6:35 pm
... in a ... considered ... supported by ... raster ... raster ... well ... you ... and I ... for ... (http://www.remotesensing.org/gdal/)... ... MITAB ... ...