| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected FactoryRegistry |
CoverageProcessor.registry
The service registry for finding
Operation implementations. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotatedBeanProcessFactory.BeanFactoryRegistry<T>
Subclass of FactoryRegistry meant for convenience of looking up all the classes that
implement a specific bean interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryCreator
A factory registry capable to creates factories if no appropriate
instance was found in the registry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFactory.onDeregistration(FactoryRegistry registry,
Class category)
Called when this factory is removed from the given
category of the given registry. |
void |
RegistrableFactory.onDeregistration(FactoryRegistry registry,
Class<?> category) |
void |
RegistrableFactory.onRegistration(FactoryRegistry registry,
Class<?> category) |
void |
AbstractFactory.onRegistration(FactoryRegistry registry,
Class<?> category)
Called when this factory is added to the given
category of the given registry. |
Copyright © 1996–2019 Geotools. All rights reserved.