| Package | Description |
|---|---|
| org.openstreetmap.josm.actions |
| Modifier and Type | Method and Description |
|---|---|
private static MultipolygonBuilder |
CreateMultipolygonAction.analyzeWays(java.util.Collection<Way> selectedWays,
boolean showNotif)
This method analyzes ways and creates multipolygon.
|
| Modifier and Type | Method and Description |
|---|---|
private static Relation |
CreateMultipolygonAction.createRelation(MultipolygonBuilder pol,
Relation rel)
Builds a relation from polygon ways.
|