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

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

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

Methods in org.osm2world.core.map_data.data that return WaySegmentElevationProfile
 WaySegmentElevationProfile MapWaySegment.getElevationProfile()
           
 

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