Package | Description |
---|---|
org.apache.sis.referencing.gazetteer |
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
|
Modifier and Type | Method and Description |
---|---|
AbstractLocation |
MilitaryGridReferenceSystem.Coder.decode(CharSequence reference)
Decodes the given MGRS reference into a position and an envelope.
|
AbstractLocation |
GeohashReferenceSystem.Coder.decode(CharSequence geohash)
Decodes the given geohash into a latitude and a longitude.
|
AbstractLocation |
LocationFormat.parse(CharSequence text,
ParsePosition pos)
Unsupported operation.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends AbstractLocation> |
AbstractLocation.getChildren()
Returns location instances of a different location type which subdivides this location instance.
|
Collection<? extends AbstractLocation> |
AbstractLocation.getParents()
Returns location instances of a different location type, for which this location instance is a sub-division.
|
Class<AbstractLocation> |
LocationFormat.getValueType()
Returns the type of values formatted by this
Format instance. |
Modifier and Type | Method and Description |
---|---|
void |
LocationFormat.format(AbstractLocation location,
Appendable toAppendTo)
Writes a textual representation of the given location in the given stream or buffer.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.