28 #ifndef __TERRALIB_WS_OGC_WMS_DATAACCESS_DATASOURCE_H    29 #define __TERRALIB_WS_OGC_WMS_DATAACCESS_DATASOURCE_H    38 #include "../client/WMSClient.h"    39 #include "../client/DataTypes.h"    40 #include "../../../../dataaccess/datasource/DataSource.h"    41 #include "../../../../dataaccess/datasource/DataSourceCapabilities.h"    67           std::string getType() 
const;
    69           std::auto_ptr<te::da::DataSourceTransactor> getTransactor();
    75           bool isOpened() 
const;
    89           void create(
const std::string& connInfo);
    91           void drop(
const std::string& connInfo);
    93           bool exists(
const std::string& connInfo);
    95           std::vector<std::string> getDataSourceNames(
const std::string& connInfo);
    97           std::vector<te::core::EncodingType> getEncodings(
const std::string& connInfo);
   101           void verifyConnectionInfo() 
const;
   105           std::shared_ptr<te::ws::ogc::WMSClient> 
m_wms;
   115 #endif // __TERRALIB_WS_OGC_WMS_DATAACCESS_DATASOURCE_H It represents the SQL query dialect accepted by a given data source. 
 
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. ...
 
static te::da::DataSourceCapabilities sm_capabilities
 
Configuration flags for the Terrralib WS OGC WMS DATA ACCESS module. 
 
std::shared_ptr< te::ws::ogc::WMSClient > m_wms
 
te::da::DataSourceCapabilities capabilities
 
The WMSGetMapResponse WMS 1.3.0 struct. 
 
#define TEOGCWMSDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Implementation of the data source for the WMS driver. 
 
A class for representing an Uniform Resource Identifier (URI). 
 
The WMSGetMapRequest WMS 1.3.0 struct.