org.osm2world.core.map_elevation.data
public class NodeElevationProfile extends ElevationProfile
MapNode
Constructor and Description |
---|
NodeElevationProfile(MapNode node) |
Modifier and Type | Method and Description |
---|---|
double |
getEle() |
double |
getEleAt(VectorXZ pos) |
protected MapElement |
getElement() |
double |
getMaxEle() |
double |
getMinEle() |
Collection<VectorXYZ> |
getPointsWithEle() |
VectorXYZ |
getPointWithEle() |
VectorXYZ |
getWithEle(VectorXZ pos) |
void |
setEle(double ele) |
getWithEle
public NodeElevationProfile(MapNode node)
protected MapElement getElement()
getElement
in class ElevationProfile
public VectorXYZ getPointWithEle()
public Collection<VectorXYZ> getPointsWithEle()
getPointsWithEle
in class ElevationProfile
public double getEle()
public double getEleAt(VectorXZ pos)
getEleAt
in class ElevationProfile
public VectorXYZ getWithEle(VectorXZ pos)
getWithEle
in class ElevationProfile
public void setEle(double ele)
public double getMaxEle()
getMaxEle
in class ElevationProfile
public double getMinEle()
getMinEle
in class ElevationProfile