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 1046 - 1075 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1046
If I use SetMIFCoordSys from 1.5.0-beta1 I get a table that Mapinfo cannot open yet if I switch it back to 1.3.0 the exact same code produces a table that...
Andrew
andythecornb...
Offline Send Email
Mar 2, 2006
6:12 pm
1047
... Many things have changed leading to 1.5.0 with respect to projection and datum handling. Could you please double-check that the problem is still present...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
7:02 pm
1048
Please disregard. I re-compiled the code in 1.3.0 after erasing the obj files and I am getting the same problem. I will post back with what the issue was when...
Canfield, Andrew
andythecornb...
Offline Send Email
Mar 2, 2006
7:03 pm
1049
Hey I'am using the MITAB lib as a replacement for our old programs in MapBasic where we computes the area of city's etc. for filtering our MapInfo data. Is it...
Finn Møller Hansen
fmh@...
Send Email
Mar 2, 2006
7:21 pm
1050
Hey I'am using the MITAB lib as a replacement for our old programs in MapBasic where we computes the area of city's etc. for filtering our MapInfo data. Is it...
Finn Møller Hansen
fmh@...
Send Email
Mar 2, 2006
7:22 pm
1051
OK I did some more testing after downloading 1.5.0 release from Maptools it is definitely in 1.5.0-beta1 and 1.5.0 release. Here is the test code: void...
Canfield, Andrew
andythecornb...
Offline Send Email
Mar 2, 2006
7:33 pm
1052
... MITAB doesn't expose any area calculation function (well, I don't remember putting one in or seeing one added), but polygon area calculations are easy to...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
7:36 pm
1053
Your sample code doesn't write any feature to the dataset. If you create and write at least one feature then does the file load in MapInfo? I created bug 1319...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
7:43 pm
1054
... Finn, The OGRPolygon and OGRMultiPolygon geometry objects should have a get_Area() method on them in the most release MITAB releases. Best regards, -- ... ...
Frank Warmerdam
nfwarmer
Offline Send Email
Mar 2, 2006
7:43 pm
1055
Make sure that MITAB_AFFINE_PARAMS is defined for your project. This define seems to have been introduced for v1.5.0, but if you don't have it defined then...
Martin Higham
imhigham
Offline Send Email
Mar 2, 2006
10:17 pm
1056
... I had a quick look at bug 1254 when it was submitted and I could not quickly spot the initialized value. Andy, I'd be very interested to hear if your...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
11:09 pm
1057
In the application that I use Mitab we are always hitting MapInfo's limit of 32768 segments in a region. I read that in version 8 this limit has been raised to...
spadulata
Offline Send Email
Mar 3, 2006
2:46 pm
1058
... I was aware that in V 3.x, MapInfo had a similar limit of 32k vertices in a polyline or in a region segment, and this limit was raised by the creation of...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 3, 2006
3:01 pm
1059
I used Mitab 1.50 and i want to Zoom a feature (Polygon) according to their Bound Coordinates. Can MITAB calculate Bound of Polygon Feature ? Any help or...
arpodungge
Offline Send Email
Mar 6, 2006
2:23 pm
1060
Hi All Apologies if this has been already discussed in the past. I am a new member of this group. I have just started using MITAB. Actually when we try to...
gsrao456
Offline Send Email
Mar 6, 2006
2:25 pm
1061
... Unfortunately this information is not directly available in the C API. However, if you use the C++ classes then it is available via the ...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 6, 2006
8:05 pm
1062
... Not really a bug, but a "feature" of the TAB format. TAB datasets store the object coordinates in the file using integers. The overall bounds of the...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 6, 2006
8:36 pm
1063
... integers. ... range ... then ... bounds ... of ... your ... API, then ... Thanks for an immediate response Now after setting the bounds I am getting a...
gsrao456
Offline Send Email
Mar 7, 2006
3:32 pm
1064
... The way that you set the bounds seems right. The range that you set is small and doesn't include a buffer to add more features to the file later, but...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 7, 2006
3:48 pm
1065
... problem.The ... compared to ... the ... set is ... file ... very ... the lib? ... It is working fine now. There was some problem with my code. The ...
gsrao456
Offline Send Email
Mar 8, 2006
1:59 pm
1066
Folks, Per bug report http://bugzilla.remotesensing.org/show_bug.cgi?id=1113 I have fixed a bug in the MITAB handling of coordsys. The false easting and...
Frank Warmerdam
nfwarmer
Offline Send Email
Mar 10, 2006
8:25 pm
1067
I just got VC++ 2005 installed today and it's way more ISO compliant than I am used to seeing with MSFT products. It issued 1,254 compliance warnings when I...
Canfield, Andrew
andythecornb...
Offline Send Email
Mar 16, 2006
8:42 pm
1068
Hi Everyone, I am forwarding the announcement below on behalf of the organizing committee of the FOSS4G2006 conference. This is the conference of the year for...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 30, 2006
9:48 pm
1069
Hi group, I'm using MiTab-vb and I have to "collect/find" CentarX and CentarY from the poligon that I create using [TABFC_Region],mitab_c_set_points (). Thanks...
mkrstono
Offline Send Email
Apr 3, 2006
8:47 pm
1070
I found it. Sorry for the inconvenience thank you. M.K....
mkrstono
Offline Send Email
Apr 4, 2006
2:11 am
1071
Hi all! Is it possible to know if a point object (x-y coordinates) is within a polygon object ? I will appreciate a lot an example using VB or in other case C....
sagent100
Offline Send Email
Apr 7, 2006
8:37 pm
1072
Is this what you are wanting to know? int IsPtInPoly(Point dPtIn, std::vector< double > Xpts, std::vector< double > Ypts) { double Ax = dPtIn.x; double Ay =...
Canfield, Andrew
andythecornb...
Offline Send Email
Apr 7, 2006
8:53 pm
1073
I'm Using Mitab.dll in Visual Basic. i'd like to report posible error when reading mapinfo symbol in this three function : 1. mitab_c_get_symbol_color 2....
arpodungge
Offline Send Email
Apr 10, 2006
6:24 pm
1074
Dear Andrew Thank you for your help !. This routine, works propertly with any coordinate system ?. I thouth mitab could have a method to obteing this but at...
Sagent Thustik
sagent100
Offline Send Email
Apr 11, 2006
3:19 pm
1075
I have a MIF file, which tab2tab converts, but the resulting tab file is invalid, when I try to open in MapInfo. This is the header: Version 300 Delimiter "," ...
Uffe Kousgaard
haansus
Offline Send Email
Apr 12, 2006
12:42 pm
Messages 1046 - 1075 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