Locked History Actions

OracleGeoRasterExporter

OracleGeoRasterExporter

1. General Information

First of all, please make sure to read the chapter on General Information for all deegreeTools.

2. Description

OracleGeoRasterExporter is an utitliy program to export an image from Oracle 10g GeoRaster Database. To use this program you must download Oracle JDBC driver library, SDO libraries and georaster libraries from Oracle developer pages because we are nor allowed to publish these libs.

3. Library Dependancies

general libs

  • deegree2.jar
    ...to do...

Oracle Spatial specific libs

  • ...to do...

4. Usage

The program will be invoked as follows:

  • TODO add command line

The program receives following commandline parameter:

-driver

  • Oracle database driver class (usualy oracle.jdbc.OracleDriver)

-url

  • connection information too a Oracle database ( e.g. jdbc:oracle:thin:@127.0.0.1:1521:deegree)

-user

  • user name for database connection

-password

  • user's password

-rdtName

  • name of the RDTable to be used for importing georaster

-imageTableName

  • name of the table to be used for importing georaster

-georColName

  • name of the georaster column of -imageTableName

-envelope

  • bounding box of the image subset to be exported

-level

  • Oracle GeoRaster pyramid level. If no pyramid has been created '-level 1' must be used

-outFile

  • name of the result image file

-width

  • desired raster (image) width; optional, default = 1000

-height

  • desired raster (image) height; optional, default = 1000

-identification

  • SQL where clause which identifies the raster of the imageTable to be exported (e.g. "ID = 1")


look for other deegreeTools