|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.factory.FactoryFinder
org.geotools.coverage.CoverageFactoryFinder
public final class CoverageFactoryFinder
Defines static methods used to access the application's default factory implementation.
Field Summary |
---|
Fields inherited from class org.geotools.factory.FactoryFinder |
---|
EMPTY_HINTS |
Method Summary | |
---|---|
static java.util.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. |
Methods inherited from class org.geotools.factory.FactoryFinder |
---|
mergeSystemHints |
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 null
if none.
FactoryRegistryException
- if no implementation was found or can be created for the
GridCoverageFactory
interface.Hints.DEFAULT_COORDINATE_REFERENCE_SYSTEM
,
Hints.TILE_ENCODING
public static java.util.Set<GridCoverageFactory> getGridCoverageFactories(Hints hints)
GridCoverageFactory
interface.
hints
- An optional map of hints, or null
if none.
public static void scanForPlugins()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |