|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectStatic
CoverageFactoryFinder
GridCoverageFactory.
Will wait for a GeoAPI interface before to provide a new factory finder.
@Deprecated public final class CoverageFactoryFinder
Defines static methods used to access the application's default factory implementation.
WARNING: This class is temporary. The methods in this class should move
to FactoryFinder. We can't move them now because we have not
yet defined an interface abstract enough for GridCoverageFactory.
| coverage/geotk-coverage (download) | View source code for this class |
| Method Summary | |
|---|---|
static GridCoverageProcessor |
getCoverageProcessor(Hints hints)
Deprecated. Returns the first implementation of CoverageProcessor matching the specified hints. |
static Set<GridCoverageProcessor> |
getCoverageProcessors(Hints hints)
Deprecated. Returns a set of all available implementations for the CoverageProcessor interface. |
static Set<GridCoverageFactory> |
getGridCoverageFactories(Hints hints)
Deprecated. Returns a set of all available implementations for the GridCoverageFactory interface. |
static GridCoverageFactory |
getGridCoverageFactory(Hints hints)
Deprecated. Returns the first implementation of GridCoverageFactory matching the specified hints. |
static void |
scanForPlugins()
Deprecated. Scans for factory plug-ins on the application class path. |
| Methods inherited from class 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_ENCODINGpublic static Set<GridCoverageFactory> getGridCoverageFactories(Hints hints)
GridCoverageFactory interface.
hints - An optional map of hints, or null if none.
public static GridCoverageProcessor getCoverageProcessor(Hints hints)
throws FactoryRegistryException
CoverageProcessor 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
CoverageProcessor interface.Hints.GRID_COVERAGE_PROCESSORpublic static Set<GridCoverageProcessor> getCoverageProcessors(Hints hints)
CoverageProcessor 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 | |||||||||