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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1265 - 1294 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1265
... Marc, The code that handles the spatial filtering lives in TABMAPFile::LoadNextMatchingObjectBlock() in mitab_mapfile.cpp. I had a quick look at the code...
Daniel Morissette
dan_morissette
Offline Send Email
May 8, 2008
3:38 pm
1266
... Since we do not have an organized way to share sample code, I guess the best place to start would be to send your samples to the list and they'll...
Daniel Morissette
dan_morissette
Offline Send Email
May 8, 2008
3:38 pm
1267
Daniel, Thanks for persevering with this. Its definitely usable as is, but I will look forward to the update! cheers Marc ... objects ... may be ... the...
jjuelsk
Offline Send Email
May 9, 2008
11:57 am
1268
Hello, I have just a question about mapinfo and mitab C++ API. I understand that all fields are common for all features. But you have to obtain a feature...
wdauchy
Offline Send Email
May 13, 2008
2:04 pm
1269
... If what you need is the OGRFeatureDefn for a given file (the definition of the fields and their types) then you should be able to get that using ...
Daniel Morissette
dan_morissette
Offline Send Email
May 13, 2008
5:54 pm
1270
... definition ... using ... yup, this is what I was looking for. But I still don't understand why you can find theses informations in each features. Regards, ...
wdauchy
Offline Send Email
May 14, 2008
1:35 pm
1271
Hello, I'm looking for the equivalent to "mitab_c_create" in the C++ lib. Regards, -- William...
wdauchy
Offline Send Email
May 14, 2008
3:53 pm
1272
... Use the source, Luke .... errr... I mean... have a look at mitab_capi.cpp and look for the mitab_c_create() function... there lies the answer. Daniel -- ...
Daniel Morissette
dan_morissette
Offline Send Email
May 14, 2008
4:15 pm
1273
... The Features carry a reference to the OGRFeatureDefn so that they can be used standalone without the IMapInfoFile handle. I don't understand why you see...
Daniel Morissette
dan_morissette
Offline Send Email
May 14, 2008
4:15 pm
1274
... ok! -- Wiliam...
wdauchy
Offline Send Email
May 14, 2008
5:32 pm
1275
... can be ... so that why... ok :-) -- William...
wdauchy
Offline Send Email
May 14, 2008
5:32 pm
1276
... lies ... So, this part is still is C-like? -- William...
wdauchy
Offline Send Email
May 15, 2008
12:45 pm
1277
I began to write mapinfo files (TAB). the beginning seems fine but after I don't know yet what's going on. Here my process: -> creating new file...
wdauchy
Offline Send Email
May 20, 2008
11:55 am
1278
In fact I found some help in examples codes. But if you have some more docs, it interests me. -- William...
wdauchy
Offline Send Email
May 20, 2008
2:03 pm
1279
You also need to write each feature and then destroy the feature object to free up memory. So, your sequence is correct except for the 4th step. I've corrected...
Anthony Dunk
anthonyd.rm
Offline Send Email
May 20, 2008
2:03 pm
1280
Hello! I'm having a bit of troubble with TABFC_FontPoint objects. When looking at the MIF File I can read for instance: Point 106923.938 116015.948 Symbol...
Mikael Larsson
d97micke
Offline Send Email
May 27, 2008
8:08 pm
1281
&nbsp; These problems have been fixed in a version of mitab_capi.cpp I submitted in about 2006, but unfortunately it has not made it into the release version...
Anthony Dunk
anthonyd.rm
Offline Send Email
May 28, 2008
2:10 am
1282
Hello! Thank you for your reply, that really helped me a bit in the right direction. No I only have the fontstyle part left. Transforming a row like this...
Mikael Larsson
d97micke
Offline Send Email
May 29, 2008
9:15 pm
1283
Yes, to get the point and text styles you need to add these&nbsp;declarations to mitab_capi.h: &nbsp; int MITAB_STDCALL mitab_c_get_symbol_style( mitab_feature...
Anthony Dunk
anthonyd.rm
Offline Send Email
May 30, 2008
11:54 am
1284
Hi, is there any way to use a spatial query or any other kind of query (like A='12') with the C or C++ API? I was wondering how i could do this. /Manfred ...
Manfred Paul
mp83alpha
Offline Send Email
Jun 4, 2008
1:17 pm
1285
Hi, Has anyone implemented mitab in a web application specifically ASP.NET or is it a bad idea? Thanks, Jerry...
jerryos2008
Offline Send Email
Jun 4, 2008
6:56 pm
1286
I am very new to using mitab and have been looking for a way to get the extents of a MapInfo dataset. I couldn't find any reference to that call in the class...
gezjames
Offline Send Email
Jul 14, 2008
1:16 pm
1287
I downloaded a sample map of the Halton Region Municipality, Ontario from StreetPro Canada. The demo is a MapInfo Professional workspace. Then I tried using...
guitarmensa
Offline Send Email
Aug 11, 2008
11:12 am
1288
... This error would usually suggest that the file is either not found or in a variant of the TAB format that the MITAB library does not support, but I just...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 11, 2008
1:47 pm
1289
As it turns out I do have version 1.70. So to make things error-proof I copied TAB2TAB.exe into the same directory as the TAB files and sure enough it worked....
guitarmensa
Offline Send Email
Aug 11, 2008
9:00 pm
1290
when converting a MIF file to TAB via TAB2TAB.exe,it seem to be have some bugs for a polyline feature for example, a polyline define as follow in a Mif file " ...
sheng_xie
Offline Send Email
Aug 18, 2008
1:40 pm
1291
Try to convert back to MIF and see if it is still the same. Also, check your bounds clause in the original MIF file. Does any of the coordinates gets truncated...
Uffe Kousgaard
haansus
Offline Send Email
Aug 18, 2008
2:21 pm
1292
Hi, I've created a table from xls file. The table contains 100 lines. After all these operations i can read it from mitab. Then i went to table structure and...
spdview
Offline Send Email
Oct 14, 2008
9:00 pm
1293
Hello! I'm writing a software to convert a file from one coordinate system to another. I do this by reading the different objects from the file with the...
Mikael Larsson
d97micke
Offline Send Email
Oct 20, 2008
1:29 pm
1294
Have you tried adding a try { .... } catch (..) { } block around the call that crashes ? ... From: Mikael Larsson <mickeboy@...> Subject: [mitab]...
Anthony Dunk
anthonyd.rm
Offline Send Email
Oct 20, 2008
11:35 pm
Messages 1265 - 1294 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