|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <string>#include <BESDebug.h>#include <InternalErr.h>#include <debug.h>#include "GDALTypes.h"
Go to the source code of this file.
Functions | |
| void | read_data_array (GDALArray *array, GDALRasterBandH hBand, GDALDataType eBufType) |
| Read the data array of a DAP2 Grid. More... | |
| void | read_map_array (Array *map, GDALRasterBandH hBand, string filename) |
| void read_data_array | ( | GDALArray * | array, |
| GDALRasterBandH | hBand, | ||
| GDALDataType | eBufType | ||
| ) |
Read the data array of a DAP2 Grid.
This is called by both GDALGrid::read() (for a DAP2 response) and GDALArray::read() when we're building a DAP4 data response. The result is that the Array object holds data that can then be serialized.
| array |
Definition at line 191 of file gdal_dds.cc.
Referenced by GDALArray::read().
| void read_map_array | ( | Array * | map, |
| GDALRasterBandH | hBand, | ||
| string | filename | ||
| ) |
Referenced by GDALArray::read().