Uses of Class
org.apache.sis.referencing.gazetteer.GazetteerException
-
Packages that use GazetteerException Package Description org.apache.sis.referencing.gazetteer Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…). -
-
Uses of GazetteerException in org.apache.sis.referencing.gazetteer
Subclasses of GazetteerException in org.apache.sis.referencing.gazetteer Modifier and Type Class Description class
ReferenceVerifyException
Thrown when a geographic identifier (or reference) has been successfully parsed but fails some verification.Constructors in org.apache.sis.referencing.gazetteer that throw GazetteerException Constructor Description GeohashReferenceSystem(GeohashReferenceSystem.Format format, GeographicCRS crs)
Creates a new geohash reference system for the given format and coordinate reference system.
-