#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 | PrintTrajectory (boost::ptr_vector< te::st::Trajectory > &input) |
| It prints all observations of the trajectory (PrintTrajectory.cpp) More... | |
| void | PrintTrajectory (te::st::Trajectory *tj) |
| void | PrintTrajectoryInfo (boost::ptr_vector< te::st::Trajectory > &input) |
| It prints information about the trajectory: its spatial and temporal extent (PrintTrajectory.cpp) More... | |
| void | PrintTrajectoryInfo (te::st::Trajectory *tj) |
| void | PrintTrajectoryPatch (te::st::TrajectoryPatch &tjPatch) |
| void PrintTrajectory | ( | boost::ptr_vector< te::st::Trajectory > & | input | ) |
It prints all observations of the trajectory (PrintTrajectory.cpp)
Definition at line 13 of file PrintTrajectory.cpp.
References PrintTrajectory().
Referenced by PrintTrajectory().
| void PrintTrajectory | ( | te::st::Trajectory * | tj | ) |
Definition at line 22 of file PrintTrajectory.cpp.
References te::st::Trajectory::begin(), te::st::Trajectory::end(), te::st::TrajectoryIterator::getGeometry(), te::st::TrajectoryIterator::getTime(), PrintTrajectoryInfo(), te::dt::AbstractData::toString(), and te::gm::Geometry::toString().
| void PrintTrajectoryInfo | ( | boost::ptr_vector< te::st::Trajectory > & | input | ) |
It prints information about the trajectory: its spatial and temporal extent (PrintTrajectory.cpp)
Definition at line 55 of file PrintTrajectory.cpp.
References PrintTrajectoryInfo().
Referenced by PrintTrajectory(), and PrintTrajectoryInfo().
| void PrintTrajectoryInfo | ( | te::st::Trajectory * | tj | ) |
Definition at line 64 of file PrintTrajectory.cpp.
References te::st::Trajectory::getId(), te::gm::Envelope::getLowerLeftX(), te::st::Trajectory::getSpatialExtent(), and te::st::Trajectory::getTemporalExtent().
| void PrintTrajectoryPatch | ( | te::st::TrajectoryPatch & | tjPatch | ) |
Definition at line 43 of file PrintTrajectory.cpp.
References te::st::TrajectoryPatch::begin(), te::st::TrajectoryPatch::end(), te::st::TrajectoryIterator::getGeometry(), te::st::TrajectoryIterator::getTime(), te::dt::AbstractData::toString(), and te::gm::Geometry::toString().
Referenced by TrajectoryIntersection().