27 #include "../common/Logger.h" 
   28 #include "../common/TerraLib.h" 
   29 #include "../common/Translator.h" 
#define TE_ST_MODULE_NAME
The st module identifier string. 
 
static void finalize()
This is the cleanup function for the TerraLib Geometry module. 
 
This internal structure is used to model the basic information about a TerraLib module. 
 
Module()
The singleton constructor is not callable outside the class. 
 
const te::at::Module & sm_module
This is a helper function that will be automatically called when the TerraLib Annotation Text module ...
 
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
 
A static class with global definitions for the TerraLib ST driver. 
 
#define TE_ST_TEXT_DOMAIN
It contains the name of the text domain used in the translation of messages in TerraLib ST module...
 
#define TR_ST(message)
It marks a string in order to get translated. This is a special mark used in the ST module of TerraLi...
 
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory CachedS...
 
This is the concrete factory for a STDataLoaderFromMemDS. 
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
#define TE_ST_TEXT_DOMAIN_DIR
It contains the translation catalog directory. 
 
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
 
void remove(const std::string &moduleName)
It removes the module entry identified by the given name. 
 
#define TE_ADD_TEXT_DOMAIN(domain, domaindir, codeset)
It adds the given text domain located at domain-dir with the given codeset to the multilingual system...
 
This is the concrete factory for a STDataSourceLoaderFromDS. 
 
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. 
 
This singleton defines the TerraLib ST module entry. 
 
static Module & getInstance()
It returns a reference to the singleton instance. 
 
void add(const Module &m)
It registers the module in the TerraLib Platform. 
 
static void initialize()
This is the startup function for the TerraLib ST module.