[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 mailing list archive at Nabble.com.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


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

2010-05-26 Thread Frank Warmerdam

radioheadCDA wrote:

Thanks! That is a lot of help. Does that mean I can call the geotransform
method to access the private metadata information? 


Chris,

If you call GetGeotransform() you should get back six doubles which for
a north up affine georeferenced image (ie one specified with a single
tiepoint and a pixel scale) will contain the origin, and the pixel size.

I would encourage you to read the docs to understand the geotransform
fully.

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, warmer...@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev