26 #ifndef __TERRALIB_WFS_INTERNAL_DATASOURCE_H 27 #define __TERRALIB_WFS_INTERNAL_DATASOURCE_H 30 #include "../dataaccess/datasource/DataSource.h" 31 #include "../dataaccess/datasource/DataSourceCapabilities.h" 63 std::string getType()
const;
65 std::unique_ptr<te::da::DataSourceTransactor> getTransactor();
71 bool isOpened()
const;
81 GDALDataset* getOGRDataSource();
83 const std::vector<WFSLayerInfo>& getLayersInfo();
87 void create(
const std::string& connInfo);
89 void drop(
const std::string& connInfo);
91 bool exists(
const std::string& connInfo);
93 std::vector<std::string> getDataSourceNames(
const std::string& connInfo);
97 void verifyConnectionInfo()
const;
102 void setupEnvironment()
const;
104 void buildLayersInfo();
117 #endif // __TERRALIB_WFS_INTERNAL_DATASOURCE_H static te::da::DataSourceCapabilities sm_capabilities
It represents the SQL query dialect accepted by a given data source.
Informations about WFS Layers.
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
#define TEWFSEXPORT
You can use this macro in order to export/import classes and functions from this module.
Implementation of the data source for the WFS driver.
std::vector< WFSLayerInfo > m_layersInfo
te::da::DataSourceCapabilities capabilities
Configuration flags for the TerraLib WFS module.
A class to store the proxy information that must be used to access data located in URIs...
An exception class for the TerraLib WFS module.