27 #include "../core/logger/Logger.h" 28 #include "../common/TerraLib.h" 29 #include "../core/translator/Translator.h" 30 #include "../dataaccess/datasource/DataSourceCapabilities.h" 31 #include "../dataaccess/datasource/DataSourceFactory.h" void setSupportForeingKey(const bool &support)
te::da::DataSource * Build(const te::core::URI &uri)
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)
#define TE_MEMORY_MODULE_NAME
The Memory plugin identifier string.
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
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...
void setAccessPolicy(const te::common::AccessPolicy &accessPolicy)
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.
static void remove(const std::string &dsType)
it finalizes the GDAL factory support.
void setQueryCapabilities(const QueryCapabilities &capabilities)
void setAsConnected(const bool &connected)
Configuration flags for the TerraLib In-memory Data Access driver.
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
const te::mem::Module & sm_module
A factory for data sources.
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)
void add(const Module &m)
It registers the module in the TerraLib Platform.
void setDataTypeCapabilities(const DataTypeCapabilities &capabilities)
#define TE_LOG_TRACE(message)
Use this tag in order to log a message to the TerraLib default logger with the TRACE level...
This is the concrete factory for expansible raster.
#define TE_MEMORY_DRIVER_IDENTIFIER
The In-Memory driver identifier string.
This internal structure is used to model the basic information about a TerraLib module.
static void add(const std::string &dsType, FactoryFnctType f)
This singleton defines the TerraLib In-Memory module entry.
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 ...