Uses of Class
org.javarosa.core.util.GeoUtils.LatLong
| Package | Description |
|---|---|
| org.javarosa.core.util |
-
Uses of GeoUtils.LatLong in org.javarosa.core.util
Method parameters in org.javarosa.core.util with type arguments of type GeoUtils.LatLong Modifier and Type Method Description static doubleGeoUtils. calculateAreaOfGPSPolygonOnEarthInSquareMeters(List<GeoUtils.LatLong> latLongs)Calculates the enclosed area that is defined by a list of gps coordinates on earth.static doubleGeoUtils. calculateDistance(List<GeoUtils.LatLong> points)Returns the sum of the distances between points[i] and [i - 1], for all points starting with the second point