29 #include "../Globals.h" 
   60   : te::st::STDataLoaderImplFactory(te::st::
Globals::sm_loaderFromDSIdentifier)
 
This is the concrete factory for a STDataSourceLoaderFromDS. 
 
An static class with global definitions for the TerraLib ST module. 
 
~STDataLoaderFromDSFactory()
Destructor that automatically unregister the factory from the dictionary. 
 
This file contains a class responsible for loading spatiotemporal data from a DataSource using query ...
 
A class responsible for loading spatiotemporal data from a DataSource using query capabilities...
 
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
 
STDataLoaderImpl * build()
It returns the global object DataSourceLoader. 
 
static STDataLoaderFromDSFactory * sm_factory
A pointer to the global STDataLoaderFromDSFactory factory. 
 
const std::string & getType() const 
It returns the type of the factory. 
 
static const std::string sm_loaderFromDSIdentifier
The st data loader from data source. 
 
This is the concrete factory for a STDataSourceLoaderFromDS. 
 
An abstract class responsible for loading spatiotemporal data from data sources. 
 
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory CachedS...
 
STDataLoaderFromDSFactory()
Constructor.