... I had started working on random update (i.e. read+write) support a few months ago but then ran out of time and since then that has gone down in my list of...
Hi I am new user to ARCGIS engine and MiTab i want to export the arcmap in ARCGIS engine in MIF/MID format and import MIF/MID in arcmap using C#.net.Is any one...
Hi Daniel  I have following fields in tab file and along raster images. I want to convert them into Mif/Mid.  !table !version 300 !charset WindowsLatin2 ...
Pankaj, I believe the issue is that MITAB does not support .tab raster labels, and that there is no MID/MIF equivelent to them. Best regards, On Thu, Mar 26,...
... There are two of problems with your request: 1- This is a raster TAB dataset and is not supported by MITAB: MITAB supports only vector (point, line,...
The MITAB library only supports simple TAB files: Those that are made up of a TAB+MAP+ID+DAT file. Raster files are not supported. In addition to this the MIF...
Hi  I have an tab file which contains the following projection data:- CoordSys Earth Projection 8, 62, "m", -99, 0, 0.9996, 500000, 0 Bounds (476504,...
... The MITAB library by itself can't do that, but the OGR library, which uses MITAB internally for MIF/TAB files, can do reprojections. OGR's ogr2ogr utility...
Hi I have an tab file which contains the following information (530000.000000,2460000.000000) (0,0) Label "Pt 1", (540000.000000,2460000.000000) (4000,0) Label...
That looks like a registration file for an image file in MapInfo (i.e. a Raster) OGR2OGR only converts vector files I believe- so basically you are trying to...
... Pankaj, This is a .tab file used to provide georeferencing for a raster file. These files are not read by MITAB, but may be supported by GDAL - at least...
Hi  Thanks Frank.Basically I want to convert  lambert projection into Polyconic can you tell me the way through which i can used this OGRSpatialReference...
Hi  Thanks Frank.Basically I want to convert  lambert projection into Polyconic can you tell me the way through which i can used this OGRSpatialReference...
... Pankaj, The docs for importFromMICoordSys() are at: http://www.gdal.org/ogr/classOGRSpatialReference.html#1acf0f6cac3125cc878a99433033c140 There is...
Hi I have .shp file.I created a feature class from .shp.In which all points ain decimal degree.In my project i have used two type of projection like WGS 84...
... Bernard, I wasn't aware there was a significant distinction. I would suggest you join and ask on the MITAB mailing list. MITAB is the underlying library...
Hello Sir, Can you please give me Guidelines for Building Mitab for Wince6.0. I am successfully able to compile GDAL1.4.0 for wince. But this project is...
Hi All, Can anyone please give me Guidelines for Building Mitab for Wince6.0. I am successfully able to compile GDAL1.4.0 for wince. But this project is...
Hi everyone! I will be using the mitab C API for the first time in a week or so and I had some basic questions which might make a few of you laugh. Any help...
Hi! I can only answer the first, third and fifth question for you. Any others are beyond me as I've only just started trying out mitab myself. Q1: Assuming...
Hi there, I've been trying to get Mitab to compile on Visual C++ 2008 Express Edition and on Visual Studio Professional 2008, but to no avail. I'll describe,...
Hi Folks, I was wondering what was required to use the mitab C API only. On "http://mitab.maptools.org/" it is mentioned that all you need to run the mitab C...
Hi, I am trying to import a spacial reference system into an OGRSpatialReference object using the following function which requires a MapInfo style CoordSys...
Hi Robert, I tried compiling Mitab on Visual C++ 2008 Express Edition first as well until I realized that it only compiles on VC 6.0. If you don't have VC 6.0...
... A copy of the MITAB library is included in the gdal/ogr/ogrsf_frmts/mitab subdirectory of the GDAL/OGR distribution. So it should be possible to adapt your...
... The VCPROJ files may not work, but in case that helps, the makefile.vc should work with VC++ 2008 Express Edition, that's what I use to produce the...