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 IdentifiedObjectFinder
IdentifiedObjects. 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 IdentifiedObjectFinder
ConcurrentAuthorityFactory. newIdentifiedObjectFinder()
Returns a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
GeodeticAuthorityFactory. newIdentifiedObjectFinder()
Creates a finder which can be used for looking up unidentified objects.IdentifiedObjectFinder
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 IdentifiedObjectFinder Modifier and Type Method Description IdentifiedObjectFinder
EPSGDataAccess. newIdentifiedObjectFinder()
Returns a finder which can be used for looking up unidentified objects.
-