28 #ifndef __TERRALIB_WS_OGC_WCS_DATAACCESS_DATASOURCE_H    29 #define __TERRALIB_WS_OGC_WCS_DATAACCESS_DATASOURCE_H    38 #include "../../../../dataaccess/datasource/DataSource.h"    39 #include "../../../../dataaccess/datasource/DataSourceCapabilities.h"    40 #include "../client/WCSClient.h"    70             std::string getType() 
const;
    72             std::unique_ptr<te::da::DataSourceTransactor> getTransactor();
    78             bool isOpened() 
const;
    88             std::shared_ptr<te::ws::ogc::WCSClient> getWCSClient() 
const;
    92             void create(
const std::string& connInfo);
    94             void drop(
const std::string& connInfo);
    96             bool exists(
const std::string& connInfo);
    98             std::vector<std::string> getDataSourceNames(
const std::string& connInfo);
   100             std::vector<te::core::EncodingType> getEncodings(
const std::string& connInfo);
   104             void verifyConnectionInfo() 
const;
   108             std::shared_ptr<te::ws::ogc::WCSClient> 
m_wcs;
   119 #endif // __TERRALIB_WS_OGC_WCS_DATAACCESS_DATASOURCE_H Implementation of the data source for the WCS driver. 
 
#define TEOGCWCSDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
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. ...
 
te::da::DataSourceCapabilities capabilities
 
Configuration flags for the Terrralib WS OGC WCS DATA ACCESS module. 
 
std::shared_ptr< te::ws::ogc::WCSClient > m_wcs
 
A class for representing an Uniform Resource Identifier (URI). 
 
static te::da::DataSourceCapabilities sm_capabilities