Uses of Class
org.apache.sis.referencing.gazetteer.ReferencingByIdentifiers
Packages that use ReferencingByIdentifiers
Package
Description
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of ReferencingByIdentifiers in org.apache.sis.referencing.gazetteer
Subclasses of ReferencingByIdentifiers in org.apache.sis.referencing.gazetteerModifier and TypeClassDescriptionclass
Geographic coordinates represented as geohashes strings.class
The Military Grid Reference System (MGRS).Fields in org.apache.sis.referencing.gazetteer declared as ReferencingByIdentifiersModifier and TypeFieldDescriptionprivate final ReferencingByIdentifiers
FinalLocationType.referenceSystem
The reference system that comprises this location type.private final ReferencingByIdentifiers
ModifiableLocationTypeAdapter.referenceSystem
The reference system of the original type.Methods in org.apache.sis.referencing.gazetteer that return ReferencingByIdentifiersModifier and TypeMethodDescriptionReturns a shared instance of the reference system identified by the given name.abstract ReferencingByIdentifiers
AbstractLocationType.getReferenceSystem()
The reference system that comprises this location type.FinalLocationType.getReferenceSystem()
Returns the reference system that comprises this location type.ModifiableLocationType.getReferenceSystem()
Returns the reference system that comprises this location type.ModifiableLocationTypeAdapter.getReferenceSystem()
Returns the reference system of the type given to the constructor.abstract ReferencingByIdentifiers
ReferencingByIdentifiers.Coder.getReferenceSystem()
Returns the reference system for which this coder is reading or writing identifiers.Methods in org.apache.sis.referencing.gazetteer that return types with arguments of type ReferencingByIdentifiersModifier and TypeMethodDescriptionGazetteerFactory.forNameIfKnown
(String name) Optionally returns a shared instance of the reference system identified by the given name.Methods in org.apache.sis.referencing.gazetteer with parameters of type ReferencingByIdentifiersModifier and TypeMethodDescriptionstatic List<AbstractLocationType>
AbstractLocationType.snapshot
(ReferencingByIdentifiers rs, AbstractLocationType... types) Creates unmodifiable snapshots of the given location types.(package private) static List<AbstractLocationType>
FinalLocationType.snapshot
(Collection<? extends AbstractLocationType> types, ReferencingByIdentifiers rs, Map<AbstractLocationType, FinalLocationType> existing) Creates a snapshot of the given location types.Constructors in org.apache.sis.referencing.gazetteer with parameters of type ReferencingByIdentifiersModifierConstructorDescriptionprivate
FinalLocationType
(AbstractLocationType source, ReferencingByIdentifiers rs, Map<AbstractLocationType, FinalLocationType> existing) Creates a copy of the given location type with the reference system set to the given value.