5 #include "../canvas/MapDisplay.h" 6 #include "../canvas/Canvas.h" 9 #include <QtCore/QPropertyAnimation> 10 #include <QtGui/QPainter> 11 #include <QtCore/QVector> 19 m_automaticPan(false),
77 size_t size =
m_time.count();
79 for(
int i = 0; i < (
int)size; ++i)
87 for(
int i = (
int)size-1; i >= 0; --i)
96 size_t tfim = ini + size;
103 for(
size_t i = ini; i < tfim; ++i)
112 for(
size_t i = ini; i < tfim; ++i)
#define TE_UNKNOWN_SRS
A numeric value to represent a unknown SRS identification in TerraLib.
std::unique_ptr< Point > getPointN(std::size_t i) const
It returns the specified point in this LineString.
A class to represent time instant.
int getSRID() const _NOEXCEPT_OP(true)
It returns the Spatial Reference System ID associated to this geometric object.
This file defines a class for a Animation Scene.
A point with x and y coordinate values.
This file defines a class for a Animation Item.
TimeInstant getFinalTimeInstant() const
It gets the final time instant.
virtual int getSRID() const
It return the Spatial Reference System used by the Map Display.
TimeInstant getInitialTimeInstant() const
It gets the initial time instant.
void transform(int srid) _NOEXCEPT_OP(false)
It converts the coordinate values of the point to the new spatial reference system.
This file defines a class for a Trajectory Animation.