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...
Show off your group to the world. Share a photo of your group with us.

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 853 - 882 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
853
hi i have a requirement to convert shape files to tab files. I tried converting it to mif files and then use mitab tool. now i want the tab files to be...
mhln25
Offline Send Email
Aug 2, 2004
6:32 am
854
Sent to both MI-L and MITAB list: This e-mail was sent to me from Bill Wemple, MapInfo Corp after my reply to Jaromir Svasta about where to find datum...
Uffe Kousgaard
haansus
Offline Send Email
Aug 3, 2004
10:54 am
855
Hi I have a requirement of conversion of shape files to tab files. We converted shape to mif and then using tab2tab tried creating tab files. Now, the...
Mahalakshmi Narayanan
mhln25
Offline Send Email
Aug 3, 2004
12:07 pm
856
... In you add an "Index..." line to the MIF header then tab2tab will read it and will index the specified fields, e.g. Version 300 Charset "Neutral" Delimiter...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 3, 2004
1:25 pm
857
... Very nice. I have created a bug in the MITAB bugzilla about updating the MITAB tables: http://www.maptools.org/bugzilla/show_bug.cgi?id=608 If someone...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 3, 2004
2:01 pm
858
... The m_bSmooth flag corresponds to the PLINE's SMOOTH keyword in the MIF spec. The MIF spec only says that when this is set then the polyline is smoothed,...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 3, 2004
2:26 pm
859
Hi, I am using tab2tab.exe with great success from the command prompt. I also have an application which executes tab2tab with the Shell command in Visual...
avectris
Offline Send Email
Aug 5, 2004
11:41 am
860
Manfred - The sourcecode zip file for MITAB includes a VB example called mitab_vb_test.vb. It contains vb procedures to read and write MapInfo files. Ive...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Aug 5, 2004
12:38 pm
861
Thanks, that's great. I missed that file when I was trying to figure out how to use the mitab.vb... :) It would be great if future releases would contain a...
avectris
Offline Send Email
Aug 5, 2004
1:35 pm
862
Hi, Does anybody know how to plot symbols WITHOUT the circling ring around the symbol. My code looks something like this (Delphi 7): mitab_c_set_symbol(ft, 34,...
delphi_tb
Offline Send Email
Aug 9, 2004
11:48 am
863
Compiling with Visual C++ Toolkit (free from Microsoft) This solution worked for me on WinXP. You need to install Microsoft Visual C++ Toolkit 2003. Download...
avectris
Offline Send Email
Aug 11, 2004
2:27 pm
864
I have edited and compiled the tab2tab.cpp into a dll for use in Visual Basic. I'm not sure everything was correct, the dll was almost as big as mitab.dll (784...
avectris
Offline Send Email
Aug 11, 2004
2:52 pm
865
I'm looking for an utility to modify Mapinfo .tab files. I have to change values. I don't know if Mapinfo GUI, or if an Hexadecimal editor can do that. thank...
cephalic45
Offline Send Email
Aug 11, 2004
8:28 pm
866
I'm Looking for an Utility (for Windows) to edit .tab files. I have to change values, and I don't know if I have to use Mapinfo Gui, or Hexadecimal utility, or...
Chris Obale
cephalic45
Offline Send Email
Aug 11, 2004
8:49 pm
867
... The black edge is controlled via the "font style" property of truetype symbols (TABFC_FontPoint) and text labels, but I just realized that there is no way...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 16, 2004
3:03 pm
868
Hi Torben - Try to change the line: ft := mitab_c_create_feature (ds,TABFC_Point); CatchMitabError; To: ft := mitab_c_create_feature (ds,TABFC_FontPoint);...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Aug 17, 2004
9:03 am
869
Hi Bo, Can you please, put the (mitab_vb_test.vb) ZIP file on "files-groups page" Regards, Mladen K. ... MapInfo files. ... I...
mkrstono
Offline Send Email
Aug 17, 2004
1:16 pm
870
Hi Daniel, No - I am creating the file from scratch. I have a data container passing data to a function creating a tabfile, here is the whole function (hope...
Torben Bach
delphi_tb
Offline Send Email
Aug 17, 2004
1:34 pm
871
Done, Regards Bo ... Fra: mkrstono [mailto:mkrstono@...] Sendt: 17. august 2004 14:26 Til: mitab@yahoogroups.com Emne: Re: SV: [mitab] Is there...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Aug 17, 2004
2:51 pm
872
... BTW, mitab_vb_test.vb was already included in the contrib directory of the mitab-1.4.0.* packages that you can download on the http://mitab.maptools.org/...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 17, 2004
5:18 pm
873
Hi Bo Thanks ! It worked like a charm – no more halo’s – perfect :-) But (as I am a difficult and demanding person) I am now wonder how to control the...
Torben Bach
delphi_tb
Offline Send Email
Aug 18, 2004
9:10 am
874
Is there anything in the MITAB api that would allow me to do an "within" type of query? Basically I'd like to be able to select all the polygons within a...
Andrew
andythecornb...
Offline Send Email
Sep 8, 2004
7:54 pm
875
... Andy, You can call SetSpatialFilter() on any OGRLayer (which is a base class of TABFile) to set a query rectangle. Then only features whose geometry ...
Frank Warmerdam
nfwarmer
Offline Send Email
Sep 9, 2004
2:18 pm
876
Frank, Thanks for the quick response. I also use your shapelib project quite a bit, is there anything similar to SetSpatialFilter within shapelib ? Thanks, ...
Canfield, Andrew
andythecornb...
Offline Send Email
Sep 9, 2004
2:55 pm
877
... Andy, I think there is a utility program (shputil?) that does rectangular query but I didn't write it and don't know too much about it. The shapelib is...
Frank Warmerdam
nfwarmer
Offline Send Email
Sep 9, 2004
5:24 pm
878
Frank, I ended up using SetSpatialFilter with an OGRLinearRing and it works great. It filters my selection from 247,203 polygons down to 218 extremelly fast. ...
Canfield, Andrew
andythecornb...
Offline Send Email
Sep 9, 2004
8:40 pm
879
I am setting a spatial filter as Frank suggested in response to my earlier post. I am setting it with an OGRLineString that has five points in it. However the...
Canfield, Andrew
andythecornb...
Offline Send Email
Sep 10, 2004
8:15 pm
880
Please disregard my message however for anyone who wants to know or who has the same problem I was having this is what the problem was. When I Spatially...
Canfield, Andrew
andythecornb...
Offline Send Email
Sep 10, 2004
8:49 pm
881
I'm very interested in SetSpatialFilter function,but can't find it in mitab. Is it posible to call this function from a VB program ? Gerard Heuvink...
heuvink
Offline Send Email
Sep 10, 2004
9:17 pm
882
... Unfortunately SetSpatialFilter() is only available when you use the C++ classes. It is not exposed via the C API which is what we use from VB. -- ... ...
Daniel Morissette
dan_morissette
Offline Send Email
Sep 10, 2004
9:53 pm
Messages 853 - 882 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