27 #include "../core/logger/Logger.h" 28 #include "../core/translator/Translator.h" 29 #include "../dataaccess/datasource/DataSourceFactory.h" 30 #include "../dataaccess/datasource/DataSourceManager.h" 31 #include "../dataaccess/query/BinaryOpEncoder.h" 32 #include "../dataaccess/query/FunctionEncoder.h" 33 #include "../dataaccess/query/SQLDialect.h" 34 #include "../dataaccess/query/UnaryOpEncoder.h" 44 #include <boost/functional/factory.hpp> 45 #include <boost/bind.hpp> 48 :
te::core::CppPlugin(pluginInfo)
64 CPLSetConfigOption(
"OGR_WFS_USE_STREAMING",
"NO");
66 CPLPushErrorHandler(CPLQuietErrorHandler);
te::da::DataSource * Build(const te::core::URI &uri)
#define TE_WFS_DRIVER_IDENTIFIER
The WFS driver identifier string.
Configuration flags for the TerraLib WFS module.
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.
static DataSourceManager & getInstance()
It returns a reference to the singleton instance.
Module(const te::core::PluginInfo &pluginInfo)
Plugin constructor.
The TerraLib WFS driver as a plugin.
A factory for data sources.
#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...
void shutdown()
This method will be called by TerraLib to shutdown 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...
void startup()
This method will be called by TerraLib to startup some plugin's functionality.
static void add(const std::string &dsType, FactoryFnctType f)