Method | Description | |
---|---|---|
GeohashPrefixTree ( |
||
GetCell ( byte bytes, int offset, int len ) : Cell | ||
GetCell ( string token ) : Cell | ||
GetLevelForDistance ( double dist ) : int |
Method | Description | |
---|---|---|
GetCell ( IPoint p, int level ) : Cell |
public GeohashPrefixTree ( |
||
ctx | ||
maxLevels | int | |
return | Spatial4n.Core.Context |
protected GetCell ( IPoint p, int level ) : Cell | ||
p | IPoint | |
level | int | |
return | Cell |
public GetCell ( byte bytes, int offset, int len ) : Cell | ||
bytes | byte | |
offset | int | |
len | int | |
return | Cell |
public GetLevelForDistance ( double dist ) : int | ||
dist | double | |
return | int |