| Package | Description |
|---|---|
| org.javarosa.core.util |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GeoUtils.calculateIsPointInGPSPolygon(GeoUtils.LatLong point,
List<GeoUtils.LatLong> polygon)
Returns whether a geopoint is inside the specified geoshape; aka 'geofencing'
|
| 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
|
static boolean |
GeoUtils.calculateIsPointInGPSPolygon(GeoUtils.LatLong point,
List<GeoUtils.LatLong> polygon)
Returns whether a geopoint is inside the specified geoshape; aka 'geofencing'
|
Copyright © 2025. All rights reserved.