Package | Description |
---|---|
org.openstreetmap.josm.actions |
Modifier and Type | Method and Description |
---|---|
private JoinAreasAction.RelationRole |
JoinAreasAction.addOwnMultigonRelation(java.util.Collection<Way> inner,
Way outer)
Will add own multipolygon relation to the "previously existing" relations.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<JoinAreasAction.RelationRole> |
JoinAreasAction.removeFromAllRelations(OsmPrimitive osm)
Removes a given OsmPrimitive from all relations
|
Modifier and Type | Method and Description |
---|---|
private void |
JoinAreasAction.fixRelations(java.util.List<JoinAreasAction.RelationRole> rels,
Way outer,
JoinAreasAction.RelationRole ownMultipol,
java.util.Set<Relation> relationsToDelete)
Adds the previously removed relations again to the outer way.
|
Modifier and Type | Method and Description |
---|---|
private void |
JoinAreasAction.fixRelations(java.util.List<JoinAreasAction.RelationRole> rels,
Way outer,
JoinAreasAction.RelationRole ownMultipol,
java.util.Set<Relation> relationsToDelete)
Adds the previously removed relations again to the outer way.
|