Files | |
| file | STDataLoader.h [code] | 
| This file contains a class that contains a set of static methods to load spatiotemporal data from data sources.  | |
| file | STDataLoaderFromDS.h [code] | 
| This file contains a class responsible for loading spatiotemporal data from a DataSource using query capabilities.  | |
| file | STDataLoaderFromDSFactory.h [code] | 
| This is the concrete factory for a STDataSourceLoaderFromDS.  | |
| file | STDataLoaderFromMemDS.h [code] | 
| This file contains a class responsible for loading spatiotemporal data from a ST in-memory DataSource which contains an internal chache of in-memory DataSets indexed by space and time.  | |
| file | STDataLoaderFromMemDSFactory.h [code] | 
| This is the concrete factory for a STDataLoaderFromMemDS.  | |
| file | STDataLoaderImpl.h [code] | 
| This file contains an abstract class responsible for loading spatiotemporal data from data sources.  | |
| file | STDataLoaderImplFactory.h [code] | 
| This is the abstract factory for STDataLoaderImpl.  | |