Uses of Class
org.geotools.referencing.factory.AbstractCachedAuthorityFactory

Packages that use AbstractCachedAuthorityFactory
org.geotools.referencing.factory Base classes for factories and authority factories
org.geotools.referencing.factory.epsg Authority factories for the EPSG database. 
 

Uses of AbstractCachedAuthorityFactory in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return AbstractCachedAuthorityFactory
protected abstract  AbstractCachedAuthorityFactory AbstractAuthorityMediator.makeWorker()
          Creates an instance that can be returned by the pool.
 

Methods in org.geotools.referencing.factory with parameters of type AbstractCachedAuthorityFactory
protected abstract  void AbstractAuthorityMediator.activateWorker(AbstractCachedAuthorityFactory worker)
          Reinitialize an instance to be returned by the pool.
protected abstract  void AbstractAuthorityMediator.destroyWorker(AbstractCachedAuthorityFactory worker)
          Destroys an instance no longer needed by the pool.
protected abstract  void AbstractAuthorityMediator.passivateWorker(AbstractCachedAuthorityFactory worker)
          Un-initialize an instance to be returned to the pool.
abstract  Object AbstractAuthorityMediator.WorkerSafeRunnable.run(AbstractCachedAuthorityFactory worker)
           
protected abstract  boolean AbstractAuthorityMediator.validateWorker(AbstractCachedAuthorityFactory worker)
          Ensures that the instance is safe to be returned by the pool.
 

Uses of AbstractCachedAuthorityFactory in org.geotools.referencing.factory.epsg
 

Subclasses of AbstractCachedAuthorityFactory in org.geotools.referencing.factory.epsg
 class AbstractEpsgFactory
          A coordinate reference system factory backed by the EPSG database tables.
 class AccessDialectEpsgFactory
          This factory uses the MS-Access dialect of SQL.
 class AnsiDialectEpsgFactory
          An EPSG factory for the database generated by SQL scripts rather than the MS-Access one.
 

Methods in org.geotools.referencing.factory.epsg that return AbstractCachedAuthorityFactory
protected  AbstractCachedAuthorityFactory HsqlDialectEpsgMediator.makeWorker()
          Creates an instance that can be returned by the pool.
 

Methods in org.geotools.referencing.factory.epsg with parameters of type AbstractCachedAuthorityFactory
protected  void HsqlDialectEpsgMediator.activateWorker(AbstractCachedAuthorityFactory obj)
          Reinitialize an instance to be returned by the pool.
protected  void HsqlDialectEpsgMediator.destroyWorker(AbstractCachedAuthorityFactory obj)
          Destroys an instance no longer needed by the pool.
protected  void HsqlDialectEpsgMediator.passivateWorker(AbstractCachedAuthorityFactory obj)
          Uninitialize an instance to be returned to the pool.
protected  boolean HsqlDialectEpsgMediator.validateWorker(AbstractCachedAuthorityFactory obj)
          Ensures that the instance is safe to be returned by the pool.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.