27 #include "../common/Logger.h" 
   28 #include "../common/Translator.h" 
   29 #include "../dataaccess/datasource/DataSourceFactory.h" 
   30 #include "../dataaccess/datasource/DataSourceManager.h" 
   31 #include "../plugin/PluginInfo.h" 
   37 #include <gdal_priv.h> 
   40 #include <boost/functional/factory.hpp> 
   41 #include <boost/bind.hpp> 
   44   : te::plugin::Plugin(pluginInfo)
 
   77   m_initialized = 
false;
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
#define TE_WMS_DRIVER_IDENTIFIER
 
#define TE_TR(message)
It marks a string in order to get translated. 
 
void startup()
This method will be called by TerraLib to startup some plugin's functionality. 
 
Configuration flags for the TerraLib WMS module. 
 
te::da::DataSource * Build()
 
#define PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
 
static DataSourceManager & getInstance()
It returns a reference to the singleton instance. 
 
The TerraLib WMS driver as a plugin. 
 
A factory for data sources. 
 
Module(const te::plugin::PluginInfo &pluginInfo)
Plugin constructor. 
 
static void add(const std::string &dsType, FactoryFnctType f)
 
The basic information about a plugin. 
 
static void remove(const std::string &dsType)
 
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality.