org.deegree.services.wpvs
Class WPVSConfiguration
java.lang.Object
org.deegree.services.wpvs.WPVSConfiguration
public class WPVSConfiguration
- extends Object
This class represents a WPVSConfiguration
object.
- Author:
- Ugo Taddei, last edited by: $Author: rbezema $
$Revision: 24244 $, $Date: 2010-05-07 17:58:57 +0200 (Fri, 07 May 2010) $
Field Summary |
static javax.vecmath.Vector3f |
UP_VECTOR
Defines the up vector for the scene |
Method Summary |
protected static javax.media.opengl.GLPbuffer |
createOffscreenBuffer()
creates and returns a canvas for offscreen rendering |
javax.media.opengl.GLPbuffer |
getRenderer()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UP_VECTOR
public static final javax.vecmath.Vector3f UP_VECTOR
- Defines the up vector for the scene
WPVSConfiguration
public WPVSConfiguration()
createOffscreenBuffer
protected static javax.media.opengl.GLPbuffer createOffscreenBuffer()
- creates and returns a canvas for offscreen rendering
- Returns:
- a offscreen Canvas3D on which the the scene will be rendered.
getRenderer
public javax.media.opengl.GLPbuffer getRenderer()
- Returns:
- the renderer
Copyright © 2011. All Rights Reserved.