C# 클래스 Rubber.Common.GeoHashUtils

Shamelessly stolen from Lucene.Net.Spatial.GeoHash :D
파일 보기 프로젝트 열기: stephenpope/Rubber

공개 메소드들

메소드 설명
Decode ( String geohash ) : double[]
DecodeExactly ( String geohash ) : double[]
Encode ( double latitude, double longitude ) : String
GetPrecision ( double x, double precision ) : double

비공개 메소드들

메소드 설명
GeoHashUtils ( ) : System

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( String geohash ) : double[]
geohash String
리턴 double[]

DecodeExactly() 공개 정적인 메소드

public static DecodeExactly ( String geohash ) : double[]
geohash String
리턴 double[]

Encode() 공개 정적인 메소드

public static Encode ( double latitude, double longitude ) : String
latitude double
longitude double
리턴 String

GetPrecision() 공개 정적인 메소드

public static GetPrecision ( double x, double precision ) : double
x double
precision double
리턴 double