Package org.osm2world.core.map_elevation.data

Examples of org.osm2world.core.map_elevation.data.WaySegmentElevationProfile


   
    for (MapWaySegment segment : mapData.getMapWaySegments()) {

      if (segment.getPrimaryRepresentation() == null) continue;
     
      WaySegmentElevationProfile profile =
        new WaySegmentElevationProfile(segment);
     
      //TODO replace old ElevationProfile stuff
//      profile.addPointWithEle(
//        segment.getStartNode().getElevationProfile().getPointWithEle());
//      profile.addPointWithEle(
View Full Code Here

TOP

Related Classes of org.osm2world.core.map_elevation.data.WaySegmentElevationProfile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.