I don't know if it relevant to case here, but: When you compile and link a c based dll with Visual-C using the STDCALL calling convention , it will produce a...
I'm trying to read the waypoints from my Garmin GPS, and write them into a MapInfo table so I can view them in MapInfo. I've written most of it - the points...
david@...
Jan 4, 2004 4:07 pm
770
Hello, I have a problem related to regions in mitab. I have graphics containing contour regions similar to a (topographical?) map. When I convert and view...
Denise, I think you have problem with points that are reletivily close to each other (per axample a stroked circular part) that comes rather zig-zagged instead...
Koos, Thank you for getting back to me. I opened my table (created by MapInfo, not mitab) and the distance units were in miles. The graphics looked as they...
Denise, It wil take a lot of time to get all the ins and outs about coordinates. The MIF and also the TAB file contains a 'CoordSys' specificatition, and you...
Thank you Koos. I will take your advice. Denise ... coordinates. ... specificatition, and you should use a spec that covers your data. ... the data is already...
... I presume that you create your point feature object using type TABFC_FontPoint? It's the type of the point object that you create that drives the type of...
... Uh, no. I have been using CustomPoint. Due to my lack of annotating my code changes I'm not sure why though! :-) I can see that I was originally using...
david@...
Jan 8, 2004 2:11 pm
777
Type of Mapinfo Points is as below TABFC_Point (1), This Point type uses Mapinfo Built in Symbol Library for the symbol display. Eg. Symbol (35,0,12) ...
... Ah, that's the one I should have been using, and now that I am - it works perfectly! ... That's interesting. I could make a bitmap file that had the EXACT...
david@...
Jan 9, 2004 2:59 am
779
Hello all ! I am a new member of this group. I have just started using MITAB and actually I want to use this .mif parser using C++ API. In this regard, I need...
... Omer, Quoting from the MITAB README.TXT: 2- The C++ API will give you full access to every feature of the MapInfo data model. Unfortunately there is no...
Hi all, I want to change the coordinate precision from 3 to 6 so my lat\long values are to 6 decimal places. How do i do this? I changed the default...
... MITAB has never done a very good job of dealing with coordinate precision. In the case of MIF files, it ignores the m_nCoordPrecision and always outputs...
Can I Open a .tab file shared? I need to Open a file to write, but at the same time I need that another app read this .tab file to show the new features who...
... No, that's not possible. Due to the complex structure of the .MAP and .DAT files, with various blocks here and there being created, modified or even moved...
... The MITAB library only supports read-only and write-only mode, it doesn't currently support random update. One thing you could do is open the original file...
... I'm not sure to understand what you mean exactly by "KeyFeatureId", but I assume that yes it's the same thing as the RowID. ... By default, yes the lib...
Does anyone have any compiled version of MYTAB.DLL library in C++ ? Thanks Alejandro. ... Los mejores usados y las más tentadoras ofertas de 0km están en...
Hello all! Help please! I am a new user of MITAB. I am writing a program that seeks to generate several tens of thousands of small Rectangle features, each ...
Hi everyone, (I apologize in advance to those who may have received multiple copies of this announcement.) Please see below an announcement for the Open Source...
Hello all! I think I may have got around my problem. I noticed that the feature on which it failed was the first one in the most northerly row. So I tried...
Dear all, Apologies if this applies to something that has already been discussed in the past. I have been through the archive and haven't been able to find a...
siro martello
siro.martello@...
Mar 4, 2004 1:12 pm
793
... Siro, I looked at the two files but I don't see any difference between the coordinates systems in the .mif file and in the .tab nor the coordinates of the...
Hi, If you export the TAB file to MIF again (using MapInfo), you will see a quite different Bounds clause. Original (written on 2 lines in the file): CoordSys...
Hello all! Another 'Failed writing geometry' problem! This time, I am trying to create and write a number of Point features, all of which are comfortably...
... It's possible that the point producing this error is missing required, or has some parameter set to an invalid value, or a value unexpected by the library....
1- What is the MapInfo geographical database model. How does MapInfo explain the reality about the geographical object. Which files are created for this...