deegree 2.5 (2011/06/29 09:44 build-8-official)

org.deegree.io.oraclegeoraster
Class GeoRasterReader

java.lang.Object
  extended by org.deegree.io.oraclegeoraster.GeoRasterReader

public class GeoRasterReader
extends java.lang.Object

Since:
2.0
Version:
$Revision: 21672 $, 1.0. $Revision: 21672 $, $Date: 2009-12-29 09:44:20 +0100 (Di, 29 Dez 2009) $
Author:
Andreas Poth, Stephan Reichhelm, Eryk Lipski, last edited by: $Author: apoth $ Currently only tested on Oracle 10gR2.

Constructor Summary
GeoRasterReader()
           
 
Method Summary
static java.awt.image.RenderedImage exportRaster(java.sql.Connection connection, Envelope envelope, java.lang.String rasterRDT, java.lang.String rasterTable, java.lang.String geoRasterCol, java.lang.String identification, int level, float width, float height)
           
static java.awt.image.RenderedImage exportRaster(GeoRasterDescription grDesc, Envelope envelope, float width, float height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoRasterReader

public GeoRasterReader()
Method Detail

exportRaster

public static java.awt.image.RenderedImage exportRaster(GeoRasterDescription grDesc,
                                                        Envelope envelope,
                                                        float width,
                                                        float height)
                                                 throws java.sql.SQLException,
                                                        java.io.IOException,
                                                        oracle.spatial.georaster.GeoRasterException,
                                                        java.lang.Exception
Parameters:
grDesc -
envelope - requested envelope
width -
height -
Returns:
rendered image
Throws:
java.sql.SQLException
java.io.IOException
oracle.spatial.georaster.GeoRasterException
java.lang.Exception

exportRaster

public static java.awt.image.RenderedImage exportRaster(java.sql.Connection connection,
                                                        Envelope envelope,
                                                        java.lang.String rasterRDT,
                                                        java.lang.String rasterTable,
                                                        java.lang.String geoRasterCol,
                                                        java.lang.String identification,
                                                        int level,
                                                        float width,
                                                        float height)
                                                 throws java.lang.Exception
Parameters:
connection - connection to Oracle database
envelope - requested area
rasterRDT - name of the RDT-table
rasterTable - name of the table containing a geo raster column
geoRasterCol - name of the geoRaster column
identification - SQL where clause that identifies the raster of interest
level - requested resolution level
width -
height -
Returns:
rendered image
Throws:
java.sql.SQLException
java.io.IOException
oracle.spatial.georaster.GeoRasterException
java.lang.Exception

deegree 2.5 (2011/06/29 09:44 build-8-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org