Skip navigation links
A B C D E F G H K L M N O P R S T V 

A

Adjacent - Class in de.alpharogroup.jgeohash
The class Adjacent.
Adjacent() - Constructor for class de.alpharogroup.jgeohash.Adjacent
 
Adjacent.Borders - Class in de.alpharogroup.jgeohash
The static class Borders.
Adjacent.Neighbors - Class in de.alpharogroup.jgeohash
The static class Neighbors.

B

Borders() - Constructor for class de.alpharogroup.jgeohash.Adjacent.Borders
 
borders - Static variable in class de.alpharogroup.jgeohash.Adjacent.Borders
The Constant borders.
BOTTOM - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM.
BOTTOM_BOTTOM - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_BOTTOM.
BOTTOM_LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_LEFT.
BOTTOM_LEFT_BOTTOM - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_LEFT_BOTTOM.
BOTTOM_LEFT_BOTTOM_LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_LEFT_BOTTOM_LEFT.
BOTTOM_LEFT_LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_LEFT_LEFT.
BOTTOM_RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_RIGHT.
BOTTOM_RIGHT_BOTTOM - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_RIGHT_BOTTOM.
BOTTOM_RIGHT_BOTTOM_RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_RIGHT_BOTTOM_RIGHT.
BOTTOM_RIGHT_RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant BOTTOM_RIGHT_RIGHT.

C

CENTER - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant CENTER.
clone() - Method in class de.alpharogroup.jgeohash.GeoHashPoint
clone() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
clone() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
clone() - Method in class de.alpharogroup.jgeohash.Point
compareTo(DistancePoint) - Method in class de.alpharogroup.jgeohash.distance.DistancePoint
 
compareTo(Point) - Method in class de.alpharogroup.jgeohash.Point

D

de.alpharogroup.jgeohash - package de.alpharogroup.jgeohash
 
de.alpharogroup.jgeohash.api - package de.alpharogroup.jgeohash.api
 
de.alpharogroup.jgeohash.distance - package de.alpharogroup.jgeohash.distance
 
de.alpharogroup.jgeohash.geoip - package de.alpharogroup.jgeohash.geoip
 
de.alpharogroup.jgeohash.model - package de.alpharogroup.jgeohash.model
 
