Uses of Enum
org.apache.sis.referencing.gazetteer.GeohashReferenceSystem.Format
Packages that use GeohashReferenceSystem.Format
Package
Description
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of GeohashReferenceSystem.Format in org.apache.sis.referencing.gazetteer
Methods in org.apache.sis.referencing.gazetteer that return GeohashReferenceSystem.FormatModifier and TypeMethodDescriptionGeohashReferenceSystem.getFormat()
Returns the encoding/decoding format.Returns the enum constant of this type with the specified name.static GeohashReferenceSystem.Format[]
GeohashReferenceSystem.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.referencing.gazetteer with parameters of type GeohashReferenceSystem.FormatModifierConstructorDescriptionCreates a new geohash reference system for the given format and coordinate reference system.