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: 19533 $, $Date: 2009-09-08 09:44:44 +0200 (Di, 08 Sep 2009) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: rbezema $
|
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()
getJAIFormat
static String getJAIFormat(String extension)
- Parameters:
extension -
- Returns:
- the JAI format name for extension
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.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>