decode(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Decode the given geohash into a latitude and longitude.
decodeAndRound(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Decodes the given geohash into a latitude and longitude.
distance(double, double, double, double, MeasuringUnit) - Static method in class de.alpharogroup.jgeohash.distance.DistanceCalculator
Returns the distance from the given coordinates values.
distanceBetweenPoints(Position, Position, MeasuringUnit) - Static method in class de.alpharogroup.jgeohash.distance.DistanceCalculator
Returns the distance between two points.
distanceBetweenPoints(String, String, MeasuringUnit) - Static method in class de.alpharogroup.jgeohash.distance.DistanceCalculator
Returns the distance between two given geohash values.
DistanceCalculator - Class in de.alpharogroup.jgeohash.distance
The Class DistanceCalculator provides methods for calculate the distance between two geohash, position or coordinate values.
DistanceCalculator() - Constructor for class de.alpharogroup.jgeohash.distance.DistanceCalculator
 
DistancePoint - Class in de.alpharogroup.jgeohash.distance
The Class DistancePoint is a pojo for holding a distance between two points.
DistancePoint(Position, Double) - Constructor for class de.alpharogroup.jgeohash.distance.DistancePoint
Instantiates a new distance point.

E

encode(double, double) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Encodes the given latitude and longitude into a geohash code.
equals(Object) - Method in class de.alpharogroup.jgeohash.GeoHashPoint
equals(Object) - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
 
equals(Object) - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
equals(Object) - Method in class de.alpharogroup.jgeohash.Point
EVEN - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant EVEN.

F

FirstAndSecondRingRegion - Class in de.alpharogroup.jgeohash.model
The Class FirstAndSecondRingRegion provides the neighbors from the given geohash value in first and second ring.
FirstAndSecondRingRegion(String) - Constructor for class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Instantiates a new FirstAndSecondRingRegion from the given geohash value.
FirstRingRegion - Class in de.alpharogroup.jgeohash.model
The Class FirstRingRegion provides the neighbors from the given geohash value in f.
FirstRingRegion(String) - Constructor for class de.alpharogroup.jgeohash.model.FirstRingRegion
Instantiates a new FirstRingRegion object from the given geohash value.

G

GEOHASH_KEY - Static variable in class de.alpharogroup.jgeohash.GeoHashPoint
The Constant GEOHASH_KEY.
GeoHashPoint - Class in de.alpharogroup.jgeohash
The Class GeoHashPoint.
GeoHashPoint(double, double) - Constructor for class de.alpharogroup.jgeohash.GeoHashPoint
Instantiates a new geo hash point.
GeoHashPoint(Double, Double) - Constructor for class de.alpharogroup.jgeohash.GeoHashPoint
Instantiates a new geo hash point.
GeoHashPoint(float, float) - Constructor for class de.alpharogroup.jgeohash.GeoHashPoint
Instantiates a new geo hash point.
GeoHashPoint(Position) - Constructor for class de.alpharogroup.jgeohash.GeoHashPoint
Instantiates a new geo hash point.
GeoHashPoint(String) - Constructor for class de.alpharogroup.jgeohash.GeoHashPoint
Instantiates a new geo hash point.
GeoHashPoint(String, String) - Constructor for class de.alpharogroup.jgeohash.GeoHashPoint
Instantiates a new geo hash point.
GeoHashUtils - Class in de.alpharogroup.jgeohash
GeoHashUtils is based on http://en.wikipedia.org/wiki/Geohash
GeoHashUtils() - Constructor for class de.alpharogroup.jgeohash.GeoHashUtils
 
getAdjacent(String, String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the adjacent from the given direction.
getAdjacent(String, String...) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the adjacent from the given directions.
getAllAdjacentAreasList(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the all adjacent areas list.
getAllAdjacentAreasMap(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the geohash cells around the given geohash cell.
getCenter() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the center.
getDistancePoints(Position, List<Position>, MeasuringUnit) - Static method in class de.alpharogroup.jgeohash.geoip.LocationUtils
Sort the given list by distance from the given start position and returns a list of DistancePoint objects.
getEast() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the east.
getEastEast() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the east east.
getEastNorthEast() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the east north east.
getEastSouthEast() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the east south east.
getFactor() - Method in enum de.alpharogroup.jgeohash.distance.MeasuringUnit
Gets the factor.
getFirstAndSecondRingRegion(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
 
getFirstRingRegion(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the geohash cells around the given geohash cell as a GeoHashRegion object.
getGeohash() - Method in class de.alpharogroup.jgeohash.GeoHashPoint
Gets the geohash.
getGeohashFromIpAddress(LookupService, String) - Static method in class de.alpharogroup.jgeohash.geoip.LocationUtils
Gets the geohash from the given ip address or return an empty String if nothing is found.
getGeoHashPoint(LookupService, String) - Static method in class de.alpharogroup.jgeohash.geoip.LocationUtils
Gets the GeoHashPoint object from the given ip address or return null if nothing is found.
getLat() - Method in class de.alpharogroup.jgeohash.GeoHashPoint
Gets the lat.
getLatitude() - Method in interface de.alpharogroup.jgeohash.api.Position
Gets the latitude.
getLatitude(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the latitude from the given geohash value.
getLatitude() - Method in class de.alpharogroup.jgeohash.Point
Gets the latitude.
getLng() - Method in class de.alpharogroup.jgeohash.GeoHashPoint
Gets the lng.
getLongitude() - Method in interface de.alpharogroup.jgeohash.api.Position
Gets the longitude.
getLongitude(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the longitude from the given geohash value.
getLongitude() - Method in class de.alpharogroup.jgeohash.Point
Gets the longitude.
getNorth() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the north.
getNorthEast() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the north east.
getNorthEastNorthEast() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the north east north east.
getNorthNorth() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the north north.
getNorthNorthEast() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the north north east.
getNorthNorthWest() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the north north west.
getNorthWest() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the north west.
getNorthWestNorthWest() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the north west north west.
getPoint() - Method in class de.alpharogroup.jgeohash.distance.DistancePoint
Gets the point.
getSouth() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the south.
getSouthEast() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the south east.
getSouthEastSouthEast() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the south east south east.
getSouthSouth() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the south south.
getSouthSouthEast() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the south south east.
getSouthSouthWest() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the south south west.
getSouthWest() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the south west.
getSouthWestSouthWest() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the south west south west.
getTwentyFiveAreasMap(String) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
Gets the eight cells around the given geohash cell so the first ring inclusive the given geohash cell and cells from the second ring.
getWest() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
Gets the west.
getWestNorthWest() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the west north west.
getWestSouthWest() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the west south west.
getWestWest() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
Gets the west west.

H

hashCode() - Method in class de.alpharogroup.jgeohash.GeoHashPoint
hashCode() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
hashCode() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
hashCode() - Method in class de.alpharogroup.jgeohash.Point

K

KILOMETER_FACTOR - Static variable in enum de.alpharogroup.jgeohash.distance.MeasuringUnit
 

L

LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant LEFT.
LEFT_LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant LEFT_LEFT.
LocationUtils - Class in de.alpharogroup.jgeohash.geoip
The Class LocationUtils is for location specific data.
LocationUtils() - Constructor for class de.alpharogroup.jgeohash.geoip.LocationUtils
 

M

main(String[]) - Static method in class de.alpharogroup.jgeohash.GeoHashUtils
The main method.
MeasuringUnit - Enum in de.alpharogroup.jgeohash.distance
The Enum MeasuringUnit.
METER_FACTOR - Static variable in enum de.alpharogroup.jgeohash.distance.MeasuringUnit
 
MILE_FACTOR - Static variable in enum de.alpharogroup.jgeohash.distance.MeasuringUnit
 

N

Neighbors() - Constructor for class de.alpharogroup.jgeohash.Adjacent.Neighbors
 
neighbors - Static variable in class de.alpharogroup.jgeohash.Adjacent.Neighbors
The Constant neighbors.

O

ODD - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant ODD.

P

Point - Class in de.alpharogroup.jgeohash
The Class Point represents a point on earth with the latitude and longitude.
Point(double, double) - Constructor for class de.alpharogroup.jgeohash.Point
Instantiates a new point.
Position - Interface in de.alpharogroup.jgeohash.api
The Interface Position defines a position from a latitude and a longitude.

R

RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant RIGHT.
RIGHT_RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant RIGHT_RIGHT.

S

setLatitude(double) - Method in interface de.alpharogroup.jgeohash.api.Position
Sets the latitude.
setLatitude(double) - Method in class de.alpharogroup.jgeohash.Point
Sets the latitude.
setLongitude(double) - Method in interface de.alpharogroup.jgeohash.api.Position
Sets the longitude.
setLongitude(double) - Method in class de.alpharogroup.jgeohash.Point
Sets the longitude.
sortByDistance(Position, List<Position>, MeasuringUnit) - Static method in class de.alpharogroup.jgeohash.geoip.LocationUtils
Sort the given list by distance from the given start position.
sortByDistanceInMeters(Position, List<Position>) - Static method in class de.alpharogroup.jgeohash.geoip.LocationUtils
Sort the given list by distance from the given start position in meters.

T

TOP - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP.
TOP_LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_LEFT.
TOP_LEFT_LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_LEFT_LEFT.
TOP_LEFT_TOP - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_LEFT_TOP.
TOP_LEFT_TOP_LEFT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_LEFT_TOP_LEFT.
TOP_RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_RIGHT.
TOP_RIGHT_RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_RIGHT_RIGHT.
TOP_RIGHT_TOP - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_RIGHT_TOP.
TOP_RIGHT_TOP_RIGHT - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_RIGHT_RIGHT_TOP.
TOP_TOP - Static variable in class de.alpharogroup.jgeohash.Adjacent
The Constant TOP_TOP.
toString() - Method in class de.alpharogroup.jgeohash.GeoHashPoint
toString() - Method in class de.alpharogroup.jgeohash.model.FirstAndSecondRingRegion
toString() - Method in class de.alpharogroup.jgeohash.model.FirstRingRegion
toString() - Method in class de.alpharogroup.jgeohash.Point

V

valueOf(String) - Static method in enum de.alpharogroup.jgeohash.distance.MeasuringUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.alpharogroup.jgeohash.distance.MeasuringUnit
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H K L M N O P R S T V 
Skip navigation links

Copyright © 2010–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.