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

Packages that use DirectAuthorityFactory
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.wms Provides coordinate reference systems specified in the Web Map Service specification (ISO 19128). 
 

Uses of DirectAuthorityFactory in org.geotools.referencing.factory
 

Subclasses of DirectAuthorityFactory in org.geotools.referencing.factory
 class PropertyAuthorityFactory
          Default implementation for a coordinate reference system authority factory backed by a property file.
 

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

Subclasses of DirectAuthorityFactory in org.geotools.referencing.factory.epsg
 class DirectEpsgFactory
          A coordinate reference system factory backed by the EPSG database tables.
 class FactoryUsingAnsiSQL
          Deprecated. Please use AnsiDialectEpsgFactory.
 class FactoryUsingSQL
          Deprecated. Please use AccessDialectEpsgFactory.
 

Uses of DirectAuthorityFactory in org.geotools.referencing.factory.wms
 

Subclasses of DirectAuthorityFactory in org.geotools.referencing.factory.wms
 class AutoCRSFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in a future Geotools version, in order to put together other web-related factories defined outside the WMS specification. Don't use this class directly. You should not need to anyway - use ReferencingFactoryFinder instead, which will continue to work no matter where this class is located.
 class WebCRSFactory
          Deprecated. This class will move in a org.geotools.referencing.factory.web package in a future Geotools version, in order to put together other web-related factories defined outside the WMS specification. Don't use this class directly. You should not need to anyway - use ReferencingFactoryFinder instead, which will continue to work no matter where this class is located.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.