Package journeymap.api.v2.client.model
Class MapPolygonWithHoles
java.lang.Object
journeymap.api.v2.client.model.MapPolygonWithHoles
This is a simple convenience wrapper for an outer
MapPolygon and
a list of holes.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapPolygonWithHoles(MapPolygon hull, List<MapPolygon> holes) Creates a MapPolygonWithHoles. -
Method Summary
-
Field Details
-
hull
-
holes
-
-
Constructor Details
-
MapPolygonWithHoles
Creates a MapPolygonWithHoles.- Parameters:
hull- The outer hull of the polygon.holes- Intersecting polygons representing holes in the hull.
-