29 #include "../../../../core/logger/Logger.h" 30 #include "../../../../core/translator/Translator.h" 31 #include "../../../../dataaccess/datasource/DataSourceFactory.h" 32 #include "../../../../dataaccess/datasource/DataSourceManager.h" 38 #include <boost/functional/factory.hpp> 39 #include <boost/bind.hpp> 42 :
te::core::CppPlugin(pluginInfo)
The TerraLib OGC WCS driver as a plugin.
#define TE_OGC_WCS_DRIVER_IDENTIFIER
The OGC WCS driver identifier string.
Basic information about a plugin.
#define TE_TR(message)
It marks a string in order to get translated.
static void remove(const std::string &dsType)
it finalizes the GDAL factory support.
The TerraLib OGC WCS driver as a plugin.
Module(const te::core::PluginInfo &pluginInfo)
Plugin constructor.
static DataSourceManager & getInstance()
It returns a reference to the singleton instance.
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality.
A factory for data sources.
Configuration flags for the Terrralib WS OGC WCS DATA ACCESS module.
#define TERRALIB_PLUGIN_CALL_BACK_IMPL(PLUGIN_CLASS_NAME)
This macro should be used by C++ plugins in order to declare the exportable/callable DLL function...
TEOGCWCSDATAACCESSEXPORT te::da::DataSource * Build(const te::core::URI &uri)
void startup()
This method will be called by TerraLib to startup some plugin's functionality.
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
static void add(const std::string &dsType, FactoryFnctType f)