pihmLIBS/pickGridValue.h

Go to the documentation of this file.
00001 #ifndef PICKGRIDVALUE
00002 #define PICKGRIDVALUE
00003 
00004 #include <iostream>
00005 #include <gdal.h>
00006 #include <gdal_priv.h>
00007 
00008 double readValue ( void *data, GDALDataType type, int index );
00009 void getExtent(GDALDataset *temp, double *ranges);
00010 double getRasterValue(GDALDataset* layer, int bandNumber, double x, double y, double *ranges);
00011 
00012 #endif

Generated on Sun Aug 5 17:33:59 2007 for PIHMgis by  doxygen 1.5.2