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::unique_ptr<te::da::DataSourceTransactor> getTransactor();
75 bool isOpened()
const;
97 std::shared_ptr<te::ws::ogc::WMSClient> getWMSClient();
101 void create(
const std::string& connInfo);
103 void drop(
const std::string& connInfo);
105 bool exists(
const std::string& connInfo);
107 std::vector<std::string> getDataSourceNames(
const std::string& connInfo);
109 std::vector<te::core::EncodingType> getEncodings(
const std::string& connInfo);
113 void verifyConnectionInfo()
const;
117 std::shared_ptr<te::ws::ogc::WMSClient>
m_wms;
127 #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 WMSGetFeatureInfoRequest WMS 1.3.0 struct.
The WMSGetMapResponse WMS 1.3.0 struct.
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 to store the proxy information that must be used to access data located in URIs...
The WMSGetMapRequest WMS 1.3.0 struct.