Uses of Class
org.apache.sis.referencing.gazetteer.FinalLocationType
Packages that use FinalLocationType
Package
Description
Mapping between geographic identifiers (addresses, grid indexes…) and locations (descriptions, coordinates…).
-
Uses of FinalLocationType in org.apache.sis.referencing.gazetteer
Method parameters in org.apache.sis.referencing.gazetteer with type arguments of type FinalLocationTypeModifier and TypeMethodDescription(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.Constructor parameters in org.apache.sis.referencing.gazetteer with type arguments of type FinalLocationTypeModifierConstructorDescriptionprivate
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.