deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.coverage.raster.io.jai
Class JAIRasterIOProvider

java.lang.Object
  extended by 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.
 
Constructor Summary
JAIRasterIOProvider()
           
 
Method Summary
(package private) static String getJAIFormat(String extension)
           
 RasterReader getRasterReader(String type)
           
 Set<String> getRasterReaderFormats()
           
 RasterWriter getRasterWriter(String type)
           
 Set<String> getRasterWriterFormats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUPPORTED_TYPES

protected static final Set<String> SUPPORTED_TYPES
Holds the list of supported image formats of the JAI library.

Constructor Detail

JAIRasterIOProvider

public JAIRasterIOProvider()
Method Detail

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.

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>