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

Packages that use ElevationProfile
org.osm2world.core.map_data.data   
org.osm2world.core.map_elevation.data   
 

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

Methods in org.osm2world.core.map_data.data that return ElevationProfile
 ElevationProfile MapElement.getElevationProfile()
          returns the elevation information for this GridElement.
 

Uses of ElevationProfile in org.osm2world.core.map_elevation.data
 

Subclasses of ElevationProfile in org.osm2world.core.map_elevation.data
 class AreaElevationProfile
          elevation profile for a MapArea
 class NodeElevationProfile
          elevation profile for a MapNode
 class WaySegmentElevationProfile
          elevation profile for a MapWaySegment