|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <iostream>#include <sstream>#include <string>#include <gdal.h>#include <DDS.h>#include <DAS.h>#include <debug.h>#include "GDALTypes.h"
Go to the source code of this file.
Functions | |
| void | gdal_read_dataset_attributes (DAS &dds, const string &filename) |
| GDALDatasetH | gdal_read_dataset_variables (DDS *dds, const string &filename) |
| 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) |
| Read one of the Map arrays. More... | |
| void gdal_read_dataset_attributes | ( | DAS & | dds, |
| const string & | filename | ||
| ) |
Definition at line 43 of file gdal_das.cc.
References NULL.
| GDALDatasetH gdal_read_dataset_variables | ( | DDS * | dds, |
| const string & | filename | ||
| ) |
Definition at line 47 of file gdal_dds.cc.
References NULL.
| 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(), and GDALGrid::read().
| void read_map_array | ( | Array * | map, |
| GDALRasterBandH | hBand, | ||
| string | filename | ||
| ) |
Read one of the Map arrays.
This uses the kludge that the DDS/DMR calls these two arrays 'northing' and 'easting'.
| map | |
| hBand | |
| filename |
Definition at line 254 of file gdal_dds.cc.
References NULL.