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 FactoryRegistryCoverageProcessor. registryThe service registry for findingOperationimplementations. -
Uses of FactoryRegistry in org.geotools.process.factory
Subclasses of FactoryRegistry in org.geotools.process.factory Modifier and Type Class Description static classAnnotatedBeanProcessFactory.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 classFactoryCreatorA 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 voidAbstractFactory. 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)
-