public class TwoGeoHashBoundingBox extends Object
| Constructor and Description |
|---|
TwoGeoHashBoundingBox(GeoHash southWestCorner,
GeoHash northEastCorner) |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
getBoundingBox() |
GeoHash |
getNorthEastCorner() |
GeoHash |
getSouthWestCorner() |
String |
toBase32() |
static TwoGeoHashBoundingBox |
withBitPrecision(BoundingBox bbox,
int numberOfBits) |
static TwoGeoHashBoundingBox |
withCharacterPrecision(BoundingBox bbox,
int numberOfCharacters) |
public static TwoGeoHashBoundingBox withCharacterPrecision(BoundingBox bbox, int numberOfCharacters)
public static TwoGeoHashBoundingBox withBitPrecision(BoundingBox bbox, int numberOfBits)
public BoundingBox getBoundingBox()
public GeoHash getSouthWestCorner()
public GeoHash getNorthEastCorner()
public String toBase32()
Copyright © 2019. All rights reserved.