Has anyone compiled MITAB for WinCE? ============================ Josh Mittleman (josh@...)...
Josh Mittleman
josh@...
Aug 6, 2003 8:48 pm
689
Folks, I have some code that reads the .tab files used to hold coordinate system information for raster files for use with MapInfo. I was given one that looks...
... Actually, MapInfo works equally well with units for a layer being in either lat/lon (geographic coordinates) or eastings/northings (projected coordinates)....
Hi all, i'm a newcomer here, I want to use mitap/ogr for transforming a mif file in nonearth to other projected coordinate systems. Does mitap/ogr support it?...
... MITAB won't do any coordinates transformation, but the ogr2ogr utility that is distributed with the GDAL/OGR package could do it. See the ogr2ogr docs at...
... Daniel, I believe the issue is that NonEarth coordinate system are not earth referenced. You can reproject to or from them. Best regards, -- ... I set the...
... You probably meant that "You *cannot* reproject to and from them." and I agree. However I thought that someone could use the '-s_srs' option in ogr2ogr to...
... Daniel, You are correct on both accounts of course, but I don't think the person asking is aware of the actual correct coordinate system. I could be...
yes, nonearth is not earth referenced. I reproject it to a lon-lat coordinate system, from that, I can transform to others coordinate system by using...
Hi All ! I want to test MITAB with Visual Basic 6.0. I've downloaded the MITAB-1.2.4.zip file but I coud not find a complete Visual Basic example and the .DLL...
To users of MITAB from Visual Basic - I've just tested the mitab_test.vb code example with the ver 1.2.4 MITAB dll and found a few errors !! :(. I've attached...
G'day all, I frequently need to use custom local projections created with an affine transformation clause. As far as I can tell, mitab does not support this....
... Neil, I think it would be worthwhile to file this as a bug. I think it will be somewhat inconvenient to resolve since there is no way to represent this in...
... not ... the ... 6391839.14486345 ... will ... represent ... used ... warmerdam@p... ... Rent Frank, I have filed a bug. The affine projectionis defined...
Hi list ! I hope anyone could help me. How can create a table with a NonEarth CoordSys clause like this?: CoordSys NonEarth Units "m" Bounds (-1.00000000001,...
Is there a real VB demo around for mitab? One that includes a project file? I have a couple of VB files: mitab.vb,v 1.6 2002/09/07 13:59:38 daniel ...
david@...
Sep 22, 2003 1:45 pm
706
Hello Sligthtly Confused :) - 1) No, there is no "real" VB demo for Mitab (at least not in the Mitab zip file). The vb files is programmed in the MS Office...
... Now even more confused! :-) ... Oh, ok - once I get this going I'll make one for it to be put on the website if required. I guess more people use VB than...
david@...
Sep 23, 2003 12:03 am
708
... That's quite likely because I didn't update the zip file on the website after Bo submitted the fix to the mitab_vb_test.vb. ... MITAB tries to assign the...
Hi Daniel, I'm a newbee to all this. But so far I can see you have done some great work. Could you e-mail me the new mitab_vb_test.vb file? I check this...
... Ah, ok. ... Yes, tested by commenting out the multipoint stuff from the routine, and it now creates a 300 table. For interest's sake, if I create a table...
david@...
Sep 23, 2003 11:52 am
711
Hi All, I'm just posting this to save other VB people without a clue some trouble. This VB interface is just wrapped around the beautiful work of Daniel ...
... I have updated the zip file on the website with the latest version of the mitab_vb_test.vb file. Nothing else has changed. -- ... Daniel Morissette...
... I'm not sure what would happen... it's quite likely that MapInfo would skip the multipoint geometry and make only its attributes available since it doesn't...
Hi All. I am using the lasted release (1.2.4) ... ' Please, put this code in a Button and run it. ' You will see two different polylines when in fact both...
To "sagent100" - RTFM !! =:-) your bounds parameters in mitab_c_create is arranged in the wrong order: Public Declare Function mitab_c_create Lib "mitab.dll"...
THANK YOU VERY MUCH BO !!! ... String, ... south As ... EAST As ... ("c:\Test_NonEarth.tab", "tab", "CoordSys ... - ... - ... ("c:\Test_NonEarth.tab", "tab",...
Hello all, being desperate for a solution on a bug I face in my code I descided to disturb this list as well with a question that might not be part of the ...