org.deegree.coverage.raster.io
Interface RasterIOProvider
- All Known Implementing Classes:
- GridRasterIOProvider, IIORasterIOProvider, JAIRasterIOProvider, XYZRasterIOProvider
public interface RasterIOProvider
This interface is for all classes that provide raster IO. It uses the new Java 6 ServiceLoader.
To add your own raster IO to deegree you have to implement this interface and put the class name of _your_
implementing class in META-INF/services/org.deegree.model.coverage.raster within _your_ .jar or classes directory.
Then you have to add your implementation to the classpath of deegree.
- Version:
- $Revision: 19082 $, $Date: 2009-08-13 12:28:39 +0200 (Do, 13 Aug 2009) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: rbezema $
- See Also:
ServiceLoader
getRasterReader
RasterReader getRasterReader(String type)
- Parameters:
type
-
- Returns:
- a raster reader of the requested type, or null
getRasterWriter
RasterWriter getRasterWriter(String type)
- Parameters:
type
-
- Returns:
- a raster writer of the requested type, or null
getRasterReaderFormats
Set<String> getRasterReaderFormats()
- Returns:
- a
Set
of (image) formats the raster writer can read.
getRasterWriterFormats
Set<String> getRasterWriterFormats()
- 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]]>