See: Description
Class | Description |
---|---|
AbstractLocation |
Identifiable geographic place.
|
GeohashReferenceSystem |
Geographic coordinates represented as geohashes strings.
|
LocationFormat |
Formats
Location instances in a tabular format. |
MilitaryGridReferenceSystem |
The Military Grid Reference System (MGRS).
|
ModifiableLocationType |
Helper class for building the description of a location.
|
ReferencingByIdentifiers |
Base class of reference systems that describe locations using geographic identifiers instead than coordinates.
|
Enum | Description |
---|---|
GeohashReferenceSystem.Format |
The encoding format used by
GeohashReferenceSystem.Coder . |
Exception | Description |
---|---|
GazetteerException |
Thrown when a coordinate can not be converted to a geographic identifier, or conversely.
|
ReferenceVerifyException |
Thrown when a geographic identifier (or reference) has been successfully parsed but fails some verification.
|
AbstractLocation
,
ModifiableLocationType
and
ReferencingByIdentifiers
, completed by the
LocationFormat
utility class.
This package provides also implementations on top of above base classes.
Some implementation classes are MilitaryGridReferenceSystem
(also for civilian use) and GeohashReferenceSystem
.
Defined in the sis-referencing-by-identifiers
module
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.