Search the web
Sign In
New User? Sign Up
mitab · MITAB Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1308 - 1337 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1308
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...
sagent100
Offline Send Email
Nov 9, 2008
7:56 pm
1309
As a minimum you should remove Byval from the X and Y parameters. Regards Uffe ... From: "sagent100" <sagent100@...> To: <mitab@yahoogroups.com> Sent:...
Uffe Kousgaard
haansus
Offline Send Email
Nov 9, 2008
9:58 pm
1310
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...
Mikael Larsson
d97micke
Offline Send Email
Nov 18, 2008
10:10 pm
1311
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...
Mikael Larsson
d97micke
Offline Send Email
Nov 23, 2008
3:02 pm
1312
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...
skahrkling
Offline Send Email
Nov 24, 2008
9:59 pm
1313
  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...
Anthony Dunk
anthonyd.rm
Offline Send Email
Nov 25, 2008
1:54 am
1314
Thank you for your help so far. I added Project -> Properties -> Configuration Properties -> Linker - ... Now I get even more cryptic: mitab.dll : fatal error...
skahrkling
Offline Send Email
Nov 25, 2008
2:50 pm
1315
  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...
Anthony Dunk
anthonyd.rm
Offline Send Email
Nov 25, 2008
10:19 pm
1316
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...
skahrkling
Offline Send Email
Nov 25, 2008
10:41 pm
1317
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...
skahrkling
Offline Send Email
Nov 25, 2008
10:42 pm
1318
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...
skahrkling
Offline Send Email
Nov 26, 2008
8:51 pm
1319
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...
Uffe Kousgaard
haansus
Offline Send Email
Feb 18, 2009
8:03 pm
1320
... 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)....
Daniel Morissette
dan_morissette
Offline Send Email
Feb 23, 2009
5:08 pm
1321
... 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 ...
Uffe Kousgaard
haansus
Offline Send Email
Feb 23, 2009
9:08 pm
1322
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...
taoqi198255
Offline Send Email
Mar 17, 2009
1:28 pm
1323
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 17, 2009
1:44 pm
1324
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...
pankaj sardana
sardana_pank...
Offline Send Email
Mar 26, 2009
2:12 pm
1325
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 sardana
sardana_pank...
Offline Send Email
Mar 27, 2009
12:04 pm
1326
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,...
Frank Warmerdam
nfwarmer
Offline Send Email
Mar 27, 2009
12:19 pm
1327
... 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,...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 27, 2009
12:20 pm
1328
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...
Uffe Kousgaard
haansus
Offline Send Email
Mar 27, 2009
12:20 pm
1329
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,...
pankaj sardana
sardana_pank...
Offline Send Email
Apr 6, 2009
1:36 pm
1330
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 6, 2009
2:18 pm
1331
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...
pankaj sardana
sardana_pank...
Offline Send Email
Apr 21, 2009
2:35 pm
1332
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...
James Perrins
james_perrins
Offline Send Email
Apr 21, 2009
4:13 pm
1333
... 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...
Frank Warmerdam
nfwarmer
Offline Send Email
Apr 21, 2009
4:53 pm
1334
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 sardana
sardana_pank...
Offline Send Email
Apr 21, 2009
5:27 pm
1335
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 sardana
sardana_pank...
Offline Send Email
Apr 21, 2009
5:27 pm
1336
... Pankaj, The docs for importFromMICoordSys() are at: http://www.gdal.org/ogr/classOGRSpatialReference.html#1acf0f6cac3125cc878a99433033c140 There is...
Frank Warmerdam
nfwarmer
Offline Send Email
Apr 21, 2009
6:10 pm
1337
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...
pankaj sardana
sardana_pank...
Offline Send Email
Apr 29, 2009
12:33 pm
Messages 1308 - 1337 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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