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" 
   60         std::string getType() 
const;
 
   62         const std::map<std::string, std::string>& getConnectionInfo() 
const;
 
   64         void setConnectionInfo(
const std::map<std::string, std::string>& connInfo);
 
   66         std::auto_ptr<te::da::DataSourceTransactor> getTransactor();
 
   72         bool isOpened() 
const;
 
   84         OGRDataSource* getOGRDataSource();
 
   86         const std::vector<WFSLayerInfo>& getLayersInfo();
 
   90         void create(
const std::map<std::string, std::string>& dsInfo);
 
   92         void drop(
const std::map<std::string, std::string>& dsInfo);
 
   94         bool exists(
const std::map<std::string, std::string>& dsInfo);
 
   96         std::vector<std::string> getDataSourceNames(
const std::map<std::string, std::string>& dsInfo);
 
   98         std::vector<te::common::CharEncoding> getEncodings(
const std::map<std::string, std::string>& dsInfo);
 
  102         void verifyConnectionInfo() 
const;
 
  104         void buildLayersInfo();
 
  119 #endif // __TERRALIB_WFS_INTERNAL_DATASOURCE_H 
te::da::SQLDialect * dialect
 
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. 
 
static te::da::SQLDialect * sm_dialect
 
An exception class for the TerraLib WFS module. 
 
std::map< std::string, std::string > m_connectionInfo