public static class JoinAreasAction.AssembledPolygon extends Object
Modifier and Type | Field and Description |
---|---|
List<JoinAreasAction.WayInPolygon> |
ways |
Constructor and Description |
---|
AssembledPolygon(List<JoinAreasAction.WayInPolygon> boundary) |
Modifier and Type | Method and Description |
---|---|
List<Node> |
getNodes() |
void |
reverse()
Inverse inside and outside
|
public List<JoinAreasAction.WayInPolygon> ways
public AssembledPolygon(List<JoinAreasAction.WayInPolygon> boundary)