27 #include "../core/logger/Logger.h" 28 #include "../common/TerraLib.h" 29 #include "../core/translator/Translator.h" 30 #include "../dataaccess/datasource/DataSourceFactory.h"
This singleton defines the TerraLib st memory module entry.
const te::stmem::Module & sm_module
#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 void initialize()
This is the startup function for the TerraLib st memory module support.
static void finalize()
This is the cleanup function for the TerraLib st memory module support.
#define TE_STMEMORY_DRIVER_IDENTIFIER
The ST In-Memory driver identifier string.
static Module & getInstance()
It returns a reference to the singleton instance.
#define TE_STMEMORY_MODULE_NAME
The st memory module identifier string.
A factory for data sources.
void remove(const std::string &moduleName)
It removes the module entry identified by the given name.
void add(const Module &m)
It registers the module in the TerraLib Platform.
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
te::da::DataSource * Build(const te::core::URI &uri)
This singleton defines the TerraLib st memory module entry. This module is a driver for in-memory spa...
Implements a DataSource that contains st memory DataSets indexed by space and time.
This internal structure is used to model the basic information about a TerraLib module.
static void add(const std::string &dsType, FactoryFnctType f)
Module()
The singleton constructor is not callable outside the class.