IH5 interface to GDAL Dataset to allow read/write to HDF5 datasets from ISCE.
More...
#include <IH5Dataset.h>
|
| IH5Dataset (const hid_t &inputds, GDALAccess eAccess) |
| Empty constructor.
|
|
virtual | ~IH5Dataset () |
| Destructor.
|
|
virtual int | GetGCPCount () override |
|
virtual const GDAL_GCP * | GetGCPs () override |
|
void * | GetInternalHandle (const char *) override |
|
virtual CPLErr | GetGeoTransform (double *padfTransform) override |
|
virtual CPLErr | SetGeoTransform (double *) override |
|
|
static GDALDataset * | Open (GDALOpenInfo *info) |
|
static int | Identify (GDALOpenInfo *info) |
|
|
CPLErr | populateFromDataset () |
|
IH5 interface to GDAL Dataset to allow read/write to HDF5 datasets from ISCE.
const GDAL_GCP * isce3::io::IH5Dataset::GetGCPs |
( |
| ) |
|
|
overridevirtual |
Initial value:{
return pszGCPProjection
The documentation for this class was generated from the following files:
- isce/cxx/isce3/io/IH5Dataset.h
- isce/cxx/isce3/io/IH5Dataset.cpp