... If you use the C API, then no there is no way to fetch the center point of an object (polygon). If you use the C++ classes directly then you can use the...
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...
Hello i am azeem from Paksitan. Just click the imoprt from the table menu then select the dxf file from your harddiisk then create tab files where u want. Bye ...
... Its not shareware, but the FME Suite does a great job of this type of conversion - visit www.safe.com <http://www.safe.com/> for the free eval. Enjoy! ...
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...
... not ... correctly ... Hello, Sorry, but I did not precise in my previous post that each feature is affected a ranged color from 0x00FF00 to 0x000100 (255...
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...
From: "Magellan" <magellan@...> ... one ... Right, I can see that. I have just tested the TAB2TAB application and it can convert between MIF and TAB,...
Problem seems solved: In line 547 in mitab_capi.cpp replace ****************************** if( feature_type == TABFC_Point ) ****************************** ...
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...
Some of your libs are compiled using Single Threaded (LIBC) and other libs are compiled using Multi Threaded (LIBCMT). Try compiling the lot either all in...
... From: "frisbee_fr" <gis@...> ... Use EntryPoint="_mitab_c_open@4" Check one of the headers from either Delphi or VB for the correct function names...
Thanks for the help, unfortunately, using EntryPoint="_mitab_c_open@4" et al. didn't help. My program still crashes without a hint of what exactly happend...
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...
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...
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...
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 ...
... Martin, There are a number of holes in the OGRSpatialReference conversions to PROJ.4; however, I did make a bunch of improvements to this especially for...
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....
gst file is a workspace file that is openable by Mapinfo MapX Object.This object is available as Microsoft Windows COM compliant object. If your objective is...
Hi shamim, Yes, as u said, we need to view the vector file in the IE instead of image file. We searched for such plug-in but we couldn't what exactly u...
Hello Bo and others, unfortunately, defining the calling convention explicitely makes no difference, but it looks like the problems arise from the functions...
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...
Hi Rajesh I assume that you are interested on displaying the map by streaming vector file from the web server. For this purpose the Software that you must look...
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...
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...