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

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

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

Methods in org.osm2world.core.map_data.data that return NodeElevationProfile
 NodeElevationProfile MapNode.getElevationProfile()
           
 

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