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
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. -
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.