Examples of AreaElevationProfile


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

   
    for (MapArea area : mapData.getMapAreas()) {
     
      if (area.getPrimaryRepresentation() == null) continue;
     
      AreaElevationProfile profile =
        new AreaElevationProfile(area);
     
      for (MapNode node : area.getBoundaryNodes()) {
        //TODO replace old ElevationProfile stuff
//        profile.addPointWithEle(
//          node.getElevationProfile().getPointWithEle());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.