org.osm2world.core.heightmap.data
public interface CellularTerrainElevation extends TerrainElevation
Modifier and Type | Method and Description |
---|---|
PolygonXYZ |
getBoundaryPolygon()
returns the boundary created from the first and last rows and columns
of the grid.
|
PolygonXZ |
getBoundaryPolygonXZ()
returns the boundary created from the first and last rows and columns
of the grid.
|
Iterable<? extends TerrainElevationCell> |
getCells()
returns Iterable over cells.
|
TerrainPoint[][] |
getTerrainPointGrid() |
getTerrainPoints
TerrainPoint[][] getTerrainPointGrid()
PolygonXYZ getBoundaryPolygon()
TerrainPoint
s' elevations have already
been set to non-null values.PolygonXZ getBoundaryPolygonXZ()
Iterable<? extends TerrainElevationCell> getCells()