org.osm2world.viewer.view.debug
Class TerrainElevationGridDebugView

Object
  extended by DebugView
      extended by TerrainElevationGridDebugView

public class TerrainElevationGridDebugView
extends DebugView

shows the CellularTerrainElevation


Field Summary
 
Fields inherited from class DebugView
camera, config, eleData, map, projection, terrain
 
Constructor Summary
TerrainElevationGridDebugView()
           
 
Method Summary
 void fillTarget(JOGLTarget target)
          lets the subclass add all content and settings for rendering.
 
Methods inherited from class DebugView
canBeUsed, drawArrow, drawBox, drawBoxAround, drawBoxAround, getDescription, renderTo, setConfiguration, setConversionResults, updateTarget
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerrainElevationGridDebugView

public TerrainElevationGridDebugView()
Method Detail

fillTarget

public void fillTarget(JOGLTarget target)
Description copied from class: DebugView
lets the subclass add all content and settings for rendering. Will only be called if DebugView.canBeUsed() is true.

Specified by:
fillTarget in class DebugView