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 IdentifiedObjectFinderCreates 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 StringIdentifiedObjects.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 aCompoundCRSorConcatenatedOperation. -
Uses of IdentifiedObjectFinder in org.apache.sis.referencing.factory
Subclasses of IdentifiedObjectFinder in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionprivate static final classAn implementation ofIdentifiedObjectFinderwhich delegates the work to the underlying Data Access Object and caches the result.private static classAIdentifiedObjectFinderwhich tests every factories declared in the collection of factories.Fields in org.apache.sis.referencing.factory declared as IdentifiedObjectFinderModifier and TypeFieldDescriptionprivate IdentifiedObjectFinderConcurrentAuthorityFactory.Finder.finderThe finder on which to delegate the work.private IdentifiedObjectFinder[]MultiAuthoritiesFactory.Finder.findersThe finders of all factories, ornullif not yet fetched.private IdentifiedObjectFinderIdentifiedObjectFinder.wrapperThe cache or the adapter which is wrapping this finder, ornullif 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 intConcurrentAuthorityFactory.Finder.index(IdentifiedObjectFinder finder) Returns the index in the cachedSet<IdentifiedObject>[]array for a result using the given finder.(package private) final voidIdentifiedObjectFinder.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 classAn implementation ofIdentifiedObjectFinderwhich 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 IdentifiedObjectFinderCoordinateOperationRegistry.codeFinderThe object to use for finding authority codes, ornullif none.