All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DataSource.cpp File Reference

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.

Detailed Description

The implementation of a DataSource that consists of datasets that can be decoded by the GDAL Library.

Definition in file DataSource.cpp.