Class RadialHeightMap

java.lang.Object
davidmarino.service.mapservice.RadialHeightMap

public class RadialHeightMap extends Object
Used for producing height map.
  • Constructor Details

    • RadialHeightMap

      public RadialHeightMap()
  • Method Details

    • adjustToRadial

      public void adjustToRadial(Point point)
      Adjusts z index of site point of polygon depending on the distance from the center.
      Parameters:
      point - site
    • applyRadialHeightMap

      public static void applyRadialHeightMap(ArrayList<Polygon> polygons)
      Applies the z value of every polygons site which is used to determine elevation.
      Parameters:
      polygons - to apply to