| Package | Description |
|---|---|
| org.javarosa.core.util |
| Modifier and Type | Method and Description |
|---|---|
static double |
GeoUtils.calculateAreaOfGPSPolygonOnEarthInSquareMeters(List<GeoUtils.LatLong> latLongs)
Calculates the enclosed area that is defined by a list of gps coordinates on earth.
|
static double |
GeoUtils.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
|
Copyright © 2024. All rights reserved.