[gdal-dev] Accessing header info from ENVI files

2010-07-19 Thread LKeene
Hi folks, I'm trying to use GDAL in a dll we're writing so that we can forgo using ENVI to open our data files. I'm able to determine the image data dimensions and acquire access to the data by doing something like the following: // Read file: GDALDataset *fileData = (GDALDataset*

[gdal-dev] How to retrieve map data from Envi file?

2010-06-25 Thread LKeene
Hi folks, I'm a new GDAL developer with what I believe is a simple question: We're trying to use GDAL in our app to access Envi files. I'm able to get access to the file bands as well as some other information by using the GDALDataset and GDALRasterBand objects, but how can I access other propert