Locked History Actions

RasterTreeUpdater

RasterTreeUpdater

1. General Information

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

2. Description

This tool enables a user to update a subset of an already existing deegree raster pyramid. So it will not be necessary to recreate a complete pyramid that may exceed XX GB of data just for updating a small area.

3. Library Dependancies

  • deegree2.jar
    acme.jar;
    batik-awt-util.jar
    commons-beanutils-1.5.jar
    commons-codec-1.3.jar
    commons-collections-3.1.jar
    commons-digester-1.7.jar
    commons-discovery-0.2.jar
    commons-logging.jar
    jai_codec.jar
    jai_core.jar
    mlibwrapper_jai.jar
    j3dcore.jar
    j3dutils.jar
    vecmath.jar
    jts-1.8.jar
    log4j-1.2.9.jar
    jaxen-1.1-beta-8.jar
    ehcache-1.2.0_03.jar

4. Usage

The programm will be invoked as follows:

java -Xms300m -Xmx1000m -classpath .;lib/deegree2.jar org.deegree.tools.raster.RasterTreeUpdater
-wcs D:\deegree\wcs_utah_configuration.xml -verbose -mapFiles D:\deegree\test_update.jpg

Explanation for the command line parameters:

-wcs <URL/filename>

  • The URL or a filename of the WCS configuration that was generated by the RasterTreeBuilder. Mandatory.

-name <name>

  • The name of the coverage to update. Optional.

-verbose

  • Print out more informational messages.

-interpolation <name>

  • The name of the interpolation to be used, as specified in the RasterTreeBuilder. Optional. Default is Nearest Neighbor.

-depth <n>

  • The bit depth of the output images. Optional. Default is 16.

-quality <n>

  • The desired output quality, between 0 and 1. Optional. Default is 0.95.

-mapFiles <file1,file2...fileN>

  • comma separated list of image files to update. These files need to have a corresponding worldfile, as usual.

-worldFileType <type>

  • How to treat worldfiles that are read. Possible values are outer and center. Center is the default.


look for other deegreeTools


CategoryDeegree2