DataAccess.h File Reference

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

 te
 TerraLib.
 
 te::core
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 

Detailed Description

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.