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

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

Uses of BufferedAuthorityFactory in org.geotools.referencing.factory
 

Subclasses of BufferedAuthorityFactory in org.geotools.referencing.factory
 class DeferredAuthorityFactory
          A buffered authority factory which will defer the creation of a backing store until when first needed.
 

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

Subclasses of BufferedAuthorityFactory in org.geotools.referencing.factory.epsg
 class CoordinateOperationFactoryUsingWKT
          Authority factory that holds user-defined Coordinate Operations.
 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 LongitudeFirstEpsgDecorator
          An EPSG authority factory using (longitude, latitude) axis order.
 class LongitudeFirstFactory
          An EPSG authority factory using (longitude, latitude) axis order.
 class ThreadedEpsgFactory
          Base class for EPSG factories to be registered in ReferencingFactoryFinder.
 class ThreadedHsqlEpsgFactory
          Connection to the EPSG database in HSQL database engine format using JDBC.
 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.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.