|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <GDALTypes.h>


Public Member Functions | |
| GDALArray (const string &n="", BaseType *v=0) | |
| GDALArray (const string &name, BaseType *proto, const string &filenameIn, GDALRasterBandH hBandIn, GDALDataType eBufTypeIn) | |
| GDALArray (const GDALArray &src) | |
| virtual BaseType * | ptr_duplicate () |
| virtual bool | read () |
| virtual | ~GDALArray () |
Definition at line 139 of file GDALTypes.h.
| GDALArray::GDALArray | ( | const string & | n = "", |
| BaseType * | v = 0 |
||
| ) |
| GDALArray::GDALArray | ( | const string & | name, |
| BaseType * | proto, | ||
| const string & | filenameIn, | ||
| GDALRasterBandH | hBandIn, | ||
| GDALDataType | eBufTypeIn | ||
| ) |
| GDALArray::GDALArray | ( | const GDALArray & | src | ) |
Definition at line 70 of file GDALArray.cc.
|
virtual |
Definition at line 75 of file GDALArray.cc.
|
virtual |
Definition at line 54 of file GDALArray.cc.
|
virtual |
Definition at line 80 of file GDALArray.cc.
References BESDEBUG, read_data_array(), and read_map_array().
