27 #include "../common/Logger.h" 
   28 #include "../common/TerraLib.h" 
   29 #include "../common/Translator.h" 
   30 #include "../dataaccess/datasource/DataSourceCapabilities.h" 
   31 #include "../dataaccess/datasource/DataSourceFactory.h" 
void setSupportQuadTreeIndex(const bool &support)
 
te::da::DataSetCapabilities dataSetCapabilities
 
te::da::DataTypeCapabilities dataTypeCapabilities
 
A factory for data sources. 
 
This internal structure is used to model the basic information about a TerraLib module. 
 
void setSupportDataSetTypePesistenceAPI(const bool &support)
 
Module()
The singleton constructor is not callable outside the class. 
 
void setAccessPolicy(const te::common::AccessPolicy &accessPolicy)
 
Configuration flags for the TerraLib In-memory Data Access driver. 
 
#define TR_MEMORY(message)
 
void setSupportCheckConstraints(const bool &support)
 
static void setCapabilities(const te::da::DataSourceCapabilities &capabilities)
It sets the capabilities document. 
 
void setSupportDataSetPesistenceAPI(const bool &support)
 
const te::at::Module & sm_module
This is a helper function that will be automatically called when the TerraLib Annotation Text module ...
 
This singleton defines the TerraLib In-Memory module entry. 
 
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
 
A class that informs what kind of constraint and index is supported by a given data source...
 
void setQueryCapabilities(const QueryCapabilities &capabilities)
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
This singleton defines the TerraLib In-Memory module entry. 
 
void remove(const std::string &moduleName)
It removes the module entry identified by the given name. 
 
A class that informs the query support of a given data source. 
 
te::da::QueryCapabilities queryCapabilities
 
void setDataSetTypeCapabilities(const DataSetTypeCapabilities &capabilities)
 
#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...
 
static void finalize()
This is the cleanup function for the TerraLib In-Memory module. 
 
#define TE_MEMORY_MODULE_NAME
The Memory plugin identifier string. 
 
static void remove(const std::string &dsType)
 
A class that informs what the dataset implementation of a given data source can perform. 
 
#define TE_MEMORY_DRIVER_IDENTIFIER
The In-Memory driver identifier string. 
 
#define TE_MEMORY_TEXT_DOMAIN_DIR
It contains the translation catalog directory. 
 
void setDataTypeCapabilities(const DataTypeCapabilities &capabilities)
 
static Module & getInstance()
It returns a reference to the singleton instance. 
 
te::da::DataSource * Build()
 
void setSupportSequence(const bool &support)
 
static void initialize()
This is the startup function for the TerraLib In-Memory module. 
 
A class that represents the supported data types of a specific data source. 
 
void add(const Module &m)
It registers the module in the TerraLib Platform. 
 
te::da::DataSetTypeCapabilities dataSetTypeCapabilities
 
te::da::DataSourceCapabilities capabilities
 
static void add(const std::string &dsType, FactoryFnctType f)
 
void setDataSetCapabilities(const DataSetCapabilities &capabilities)
 
void setSupportForeingKey(const bool &support)
 
#define TE_MEMORY_TEXT_DOMAIN
It contains the name of the text domain used in the translation of messages in the TerraLib Memory mo...