Uses of Class
org.geotools.util.factory.FactoryRegistry
Packages that use FactoryRegistry
Package
Description
Coverage processing
implementations.
Utility classes which enable dynamic binding to factory implementations at runtime.
-
Uses of FactoryRegistry in org.geotools.coverage.processing
Fields in org.geotools.coverage.processing declared as FactoryRegistryModifier and TypeFieldDescriptionprotected final FactoryRegistry
CoverageProcessor.registry
The service registry for findingOperation
implementations. -
Uses of FactoryRegistry in org.geotools.process.factory
Subclasses of FactoryRegistry in org.geotools.process.factoryModifier and TypeClassDescriptionstatic class
Subclass of FactoryRegistry meant for convenience of looking up all the classes that implement a specific bean interface. -
Uses of FactoryRegistry in org.geotools.util.factory
Subclasses of FactoryRegistry in org.geotools.util.factoryModifier and TypeClassDescriptionclass
A factory registry capable to creates factories if no appropriate instance was found in the registry.Methods in org.geotools.util.factory with parameters of type FactoryRegistryModifier and TypeMethodDescriptionvoid
AbstractFactory.onDeregistration
(FactoryRegistry registry, Class category) Called when this factory is removed from the givencategory
of the givenregistry
.void
RegistrableFactory.onDeregistration
(FactoryRegistry registry, Class<?> category) void
AbstractFactory.onRegistration
(FactoryRegistry registry, Class<?> category) Called when this factory is added to the givencategory
of the givenregistry
.void
RegistrableFactory.onRegistration
(FactoryRegistry registry, Class<?> category)