27 #include "../core/logger/Logger.h" 28 #include "../core/translator/Translator.h" 29 #include "../dataaccess/datasource/DataSourceFactory.h" 30 #include "../dataaccess/datasource/DataSourceManager.h" 36 #include <gdal_priv.h> 39 #include <boost/functional/factory.hpp> 40 #include <boost/bind.hpp> 43 :
te::core::CppPlugin(pluginInfo)
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality.
te::da::DataSource * Build(const te::core::URI &uri)
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.
Module(const te::core::PluginInfo &pluginInfo)
Plugin constructor.
void startup()
This method will be called by TerraLib to startup some plugin's functionality.
static DataSourceManager & getInstance()
It returns a reference to the singleton instance.
#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...
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
#define TE_WCS_DRIVER_IDENTIFIER
The WCS driver identifier string.
static void add(const std::string &dsType, FactoryFnctType f)