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 | |
| te | |
| URI C++ Library.  | |
| te::da | |
| Namespace for the DataAccess API of TerraLib.  | |
| te::dt | |
| Namespace for the Data Type module of TerraLib.  | |
| te::gdal | |
| Namespace for the TerraLib GDAL driver implementation.  | |
| 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.