Uses of Class
org.geotools.referencing.factory.AbstractAuthorityMediator.WorkerSafeRunnable
-
Packages that use AbstractAuthorityMediator.WorkerSafeRunnable Package Description org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of AbstractAuthorityMediator.WorkerSafeRunnable in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory with parameters of type AbstractAuthorityMediator.WorkerSafeRunnable Modifier and Type Method Description protected <T> T
AbstractAuthorityMediator. createWith(Object key, AbstractAuthorityMediator.WorkerSafeRunnable runner)
This method is used to cut down the amount of try/catch/finally code needed when working with the cache and workers.
-