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...
... 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...
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...
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@...
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@...
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...
... 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...
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...
... Finn, The OGRPolygon and OGRMultiPolygon geometry objects should have a get_Area() method on them in the most release MITAB releases. Best regards, -- ... ...
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...
... 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...
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...
... 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...
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...
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...
... 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...
... integers. ... range ... then ... bounds ... of ... your ... API, then ... Thanks for an immediate response Now after setting the bounds I am getting a...
... 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...
... problem.The ... compared to ... the ... set is ... file ... very ... the lib? ... It is working fine now. There was some problem with my code. The ...
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...
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...
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...
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...
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....
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 =...
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....
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...
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 "," ...