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 874 - 903 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
883
... ... Stephen, Cool, thanks for the fixes! I checked them, applied them in CVS and verified they corrected the problem. No more crash in TABFile::Open(). ...
Frank Warmerdam
nfwarmer
Offline Send Email
Sep 20, 2004
1:10 pm
884
Hi list, We have to create texts using MITAB getting data (font, height, width, etc) from a database. The database has one record for each text we have to...
sagent100
Offline Send Email
Sep 20, 2004
1:11 pm
885
... Christina, I confirmed the problem using ogr2ogr to convert these files into tab format. The problem was that mitab_ogr_datasource.cpp enforced a -180 to...
Frank Warmerdam
nfwarmer
Offline Send Email
Oct 15, 2004
2:24 pm
886
Is it possible to use mitab.dll to write a TAB file without geographical part, that is just a TAB+DAT file? Known workaround: I can create non-geocoded...
Uffe Kousgaard
haansus
Offline Send Email
Oct 20, 2004
9:48 am
887
... If I remember correctly, there is no shortcut to do what you want. The .MAP file and corresponding objects in memory are created when you create the new...
Daniel Morissette
dan_morissette
Offline Send Email
Oct 20, 2004
9:13 pm
888
Hallo everybody. I hope my following massage is my misunderstanding of mitab.dll use in VisualBasic, however, I'd like to report possible error in color and...
perun_zdenda
Offline Send Email
Oct 22, 2004
2:02 pm
889
Hello, I am a new member of this group. My reason for joining the group is that I have a transferrable copy of MapInfo Corporation's MapBasic Version 7.0 that...
murray10k
Offline Send Email
Oct 23, 2004
9:52 am
890
I have successfully implemented much of the c api using C#, but I cannot figure out where to get the information I need to draw the map to the window and allow...
chris_santer
Offline Send Email
Oct 27, 2004
1:28 pm
891
Chris, I don't think that it is in the C API but the info is there because it's stored in one of the file headers. The function within OGR that returns this...
Canfield, Andrew
andythecornb...
Offline Send Email
Oct 27, 2004
1:56 pm
892
Andy, Thanks for the pointers. I have made the change and it seems to work well. Below is a sample of one of the functions I added to the c api in case anyone...
chris_santer
Offline Send Email
Oct 27, 2004
7:52 pm
893
... Zdenek, I'm not aware of any problems in the areas that you described, those functions have been used before and work for others. There are lots of people...
Daniel Morissette
dan_morissette
Offline Send Email
Nov 2, 2004
7:43 pm
894
Hey Do anyone now how to get the distance of an object, similar to the ObjectLen function in MapBasic ? Or now how ObjectLen working, the way I do it for the...
Finn Møller Hansen
fmh@...
Send Email
Nov 3, 2004
2:47 pm
895
Hi ! Is it possible to create a Symbol with an angle ? Regards Sagent...
sagent100
Offline Send Email
Nov 17, 2004
10:30 pm
896
Just wondering if there's a function call to return a pointer to all points in a part/ring/polygon as opposed to the point-at-a-time method....
phil_waight
Offline Send Email
Nov 22, 2004
9:30 pm
897
Is MITAB.DLL considered to be threadsafe? I'm asking because I get errors from the DLL in a multi-threaded application. Regards Uffe...
Uffe Kousgaard
haansus
Offline Send Email
Nov 23, 2004
4:43 pm
898
... Uffe, No, MITAB is not completely thread-safe. You should use a mutex to serialize access to MITAB.DLL. In theory there shouldn't be *too* many things to...
Frank Warmerdam
nfwarmer
Offline Send Email
Nov 23, 2004
4:49 pm
899
Hi, I have just added such a mutex and the problem disappeared. Thread-safety is then on my wish-list :-) Regards Uffe ... From: "Frank Warmerdam"...
Uffe Kousgaard
haansus
Offline Send Email
Nov 23, 2004
4:55 pm
900
Guys. I have a problem, I have MapInfo 7.8 and I have oracle 9i Can I connect to the oracle database without converting to another format?? How can I do?? ...
Rudi Wicaksono
rudiwicaksono
Online Now Send Email
Nov 25, 2004
4:00 am
901
The easiest way is to use Mapinfo EasyLoader tool. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the...
Shamim
shamimameer
Offline Send Email
Nov 25, 2004
9:03 am
902
Hi all - Is there a method to find the (MapInfo) "Row Id" of an element, when reading a MapInfo Table using MiTab ?? regards Bo Thomsen...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Nov 25, 2004
9:26 am
903
Hi All Is there a way to create the symbols (or fonts) with a given angle ? Thanks in advence. Regards ... Ahora podés usar Yahoo! Messenger en tu Unifón, en...
Sagent Thustik
sagent100
Offline Send Email
Nov 25, 2004
12:10 pm
Messages 874 - 903 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