21#include "ImgUpdaterGdal.h"
23ImgUpdaterGdal::ImgUpdaterGdal(
void){};
29ImgUpdaterGdal::ImgUpdaterGdal(
const std::string& filename,
const GDALAccess& readMode){
30 open(filename,readMode);
33ImgUpdaterGdal::~ImgUpdaterGdal(
void)
46void ImgUpdaterGdal::open(
const std::string& filename,
const GDALAccess& readMode)
virtual void close(void)
Close the image.
void open(const std::string &filename, const GDALAccess &readMode=GA_ReadOnly)
Open an image.
void close(void)
Close the image.