org.deegree.coverage.raster.io.imageio.geotiff
Class GeoTiffWriter

java.lang.Object
  extended by org.deegree.coverage.raster.io.imageio.geotiff.GeoTiffWriter

public class GeoTiffWriter
extends Object

ImageIO based geo tiff writer. Currently following geotiff tags are exported:

Version:
$Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Constructor Summary
GeoTiffWriter()
           
 
Method Summary
static void save(AbstractRaster raster, File file)
           
static void save(AbstractRaster raster, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoTiffWriter

public GeoTiffWriter()
Method Detail

save

public static void save(AbstractRaster raster,
                        OutputStream out)
                 throws IOException
Parameters:
raster -
out -
Throws:
IOException

save

public static void save(AbstractRaster raster,
                        File file)
                 throws IOException
Parameters:
raster -
file -
Throws:
IOException


Copyright © 2011. All Rights Reserved.