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.
Relationship between any two Coordinate Reference Systems (CRS).
-
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.Methods in org.apache.sis.referencing with parameters of type IdentifiedObjectFinderModifier and TypeMethodDescriptionprivate static String
IdentifiedObjects.lookupURN
(org.opengis.referencing.IdentifiedObject object, org.opengis.metadata.citation.Citation authority, IdentifiedObjectFinder finder) Implementation ofIdentifiedObjects.lookupURN(IdentifiedObject, Citation)
, possibly invoked many times if the identified object is aCompoundCRS
orConcatenatedOperation
. -
Uses of IdentifiedObjectFinder in org.apache.sis.referencing.factory
Subclasses of IdentifiedObjectFinder in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionprivate static final class
An implementation ofIdentifiedObjectFinder
which delegates the work to the underlying Data Access Object and caches the result.private static class
AIdentifiedObjectFinder
which tests every factories declared in the collection of factories.Fields in org.apache.sis.referencing.factory declared as IdentifiedObjectFinderModifier and TypeFieldDescriptionprivate IdentifiedObjectFinder
ConcurrentAuthorityFactory.Finder.finder
The finder on which to delegate the work.private IdentifiedObjectFinder[]
MultiAuthoritiesFactory.Finder.finders
The finders of all factories, ornull
if not yet fetched.private IdentifiedObjectFinder
IdentifiedObjectFinder.wrapper
The cache or the adapter which is wrapping this finder, ornull
if none.Methods in org.apache.sis.referencing.factory that return IdentifiedObjectFinderModifier and TypeMethodDescriptionConcurrentAuthorityFactory.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 TypeMethodDescriptionprivate static int
ConcurrentAuthorityFactory.Finder.index
(IdentifiedObjectFinder finder) Returns the index in the cachedSet<IdentifiedObject>[]
array for a result using the given finder.(package private) final void
IdentifiedObjectFinder.setWrapper
(IdentifiedObjectFinder other) Declares that the given cache or adapter is the wrapper of this finder. -
Uses of IdentifiedObjectFinder in org.apache.sis.referencing.factory.sql
Subclasses of IdentifiedObjectFinder in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescription(package private) final class
An implementation ofIdentifiedObjectFinder
which scans over a smaller set of authority codes.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. -
Uses of IdentifiedObjectFinder in org.apache.sis.referencing.operation
Fields in org.apache.sis.referencing.operation declared as IdentifiedObjectFinderModifier and TypeFieldDescriptionprivate final IdentifiedObjectFinder
CoordinateOperationRegistry.codeFinder
The object to use for finding authority codes, ornull
if none.