28 #ifndef __TERRALIB_ST_INTERNAL_STDATALOADERFROMMEMDS_H 29 #define __TERRALIB_ST_INTERNAL_STDATALOADERFROMMEMDS_H 32 #include "../Config.h" 36 #include "../../dataaccess/datasource/DataSource.h" 39 namespace te {
namespace da {
class DataSourceInfo; } }
174 const std::string& begTimePropName,
const std::string& endTimePropName,
175 const std::string& gmPropName);
194 #endif // __TERRALIB_ST_INTERNAL_STDATALOADERFROMMEMDS_H An abstract class responsible for loading spatiotemporal data from data sources.
boost::shared_ptr< DataSource > DataSourcePtr
A class that contains infos about a DataSet that contains observations.
te::da::DataSourcePtr m_ds
This file contains an abstract class responsible for loading spatiotemporal data from data sources...
TemporalRelation
Temporal relations between date and time (Source: Allen, 1991).
#define TESTEXPORT
You can use this macro in order to export/import classes and functions from this module.
SpatialRelation
Spatial relations between geometric objects.
static te::dt::Date ds(2010, 01, 01)
TraverseType
A dataset can be traversed in two ways:
A class responsible for loading spatiotemporal data from a ST in-memory DataSource which contains an ...
An Envelope defines a 2D rectangular region.
static te::dt::TimeDuration dt(20, 30, 50, 11)
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
A class that contains infos about a DataSet that contains observations of one or more trajectories...
Implementation of a in-memory data set that contains spatiotemporal observations indexed by time and ...
A class that contains infos about a DataSet that contains observations of one or more time series...
te::da::DataSet * getDataSet(te::da::DataSource *ds)
A class that represents a data source component.