| Package | Description |
|---|---|
| de.alpharogroup.jgeohash | |
| de.alpharogroup.jgeohash.distance | |
| de.alpharogroup.jgeohash.geoip |
| Modifier and Type | Class and Description |
|---|---|
class |
GeoHashPoint
The Class GeoHashPoint.
|
class |
Point
The Class Point represents a point on earth with the latitude and longitude.
|
| Constructor and Description |
|---|
GeoHashPoint(Position position)
Instantiates a new geo hash point.
|
| Modifier and Type | Method and Description |
|---|---|
Position |
DistancePoint.getPoint()
Gets the point.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
DistanceCalculator.distanceBetweenPoints(Position start,
Position end,
MeasuringUnit unit)
Returns the distance between two points.
|
| Constructor and Description |
|---|
DistancePoint(Position point,
Double distance)
Instantiates a new distance point.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Position> |
LocationUtils.sortByDistance(Position startPoint,
List<Position> geohashes,
MeasuringUnit unit)
Sort the given list by distance from the given start position.
|
static List<Position> |
LocationUtils.sortByDistanceInMeters(Position startPoint,
List<Position> geohashes)
Sort the given list by distance from the given start position in meters.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DistancePoint> |
LocationUtils.getDistancePoints(Position startPoint,
List<Position> geohashes,
MeasuringUnit unit)
Sort the given list by distance from the given start position and returns a list of
DistancePoint objects. |
static List<Position> |
LocationUtils.sortByDistance(Position startPoint,
List<Position> geohashes,
MeasuringUnit unit)
Sort the given list by distance from the given start position.
|
static List<Position> |
LocationUtils.sortByDistanceInMeters(Position startPoint,
List<Position> geohashes)
Sort the given list by distance from the given start position in meters.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DistancePoint> |
LocationUtils.getDistancePoints(Position startPoint,
List<Position> geohashes,
MeasuringUnit unit)
Sort the given list by distance from the given start position and returns a list of
DistancePoint objects. |
static List<Position> |
LocationUtils.sortByDistance(Position startPoint,
List<Position> geohashes,
MeasuringUnit unit)
Sort the given list by distance from the given start position.
|
static List<Position> |
LocationUtils.sortByDistanceInMeters(Position startPoint,
List<Position> geohashes)
Sort the given list by distance from the given start position in meters.
|
Copyright © 2010–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.