org.deegree.coverage.raster.io.jai
Class JAIRasterIOProvider
java.lang.Object
org.deegree.coverage.raster.io.jai.JAIRasterIOProvider
- All Implemented Interfaces:
- RasterIOProvider
public class JAIRasterIOProvider
- extends Object
- implements RasterIOProvider
This class is a RasterIOProvider and makes the JAIRasterReader and JAIRasterWriter available to the deegree raster
IO.
- Version:
- $Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: mschneider $
Field Summary |
protected static Set<String> |
SUPPORTED_TYPES
Holds the list of supported image formats of the JAI library. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUPPORTED_TYPES
protected static final Set<String> SUPPORTED_TYPES
- Holds the list of supported image formats of the JAI library.
JAIRasterIOProvider
public JAIRasterIOProvider()
getRasterReader
public RasterReader getRasterReader(String type)
- Specified by:
getRasterReader
in interface RasterIOProvider
- Returns:
- a raster reader of the requested type, or null
getRasterWriter
public RasterWriter getRasterWriter(String type)
- Specified by:
getRasterWriter
in interface RasterIOProvider
- Returns:
- a raster writer of the requested type, or null
getRasterReaderFormats
public Set<String> getRasterReaderFormats()
- Specified by:
getRasterReaderFormats
in interface RasterIOProvider
- Returns:
- a
Set
of (image) formats the raster writer can read.
getRasterWriterFormats
public Set<String> getRasterWriterFormats()
- Specified by:
getRasterWriterFormats
in interface RasterIOProvider
- Returns:
- a
Set
of (image) formats the raster writer support.
Copyright © 2011. All Rights Reserved.