| java.lang.Object org.geotools.coverage.FactoryFinder
FactoryFinder | final public class FactoryFinder (Code) | | Defines static methods used to access the application's default
implementation.
since: 2.1 version: $Id: FactoryFinder.java 22110 2006-10-13 18:28:21Z desruisseaux $ author: Martin Desruisseaux |
getGridCoverageFactories | public static synchronized Set getGridCoverageFactories(Hints hints)(Code) | | Returns a set of all available implementations for the
GridCoverageFactory interface.
Parameters: hints - An optional map of hints, or null if none. Set of available grid coverage factory implementations. since: 2.4 |
scanForPlugins | public static synchronized void scanForPlugins()(Code) | | Scans for factory plug-ins on the application class path. This method is
needed because the application class path can theoretically change, or
additional plug-ins may become available. Rather than re-scanning the
classpath on every invocation of the API, the class path is scanned
automatically only on the first invocation. Clients can call this
method to prompt a re-scan. Thus this method need only be invoked by
sophisticated applications which dynamically make new plug-ins
available at runtime.
|
|
|