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

Packages that use ReferencingFactoryContainer
org.geotools.coverage.io Helper classes for coverage reader implementations. 
org.geotools.image.io.text Extensions to ImageReader for ASCII files. 
org.geotools.referencing.factory Base classes for factories and authority factories. 
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. 
 

Uses of ReferencingFactoryContainer in org.geotools.coverage.io
 

Constructors in org.geotools.coverage.io with parameters of type ReferencingFactoryContainer
MetadataReader(ReferencingFactoryContainer factories)
          Constructs a new MetadataReader using the specified factories.
 

Uses of ReferencingFactoryContainer in org.geotools.image.io.text
 

Constructors in org.geotools.image.io.text with parameters of type ReferencingFactoryContainer
DefaultTextMetadataParser(ReferencingFactoryContainer factories)
          Creates a new instance of TextMetadataParser, with the factories specified.
TextMetadataParser(ReferencingFactoryContainer factories)
          Constructs a new MetadataReader using the specified factories.
 

Uses of ReferencingFactoryContainer in org.geotools.referencing.factory
 

Fields in org.geotools.referencing.factory declared as ReferencingFactoryContainer
protected  ReferencingFactoryContainer DirectAuthorityFactory.factories
          The underlying factories used for objects creation.
protected  ReferencingFactoryContainer AbstractAuthorityMediator.factories
          A container of the "real factories" actually used to construct objects.
protected  ReferencingFactoryContainer AbstractCachedAuthorityFactory.factories
          A container of the "real factories" actually used to construct objects.
 

Methods in org.geotools.referencing.factory that return ReferencingFactoryContainer
static ReferencingFactoryContainer ReferencingFactoryContainer.instance(Hints hints)
          Creates an instance from the specified hints.
 

Constructors in org.geotools.referencing.factory with parameters of type ReferencingFactoryContainer
AbstractAuthorityMediator(int priority, ObjectCache cache, ReferencingFactoryContainer container)
          Constructs an instance making use of the indicated cache.
AbstractCachedAuthorityFactory(int priority, ObjectCache cache, ReferencingFactoryContainer container)
          Constructs an instance making use of the indicated cache.
DirectAuthorityFactory(ReferencingFactoryContainer factories, int priority)
          Constructs an instance using the specified set of factories.
PropertyAuthorityFactory(ReferencingFactoryContainer factories, org.opengis.metadata.citation.Citation[] authorities, java.net.URL definitions)
          Creates a factory for the specified authorities from the specified file.
PropertyAuthorityFactory(ReferencingFactoryContainer factories, org.opengis.metadata.citation.Citation authority, java.net.URL definitions)
          Creates a factory for the specified authority from the specified file.
 

Uses of ReferencingFactoryContainer in org.geotools.referencing.wkt
 

Constructors in org.geotools.referencing.wkt with parameters of type ReferencingFactoryContainer
Parser(Symbols symbols, ReferencingFactoryContainer factories)
          Constructs a parser for the specified set of symbols using the specified set of factories.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.