Uses of Class
org.osm2world.core.map_elevation.data.AreaElevationProfile

Packages that use AreaElevationProfile
org.osm2world.core.map_data.data   
 

Uses of AreaElevationProfile in org.osm2world.core.map_data.data
 

Methods in org.osm2world.core.map_data.data that return AreaElevationProfile
 AreaElevationProfile MapArea.getElevationProfile()
           
 

Methods in org.osm2world.core.map_data.data with parameters of type AreaElevationProfile
 void MapArea.setElevationProfile(AreaElevationProfile elevationProfile)