PrintTrajectory.cpp File Reference
#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)
 

Function Documentation

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 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().