public final class FootprintLoaderFinder extends Object
In order to be located by this finder modules must provide an implementation of the FootprintLoaderSpi
interface.
In addition to implementing this interface, this service file should be defined:
META-INF/services/org.geotools.coverage.grid.io.footprint.FootprintLoaderSpi
*
Example:
org.geotools.coverage.grid.io.footprint.WKBLoaderSPI
Modifier and Type | Method and Description |
---|---|
static Set<FootprintLoaderSpi> |
getAvailableLoaders()
Finds all available implementations of
FootprintLoaderSpi which have registered using
the services mechanism. |
static void |
scanForPlugins()
Scans for factory plug-ins on the application class path.
|
public static Set<FootprintLoaderSpi> getAvailableLoaders()
FootprintLoaderSpi
which have registered using
the services mechanism.Set
of all discovered modules which have registered factoriespublic static void scanForPlugins()
Copyright © 1996–2019 Geotools. All rights reserved.