Uses of Class
org.apache.sis.referencing.gazetteer.GeohashReferenceSystem
Packages that use GeohashReferenceSystem
Package
Description
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of GeohashReferenceSystem in org.apache.sis.referencing.gazetteer
Fields in org.apache.sis.referencing.gazetteer declared as GeohashReferenceSystemModifier and TypeFieldDescriptionprivate static GeohashReferenceSystem
GeohashReferenceSystem.INSTANCE
The unique instance, created when first requested.Methods in org.apache.sis.referencing.gazetteer that return GeohashReferenceSystemModifier and TypeMethodDescription(package private) static GeohashReferenceSystem
GeohashReferenceSystem.getInstance()
Returns the unique instance.final GeohashReferenceSystem
GeohashReferenceSystem.Coder.getReferenceSystem()
Returns the reference system for which GeoHash identifiers will be encoded or decoded.