[gdal-dev] Re: Gdal.Allregister Error

2010-05-26 Thread radioheadCDA
I got it to recognize the file but its saying that it can't find an entry point in the dllthis is really aggravating ha -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Gdal-Allregister-Error-tp5104079p5105091.html Sent from the GDAL - Dev mailing list archive at Nabbl

[gdal-dev] Re: Gdal.Allregister Error

2010-05-26 Thread radioheadCDA
So I found the inner exception for the All register problem and it says it can't load the dll "gdal_wrap" but I have put an environment variable pointing to the folder its but it still shows up the exception. Is there any other reason why it would load the "gdal_wrap" dll? -- View this message in

[gdal-dev] Re: Gdal.Allregister Error

2010-05-26 Thread radioheadCDA
Hey thanks for the advice, but It seems i'm still having trouble. I have copied all of the dlls to the running application folder, and also looked at the setfwenv.bat and tried to manually set all of the enviroment variables, and I set all of them except for the "GDAL_DRIVER_PATH=%FWTOOLS_DIR%\gda

[gdal-dev] Re: Getting private Metadata from Geotiff Images

2010-05-26 Thread radioheadCDA
Thanks! That is a lot of help. Does that mean I can call the geotransform method to access the private metadata information? -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Getting-private-Metadata-from-Geotiff-Images-tp5103966p5104110.html Sent from the GDAL - Dev maili

[gdal-dev] Gdal.Allregister Error

2010-05-26 Thread radioheadCDA
Hey, I have been having a very large issue, well maybe not large but very frustrating. I have been using the C# wrapper for gdal in visual studio and have been getting an error when GDAL tries to register the drivers before doing anything else. The error I get is this: "The type Intializer for 'O

[gdal-dev] Getting private Metadata from Geotiff Images

2010-05-26 Thread radioheadCDA
Hey, I am a little bit new to GDAL and came across a problem. I am the C# wrapper of GDAL and I am needing to get specific metadata such as "ModelTiepointTag", "ModelPixelScaleTag" and a few more. I have tried using the "getmetadata( )" method as well as the "getmetadataitem( )" method, but no luc