Uses of Interface
org.osm2world.core.heightmap.data.CellularTerrainElevation

Packages that use CellularTerrainElevation
org.osm2world.core   
org.osm2world.core.heightmap.creation   
org.osm2world.core.heightmap.data   
org.osm2world.core.map_elevation.creation   
org.osm2world.core.target.povray   
org.osm2world.core.terrain.creation   
org.osm2world.viewer.view.debug   
 

Uses of CellularTerrainElevation in org.osm2world.core
 

Methods in org.osm2world.core that return CellularTerrainElevation
 CellularTerrainElevation ConversionFacade.Results.getEleData()
           
 

Constructors in org.osm2world.core with parameters of type CellularTerrainElevation
ConversionFacade.Results(MapProjection mapProjection, MapData grid, Terrain terrain, CellularTerrainElevation eleData)
           
 

Uses of CellularTerrainElevation in org.osm2world.core.heightmap.creation
 

Classes in org.osm2world.core.heightmap.creation that implement CellularTerrainElevation
 class EmptyTerrainElevationGrid
           
 class FlatTerrainElevation
           
 class WaveTerrainElevation
           
 

Uses of CellularTerrainElevation in org.osm2world.core.heightmap.data
 

Classes in org.osm2world.core.heightmap.data that implement CellularTerrainElevation
 class AbstractCellularTerrainElevation
           
 

Uses of CellularTerrainElevation in org.osm2world.core.map_elevation.creation
 

Fields in org.osm2world.core.map_elevation.creation declared as CellularTerrainElevation
protected  CellularTerrainElevation ElevationCalculator.ElevationDeterminationScenario.eleData
           
 

Methods in org.osm2world.core.map_elevation.creation with parameters of type CellularTerrainElevation
 void ElevationCalculator.calculateElevations(MapData grid, CellularTerrainElevation eleData)
           
protected  ElevationCalculator.ElevationDeterminationScenario ElevationCalculator.createScenario(CellularTerrainElevation eleData)
           
protected  ElevationCalculator.ElevationDeterminationScenario RenderingElevationCalculator.createScenario(CellularTerrainElevation eleData)
           
 

Constructors in org.osm2world.core.map_elevation.creation with parameters of type CellularTerrainElevation
ElevationCalculator.ElevationDeterminationScenario(CellularTerrainElevation eleData)
           
 

Uses of CellularTerrainElevation in org.osm2world.core.target.povray
 

Methods in org.osm2world.core.target.povray with parameters of type CellularTerrainElevation
static void POVRayWriter.writePOVInstructionFile(File file, MapData grid, CellularTerrainElevation eleData, Terrain terrain, Camera camera, Projection projection)
           
 

Uses of CellularTerrainElevation in org.osm2world.core.terrain.creation
 

Methods in org.osm2world.core.terrain.creation with parameters of type CellularTerrainElevation
 Terrain TerrainCreator.createTerrain(MapData grid, CellularTerrainElevation eleData)
           
 

Uses of CellularTerrainElevation in org.osm2world.viewer.view.debug
 

Fields in org.osm2world.viewer.view.debug declared as CellularTerrainElevation
protected  CellularTerrainElevation DebugView.eleData