jar

ch.hsr : geohash

Maven & Gradle

Dec 16, 2019
18 usages
873 stars

geohash-java · An implementation of Geohashes in pure Java.

Table Of Contents

Latest Version

Download ch.hsr : geohash JAR file - Latest Versions:

All Versions

Download ch.hsr : geohash JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window geohash-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.hsr.geohash.queries

├─ ch.hsr.geohash.queries.GeoHashBoundingBoxQuery.class - [JAR]

├─ ch.hsr.geohash.queries.GeoHashCircleQuery.class - [JAR]

├─ ch.hsr.geohash.queries.GeoHashQuery.class - [JAR]

ch.hsr.geohash

├─ ch.hsr.geohash.BoundingBox.class - [JAR]

├─ ch.hsr.geohash.GeoHash.class - [JAR]

├─ ch.hsr.geohash.WGS84Point.class - [JAR]

ch.hsr.geohash.util

├─ ch.hsr.geohash.util.BoundingBoxGeoHashIterator.class - [JAR]

├─ ch.hsr.geohash.util.BoundingBoxSampler.class - [JAR]

├─ ch.hsr.geohash.util.GeoHashSizeTable.class - [JAR]

├─ ch.hsr.geohash.util.LongUtil.class - [JAR]

├─ ch.hsr.geohash.util.TwoGeoHashBoundingBox.class - [JAR]

├─ ch.hsr.geohash.util.VincentyGeodesy.class - [JAR]

Advertisement