Uses of Class
org.geotools.referencing.factory.ReferencingFactoryContainer
Packages that use ReferencingFactoryContainer
Package
Description
Base classes for factories and
authority factories.
Authority factories for
the EPSG database.
Well
Known Text (WKT) parsing and formatting.
-
Uses of ReferencingFactoryContainer in org.geotools.imageio.netcdf.utilities
Fields in org.geotools.imageio.netcdf.utilities declared as ReferencingFactoryContainerModifier and TypeFieldDescriptionstatic final ReferencingFactoryContainer
NetCDFCRSUtilities.FACTORY_CONTAINER
-
Uses of ReferencingFactoryContainer in org.geotools.referencing.factory
Fields in org.geotools.referencing.factory declared as ReferencingFactoryContainerModifier and TypeFieldDescriptionprotected final 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.protected final ReferencingFactoryContainer
DirectAuthorityFactory.factories
The underlying factories used for objects creation.Methods in org.geotools.referencing.factory that return ReferencingFactoryContainerModifier and TypeMethodDescriptionstatic ReferencingFactoryContainer
Creates an instance from the specified hints.Constructors in org.geotools.referencing.factory with parameters of type ReferencingFactoryContainerModifierConstructorDescriptionprotected
AbstractAuthorityMediator
(int priority, ObjectCache<Object, Object> cache, ReferencingFactoryContainer container) Constructs an instance making use of the indicated cache.protected
AbstractCachedAuthorityFactory
(int priority, ObjectCache<Object, Object> cache, ReferencingFactoryContainer container) Constructs an instance making use of the indicated cache.protected
DirectAuthorityFactory
(ReferencingFactoryContainer factories, int priority) Constructs an instance using the specified set of factories.PropertyAuthorityFactory
(ReferencingFactoryContainer factories, Citation[] authorities, URL definitions) Creates a factory for the specified authorities from the specified file.PropertyAuthorityFactory
(ReferencingFactoryContainer factories, Citation authority, URL definitions) Creates a factory for the specified authority from the specified file.PropertyCoordinateOperationAuthorityFactory
(ReferencingFactoryContainer factories, Citation authority, URL definitions) Creates a factory for the specified authority from the specified file. -
Uses of ReferencingFactoryContainer in org.geotools.referencing.factory.epsg
Fields in org.geotools.referencing.factory.epsg declared as ReferencingFactoryContainerModifier and TypeFieldDescriptionprotected final ReferencingFactoryContainer
CoordinateOperationFactoryUsingWKT.factories
The factories to be given to the backing store. -
Uses of ReferencingFactoryContainer in org.geotools.referencing.wkt
Constructors in org.geotools.referencing.wkt with parameters of type ReferencingFactoryContainerModifierConstructorDescriptionParser
(Symbols symbols, ReferencingFactoryContainer factories) Constructs a parser for the specified set of symbols using the specified set of factories.