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 GeohashReferenceSystemGeohashReferenceSystem.INSTANCEThe unique instance, created when first requested.Methods in org.apache.sis.referencing.gazetteer that return GeohashReferenceSystemModifier and TypeMethodDescription(package private) static GeohashReferenceSystemGeohashReferenceSystem.getInstance()Returns the unique instance.final GeohashReferenceSystemGeohashReferenceSystem.Coder.getReferenceSystem()Returns the reference system for which GeoHash identifiers will be encoded or decoded.