The implementation of a DataSource that consists of datasets that can be decoded by the GDAL Library. More...
#include "../dataaccess/datasource/DataSource.h"
#include "../dataaccess/datasource/DataSourceCapabilities.h"
#include "../dataaccess/dataset/DataSetType.h"
#include "Config.h"
#include "Exception.h"
#include "Transactor.h"
#include <boost/shared_ptr.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/filesystem.hpp>
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | te::gdal::DataSource |
A driver to access raster data using the GDAL library. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::da |
Namespace for the DataAccess API of TerraLib. | |
namespace | te::dt |
Namespace for the Data Type module of TerraLib. | |
namespace | te::gdal |
Namespace for the TerraLib GDAL driver implementation. | |
namespace | te::gm |
Namespace for the Vector Geometry module of TerraLib. | |
The implementation of a DataSource that consists of datasets that can be decoded by the GDAL Library.
Definition in file DataSource.h.