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 FactoryRegistryCoverageProcessor.registryThe service registry for findingOperationimplementations. -
Uses of FactoryRegistry in org.geotools.process.factory
Subclasses of FactoryRegistry in org.geotools.process.factoryModifier and TypeClassDescriptionstatic classSubclass 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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidAbstractFactory.onDeregistration(FactoryRegistry registry, Class category) Called when this factory is removed from the givencategoryof the givenregistry.voidRegistrableFactory.onDeregistration(FactoryRegistry registry, Class<?> category) voidAbstractFactory.onRegistration(FactoryRegistry registry, Class<?> category) Called when this factory is added to the givencategoryof the givenregistry.voidRegistrableFactory.onRegistration(FactoryRegistry registry, Class<?> category)