Свойство | Тип | Описание | |
---|---|---|---|
Base32CodesDict | int>.Dictionary |
Метод | Описание | |
---|---|---|
Bboxes ( double minLat, double minLon, double maxLat, double maxLon, int numberOfChars = 9 ) : string[] | ||
BboxesInt ( double minLat, double minLon, double maxLat, double maxLon, int bitDepth = 52 ) : long[] | ||
Decode ( string hashString ) : |
||
DecodeBbox ( string hashString ) : double[] | ||
DecodeBboxInt ( long hashInt, int bitDepth = 52 ) : double[] | ||
DecodeInt ( long hashInt, int bitDepth = 52 ) : |
||
Encode ( double latitude, double longitude, int numberOfChars = 9 ) : string | ||
EncodeInt ( double latitude, double longitude, int bitDepth = 52 ) : long | ||
EncodeNeighbor ( int hashstringLength, int neighborLatDir, int neighborLonDir, |
||
EncodeNeighborInt ( int neighborLatDir, int neighborLonDir, |
||
Neighbor ( string hashString, int direction ) : string | ||
NeighborInt ( long hashInt, int direction, int bitDepth = 52 ) : long | ||
Neighbors ( string hashString ) : string[] | ||
NeighborsInt ( long hashInt, int bitDepth = 52 ) : long[] | ||
get_bit ( long bits, int position ) : long |
Метод | Описание | |
---|---|---|
GeoHash ( ) : System |
public static Bboxes ( double minLat, double minLon, double maxLat, double maxLon, int numberOfChars = 9 ) : string[] | ||
minLat | double | |
minLon | double | |
maxLat | double | |
maxLon | double | |
numberOfChars | int | |
Результат | string[] |
public static BboxesInt ( double minLat, double minLon, double maxLat, double maxLon, int bitDepth = 52 ) : long[] | ||
minLat | double | |
minLon | double | |
maxLat | double | |
maxLon | double | |
bitDepth | int | |
Результат | long[] |
public static Decode ( string hashString ) : |
||
hashString | string | |
Результат |
public static DecodeBbox ( string hashString ) : double[] | ||
hashString | string | |
Результат | double[] |
public static DecodeBboxInt ( long hashInt, int bitDepth = 52 ) : double[] | ||
hashInt | long | |
bitDepth | int | |
Результат | double[] |
public static DecodeInt ( long hashInt, int bitDepth = 52 ) : |
||
hashInt | long | |
bitDepth | int | |
Результат |
public static Encode ( double latitude, double longitude, int numberOfChars = 9 ) : string | ||
latitude | double | |
longitude | double | |
numberOfChars | int | |
Результат | string |
public static EncodeInt ( double latitude, double longitude, int bitDepth = 52 ) : long | ||
latitude | double | |
longitude | double | |
bitDepth | int | |
Результат | long |
public static EncodeNeighbor ( int hashstringLength, int neighborLatDir, int neighborLonDir, |
||
hashstringLength | int | |
neighborLatDir | int | |
neighborLonDir | int | |
coords | ||
Результат | string |
public static EncodeNeighborInt ( int neighborLatDir, int neighborLonDir, |
||
neighborLatDir | int | |
neighborLonDir | int | |
coords | ||
bitDepth | int | |
Результат | long |
public static Neighbor ( string hashString, int direction ) : string | ||
hashString | string | |
direction | int | |
Результат | string |
public static NeighborInt ( long hashInt, int direction, int bitDepth = 52 ) : long | ||
hashInt | long | |
direction | int | |
bitDepth | int | |
Результат | long |
public static Neighbors ( string hashString ) : string[] | ||
hashString | string | |
Результат | string[] |
public static NeighborsInt ( long hashInt, int bitDepth = 52 ) : long[] | ||
hashInt | long | |
bitDepth | int | |
Результат | long[] |
public static get_bit ( long bits, int position ) : long | ||
bits | long | |
position | int | |
Результат | long |