26 #ifndef __TERRALIB_ST_INTERNAL_STDATALOADERFROMMEMDSFACTORY_H 
   27 #define __TERRALIB_ST_INTERNAL_STDATALOADERFROMMEMDSFACTORY_H 
   51         static void initialize();
 
   54         static void finalize();
 
   57         const std::string& getType() 
const;
 
   75 #endif  // __TERRALIB_ST_INTERNAL_STDATALOADERFROMMEMDSFACTORY_H 
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An abstract class responsible for loading spatiotemporal data from data sources. 
 
This is the abstract factory for STDataLoaderImpl. 
 
static STDataLoaderFromMemDSFactory * sm_factory
A pointer to the global STDataLoaderFromMemDSFactory factory. 
 
This is the concrete factory for a STDataLoaderFromMemDS.