org.deegree.services.wcs.coverages
Class SimpleRasterResult
java.lang.Object
org.deegree.services.wcs.coverages.SimpleRasterResult
- All Implemented Interfaces:
- CoverageResult
public class SimpleRasterResult
- extends Object
- implements CoverageResult
This is a container for coverage results.
- Version:
- $Revision: 19573 $, $Date: 2009-09-10 12:28:55 +0200 (Thu, 10 Sep 2009) $
- Author:
- Oliver Tonnhofer, last edited by: $Author: rbezema $
Method Summary |
void |
write(OutputStream out)
Write the result into the given output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleRasterResult
public SimpleRasterResult(AbstractRaster result,
String format)
- Parameters:
result
- format
- the output format (tiff, jpeg, etc.)
write
public void write(OutputStream out)
throws IOException
- Description copied from interface:
CoverageResult
- Write the result into the given output stream.
- Specified by:
write
in interface CoverageResult
- Throws:
IOException
Copyright © 2011. All Rights Reserved.