Uses of Package
org.osm2world.core.heightmap.data

Packages that use org.osm2world.core.heightmap.data
org.osm2world.core   
org.osm2world.core.heightmap.creation   
org.osm2world.core.heightmap.data   
org.osm2world.core.map_elevation.creation   
org.osm2world.core.target.obj target that creates Wavefront .obj and .mtl files 
org.osm2world.core.target.povray target that creates .pov files for the POVRay raytracer 
org.osm2world.core.terrain.creation   
org.osm2world.core.terrain.data   
org.osm2world.viewer.view.debug   
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core.heightmap.creation
AbstractCellularTerrainElevation
           
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
TerrainElevation
          elevation data for the ground.
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core.heightmap.data
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
TerrainElevation
          elevation data for the ground.
TerrainElevationCell
           
TerrainPoint
           
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core.map_elevation.creation
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
TerrainPoint
           
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core.target.obj
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core.target.povray
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core.terrain.creation
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.core.terrain.data
TerrainElevationCell
           
 

Classes in org.osm2world.core.heightmap.data used by org.osm2world.viewer.view.debug
CellularTerrainElevation
          Terrain elevation data that consists of points arranged in a grid structure (2d array).