Uses of Interface
org.geotools.factory.BufferedFactory

Packages that use BufferedFactory
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.operation Coordinate operation implementation. 
 

Uses of BufferedFactory in org.geotools.referencing.factory
 

Classes in org.geotools.referencing.factory that implement BufferedFactory
 class AbstractAuthorityMediator
          An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.
 class AbstractCachedAuthorityFactory
          An authority factory that consults (a possibly shared) cache before generating content itself.
 class AbstractEpsgMediator
          Abstract implementation for EPSG (has a DataSource reference inside).
 class BufferedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 class CachedAuthorityDecorator
          An authority factory that caches all objects created by delegate factories.
 class CachedCRSAuthorityDecorator
          An authority factory that caches all objects created by the delegate CRSAuthorityFactory.
 class DeferredAuthorityFactory
          A buffered authority factory which will defer the creation of a backing store until when first needed.
 class ReferencingObjectFactory
          Builds Geotools implementations of CRS, CS and datum objects.
 class ThreadedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
 

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

Classes in org.geotools.referencing.factory.epsg that implement BufferedFactory
 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.
 class DefaultFactory
          Deprecated. Please use ThreadedEpsgFactory instead, the name DefaultFactory was viewed as confusing
 class EsriExtension
          Extends the EPSG database with Coordinate Reference Systems defined by ESRI.
 class FactoryUsingWKT
          Authority factory for Coordinate Reference Systems beyong the one defined in the EPSG database.
 class HsqlDialectEpsgMediator
          Mediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.
 class LongitudeFirstEpsgDecorator
          An EPSG authority factory using (longitude, latitude) axis order.
 class LongitudeFirstFactory
          An EPSG authority factory using (longitude, latitude) axis order.
 class OracleDialectEpsgFactory
          An EPSG factory suitable for Oracle SQL syntax.
 class OracleDialectEpsgMediator
          Mediator which delegates the creation of referencing objects to the OracleDialectEpsgFactory.
 class ThreadedEpsgFactory
          Base class for EPSG factories to be registered in ReferencingFactoryFinder.
 class ThreadedH2EpsgFactory
          Connection to the EPSG database in H2 database engine format using JDBC.
 class ThreadedHsqlEpsgFactory
          Connection to the EPSG database in HSQL database engine format using JDBC.
 class ThreadedOracleEpsgFactory
          Connection to the EPSG database in Oracle database engine using a JDBC datasource.
 class ThreadedPostgreSQLEpsgFactory
          Connection to the EPSG database in PostgreSQL database engine using JDBC.
 class UnnamedExtension
          Provides common Coordinate Reference Systems not found in the standard EPSG database.
 

Uses of BufferedFactory in org.geotools.referencing.operation
 

Classes in org.geotools.referencing.operation that implement BufferedFactory
 class BufferedCoordinateOperationFactory
          Caches the coordinate operations created by an other factory.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.