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.RelationRoleJoinAreasAction. addOwnMultipolygonRelation(java.util.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 java.util.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 voidJoinAreasAction. 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.Method parameters in org.openstreetmap.josm.actions with type arguments of type JoinAreasAction.RelationRole Modifier and Type Method Description private voidJoinAreasAction. 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.
-