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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 963 - 992 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
963
Hi I need to be able to read collection objects from a TAB file. Can anyone give me some pointers to get started or has anyone already done this? Thanks in...
jim_hope_1
Offline Send Email
Jun 1, 2005
1:16 pm
964
... Collections are not currently implemented, only multipoints are. You could possibly file an enhancement bug in the MITAB bugzilla and include a sample TAB...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 1, 2005
2:14 pm
965
Can somebody clarify for me if they know off the top of their head what is returned now if the object belongs to a collection? IE say I am calling...
Canfield, Andrew
andythecornb...
Offline Send Email
Jun 1, 2005
2:32 pm
966
... The object would be returned with a NONE geometry (i.e. no geometry) and the following warning would be produced by the library or by tab2tab.exe: ...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 1, 2005
2:55 pm
967
How hard would it be to add support for it? Is it only an upper level interface addition or would it involve digging down into the lower stuff in areas like...
Canfield, Andrew
andythecornb...
Offline Send Email
Jun 1, 2005
4:05 pm
968
... To implement complete support for collections in MITAB, we'd need to: 1- Analyze some binary dumps of a couple of sample dataset with collections in them...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 1, 2005
4:24 pm
969
Hi all - I have been using MiTab since 2002 to read road files for a routing application. Recently I came across a corrupt fileset that was causing...
meebparker
Offline Send Email
Jun 7, 2005
2:06 pm
970
... How do you know it's corrupt? And how do you know it's the .DAT and not the .MAP or another file that's corrupt? What error message does MITAB return if...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 7, 2005
2:49 pm
971
Daniel, Thanks for the quick response. Your reply helped a lot. The app is designed to edit a road database and calculate times and distances using custom...
meebparker
Offline Send Email
Jun 7, 2005
7:54 pm
972
The problem is reading a MIF/MID file with default DELIMITER. When mitab creates it uses default DELIMITER="," so no problem. De default delimiter for the MID...
koos_ouwehand
Offline Send Email
Jun 16, 2005
3:19 pm
973
Sorry, sorry, I've seen that this problem is handled into version 1.4.0. Thanks !! Koos Ouwehand ... the ... i...
koos_ouwehand
Offline Send Email
Jun 21, 2005
3:47 pm
974
Hello Everyone, I am writing a visual studio MFC application and I need to load .TAB files. I would like to know if anyone has already compiled the Mitab ...
zi99er
Offline Send Email
Jun 27, 2005
2:07 pm
975
Hi zi99er! Should be easy to add .tab support in a visual studio project. You'll need the precompiled dll from MITAB-1.4.0-WIN32.ZIP. In this zip you'll also...
Martin Kofahl
x02mako1
Offline Send Email
Jun 28, 2005
8:16 am
976
Hi, I try to get map projection and datum of some tab files in a human readable form. When I call mitab_c_get_mif_coordsys() I get results as 'Earth Projection...
Martin Kofahl
x02mako1
Offline Send Email
Jun 30, 2005
2:19 pm
977
Hi, It has been pointed to me that the way MITAB returns newlines in escaped "\n" format in string attribute values is not consistent with the way other OGR...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 8, 2005
3:41 pm
978
I have always why it was escaped. For my part I will have to comment out code that translated those escape sequences into char(10) which will be nice because...
Canfield, Andrew
andythecornb...
Offline Send Email
Jul 8, 2005
4:03 pm
979
As I understand there are no no plans to add random write access to . tab file, isn't it? Exist other reason except perfomance to add this future. When you...
eugene_shebeko
Offline Send Email
Jul 13, 2005
11:21 am
980
Just to follow-up on this, since we got no negative feedback, the changes have been made and will be part of the next MITAB release. So starting with the next...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 14, 2005
5:56 pm
981
... The library is designed so that it could eventually support random read/write access some day (hence all the checks for read-onle/write-only everywhere in...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 14, 2005
11:03 pm
982
I encounter problem changing a feature's color, which is in link type. I follow the step such as below : 1) create System.IntPtr to connect to a .tab file. 2)...
teapeng2k4
Online Now Send Email
Jul 19, 2005
2:03 pm
983
Hi JP: I have tried...it does not work.....most probably we cannot directly modify an existing tab file.....instead, we need to copy the point (x,y) out of the...
Simon Lau
slby99
Offline Send Email
Jul 19, 2005
4:40 pm
984
You are correct you cannot modify an existing .tab file using MITAB to my knowledge as it does not support simultaneous read/write access. ... From:...
Canfield, Andrew
andythecornb...
Offline Send Email
Jul 19, 2005
5:55 pm
985
Oh ok...So i tried to create a new .tab file and copy all the features and vertexes to the file while changing the pen. However, the set_point doesn't seems to...
teapeng2k4
Online Now Send Email
Jul 20, 2005
7:23 am
986
I have a loop that goes through all the items in a tab file that looks about like this: pFeat = table->GetNextFeature(); if(//check to see if it's a polygon...
Canfield, Andrew
andythecornb...
Offline Send Email
Jul 30, 2005
3:20 am
987
... Andy, The Centroid() method is implemented using GEOS. If you don't have GEOS configured into your GDAL/OGR build, it will leave the passed point...
Frank Warmerdam
nfwarmer
Offline Send Email
Jul 30, 2005
8:49 pm
988
Dear listers, I need to convert a SHP file in a TAB file with attributes stored in Access table instead on .dat file. In fact the application which will read...
geomag2009
Offline Send Email
Aug 1, 2005
12:43 pm
989
... No, the .map file doesn't contain any information about the database structure, it contains only the geometry and styling stuff. ... Maybe the .mdb table...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 1, 2005
5:44 pm
990
Hey All, I have recently studied the source of mitab library. And it's very hard to read the code without the MITAB file format. Can anybody help me? Do you...
lonelyghost317
Offline Send Email
Aug 6, 2005
8:41 am
991
Hi As the TAB file format is proprietory it is undocumented but this link should give you a good idea of what is going on. ...
Jim Hope
jim_hope_1
Offline Send Email
Aug 8, 2005
2:27 am
992
The link I sent you (http://www.routeware.dk/notes.html) is the closest you get an easy to read description of the file format. The most exact description is...
Uffe Kousgaard
haansus
Offline Send Email
Aug 8, 2005
2:28 am
Messages 963 - 992 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