org.deegree.io.oraclegeoraster
Class GeoRasterReader
java.lang.Object
org.deegree.io.oraclegeoraster.GeoRasterReader
public class GeoRasterReader
- extends Object
- Since:
- 2.0
- Version:
- $Revision: 21672 $, 1.0. $Revision: 21672 $, $Date: 2009-12-29 09:44:20 +0100 (Tue, 29 Dec 2009) $
- Author:
- Andreas Poth, Stephan Reichhelm, Eryk Lipski, last edited by: $Author: apoth $
Currently only tested on Oracle 10gR2.
Method Summary |
static RenderedImage |
exportRaster(Connection connection,
Envelope envelope,
String rasterRDT,
String rasterTable,
String geoRasterCol,
String identification,
int level,
float width,
float height)
|
static 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 |
GeoRasterReader
public GeoRasterReader()
exportRaster
public static RenderedImage exportRaster(GeoRasterDescription grDesc,
Envelope envelope,
float width,
float height)
throws SQLException,
IOException,
oracle.spatial.georaster.GeoRasterException,
Exception
- Parameters:
grDesc
- envelope
- requested envelopewidth
- height
-
- Returns:
- rendered image
- Throws:
SQLException
IOException
oracle.spatial.georaster.GeoRasterException
Exception
exportRaster
public static RenderedImage exportRaster(Connection connection,
Envelope envelope,
String rasterRDT,
String rasterTable,
String geoRasterCol,
String identification,
int level,
float width,
float height)
throws Exception
- Parameters:
connection
- connection to Oracle databaseenvelope
- requested arearasterRDT
- name of the RDT-tablerasterTable
- name of the table containing a geo raster columngeoRasterCol
- name of the geoRaster columnidentification
- SQL where clause that identifies the raster of interestlevel
- requested resolution levelwidth
- height
-
- Returns:
- rendered image
- Throws:
SQLException
IOException
oracle.spatial.georaster.GeoRasterException
Exception
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org