Uses of Class
org.apache.sis.referencing.factory.IdentifiedObjectFinder
Packages that use IdentifiedObjectFinder
Package
Description
Base classes for reference systems used for general positioning.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
-
Uses of IdentifiedObjectFinder in org.apache.sis.referencing
Methods in org.apache.sis.referencing that return IdentifiedObjectFinderModifier and TypeMethodDescriptionstatic IdentifiedObjectFinder
Creates a finder which can be used for looking up unidentified objects. -
Uses of IdentifiedObjectFinder in org.apache.sis.referencing.factory
Subclasses of IdentifiedObjectFinder in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionstatic class
An object finder which delegates some or all work to another object finder.Methods in org.apache.sis.referencing.factory that return IdentifiedObjectFinderModifier and TypeMethodDescriptionprotected IdentifiedObjectFinder
IdentifiedObjectFinder.Wrapper.delegate()
Returns the object finder to which to delegate the actual search operations.ConcurrentAuthorityFactory.newIdentifiedObjectFinder()
Returns a finder which can be used for looking up unidentified objects.GeodeticAuthorityFactory.newIdentifiedObjectFinder()
Creates a finder which can be used for looking up unidentified objects.MultiAuthoritiesFactory.newIdentifiedObjectFinder()
Creates a finder which can be used for looking up unidentified objects.Methods in org.apache.sis.referencing.factory with parameters of type IdentifiedObjectFinderModifier and TypeMethodDescriptionprotected void
IdentifiedObjectFinder.Wrapper.delegate
(IdentifiedObjectFinder finder) Sets a new finder to which to delegate the actual search operations.Constructors in org.apache.sis.referencing.factory with parameters of type IdentifiedObjectFinderModifierConstructorDescriptionprotected
Wrapper
(IdentifiedObjectFinder finder) Creates a new object finder which will delegate the actual work to the given finder. -
Uses of IdentifiedObjectFinder in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return IdentifiedObjectFinderModifier and TypeMethodDescriptionEPSGDataAccess.newIdentifiedObjectFinder()
Returns a finder which can be used for looking up unidentified objects.