|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.coverage.FactoryFinder
Defines static methods used to access the application's default factory implementation.
Method Summary | |
static java.util.Set |
getGridCoverageFactories()
Returns a set of all available implementations for the GridCoverageFactory . |
static GridCoverageFactory |
getGridCoverageFactory(Hints hints)
Returns the first implementation of GridCoverageFactory matching the specified hints.
|
static void |
scanForPlugins()
Scans for factory plug-ins on the application class path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static GridCoverageFactory getGridCoverageFactory(Hints hints) throws FactoryRegistryException
GridCoverageFactory
matching the specified hints.
If no implementation matches, a new one is created if possible or an exception is thrown
otherwise.
hints
- An optional map of hints, or if none.
FactoryRegistryException
- if no implementation was found or can be created for the
GridCoverageFactory
interface.public static java.util.Set getGridCoverageFactories()
GridCoverageFactory
.
public static void scanForPlugins()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |