Search the web
Sign In
New User? Sign Up
mitab · MITAB Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 603 - 632 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
603
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 1, 2003
4:29 pm
604
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...
bgumble01
Offline Send Email
Apr 7, 2003
2:44 am
605
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 ...
azeem siddiqui
azeem_ku
Offline Send Email
Apr 7, 2003
8:53 am
606
... 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! ...
Dale Lutz
fme_egroup
Offline Send Email
Apr 9, 2003
6:44 am
607
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...
Thornary, Vincent
thornary
Offline Send Email
Apr 14, 2003
1:48 pm
608
... 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...
thornary
Offline Send Email
Apr 15, 2003
8:19 am
609
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...
Uffe Kousgaard
haansus
Offline Send Email
Apr 20, 2003
8:22 pm
610
I requested this capability, along with another, back in mid Jan. No one responded....
Magellan
mapdudicle
Offline Send Email
Apr 21, 2003
12:00 am
611
From: "Magellan" <magellan@...> ... one ... Right, I can see that. I have just tested the TAB2TAB application and it can convert between MIF and TAB,...
Uffe Kousgaard
haansus
Offline Send Email
Apr 21, 2003
6:51 am
612
Problem seems solved: In line 547 in mitab_capi.cpp replace ****************************** if( feature_type == TABFC_Point ) ****************************** ...
Uffe Kousgaard
haansus
Offline Send Email
Apr 21, 2003
7:45 am
613
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...
andythecornbread
andythecornb...
Offline Send Email
May 5, 2003
3:39 pm
614
From: "andythecornbread" <Andrew_Canfield@...> ... Store it in a directory, which is defined in the path variable. c:\winnt\system32 could be one...
Uffe Kousgaard
haansus
Offline Send Email
May 5, 2003
3:52 pm
615
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...
frisbee_fr
Offline Send Email
May 6, 2003
12:26 pm
616
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...
patrick1.vandijk@...
swpvdijk
Offline Send Email
May 6, 2003
12:36 pm
617
... 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...
Uffe Kousgaard
haansus
Offline Send Email
May 6, 2003
4:17 pm
618
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...
frisbee_fr
Offline Send Email
May 9, 2003
11:03 am
619
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...
bvt@...
geobthomsen
Offline Send Email
May 9, 2003
1:31 pm
620
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...
koos_ouwehand
Offline Send Email
May 12, 2003
12:29 pm
621
Packing tabular and graphic data. Can this be done using MITAB? Thanks, Andy...
andythecornbread
andythecornb...
Offline Send Email
May 12, 2003
1:04 pm
622
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...
RajeshKumar T Lankara...
tlrajeshkumar
Offline Send Email
May 13, 2003
7:24 am
623
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 Higham
imhigham
Offline Send Email
May 14, 2003
12:24 am
624
... 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...
Frank Warmerdam
nfwarmer
Offline Send Email
May 14, 2003
1:57 pm
625
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....
Ben
crane_ba
Offline Send Email
May 15, 2003
2:21 pm
626
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...
Shamim
shamimameer
Offline Send Email
May 15, 2003
2:26 pm
627
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...
RajeshKumar T Lankara...
tlrajeshkumar
Offline Send Email
May 19, 2003
6:35 am
628
Hello Bo and others, unfortunately, defining the calling convention explicitely makes no difference, but it looks like the problems arise from the functions...
Frank Rittinger
frisbee_fr
Offline Send Email
May 19, 2003
11:44 am
629
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...
Thomsen, Bo Victor
geobthomsen
Offline Send Email
May 19, 2003
12:16 pm
630
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...
Shamim
shamimameer
Offline Send Email
May 19, 2003
3:57 pm
631
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...
polaris609
Offline Send Email
May 20, 2003
5:42 am
632
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...
th_jenny
Offline Send Email
May 21, 2003
12:20 pm
Messages 603 - 632 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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