C# 클래스 VelocityDB.geohash.util.GeoHashSizeTable

파일 보기 프로젝트 열기: VelocityDB/VelocityDB

공개 메소드들

메소드 설명
NumberOfBitsForOverlappingGeoHash ( BoundingBox boundingBox ) : int

보호된 메소드들

메소드 설명
DLat ( int bits ) : double
DLon ( int bits ) : double

비공개 메소드들

메소드 설명
GeoHashSizeTable ( ) : System

메소드 상세

DLat() 보호된 정적인 메소드

protected static DLat ( int bits ) : double
bits int
리턴 double

DLon() 보호된 정적인 메소드

protected static DLon ( int bits ) : double
bits int
리턴 double

NumberOfBitsForOverlappingGeoHash() 공개 정적인 메소드

public static NumberOfBitsForOverlappingGeoHash ( BoundingBox boundingBox ) : int
boundingBox BoundingBox
리턴 int