public static class JoinAreasAction.Multipolygon extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Way> |
innerWays |
private Way |
outerWay |
| Constructor and Description |
|---|
Multipolygon(Way way)
Constructs a new
Multipolygon. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Way> |
getInnerWays()
Returns the inner ways.
|
Way |
getOuterWay()
Returns the outer way.
|
public Multipolygon(Way way)
Multipolygon.way - outer waypublic final Way getOuterWay()
public final java.util.List<Way> getInnerWays()