Package org.apache.sedona.common.utils
Class GeoHashDecoder
java.lang.Object
org.apache.sedona.common.utils.GeoHashDecoder
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeoHashDecoder
public GeoHashDecoder()
-
-
Method Details
-
decode
public static org.locationtech.jts.geom.Geometry decode(String geohash, Integer precision) throws GeoHashDecoder.InvalidGeoHashException -
decodeGeog
public static Geography decodeGeog(String geohash, Integer precision) throws GeoHashDecoder.InvalidGeoHashException, IOException
-