Uses of Class
org.osm2world.core.terrain.data.TerrainPatch

Packages that use TerrainPatch
org.osm2world.core.terrain.data   
 

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

Subclasses of TerrainPatch in org.osm2world.core.terrain.data
 class EmptyCellTerrainPatch
          terrain patch for a special case, the empty terrain cell.
 class GenericTerrainPatch
          the "normal" TerrainPatch implementation.
 

Methods in org.osm2world.core.terrain.data that return types with arguments of type TerrainPatch
 Collection<TerrainPatch> Terrain.getPatches()
          returns the patches making up the entire terrain.
 

Constructor parameters in org.osm2world.core.terrain.data with type arguments of type TerrainPatch
Terrain(Collection<TerrainPatch> patches)