This file contains a class to represent a trajectory. More...
#include "../../../datatype/DateTime.h"#include "../../../datatype/DateTimePeriod.h"#include "../../../datatype/DateTimeInstant.h"#include "../../../datatype/DateTimeUtils.h"#include "../../../geometry/Geometry.h"#include "../../../geometry/Utils.h"#include "../../../sam/rtree/Index.h"#include "Trajectory.h"#include "../timeseries/TimeSeries.h"#include "../interpolator/AbstractTrajectoryInterp.h"#include "../interpolator/NearestGeometryAtTimeInterp.h"#include <algorithm>Go to the source code of this file.
This file contains a class to represent a trajectory.
Definition in file Trajectory.cpp.