Uses of Class
org.geotools.referencing.factory.AbstractCachedAuthorityFactory
- 
Packages that use AbstractCachedAuthorityFactory Package Description org.geotools.referencing.factory Base classes for factories and authority factories.org.geotools.referencing.factory.epsg Authority factories for the EPSG database.org.geotools.referencing.factory.epsg.hsql 
- 
- 
Uses of AbstractCachedAuthorityFactory in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory that return AbstractCachedAuthorityFactory Modifier and Type Method Description protected abstract AbstractCachedAuthorityFactoryAbstractAuthorityMediator. makeWorker()Creates an instance that can be returned by the pool.Methods in org.geotools.referencing.factory with parameters of type AbstractCachedAuthorityFactory Modifier and Type Method Description protected abstract voidAbstractAuthorityMediator. activateWorker(AbstractCachedAuthorityFactory worker)Reinitialize an instance to be returned by the pool.protected abstract voidAbstractAuthorityMediator. destroyWorker(AbstractCachedAuthorityFactory worker)Destroys an instance no longer needed by the pool.protected abstract voidAbstractAuthorityMediator. passivateWorker(AbstractCachedAuthorityFactory worker)Un-initialize an instance to be returned to the pool.abstract ObjectAbstractAuthorityMediator.WorkerSafeRunnable. run(AbstractCachedAuthorityFactory worker)protected abstract booleanAbstractAuthorityMediator. validateWorker(AbstractCachedAuthorityFactory worker)Ensures that the instance is safe to be returned by the pool.
- 
Uses of AbstractCachedAuthorityFactory in org.geotools.referencing.factory.epsgSubclasses of AbstractCachedAuthorityFactory in org.geotools.referencing.factory.epsg Modifier and Type Class Description classAbstractEpsgFactoryA coordinate reference system factory backed by the EPSG database tables.classAccessDialectEpsgFactoryThis factory uses the MS-Access dialect of SQL.classAnsiDialectEpsgFactoryAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.
- 
Uses of AbstractCachedAuthorityFactory in org.geotools.referencing.factory.epsg.hsqlMethods in org.geotools.referencing.factory.epsg.hsql that return AbstractCachedAuthorityFactory Modifier and Type Method Description protected AbstractCachedAuthorityFactoryHsqlDialectEpsgMediator. makeWorker()Creates an instance that can be returned by the pool.Methods in org.geotools.referencing.factory.epsg.hsql with parameters of type AbstractCachedAuthorityFactory Modifier and Type Method Description protected voidHsqlDialectEpsgMediator. activateWorker(AbstractCachedAuthorityFactory obj)Reinitialize an instance to be returned by the pool.protected voidHsqlDialectEpsgMediator. destroyWorker(AbstractCachedAuthorityFactory obj)Destroys an instance no longer needed by the pool.protected voidHsqlDialectEpsgMediator. passivateWorker(AbstractCachedAuthorityFactory obj)Uninitialize an instance to be returned to the pool.protected booleanHsqlDialectEpsgMediator. validateWorker(AbstractCachedAuthorityFactory obj)Ensures that the instance is safe to be returned by the pool.
 
-