org.osm2world.core.map_elevation.creation
Class RenderingElevationCalculator

Object
  extended by ElevationCalculator
      extended by RenderingElevationCalculator

public class RenderingElevationCalculator
extends ElevationCalculator

ElevationCalculator that allows to set the number of calculation steps and displays the forces that would be in effect during the next step.


Nested Class Summary
 
Nested classes/interfaces inherited from class ElevationCalculator
ElevationCalculator.ElevationDeterminationScenario
 
Field Summary
 
Fields inherited from class ElevationCalculator
CALCULATION_STEPS
 
Constructor Summary
RenderingElevationCalculator(int steps)
           
 
Method Summary
protected  ElevationCalculator.ElevationDeterminationScenario createScenario(CellularTerrainElevation eleData)
           
 int getSteps()
           
 void renderTo(JOGLTarget util)
           
 
Methods inherited from class ElevationCalculator
calculateElevations
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingElevationCalculator

public RenderingElevationCalculator(int steps)
Method Detail

getSteps

public int getSteps()

renderTo

public void renderTo(JOGLTarget util)

createScenario

protected ElevationCalculator.ElevationDeterminationScenario createScenario(CellularTerrainElevation eleData)
Overrides:
createScenario in class ElevationCalculator