org.deegree.tools.rendering.manager
Class DataManager

java.lang.Object
  extended by org.deegree.tools.rendering.manager.DataManager

@Tool(value="The DataManager inserts, updates and deletes 3d-objects in/from the WPVS backend")
public class DataManager
extends Object

The DataManager is the user interface to the WPVS model backend. It can insert, update and delete following data models:

Version:
$Revision: 31688 $, $Date: 2011-08-30 15:05:12 +0200 (Tue, 30 Aug 2011) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $

Nested Class Summary
static class DataManager.Action
          The Action the datamanager may perform
 
Field Summary
static String OPT_CITY_GML_COLOR
          The commandline argument for the building color of a citygml file
static String OPT_CITY_GML_SCHEMA
          The commandline argument for the schemalocation of a citygml file
static String OPT_USE_OPENGIS
          The commandline argument for using the opengis namespace or the citygml namespace.
static String OPT_UUID
          The commandline argument for the building id
static String OPT_VRML_FLIP_Y_Z
          The commandline argument for the flipping of y and z
static String OPT_VRML_MAX_TEX_DIM
          The commandline argument for the maximum size of a texture.
static String OPT_VRML_ROTATION_AXIS
          The commandline argument for the rotation axis definition, a comma separated list of 4 values, x,y,z,a
static String OPT_VRML_TRANSLATION_X
          The commandline argument for the translation in x direction.
static String OPT_VRML_TRANSLATION_Y
          The commandline argument for the translation in y direction.
static String OPT_VRML_TRANSLATION_Z
          The commandline argument for the translation in z direction.
 
Constructor Summary
DataManager()
           
 
Method Summary
static void main(String[] args)
          Creates the commandline parser and adds the options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPT_UUID

public static final String OPT_UUID
The commandline argument for the building id

See Also:
Constant Field Values

OPT_VRML_TRANSLATION_X

public static final String OPT_VRML_TRANSLATION_X
The commandline argument for the translation in x direction.

See Also:
Constant Field Values

OPT_VRML_TRANSLATION_Y

public static final String OPT_VRML_TRANSLATION_Y
The commandline argument for the translation in y direction.

See Also:
Constant Field Values

OPT_VRML_TRANSLATION_Z

public static final String OPT_VRML_TRANSLATION_Z
The commandline argument for the translation in z direction.

See Also:
Constant Field Values

OPT_VRML_FLIP_Y_Z

public static final String OPT_VRML_FLIP_Y_Z
The commandline argument for the flipping of y and z

See Also:
Constant Field Values

OPT_VRML_MAX_TEX_DIM

public static final String OPT_VRML_MAX_TEX_DIM
The commandline argument for the maximum size of a texture.

See Also:
Constant Field Values

OPT_VRML_ROTATION_AXIS

public static final String OPT_VRML_ROTATION_AXIS
The commandline argument for the rotation axis definition, a comma separated list of 4 values, x,y,z,a

See Also:
Constant Field Values

OPT_CITY_GML_SCHEMA

public static final String OPT_CITY_GML_SCHEMA
The commandline argument for the schemalocation of a citygml file

See Also:
Constant Field Values

OPT_CITY_GML_COLOR

public static final String OPT_CITY_GML_COLOR
The commandline argument for the building color of a citygml file

See Also:
Constant Field Values

OPT_USE_OPENGIS

public static final String OPT_USE_OPENGIS
The commandline argument for using the opengis namespace or the citygml namespace.

See Also:
Constant Field Values
Constructor Detail

DataManager

public DataManager()
Method Detail

main

public static void main(String[] args)
Creates the commandline parser and adds the options.

Parameters:
args -


Copyright © 2011. All Rights Reserved.