Uses of Class
org.geotools.util.factory.FactoryRegistry
-
Packages that use FactoryRegistry Package Description org.geotools.coverage.processing Coverage processing implementations.org.geotools.process.factory org.geotools.util.factory 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 FactoryRegistry Modifier and Type Field Description protected FactoryRegistry
CoverageProcessor. registry
The service registry for findingOperation
implementations. -
Uses of FactoryRegistry in org.geotools.process.factory
Subclasses of FactoryRegistry in org.geotools.process.factory Modifier and Type Class Description static class
AnnotatedBeanProcessFactory.BeanFactoryRegistry<T>
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.factory Modifier and Type Class Description class
FactoryCreator
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 FactoryRegistry Modifier and Type Method Description void
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)
-