Uses of Class
fr.ird.observe.dto.GPSPoint
-
Packages that use GPSPoint Package Description fr.ird.observe.dto -
-
Uses of GPSPoint in fr.ird.observe.dto
Methods in fr.ird.observe.dto that return GPSPoint Modifier and Type Method Description static GPSPointGPSPoint. newPoint(Date routeDay, Date activityTime, float activityLatitude, float activityLongitude)Methods in fr.ird.observe.dto with parameters of type GPSPoint Modifier and Type Method Description doubleGPSPoint. getDistanceInKm(GPSPoint p1)Calcule la distance entre deux points (en kilometres).floatGPSPoint. getSpeed(GPSPoint p1)Calcule la vitesse entre deux points (en noeud).
-