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
Subclasses with type arguments of type GeohashReferenceSystem.Format in org.apache.sis.referencing.gazetteerModifier and TypeClassDescriptionstatic enumThe encoding format used byGeohashReferenceSystem.Coder.Fields in org.apache.sis.referencing.gazetteer declared as GeohashReferenceSystem.FormatModifier and TypeFieldDescription(package private) final GeohashReferenceSystem.FormatGeohashReferenceSystem.formatThe format used by theGeohashReferenceSystem.Coder.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.FormatModifierConstructorDescriptionGeohashReferenceSystem(GeohashReferenceSystem.Format format, org.opengis.referencing.crs.GeographicCRS crs) Creates a new geohash reference system for the given format and coordinate reference system.