C# Class VelocityDB.geohash.util.GeoHashSizeTable

Show file Open project: VelocityDB/VelocityDB

Public Methods

Method Description
NumberOfBitsForOverlappingGeoHash ( BoundingBox boundingBox ) : int

Protected Methods

Method Description
DLat ( int bits ) : double
DLon ( int bits ) : double

Private Methods

Method Description
GeoHashSizeTable ( ) : System

Method Details

DLat() protected static method

protected static DLat ( int bits ) : double
bits int
return double

DLon() protected static method

protected static DLon ( int bits ) : double
bits int
return double

NumberOfBitsForOverlappingGeoHash() public static method

public static NumberOfBitsForOverlappingGeoHash ( BoundingBox boundingBox ) : int
boundingBox BoundingBox
return int