| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
| Modifier and Type | Field and Description |
|---|---|
JoinAreasAction.AssembledMultipolygon |
JoinAreasAction.PolygonLevel.pol |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.List<JoinAreasAction.AssembledMultipolygon> |
JoinAreasAction.findPolygons(java.util.Collection<JoinAreasAction.AssembledPolygon> boundaries)
This method finds which ways are outer and which are inner.
|
| Modifier and Type | Method and Description |
|---|---|
private JoinAreasAction.Multipolygon |
JoinAreasAction.joinPolygon(JoinAreasAction.AssembledMultipolygon polygon)
Joins the lists of ways.
|
| Constructor and Description |
|---|
PolygonLevel(JoinAreasAction.AssembledMultipolygon pol,
int level) |