Uses of Class
org.apache.sis.referencing.factory.ConcurrentAuthorityFactory
Packages that use ConcurrentAuthorityFactory
Package
Description
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 ConcurrentAuthorityFactory in org.apache.sis.referencing.factory
Subclasses with type arguments of type ConcurrentAuthorityFactory in org.apache.sis.referencing.factoryModifier and TypeClassDescriptionprivate static final classA hook to be executed either when theConcurrentAuthorityFactoryis collected by the garbage collector, when the Java Virtual Machine is shutdown, or when the module is uninstalled by the OSGi or Servlet container.Constructors in org.apache.sis.referencing.factory with parameters of type ConcurrentAuthorityFactoryModifierConstructorDescription(package private)Finder(ConcurrentAuthorityFactory<?> factory) Creates a finder for the given type of objects.(package private)ShutdownHook(ConcurrentAuthorityFactory<DAO> factory) Creates a new shutdown hook for the given factory. -
Uses of ConcurrentAuthorityFactory in org.apache.sis.referencing.factory.sql
Subclasses of ConcurrentAuthorityFactory in org.apache.sis.referencing.factory.sqlModifier and TypeClassDescriptionclassA geodetic object factory backed by the EPSG database.