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 TypeClassDescriptionclassGeographic coordinates represented as geohashes strings.classThe Military Grid Reference System (MGRS).Fields in org.apache.sis.referencing.gazetteer declared as ReferencingByIdentifiersModifier and TypeFieldDescriptionprivate final ReferencingByIdentifiersFinalLocationType.referenceSystemThe reference system that comprises this location type.private final ReferencingByIdentifiersModifiableLocationTypeAdapter.referenceSystemThe 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 ReferencingByIdentifiersAbstractLocationType.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 ReferencingByIdentifiersReferencingByIdentifiers.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 ReferencingByIdentifiersModifierConstructorDescriptionprivateFinalLocationType(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.