|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.coverage.raster.io.imageio.geotiff.GeoTiffWriter
public class GeoTiffWriter
This class is for writing GeoTIFF files from any java.awt.image. At that time, only writing the Bounding Box is available.
| Constructor Summary | |
|---|---|
GeoTiffWriter(BufferedImage image,
Envelope envelope,
double resx,
double resy,
CRS crs)
creates an GeoTiffWriter instance from an java.awt.image. |
|
GeoTiffWriter(BufferedImage image,
Envelope envelope,
double resx,
double resy,
CRS crs,
double offset,
double scaleFactor)
creates an GeoTiffWriter instance from an java.awt.image. |
|
| Method Summary | |
|---|---|
void |
write(OutputStream os)
Writes the GeoTIFF as a BufferedImage to an OutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoTiffWriter(BufferedImage image,
Envelope envelope,
double resx,
double resy,
CRS crs)
image - the image, to be transformed to a GeoTIFF.envelope - the BoundingBox, the GeoTIFF should haveresx - The X-Resolutionresy - The Y-Resolutioncrs -
public GeoTiffWriter(BufferedImage image,
Envelope envelope,
double resx,
double resy,
CRS crs,
double offset,
double scaleFactor)
image - the image, to be transformed to a GeoTIFF.envelope - the BoundingBox, the GeoTIFF should haveresx - The X-Resolutionresy - The Y-Resolutioncrs - offset - scaleFactor - | Method Detail |
|---|
public void write(OutputStream os)
throws IOException
os - the output stream, which has to be written.
IOException
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||