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 TypeClassDescriptionclassThrown 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 voidMilitaryGridReferenceSystem.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 GeohashReferenceSystemGeohashReferenceSystem.getInstance()Returns the unique instance.private static charMilitaryGridReferenceSystem.Encoder.letter(int c) Returns the given character as acharif it is a letter, or throws an exception otherwise.private static intMilitaryGridReferenceSystem.Decoder.nextComponent(MilitaryGridReferenceSystem.Coder owner, CharSequence reference, int base, int start, int end) Skips spaces, then the separator if present (optional).private static doubleMilitaryGridReferenceSystem.Decoder.parseCoordinate(CharSequence reference, int start, int end, double scale) Parses part of the given character sequence as a grid coordinate.private static intMilitaryGridReferenceSystem.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.