Map Matching
PointGPS Class Reference

#include <pointGPS.h>

Inheritance diagram for PointGPS:
Collaboration diagram for PointGPS:

Public Member Functions

void addEmissionProbability (long roadId, double distance)
 
float altitude () const
 
std::string infos () const
 
 PointGPS (double x, double y, unsigned int timestamp)
 PointGPS constructor Create a new Point GPS with default altitude. More...
 
 PointGPS (double x, double y, float altitude, unsigned int timestamp)
 PointGPS constructor Create a new Point GPS. More...
 
unsigned int timeStamp () const
 
void updateProbability ()
 
- Public Member Functions inherited from Point
double distanceToPoint (const Point &p) const
 Calculate distance between two points. More...
 
double distanceToSegment (const Point &p1, const Point &p2) const
 Compute the distance between a point and a segment. More...
 
 Point ()
 
 Point (double x, double y)
 Constructor for GPS points. More...
 
std::vector< double > projectionOnSegment (const Point &a, const Point &b) const
 
bool samePointAs (const Point &p) const
 Check if two points share the same coordinates. More...
 
void setx (int dim, double value)
 
double x (int dim) const
 x the accessor for the KDtree More...
 
virtual ~Point ()
 Point Class's Destructor. More...
 
double x () const
 
void setx (double x)
 
double y () const
 
void sety (double y)
 

Public Attributes

std::vector< EmissionProbabilitym_emissionProbability
 

Protected Attributes

float m_altitude
 
unsigned int m_timeStamp
 
- Protected Attributes inherited from Point
double m_x
 
double m_y
 

Additional Inherited Members

- Static Protected Attributes inherited from Point
static const double POINT_RADIUS = 200
 

Detailed Description

Definition at line 9 of file pointGPS.h.

Constructor & Destructor Documentation

PointGPS::PointGPS ( double  x,
double  y,
unsigned int  timestamp 
)
inline

PointGPS constructor Create a new Point GPS with default altitude.

Definition at line 15 of file pointGPS.h.

PointGPS::PointGPS ( double  x,
double  y,
float  altitude,
unsigned int  timestamp 
)
inline

PointGPS constructor Create a new Point GPS.

Definition at line 26 of file pointGPS.h.

Here is the call graph for this function:

Member Function Documentation

void PointGPS::addEmissionProbability ( long  roadId,
double  distance 
)

Definition at line 5 of file pointGPS.cpp.

Here is the caller graph for this function:

float PointGPS::altitude ( ) const
inline

Definition at line 40 of file pointGPS.h.

std::string PointGPS::infos ( ) const
virtual

Reimplemented from Point.

Definition at line 20 of file pointGPS.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned int PointGPS::timeStamp ( ) const
inline

Definition at line 39 of file pointGPS.h.

Here is the caller graph for this function:

void PointGPS::updateProbability ( )

Definition at line 11 of file pointGPS.cpp.

Here is the caller graph for this function:

Member Data Documentation

float PointGPS::m_altitude
protected

Definition at line 45 of file pointGPS.h.

std::vector<EmissionProbability> PointGPS::m_emissionProbability

Definition at line 42 of file pointGPS.h.

unsigned int PointGPS::m_timeStamp
protected

Definition at line 46 of file pointGPS.h.


The documentation for this class was generated from the following files: