org.osm2world.core.map_elevation.data
public abstract class ElevationProfile extends Object
MapElement
s' elevation profilesConstructor and Description |
---|
ElevationProfile() |
Modifier and Type | Method and Description |
---|---|
abstract double |
getEleAt(VectorXZ pos) |
protected abstract MapElement |
getElement() |
abstract double |
getMaxEle() |
abstract double |
getMinEle() |
abstract Collection<VectorXYZ> |
getPointsWithEle() |
List<VectorXYZ> |
getWithEle(List<VectorXZ> posList) |
VectorXYZ |
getWithEle(VectorXZ pos) |
public abstract double getEleAt(VectorXZ pos)
public abstract Collection<VectorXYZ> getPointsWithEle()
public abstract double getMinEle()
public abstract double getMaxEle()
protected abstract MapElement getElement()