Uses of Class
org.openstreetmap.josm.actions.JoinAreasAction.RelationRole
-
Packages that use JoinAreasAction.RelationRole Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions. -
-
Uses of JoinAreasAction.RelationRole in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return JoinAreasAction.RelationRole Modifier and Type Method Description private JoinAreasAction.RelationRole
JoinAreasAction. addOwnMultipolygonRelation(Collection<Way> inner)
Will add own multipolygon relation to the "previously existing" relations.Methods in org.openstreetmap.josm.actions that return types with arguments of type JoinAreasAction.RelationRole Modifier and Type Method Description private List<JoinAreasAction.RelationRole>
JoinAreasAction. removeFromAllRelations(OsmPrimitive osm)
Removes a given OsmPrimitive from all relations.Methods in org.openstreetmap.josm.actions with parameters of type JoinAreasAction.RelationRole Modifier and Type Method Description private void
JoinAreasAction. fixRelations(List<JoinAreasAction.RelationRole> rels, Way outer, JoinAreasAction.RelationRole ownMultipol, Set<Relation> relationsToDelete)
Adds the previously removed relations again to the outer way.Method parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.RelationRole Modifier and Type Method Description private void
JoinAreasAction. fixRelations(List<JoinAreasAction.RelationRole> rels, Way outer, JoinAreasAction.RelationRole ownMultipol, Set<Relation> relationsToDelete)
Adds the previously removed relations again to the outer way.
-