org.deegree.coverage.raster.io.imageio.geotiff
Class GeoTiffWriter
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeoTiffWriter
public GeoTiffWriter()
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.