| Package | Description |
|---|---|
| fr.ird.observe.common |
| Modifier and Type | Method and Description |
|---|---|
static GPSPoint |
GPSPoint.newPoint(Date routeDay,
Date activityTime,
float activityLatitude,
float activityLongitude) |
| Modifier and Type | Method and Description |
|---|---|
long |
GPSPoint.getDelay(GPSPoint p1)
Calcule le temps écoulé entre deux points (en millisecondes).
|
double |
GPSPoint.getDistanceInKm(GPSPoint p1)
Calcule la distance entre deux points (en kilometres).
|
double |
GPSPoint.getDistanceInMile(GPSPoint p1)
Calcule la distance entre deux points (en miles nautique).
|
float |
GPSPoint.getSpeed(GPSPoint p1)
Calcule la vitesse entre deux points (en noeud).
|
boolean |
GPSPoint.isSameLocation(GPSPoint point) |
Copyright © 2008–2017 IRD. All rights reserved.