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 setSupportForeingKey(const bool &support)
 
#define TE_LOG_TRACE(msg)
Use this tag in order to log a message to a specified logger with the TRACE level. 
 
void setSupportSequence(const bool &support)
 
A class that informs what kind of constraint and index is supported by a given data source...
 
static void setCapabilities(const te::da::DataSourceCapabilities &capabilities)
It sets the capabilities document. 
 
void setSupportCheckConstraints(const bool &support)
 
void setDataSetTypeCapabilities(const DataSetTypeCapabilities &capabilities)
 
void setSupportQuadTreeIndex(const bool &support)
 
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory DataSou...
 
te::da::QueryCapabilities queryCapabilities
 
A class that represents the known capabilities of a specific data source, i.e. this class informs all...
 
void setAccessPolicy(const te::common::AccessPolicy &accessPolicy)
 
Configuration flags for the TerraLib In-memory Data Access driver. 
 
A class that informs what the dataset implementation of a given data source can perform. 
 
#define TE_TR(message)
It marks a string in order to get translated. 
 
void setSupportDataSetTypePesistenceAPI(const bool &support)
 
static void initialize()
This is the startup function for the TerraLib In-Memory module. 
 
void setQueryCapabilities(const QueryCapabilities &capabilities)
 
te::da::DataSetTypeCapabilities dataSetTypeCapabilities
 
A class that represents the supported data types of a specific data source. 
 
te::da::DataTypeCapabilities dataTypeCapabilities
 
A class that informs the query support of a given data source. 
 
Module()
The singleton constructor is not callable outside the class. 
 
void setSupportDataSetPesistenceAPI(const bool &support)
 
static Module & getInstance()
It returns a reference to the singleton instance. 
 
te::da::DataSourceCapabilities capabilities
 
void remove(const std::string &moduleName)
It removes the module entry identified by the given name. 
 
te::da::DataSetCapabilities dataSetCapabilities
 
void setDataSetCapabilities(const DataSetCapabilities &capabilities)
 
te::da::DataSource * Build()
 
void add(const Module &m)
It registers the module in the TerraLib Platform. 
 
#define TE_MEMORY_MODULE_NAME
The Memory plugin identifier string. 
 
This singleton defines the TerraLib In-Memory module entry. 
 
A factory for data sources. 
 
void setDataTypeCapabilities(const DataTypeCapabilities &capabilities)
 
This is the concrete factory for expansible raster. 
 
This internal structure is used to model the basic information about a TerraLib module. 
 
static void add(const std::string &dsType, FactoryFnctType f)
 
static void remove(const std::string &dsType)
 
This singleton defines the TerraLib In-Memory module entry. 
 
const te::at::Module & sm_module
 
static void finalize()
This is the cleanup function for the TerraLib In-Memory module. 
 
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
 
#define TE_MEMORY_DRIVER_IDENTIFIER
The In-Memory driver identifier string.