Uses of Package
org.geotools.referencing.factory

Packages that use org.geotools.referencing.factory
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). 
org.geotools.referencing.operation Coordinate operation implementation. 
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. 
 

Classes in org.geotools.referencing.factory used by org.geotools.referencing.factory
AbstractAuthorityFactory
          Base class for authority factories.
AbstractAuthorityMediator
          An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.
AbstractAuthorityMediator.WorkerSafeRunnable
          An interface describing a portion of work for which a worker is needed.
AbstractCachedAuthorityFactory
          An authority factory that consults (a possibly shared) cache before generating content itself.
AllAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority name in the code.
AuthorityFactoryAdapter
          An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
BufferedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
IdentifiedObjectFinder
          Looks up an object from an authority factory which is equals, ignoring metadata, to the specified object.
ManyAuthoritiesFactory
          An authority factory that delegates the object creation to an other factory determined from the authority name in the code.
ReferencingFactory
          Base class for all factories in the referencing module.
ReferencingFactoryContainer
          A set of utilities methods working on factories.
TransformedAuthorityFactory
          An authority factory which returns modified CRS, CS or datum objects from other factory implementations.
 

Classes in org.geotools.referencing.factory used by org.geotools.referencing.factory.epsg
AbstractAuthorityFactory
          Base class for authority factories.
AbstractAuthorityMediator
          An authority mediator that consults (a possibily shared) cache before delegating the generation of the content to a "worker" authority factory.
AbstractCachedAuthorityFactory
          An authority factory that consults (a possibly shared) cache before generating content itself.
AbstractEpsgMediator
          Abstract implementation for EPSG (has a DataSource reference inside).
BufferedAuthorityFactory
          An authority factory that caches all objects created by an other factory.
DeferredAuthorityFactory
          A buffered authority factory which will defer the creation of a backing store until when first needed.
DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
IdentifiedObjectFinder
          Looks up an object from an authority factory which is equals, ignoring metadata, to the specified object.
ReferencingFactory
          Base class for all factories in the referencing module.
 

Classes in org.geotools.referencing.factory used by org.geotools.referencing.factory.wms
AbstractAuthorityFactory
          Base class for authority factories.
DirectAuthorityFactory
          The base class for authority factories that create referencing object directly.
ReferencingFactory
          Base class for all factories in the referencing module.
 

Classes in org.geotools.referencing.factory used by org.geotools.referencing.operation
ReferencingFactory
          Base class for all factories in the referencing module.
 

Classes in org.geotools.referencing.factory used by org.geotools.referencing.wkt
ReferencingFactoryContainer
          A set of utilities methods working on factories.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.