public final class CoverageFactoryFinder extends FactoryFinder
EMPTY_HINTS| Modifier and Type | Method and Description |
|---|---|
static Set<GridCoverageFactory> |
getGridCoverageFactories(Hints hints)
Returns a set of all available implementations for the
GridCoverageFactory interface. |
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.
|
mergeSystemHintspublic 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 null if none.FactoryRegistryException - if no implementation was found or can be created for the
GridCoverageFactory interface.Hints.DEFAULT_COORDINATE_REFERENCE_SYSTEM,
Hints.TILE_ENCODINGpublic static Set<GridCoverageFactory> getGridCoverageFactories(Hints hints)
GridCoverageFactory interface.hints - An optional map of hints, or null if none.public static void scanForPlugins()
Copyright © 1996–2019 Geotools. All rights reserved.