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

Packages that use TerrainElevation
org.osm2world.core.heightmap.creation   
org.osm2world.core.heightmap.data   
 

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

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

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

Subinterfaces of TerrainElevation in org.osm2world.core.heightmap.data
 interface CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
 

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