org.osm2world.core.heightmap.data
Class TerrainPoint

Object
  extended by TerrainPoint

public class TerrainPoint
extends Object


Constructor Summary
TerrainPoint(VectorXZ pos, Float ele)
           
 
Method Summary
 Float getEle()
          returns the point's elevation; null indicates an unknown elevation
 VectorXZ getPos()
           
 VectorXYZ getPosXYZ()
           
 void setEle(float ele)
          sets the point's elevation; null indicates an unknown elevation
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerrainPoint

public TerrainPoint(VectorXZ pos,
                    Float ele)
Method Detail

getPos

public VectorXZ getPos()

getPosXYZ

public VectorXYZ getPosXYZ()

getEle

public Float getEle()
returns the point's elevation; null indicates an unknown elevation


setEle

public void setEle(float ele)
sets the point's elevation; null indicates an unknown elevation


toString

public String toString()
Overrides:
toString in class Object