TrajectoryIntersection.cpp File Reference
#include "STExamples.h"
#include <terralib/dataaccess.h>
#include <terralib/common.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 TrajectoryIntersection (te::st::Trajectory *tj, te::gm::Geometry *geom)
 It calculates the intersection between a trajectory and a geometry (TrajectoryInstersection.cpp). More...
 

Function Documentation

void TrajectoryIntersection ( te::st::Trajectory tj,
te::gm::Geometry geom 
)

It calculates the intersection between a trajectory and a geometry (TrajectoryInstersection.cpp).

Definition at line 14 of file TrajectoryIntersection.cpp.

References te::st::Trajectory::getPatches(), te::gm::INTERSECTS, and PrintTrajectoryPatch().

Referenced by TrajectoryExamples().