C# Class VelocityDB.geohash.util.TwoGeoHashBoundingBox

Ported to C# from Java by Mats Persson, VelocityDB, Inc. original Java code: Created by IntelliJ IDEA. User: kevin Date: Jan 17, 2011 Time: 12:03:47 PM
Show file Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

Method Description
FromBase32 ( string base32 ) : TwoGeoHashBoundingBox
ToBase32 ( ) : string
TwoGeoHashBoundingBox ( GeoHash bottomLeft, GeoHash topRight )
WithBitPrecision ( BoundingBox bbox, int numberOfBits ) : TwoGeoHashBoundingBox
WithCharacterPrecision ( BoundingBox bbox, int numberOfCharacters ) : TwoGeoHashBoundingBox

Method Details

FromBase32() public static method

public static FromBase32 ( string base32 ) : TwoGeoHashBoundingBox
base32 string
return TwoGeoHashBoundingBox

ToBase32() public method

public ToBase32 ( ) : string
return string

TwoGeoHashBoundingBox() public method

public TwoGeoHashBoundingBox ( GeoHash bottomLeft, GeoHash topRight )
bottomLeft GeoHash
topRight GeoHash

WithBitPrecision() public static method

public static WithBitPrecision ( BoundingBox bbox, int numberOfBits ) : TwoGeoHashBoundingBox
bbox BoundingBox
numberOfBits int
return TwoGeoHashBoundingBox

WithCharacterPrecision() public static method

public static WithCharacterPrecision ( BoundingBox bbox, int numberOfCharacters ) : TwoGeoHashBoundingBox
bbox BoundingBox
numberOfCharacters int
return TwoGeoHashBoundingBox