Uses of Class
org.openstreetmap.josm.actions.JoinAreasAction.RelationRole

Packages that use JoinAreasAction.RelationRole
org.openstreetmap.josm.actions   
 

Uses of JoinAreasAction.RelationRole in org.openstreetmap.josm.actions
 

Methods in org.openstreetmap.josm.actions that return JoinAreasAction.RelationRole
private  JoinAreasAction.RelationRole JoinAreasAction.addOwnMultigonRelation(java.util.Collection<Way> inner, Way outer)
          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
private  java.util.ArrayList<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
private  void JoinAreasAction.fixRelations(java.util.ArrayList<JoinAreasAction.RelationRole> rels, Way outer, JoinAreasAction.RelationRole ownMultipol, java.util.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
private  void JoinAreasAction.fixRelations(java.util.ArrayList<JoinAreasAction.RelationRole> rels, Way outer, JoinAreasAction.RelationRole ownMultipol, java.util.Set<Relation> relationsToDelete)
          Adds the previously removed relations again to the outer way.
 



JOSM