The implementation of a DataSource that consists of datasets that can be decoded by the GDAL Library. More...
#include "../common/StringUtils.h"#include "../common/Translator.h"#include "../geometry/Envelope.h"#include "../dataaccess/dataset/DataSetType.h"#include "../raster/Grid.h"#include "../raster/Raster.h"#include "../raster/RasterProperty.h"#include "DataSet.h"#include "DataSource.h"#include "Exception.h"#include "Transactor.h"#include "Utils.h"#include "DataSetUseCounter.h"#include <gdal_priv.h>#include <boost/filesystem.hpp>#include <boost/format.hpp>Go to the source code of this file.
The implementation of a DataSource that consists of datasets that can be decoded by the GDAL Library.
Definition in file DataSource.cpp.