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 1244 - 1273 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1244
Hi guys, I'm trying to get our WCE implementation going on XP, but there is a problem compiling. It seems I must add gdal-1.5.0\port to my include path, but...
Sune
deepfrenzee
Offline Send Email
Apr 7, 2008
3:11 pm
1245
Hi again, I switched back to using Mitab directly instead of the whole of Gdal, now I've made it past the compile stage but the linker errors got me stuck. ...
Sune
deepfrenzee
Offline Send Email
Apr 8, 2008
12:41 pm
1246
OK guys, last post on this :) I figured it out, it was a multithreaded issue... *sigh* To make the libs work with a default multithreaded VC6.0 MFC project...
Sune
deepfrenzee
Offline Send Email
Apr 9, 2008
1:22 pm
1247
Hi guys, is it any future plan to include mitab_c_set_quick_spatial_index_mode in VB mitab.dll ? Best Regards. Mladen K....
mkrstono
Offline Send Email
Apr 10, 2008
5:31 pm
1248
... It is already in the DLL. It is just missing from the VB header file, which hasn't been updated. This is what needs to be added: Public Declare Function...
Uffe Kousgaard
haansus
Offline Send Email
Apr 11, 2008
3:26 pm
1249
MITAB users, The MITAB 1.7.0 release is now available on the website. No major issue was reported with the 1.7.0-beta1 posted a few weeks ago, so this is an ...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 21, 2008
8:57 pm
1250
Hello all, I've been lurking here for quite some time, but am now finally beginning to use Mitab for the first time. I was hoping to use the c api from delphi,...
jjuelsk
Offline Send Email
Apr 22, 2008
6:51 pm
1251
... Mladen, I have made an attempt at updating mitab.vb for V1.7.0. A copy is attached. Can you please try it and confirm that it works? Daniel -- Daniel...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 22, 2008
8:08 pm
1252
... Using the spatial query is the key to speed, not a few additional lines of code. ... Unless performance turns out to be a problem with your suggested...
Uffe Kousgaard
haansus
Offline Send Email
Apr 23, 2008
11:50 am
1253
Daniel, Everting is working well.. Thank you so much. Mladen ... file, which ... Lib "mitab.dll" ... Long) As ... using STDCALL ... obtaining a ... (the...
mkrstono
Offline Send Email
Apr 23, 2008
2:38 pm
1254
Uffe, thanks for your comments. I understand the benefits of the spatial query, I just can't figure out how to implement one within the commmands available in...
jjuelsk
Offline Send Email
Apr 23, 2008
3:49 pm
1255
... I don't think there is any way to set the spatial filter using what's available in the C API at the moment. A new mitab_c_set_spatial_filter() method would...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 23, 2008
4:21 pm
1256
... Thanks Daniel, I've added it to the project but I am unable to compile. I'm clueless in visual studio. I followed the instructions in the vcproj...
jjuelsk
Offline Send Email
Apr 23, 2008
7:25 pm
1257
... [...] I haven't used the Visual Studio Project file myself. Hopefully Tony w. who contributed it is listening here and can help with some hints. Anyway, I...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 23, 2008
7:35 pm
1258
... README.TXT ... Hey it works! Now I'm going to write the code to test it. If I can get this thing working I will definately submit some sample code. Do I ...
jjuelsk
Offline Send Email
Apr 23, 2008
9:04 pm
1259
Daniel (and others), I've written some Delphi code to test this function but I'm a little confused by the results. I get the right number of features according...
jjuelsk
Offline Send Email
Apr 24, 2008
5:10 pm
1260
Marc, Your code seems to do the right thing at first sight. I notice that your xmin and xmax are reversed (-75.5 > -76,53), you could try swapping them but I...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 24, 2008
7:01 pm
1261
... your ... your ... mention? ... Daniel, The coordinates were reversed in my posting, but not my code. I got 29 by calling get_feature_count after setting...
jjuelsk
Offline Send Email
Apr 24, 2008
8:13 pm
1262
Hi guys I'm trying out the new version, but I'm getting a few linker errors. error LNK2001: unresolved external symbol "public: virtual class geos::Geometry *...
Sune
deepfrenzee
Offline Send Email
Apr 28, 2008
12:53 pm
1263
Sune, How are you trying to use the library? This new release includes new versions of the mitab/ogr and mitab/cpl code (sync'd with GDAL/OGR 1.4.3), so you...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 28, 2008
3:15 pm
1264
Daniel, I have solved it, it took a while though. I'm not sure exactly what caused it, afaict the paths had been setup correctly. I merely changed the way the...
Sune
deepfrenzee
Offline Send Email
Apr 29, 2008
11:48 am
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
Messages 1244 - 1273 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