27 #include "../core/logger/Logger.h" 28 #include "../common/TerraLib.h" 29 #include "../core/translator/Translator.h" This singleton defines the TerraLib ST module entry.
static void finalize()
This is the cleanup function for the TerraLib Geometry module.
This is the concrete factory for a STDataLoaderFromMemDS.
#define TE_TR(message)
It marks a string in order to get translated.
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory CachedS...
static Module & getInstance()
It returns a reference to the singleton instance.
void remove(const std::string &moduleName)
It removes the module entry identified by the given name.
Module()
The singleton constructor is not callable outside the class.
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
void add(const Module &m)
It registers the module in the TerraLib Platform.
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
const te::st::Module & sm_module
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory CachedS...
This singleton defines the TerraLib ST module entry.
#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_ST_MODULE_NAME
The st module identifier string.
This internal structure is used to model the basic information about a TerraLib module.
static void initialize()
This is the startup function for the TerraLib ST module.
A static class with global definitions for the TerraLib ST driver.
This is the concrete factory for a STDataSourceLoaderFromDS.