org.osm2world.core.heightmap.data
Interface TerrainElevation

All Known Subinterfaces:
CellularTerrainElevation
All Known Implementing Classes:
AbstractCellularTerrainElevation, EmptyTerrainElevationGrid, FlatTerrainElevation, WaveTerrainElevation

public interface TerrainElevation

elevation data for the ground. Rather abstract interface that doesn't impose restrictions on the order of points with known elevation.


Method Summary
 Collection<TerrainPoint> getTerrainPoints()
           
 

Method Detail

getTerrainPoints

Collection<TerrainPoint> getTerrainPoints()