Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yigang0622/GeoHash-Algorithm
/ functions
Functions
31 in github.com/Yigang0622/GeoHash-Algorithm
⨍
Functions
31
◇
Types & classes
8
↓ 10 callers
Method
writeToFile
(String strToWrite)
GeoHashUtil/src/FileUtil.java:9
↓ 5 callers
Method
toString
()
GeoHashUtil/src/GeoHash.java:80
↓ 4 callers
Method
toString
()
GeoHashUtil/src/Bean.java:18
↓ 3 callers
Method
encodeHash
()
GeoHashUtil/src/GeoHash.java:22
↓ 2 callers
Method
generateLocationList
()
GeoHashUtil/src/Crawler.java:71
↓ 2 callers
Method
getBase32Str
()
GeoHashUtil/src/Base32.java:12
↓ 2 callers
Method
getBitStr
(double degree, double left,double right,int counter)
GeoHashUtil/src/GeoHash.java:31
↓ 1 callers
Method
calcLat
(String location)
GeoHashUtil/src/Crawler.java:118
↓ 1 callers
Method
calcLong
(String location)
GeoHashUtil/src/Crawler.java:113
↓ 1 callers
Method
convert2Dec
()
GeoHashUtil/src/Base32.java:32
↓ 1 callers
Method
dec2Base32
(String[] arr)
GeoHashUtil/src/Base32.java:54
↓ 1 callers
Method
getCombinedStr
()
GeoHashUtil/src/GeoHash.java:60
↓ 1 callers
Method
getGeoHash
()
GeoHashUtil/src/LocationBean.java:26
↓ 1 callers
Method
getNearByList
()
GeoHashUtil/src/NearByFinder.java:81
↓ 1 callers
Method
isNearBy
(String hash)
GeoHashUtil/src/NearByFinder.java:71
↓ 1 callers
Method
locationToString
()
GeoHashUtil/src/NearByFinder.java:28
↓ 1 callers
Method
readDataBase
()
GeoHashUtil/src/NearByFinder.java:32
↓ 1 callers
Method
removeRedundant
()
GeoHashUtil/src/FileUtil.java:35
↓ 1 callers
Method
sendHttpRequest
()
GeoHashUtil/src/Crawler.java:41
Method
Base32
(String input)
GeoHashUtil/src/Base32.java:26
Method
Bean
(String name, String address, String location, String hash)
GeoHashUtil/src/Bean.java:11
Method
Crawler
( double latitude,double longitude)
GeoHashUtil/src/Crawler.java:29
Method
GeoHash
(double mLong,double mLat,int accuracy)
GeoHashUtil/src/GeoHash.java:15
Method
LocationBean
(String name, double longitude, double latitude,String address)
GeoHashUtil/src/LocationBean.java:14
Method
NearByFinder
(double latitude, double longitude)
GeoHashUtil/src/NearByFinder.java:17
Method
main
(String[] args)
GeoHashUtil/src/NearByFinder.java:97
Method
main
(String[] args)
GeoHashUtil/src/Base32.java:65
Method
main
(String[] args)
GeoHashUtil/src/Main.java:3
Method
main
(String[] args)
GeoHashUtil/src/FileUtil.java:30
Method
main
(String[] args)
GeoHashUtil/src/Crawler.java:123
Method
main
(String[] args)
GeoHashUtil/src/GeoHash.java:86