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

Packages that use TerrainElevationCell
org.osm2world.core.heightmap.data   
org.osm2world.core.terrain.data   
 

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

Methods in org.osm2world.core.heightmap.data that return types with arguments of type TerrainElevationCell
 Iterable<? extends TerrainElevationCell> CellularTerrainElevation.getCells()
          returns Iterable over cells.
 Iterable<? extends TerrainElevationCell> AbstractCellularTerrainElevation.getCells()
           
 

Uses of TerrainElevationCell in org.osm2world.core.terrain.data
 

Constructors in org.osm2world.core.terrain.data with parameters of type TerrainElevationCell
EmptyCellTerrainPatch(TerrainElevationCell cell)