org.deegree.protocol.wms.raster
Class WMSIOProvider
java.lang.Object
org.deegree.protocol.wms.raster.WMSIOProvider
- All Implemented Interfaces:
- RasterIOProvider
public class WMSIOProvider
- extends Object
- implements RasterIOProvider
Supplies the information needed to create WMS based coverage
- Version:
- $Revision: 27834 $, $Date: 2010-11-08 14:23:07 +0100 (Mon, 08 Nov 2010) $
- Author:
- Rutger Bezema, last edited by: $Author: aschmitz $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMSIOProvider
public WMSIOProvider()
getRasterReader
public RasterReader getRasterReader(String type)
- Specified by:
getRasterReader
in interface RasterIOProvider
- Returns:
- a raster reader 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.
getRasterWriter
public RasterWriter getRasterWriter(String type)
- Specified by:
getRasterWriter
in interface RasterIOProvider
- Returns:
- a raster writer of the requested type, or null
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.