Package | Description |
---|---|
org.apache.sis.referencing.gazetteer |
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
GeohashReferenceSystem(GeohashReferenceSystem.Format format,
GeographicCRS crs)
Creates a new geohash reference system for the given format and coordinate reference system.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.