30 #include <InternalErr.h>
53 void m_duplicate(
const GDALDDS &src) { d_hDS = src.d_hDS; }
56 GDALDDS(DataDDS *ddsIn) : DataDDS(*ddsIn), d_hDS(0) {}
57 GDALDDS(BaseTypeFactory *factory,
const string &name) : DataDDS(factory, name), d_hDS(0) {}
This specialization of DDS is used to manage the 'resource' of the open GDAL dataset handle so that t...
static class NCMLUtil overview
GDALDatasetH & GDALDataset()
void setGDALDataset(const GDALDatasetH &hDSIn)
GDALDDS(const GDALDDS &rhs)
GDALDDS(BaseTypeFactory *factory, const string &name)