|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.tools.rendering.manager.DataManager
@Tool(value="The DataManager inserts, updates and deletes 3d-objects in/from the WPVS backend") public class DataManager
The DataManager
is the user interface to the WPVS model backend. It can insert, update and delete
following data models:
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 |
---|
public static final String OPT_UUID
public static final String OPT_VRML_TRANSLATION_X
public static final String OPT_VRML_TRANSLATION_Y
public static final String OPT_VRML_TRANSLATION_Z
public static final String OPT_VRML_FLIP_Y_Z
public static final String OPT_VRML_MAX_TEX_DIM
public static final String OPT_VRML_ROTATION_AXIS
public static final String OPT_CITY_GML_SCHEMA
public static final String OPT_CITY_GML_COLOR
public static final String OPT_USE_OPENGIS
Constructor Detail |
---|
public DataManager()
Method Detail |
---|
public static void main(String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |