org.osm2world.core.map_elevation.creation
public class LevelTagElevationCalculator extends TagElevationCalculator
Constructor and Description |
---|
LevelTagElevationCalculator() |
LevelTagElevationCalculator(double elePerLevel) |
Modifier and Type | Method and Description |
---|---|
protected Double |
getEleForTags(TagGroup tags)
returns the elevation as set explicitly by the tags
|
calculateElevations
public LevelTagElevationCalculator(double elePerLevel)
public LevelTagElevationCalculator()
protected Double getEleForTags(TagGroup tags)
TagElevationCalculator
getEleForTags
in class TagElevationCalculator