#include <iostream>
#include <gdal.h>
#include <gdal_priv.h>
Include dependency graph for pickGridValue.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
double | readValue (void *data, GDALDataType type, int index) |
void | getExtent (GDALDataset *temp, double *ranges) |
double | getRasterValue (GDALDataset *layer, int bandNumber, double x, double y, double *ranges) |
void getExtent | ( | GDALDataset * | temp, | |
double * | ranges | |||
) |
Definition at line 43 of file pickGridValue.cpp.
References Xmax, Xmin, Xres, Ymax, Ymin, and Yres.
Referenced by attFileDlg::run(), and mshFileDlg::run().
double getRasterValue | ( | GDALDataset * | layer, | |
int | bandNumber, | |||
double | x, | |||
double | y, | |||
double * | ranges | |||
) |
Definition at line 75 of file pickGridValue.cpp.
References readValue(), and type().
Referenced by attFileDlg::run(), and mshFileDlg::run().
Here is the call graph for this function:
double readValue | ( | void * | data, | |
GDALDataType | type, | |||
int | index | |||
) |