#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 | TrajectoryDistance (te::st::Trajectory *tj1, te::st::Trajectory *tj2) |
| It calculates the distance between two trajectories (TrajectoryDistance.cpp). More... | |
| void TrajectoryDistance | ( | te::st::Trajectory * | tj1, |
| te::st::Trajectory * | tj2 | ||
| ) |
It calculates the distance between two trajectories (TrajectoryDistance.cpp).
Definition at line 13 of file TrajectoryDistance.cpp.
References te::st::Trajectory::getDistance(), and PrintTimeSeries().
Referenced by TrajectoryExamples().