Class used to centralize and control access to data in terralib. It aims to create a high-level interface for simplifying the concepts defined in the terralib DataAccess module. More...
#include "../Config.h"#include "../../datatype/AbstractData.h"#include "../datasource/DataSource.h"#include "../datasource/DataSourceTransactor.h"#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | te::da::DataAccess |
| Class used to centralize and control access to data in terralib. It aims to create a high-level interface for simplifying the concepts defined in the terralib DataAccess module. More... | |
| class | te::da::DataAccessPtr |
| class | te::da::DataAccessSharedPtr |
Namespaces | |
| namespace | te |
| TerraLib. | |
| namespace | te::core |
| namespace | te::da |
| Namespace for the DataAccess API of TerraLib. | |
| namespace | te::gm |
| Namespace for the Vector Geometry module of TerraLib. | |
Class used to centralize and control access to data in terralib. It aims to create a high-level interface for simplifying the concepts defined in the terralib DataAccess module.
Definition in file DataAccess.h.