public class TwoGeoHashBoundingBox
extends java.lang.Object
| Constructor and Description |
|---|
TwoGeoHashBoundingBox(GeoHash bottomLeft,
GeoHash topRight) |
| Modifier and Type | Method and Description |
|---|---|
static TwoGeoHashBoundingBox |
fromBase32(java.lang.String base32) |
GeoHash |
getBottomLeft() |
BoundingBox |
getBoundingBox() |
GeoHash |
getTopRight() |
java.lang.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 static TwoGeoHashBoundingBox fromBase32(java.lang.String base32)
public BoundingBox getBoundingBox()
public GeoHash getBottomLeft()
public GeoHash getTopRight()
public java.lang.String toBase32()
Copyright © 2015. All Rights Reserved.