27 #include "../datatype/AbstractData.h" 
   28 #include "../datatype/Enums.h" 
   29 #include "../datatype/SimpleData.h" 
   30 #include "../dataaccess/dataset/DataSetType.h" 
   31 #include "../datatype/Property.h" 
   32 #include "../geometry/GeometryProperty.h" 
   33 #include "../common/STLUtils.h" 
int getIdPropIdx() const 
It returns the indexes of the DataSet properties that contains the identification of each trajectory...
 
This file contains a class to represent a trajectory. 
 
std::string getId() const 
It returns the time series id that this DataSet contains. 
 
This file contains a class called ObservationDataSetInfo. 
 
A class that contains infos about a DataSet that contains observations. 
 
const std::vector< int > & getObsPropIdxs() const 
It returns the indexes of the DataSetType properties that are observed over time. ...
 
A class that contains complemental information about a DataSet that holds observations of a trajector...
 
A class that contains complemental information about a DataSet that holds observations of a time seri...
 
const std::vector< int > & getVlTimePropIdxs() const 
It returns the indexes of the DataSet properties that contains the valid time. 
 
int getGeomPropIdx() const 
It returns the index of the property that is a geometry property. 
 
const ObservationDataSetInfo & getObservationDataSetInfo() const 
It returns information about the DataSet that contians the time series observations. 
 
const std::vector< int > & getValuePropIdxs() const 
It returns the indexes of the DataSet properties that contains the values associated to the time seri...
 
const ObservationDataSetInfo & getObservationDataSetInfo() const 
It returns information about the DataSet that contians the trajectory observations. 
 
TESTEXPORT ObservationDataSetType GetType(const ObservationDataSetInfo &info)
An auxiliary function that transform ObservationDataSetInfo into ObservationDataSetType. 
 
std::string getId() const 
It returns the trajectory id that this DataSet contains. 
 
This file contains a trajetory iterator. 
 
This file contains a class called TimeSeriesDataSetInfo. 
 
This file contains a class called ObservationDataSetType. 
 
This file contains a class called TimeSeriesDataSetType. 
 
A class that contains infos about a DataSet that contains observations of one or more trajectories...
 
int GetType(const int &te_type)
 
A class that contains infos about a DataSet that contains observations of one or more time series...
 
int getRsTimePropIdx() const 
It returns the index of the DataSet property that contains the result time. 
 
A class that contains complemental DataSetType information about a DataSet that holds observations...
 
const std::vector< int > & getTimePropIdxs() const 
It returns the indexes of the DataSetType properties that contains the phenomenon time...
 
This file contains a class called TrajectoryDataSetType. 
 
int getIdPropIdx() const 
It returns the index of the DataSet property that contains the identification of each time series...
 
This file contains a class called TrajectoryDataSetInfo.