Class ReferencingByIdentifiers

All Implemented Interfaces:
Serializable, Formattable, Deprecable, Lenient­Comparable, Identified­Object, Reference­System
Direct Known Subclasses:
Geohash­Reference­System, Military­Grid­Reference­System

public abstract class ReferencingByIdentifiers extends AbstractReferenceSystem
Base class of reference systems that describe locations using geographic identifiers instead of coordinates.

Immutability and thread safety

This base class is immutable and thus thread-safe if the property values (not necessarily the map itself) given to the constructor are also immutable. Most SIS subclasses and related classes are immutable under similar conditions. This means that unless otherwise noted in the javadoc, Referencing­By­Identifiers instances created using only SIS factories and static constants can be shared by many objects and passed between threads without synchronization.
Since:
0.8
See Also: