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::auto_ptr<te::da::DataSourceTransactor> getTransactor();
    71         bool isOpened() 
const;
    84         GDALDataset* getOGRDataSource();
    86         const std::vector<WFSLayerInfo>& getLayersInfo();
    90         void create(
const std::string& connInfo);
    92         void drop(
const std::string& connInfo);
    94         bool exists(
const std::string& connInfo);
    96         std::vector<std::string> getDataSourceNames(
const std::string& connInfo);
   100         void verifyConnectionInfo() 
const;
   102         void buildLayersInfo();
   116 #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. 
 
A class for representing an Uniform Resource Identifier (URI). 
 
static te::da::SQLDialect * sm_dialect
 
An exception class for the TerraLib WFS module.