#include "STExamples.h"#include <terralib/dataaccess.h>#include <terralib/datatype.h>#include <terralib/geometry.h>#include <terralib/st.h>#include <iostream>Go to the source code of this file.
Functions | |
| void | PrintTrajectoryDataSet (boost::ptr_vector< te::st::TrajectoryDataSet > &output) |
| It prints all observations of the trajectory data set (PrintTrajectoryDataSet.cpp) More... | |
| void | PrintTrajectoryDataSet (te::st::TrajectoryDataSet *output) |
| void | PrintTrajectoryDataSetInfo (boost::ptr_vector< te::st::TrajectoryDataSet > &output) |
| It prints information about the trajectory data set: its spatial and temporal extent (PrintTrajectoryDataSet.cpp) More... | |
| void | PrintTrajectoryDataSetInfo (te::st::TrajectoryDataSet *output) |
| void PrintTrajectoryDataSet | ( | boost::ptr_vector< te::st::TrajectoryDataSet > & | output | ) |
It prints all observations of the trajectory data set (PrintTrajectoryDataSet.cpp)
Definition at line 13 of file PrintTrajectoryDataSet.cpp.
References PrintTrajectoryDataSet().
Referenced by LoadTrajectoryDataSetFromKML(), and PrintTrajectoryDataSet().
| void PrintTrajectoryDataSet | ( | te::st::TrajectoryDataSet * | output | ) |
Definition at line 22 of file PrintTrajectoryDataSet.cpp.
References te::st::TrajectoryDataSet::getGeometry(), te::st::TrajectoryDataSet::getTime(), te::st::TrajectoryDataSet::moveBeforeFirst(), te::st::TrajectoryDataSet::moveNext(), and PrintTrajectoryDataSetInfo().
| void PrintTrajectoryDataSetInfo | ( | boost::ptr_vector< te::st::TrajectoryDataSet > & | output | ) |
It prints information about the trajectory data set: its spatial and temporal extent (PrintTrajectoryDataSet.cpp)
Definition at line 46 of file PrintTrajectoryDataSet.cpp.
References PrintTrajectoryDataSetInfo().
Referenced by PrintTrajectoryDataSet(), PrintTrajectoryDataSetInfo(), and TrajectoryExamples().
| void PrintTrajectoryDataSetInfo | ( | te::st::TrajectoryDataSet * | output | ) |
Definition at line 55 of file PrintTrajectoryDataSet.cpp.
References te::st::TrajectoryDataSet::getTemporalExtent(), and te::dt::AbstractData::toString().