All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Spatiotemporal Module

The st module provides classes and functions to load and deal with spatiotemporal data. More...

Classes

class  te::st::AbstractCoverageSeriesInterp
 An abstract class for interpolation function or interpolator that estimate coverages at non-observed times of a CoverageSeries. More...
 
class  te::st::AbstractPointCoverageInterp
 An abstract class for interpolation function or interpolator that estimate values at non-observaved location within a PointCoverage. More...
 
class  te::st::AbstractTimeSeriesInterp
 An abstract class for an interpolation function or interpolator that estimate a value at non-observaved times of a time series. More...
 
class  te::st::AbstractTrajectoryInterp
 An abstract class for an interpolation function or interpolator that estimates geometries at non-observed times of a trajectory. More...
 
class  te::st::Coverage
 An abstract class to represent a coverage. More...
 
class  te::st::CoverageSeries
 A class to represent a coverage series. More...
 
class  te::st::Event
 A class to represent an event. More...
 
class  te::st::Observation
 A class to represent an observation. More...
 
class  te::st::ObservationDataSet
 A class to represent a DataSet that contains observations. More...
 
class  te::st::PointCoverage
 A concrete class to represent a point coverage. More...
 
class  te::st::RasterCoverage
 A concrete class to represent a raster coverage. More...
 
class  te::st::STDataLoader
 A class that contains a set of static methods to load spatiotemporal data from data sources. More...
 
class  te::st::TimeSeries
 A class to represent time series. More...
 
class  te::st::TimeSeriesDataSet
 A class to represent a time series data set. More...
 
class  te::st::Trajectory
 A class to represent trajectory. More...
 
class  te::st::TrajectoryDataSet
 A class to represent a trajectory data set. More...
 

Detailed Description

The st module provides classes and functions to load and deal with spatiotemporal data.

This module provides data types or classes to represent and process spatiotemporal information, such as observations, trajectory, time series, coverage and coverage series. Besides that, it provides a set of functions to load spatiotemporal information from different data sources.

The main classes/concepts in this module are listed here. The namespace associated to the ST module is te::st. To know more about it, see the te::st namespace documentation.