Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
Modifier and Type | Method and Description |
---|---|
private JoinAreasAction.RelationRole |
JoinAreasAction.addOwnMultipolygonRelation(java.util.Collection<Way> inner)
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.
|