public static class MultipolygonCreate.JoinedPolygon extends Object
Modifier and Type | Field and Description |
---|---|
List<Node> |
nodes |
List<Boolean> |
reversed |
List<Way> |
ways |
Constructor and Description |
---|
JoinedPolygon(List<Way> ways,
List<Boolean> reversed) |
JoinedPolygon(Way way)
Creates a polygon from single way.
|
Modifier and Type | Method and Description |
---|---|
private List<Node> |
getNodes()
Builds a list of nodes for this polygon.
|
public JoinedPolygon(List<Way> ways, List<Boolean> reversed)
public JoinedPolygon(Way way)
way
- the way to form the polygon