Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

mitab · MITAB Users List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1307 - 1336 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1307 Daniel Morissette
dan_morissette Send Email
Oct 28, 2008
11:39 am
... The error suggests that the tab datatsets are either corrupt, or use some format options that MITAB doesn't support. If you can zip up and send me one of...
1308 sagent100 Send Email Nov 9, 2008
7:56 pm
Hi, I am getting crazy ! Please anyone were able to use the function mitab_c_set_points in a VB.Net program ? I have this definition function: Declare Sub...
1309 Uffe Kousgaard
haansus Send Email
Nov 9, 2008
9:58 pm
As a minimum you should remove Byval from the X and Y parameters. Regards Uffe ... From: "sagent100&quot; <sagent100@...> To: <mitab@yahoogroups.com> Sent:...
1310 Mikael Larsson
d97micke Send Email
Nov 18, 2008
10:10 pm
Hello again! I have tried to isolate the core of my code. It is quite a few lines so bear with me. I get an exception when I call the mitab_c_write_feature...
1311 Mikael Larsson
d97micke Send Email
Nov 23, 2008
3:02 pm
Hello! The problem seems to be that the funtion PickSeedsForSplit found in mitab_mapindexblock.cpp internally tries to divide by zero, around line 1050. If I...
1312 skahrkling Send Email Nov 24, 2008
9:59 pm
I write several data file processing tools using Microsoft Visual Studio 2005. (Microsoft Visual C++ 2005) Simple executable. Source file is a .cpp. I would...
1313 Anthony Dunk
anthonyd.rm Send Email
Nov 25, 2008
1:54 am
  This is really a general question of how to link with a DLL in VS2005.   The error you're getting is at link time, so its related to the .lib file which is...
1314 skahrkling Send Email Nov 25, 2008
2:50 pm
Thank you for your help so far. I added Project -> Properties -> Configuration Properties -> Linker - ... Now I get even more cryptic: mitab.dll : fatal error...
1315 Anthony Dunk
anthonyd.rm Send Email
Nov 25, 2008
10:19 pm
  Yes, there does not seem to be a .lib file in the distribution. The only way I know of to use the DLL in this case is to use LoadLibrary() calls to access...
1316 skahrkling Send Email Nov 25, 2008
10:41 pm
Here's what I did so far. Downloaded additional mitab-1.7.0.zip (even though document http://mitab.maptools.org/ said MITAB-1.7.0-WIN32.ZIP: ... is "all you...
1317 skahrkling Send Email Nov 25, 2008
10:42 pm
Oh Ok. Sorry I hadn't read your recent response yet. I will try this tomorrow LoadLibrary("mitab.dll" etc. I had already started to create .lib files but got...
1318 skahrkling Send Email Nov 26, 2008
8:51 pm
I think I might prefer to do that: compile and link all mitab modules with my own code. That way it's somewhat understandable. I'm starting with a simple test...
1319 Uffe Kousgaard
haansus Send Email
Feb 18, 2009
8:03 pm
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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... Send Email
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... Send Email
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 Send Email
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 Send Email
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 Send Email
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... Send Email
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 Send Email
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... Send Email
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 Send Email
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 Send Email
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... Send Email
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... Send Email
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 Send Email
Apr 21, 2009
6:10 pm
... Pankaj, The docs for importFromMICoordSys() are at: http://www.gdal.org/ogr/classOGRSpatialReference.html#1acf0f6cac3125cc878a99433033c140 There is...
Messages 1307 - 1336 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help