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.factory
Methods in org.geotools.util.factory with parameters of type FactoryIteratorProvider Modifier and Type Method Description static void
GeoTools. addFactoryIteratorProvider(FactoryIteratorProvider provider)
Adds an alternative way to search for factory implementations.static void
GeoTools. removeFactoryIteratorProvider(FactoryIteratorProvider provider)
Removes a provider that was previously added.
-