29 #include "../../../../core/logger/Logger.h" 30 #include "../../../../core/translator/Translator.h" 31 #include "../../../../dataaccess/datasource/DataSourceFactory.h" 32 #include "../../../../dataaccess/datasource/DataSourceManager.h" 33 #include "../../../../maptools/serialization/xml/Layer.h" 34 #include "serialization/xml/Layer.h" 39 #ifdef TERRALIB_MOD_XML_ENABLED 40 #include "./serialization/xml/Layer.h" 44 #include <boost/functional/factory.hpp> 45 #include <boost/bind.hpp> 48 :
te::core::CppPlugin(pluginInfo)
61 #ifdef TERRALIB_MOD_XML_ENABLED
TEOGCWMSDATAACCESSEXPORT te::da::DataSource * Build(const te::core::URI &uri)
The TerraLib OGC WMS driver as a plugin.
The TerraLib OGC WMS driver as a plugin.
Basic information about a plugin.
#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.
static void remove(const std::string &dsType)
it finalizes the GDAL factory support.
static T & getInstance()
It returns a reference to the singleton instance.
A factory for data sources.
boost::function< te::map::AbstractLayer *(te::xml::Reader &)> LayerReadFnctType
void shutdown()
This method will be called by TerraLib to shutdown plugin's functionality.
#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...
TEOGCWMSDATAACCESSEXPORT void LayerWriter(const te::map::AbstractLayer *layer, te::xml::AbstractWriter &writer)
#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_OGC_WMS_DRIVER_IDENTIFIER
The OGC WMS driver identifier string.
Module(const te::core::PluginInfo &pluginInfo)
Plugin constructor.
static void add(const std::string &dsType, FactoryFnctType f)
TEOGCWMSDATAACCESSEXPORT te::map::AbstractLayer * LayerReader(te::xml::Reader &reader)
boost::function< void(const te::map::AbstractLayer *, te::xml::AbstractWriter &)> LayerWriteFnctType
Configuration flags for the Terrralib WS OGC WMS DATA ACCESS module.