| Package | Description |
|---|---|
| as.leap.las.sdk | |
| as.leap.las.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
LASQuery |
LASQuery.nearSpherePoint(String key,
LASGeoPoint geoPoint,
double maxDistance)
Equivalent of the $nearSphere operand
|
| Modifier and Type | Method and Description |
|---|---|
LASQuery |
LASQuery.withinPolygon(String key,
List<LASGeoPoint> points)
Equivalent to a $within operand, based on a bounding polygon represented by an array of points
|
| Modifier and Type | Method and Description |
|---|---|
double |
LASGeoPoint.distanceInKilometersTo(LASGeoPoint point) |
double |
LASGeoPoint.distanceInMilesTo(LASGeoPoint point) |
double |
LASGeoPoint.distanceInRadiansTo(LASGeoPoint point) |
Copyright © 2015. All rights reserved.