public static class MultipolygonBuilder.JoinedPolygon extends Object
Modifier and Type | Field and Description |
---|---|
Area |
area |
Rectangle |
bounds |
List<Node> |
nodes |
List<Boolean> |
reversed |
List<Way> |
ways |
Constructor and Description |
---|
MultipolygonBuilder.JoinedPolygon(List<Way> ways,
List<Boolean> reversed)
Constructs a new
JoinedPolygon from given list of ways. |
MultipolygonBuilder.JoinedPolygon(Way way)
Creates a polygon from single way.
|
public MultipolygonBuilder.JoinedPolygon(List<Way> ways, List<Boolean> reversed)
JoinedPolygon
from given list of ways.ways
- The ways used to build joined polygonpublic MultipolygonBuilder.JoinedPolygon(Way way)
way
- the way to form the polygon