Package | Description |
---|---|
org.apache.sis.index |
Computes geohash strings from geographic coordinates, and conversely.
|
Modifier and Type | Method and Description |
---|---|
GeoHashCoder.Format |
GeoHashCoder.getFormat()
Deprecated.
Returns the current encoding/decoding format.
|
static GeoHashCoder.Format |
GeoHashCoder.Format.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GeoHashCoder.Format[] |
GeoHashCoder.Format.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoHashCoder.setFormat(GeoHashCoder.Format format)
Deprecated.
Sets the encoding/decoding format.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.