Uses of Class
org.apache.sis.referencing.gazetteer.GazetteerException
Packages that use GazetteerException
Package
Description
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.gazetteerModifier and TypeClassDescriptionclass
Thrown when a geographic identifier (or reference) has been successfully parsed but fails some verification.Methods in org.apache.sis.referencing.gazetteer that throw GazetteerExceptionModifier and TypeMethodDescriptionprivate static void
MilitaryGridReferenceSystem.Encoder.append
(StringBuilder buffer, int value, int digits) Appends the given value in the given buffer, padding with zero digits in order to get the specified total amount of digits.Returns a shared instance of the reference system identified by the given name.GazetteerFactory.forNameIfKnown
(String name) Optionally returns a shared instance of the reference system identified by the given name.(package private) static GeohashReferenceSystem
GeohashReferenceSystem.getInstance()
Returns the unique instance.private static char
MilitaryGridReferenceSystem.Encoder.letter
(int c) Returns the given character as achar
if it is a letter, or throws an exception otherwise.private static int
MilitaryGridReferenceSystem.Decoder.nextComponent
(MilitaryGridReferenceSystem.Coder owner, CharSequence reference, int base, int start, int end) Skips spaces, then the separator if present (optional).private static double
MilitaryGridReferenceSystem.Decoder.parseCoordinate
(CharSequence reference, int start, int end, double scale) Parses part of the given character sequence as a grid coordinate.private static int
MilitaryGridReferenceSystem.Decoder.parseInt
(CharSequence reference, int start, int end, short errorKey) Parses part of the given character sequence as an integer.Constructors in org.apache.sis.referencing.gazetteer that throw GazetteerExceptionModifierConstructorDescriptionGeohashReferenceSystem
(GeohashReferenceSystem.Format format, org.opengis.referencing.crs.GeographicCRS crs) Creates a new geohash reference system for the given format and coordinate reference system.