This file contains a typedef that defines observations of trajectory. More...
#include "../../../datatype/DateTime.h"
#include "../../../geometry/Geometry.h"
#include "../../Config.h"
#include "../../Utils.h"
#include <vector>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::dt |
Namespace for the Data Type module of TerraLib. | |
namespace | te::gm |
Namespace for the Vector Geometry module of TerraLib. | |
namespace | te::st |
Namespace for the TerraLib ST module. | |
Typedefs | |
typedef std::pair< te::dt::DateTimeShrPtr, te::gm::GeometrySharedPtr > | te::st::TrajectoryObservation |
typedef std::map< te::dt::DateTimeShrPtr, te::gm::GeometrySharedPtr, CompareShrDateTime > | te::st::TrajectoryObservationSet |
This file contains a typedef that defines observations of trajectory.
Definition in file TrajectoryObservation.h.