org.osm2world.core.heightmap.data
Interface TerrainElevationCell

All Superinterfaces:
IntersectionTestObject

public interface TerrainElevationCell
extends IntersectionTestObject


Method Summary
 TerrainPoint getBottomLeft()
           
 TerrainPoint getBottomRight()
           
 PolygonXYZ getPolygonXYZ()
          returns 3d polygon surrounding this cell.
 SimplePolygonXZ getPolygonXZ()
          returns the counterclockwise polygon surrounding this cell.
 Collection<TerrainPoint> getTerrainPoints()
           
 TerrainPoint getTopLeft()
           
 TerrainPoint getTopRight()
           
 
Methods inherited from interface IntersectionTestObject
getAxisAlignedBoundingBoxXZ
 

Method Detail

getTopLeft

TerrainPoint getTopLeft()

getBottomLeft

TerrainPoint getBottomLeft()

getTopRight

TerrainPoint getTopRight()

getBottomRight

TerrainPoint getBottomRight()

getTerrainPoints

Collection<TerrainPoint> getTerrainPoints()

getPolygonXZ

SimplePolygonXZ getPolygonXZ()
returns the counterclockwise polygon surrounding this cell.


getPolygonXYZ

PolygonXYZ getPolygonXYZ()
returns 3d polygon surrounding this cell. ordering and XZ coordinates are the same as for getPolygonXZ().