Uses of Class
org.apache.sis.referencing.gazetteer.GeohashReferenceSystem.Format
-
Packages that use GeohashReferenceSystem.Format Package Description org.apache.sis.referencing.gazetteer 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.Format Modifier and Type Method Description GeohashReferenceSystem.Format
GeohashReferenceSystem. getFormat()
Returns the encoding/decoding format.static GeohashReferenceSystem.Format
GeohashReferenceSystem.Format. valueOf(String name)
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.Format Constructor Description GeohashReferenceSystem(GeohashReferenceSystem.Format format, GeographicCRS crs)
Creates a new geohash reference system for the given format and coordinate reference system.
-