Is it possible to specify "charset" when creating new files? When I look at the source code it seems to always use "neutral", which means undefined. I would...
1320
Daniel Morissette
dan_morissette
Feb 23, 2009 5:08 pm
... Are you using the C++ classes or the C API? In C++, there is a IMapInfoFile::SetCharset() method that should do what you need (it was added in v1.6.2)....
1321
Uffe Kousgaard
haansus
Feb 23, 2009 9:08 pm
... C API. If you can add the function to the API it would be great. Otherwise we do it, when we get to that point in our development - the need is not just ...
1322
taoqi198255
Mar 17, 2009 1:28 pm
it is not possible to open a file for update (i.e. read+write) with the current version of the library. what is time can read+write...
1323
Daniel Morissette
dan_morissette
Mar 17, 2009 1:44 pm
... 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...
1324
pankaj sardana
sardana_pank...
Mar 26, 2009 2:12 pm
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...
1325
pankaj sardana
sardana_pank...
Mar 27, 2009 12:04 pm
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 ...
1326
Frank Warmerdam
nfwarmer
Mar 27, 2009 12:19 pm
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,...
1327
Daniel Morissette
dan_morissette
Mar 27, 2009 12:20 pm
... 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,...
1328
Uffe Kousgaard
haansus
Mar 27, 2009 12:20 pm
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...
1329
pankaj sardana
sardana_pank...
Apr 6, 2009 1:36 pm
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,...
1330
Daniel Morissette
dan_morissette
Apr 6, 2009 2:18 pm
... 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...
1331
pankaj sardana
sardana_pank...
Apr 21, 2009 2:35 pm
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...
1332
James Perrins
james_perrins
Apr 21, 2009 4:13 pm
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...
1333
Frank Warmerdam
nfwarmer
Apr 21, 2009 4:53 pm
... 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...
1334
pankaj sardana
sardana_pank...
Apr 21, 2009 5:27 pm
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...
1335
pankaj sardana
sardana_pank...
Apr 21, 2009 5:27 pm
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...
1336
Frank Warmerdam
nfwarmer
Apr 21, 2009 6:10 pm
... Pankaj, The docs for importFromMICoordSys() are at: http://www.gdal.org/ogr/classOGRSpatialReference.html#1acf0f6cac3125cc878a99433033c140 There is...
1337
pankaj sardana
sardana_pank...
Apr 29, 2009 12:33 pm
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...
1338
bernard.hall99
May 1, 2009 5:46 pm
... 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...
1339
Mukesh Kumar
mukeshkb4u
May 11, 2009 12:11 pm
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...
1340
Mukesh Kumar
mukeshkb4u
May 11, 2009 12:12 pm
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...
1341
adeel_razza
May 28, 2009 7:41 pm
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...
1342
robbertouwehand
Jun 4, 2009 12:42 pm
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...
1343
robbertouwehand
Jun 4, 2009 12:42 pm
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,...
1344
adeel_razza
Jun 5, 2009 4:14 pm
Thanks Robert. Greatly appreciated....
1345
adeel_razza
Jun 5, 2009 7:32 pm
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...
1346
Daniel Morissette
dan_morissette
Jun 5, 2009 7:48 pm
... I believe you need to link with the mitab_i.lib in order to use the mitab.dll from a C program, but I see that I didn't include it in ...
1347
adeel_razza
Jun 8, 2009 1:57 pm
Thanks Daniel!...
1348
adeel_razza
Jun 25, 2009 1:23 pm
Hi, I am trying to import a spacial reference system into an OGRSpatialReference object using the following function which requires a MapInfo style CoordSys...