org.deegree.ogcwebservices.wpvs.configuration
Class RenderingConfiguration
java.lang.Object
org.deegree.ogcwebservices.wpvs.configuration.RenderingConfiguration
public final class RenderingConfiguration
- extends Object
The RenderingConfiguration
class is a simple wrapper to retrieve the configuration
of the rendering options.
- Version:
- $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Rutger Bezema, last edited by: $Author: apoth $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RenderingConfiguration getInstance()
- Returns:
- gets a RenderingConfiguration as a singleton pattern.
getColoringAttributes
public final javax.media.j3d.ColoringAttributes getColoringAttributes()
- Returns:
- the coloringAttributes, Configured rendering properties valid for all rendered
primitives.
getTextureAttributes
public final javax.media.j3d.TextureAttributes getTextureAttributes()
- Returns:
- the TextureAttributes, Configured rendering properties valid for all rendered
textured primitives.
getSurfacePolygonAttributes
public final javax.media.j3d.PolygonAttributes getSurfacePolygonAttributes()
- Returns:
- the surfacePolygonAttributes, Configured rendering properties for the rendered
surfaces.
getTerrainPolygonAttributes
public final javax.media.j3d.PolygonAttributes getTerrainPolygonAttributes()
- Returns:
- the terrainPolygonAttributes, Configured rendering properties for the rendered
terrain.
getTexture
public final javax.media.j3d.Texture getTexture(BufferedImage textureImage)
- Parameters:
textureImage
- the image to load as a texture
- Returns:
- a Texture with loaded according the configured mipmap properties.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net