Uses of Class
org.apache.sis.referencing.factory.IdentifiedObjectFinder
-
Packages that use IdentifiedObjectFinder Package Description org.apache.sis.referencing Base classes for reference systems used for general positioning.org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes.org.apache.sis.referencing.factory.sql 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 IdentifiedObjectFinder Modifier and Type Method Description static IdentifiedObjectFinderIdentifiedObjects. newFinder(String authority)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 IdentifiedObjectFinder Modifier and Type Method Description IdentifiedObjectFinderConcurrentAuthorityFactory. newIdentifiedObjectFinder()Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinderGeodeticAuthorityFactory. newIdentifiedObjectFinder()Creates a finder which can be used for looking up unidentified objects.IdentifiedObjectFinderMultiAuthoritiesFactory. 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 IdentifiedObjectFinder Modifier and Type Method Description IdentifiedObjectFinderEPSGDataAccess. newIdentifiedObjectFinder()Returns a finder which can be used for looking up unidentified objects.
-