Package org.apache.sis.referencing.gazetteer
package org.apache.sis.referencing.gazetteer
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
This package provides base classes implementing the Spatial referencing by geographic identifiers
(ISO 19112) standard. Those base classes are
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
.
- Since:
- 0.8
-
ClassDescriptionIdentifiable geographic place.Thrown when a coordinate cannot be converted to a geographic identifier, or conversely.A factory of reference systems by identifiers implemented by the SIS library.Geographic coordinates represented as geohashes strings.The encoding format used by
GeohashReferenceSystem.Coder
.FormatsLocation
instances in a tabular format.The Military Grid Reference System (MGRS).Helper class for building the description of a location.Thrown when a geographic identifier (or reference) has been successfully parsed but fails some verification.Base class of reference systems that describe locations using geographic identifiers instead of coordinates.Conversions between direct positions and identifiers.