Class RadialHeightMap
java.lang.Object
davidmarino.service.mapservice.RadialHeightMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustToRadial
(Point point) Adjusts z index of site point of polygon depending on the distance from the center.static void
applyRadialHeightMap
(ArrayList<Polygon> polygons) Applies the z value of every polygons site which is used to determine elevation.
-
Constructor Details
-
RadialHeightMap
public RadialHeightMap()
-
-
Method Details
-
adjustToRadial
Adjusts z index of site point of polygon depending on the distance from the center.- Parameters:
point
- site
-
applyRadialHeightMap
-