Uses of Interface
org.geotools.util.factory.FactoryIteratorProvider
- 
Packages that use FactoryIteratorProvider Package Description org.geotools.util.factory Utility classes which enable dynamic binding to factory implementations at runtime.
- 
- 
Uses of FactoryIteratorProvider in org.geotools.util.factoryMethods in org.geotools.util.factory with parameters of type FactoryIteratorProvider Modifier and Type Method Description static voidGeoTools. addFactoryIteratorProvider(FactoryIteratorProvider provider)Adds an alternative way to search for factory implementations.static voidGeoTools. removeFactoryIteratorProvider(FactoryIteratorProvider provider)Removes a provider that was previously added.
 
-