Class RoleCorrection
- java.lang.Object
-
- org.openstreetmap.josm.data.correction.RoleCorrection
-
- All Implemented Interfaces:
Correction
public class RoleCorrection extends Object implements Correction
Represents a change of a singleRelationMember
role.- Since:
- 1001
-
-
Constructor Summary
Constructors Constructor Description RoleCorrection(Relation relation, int position, RelationMember member, String newRole)
Constructs a newRoleCorrection
.
-
-
-
Constructor Detail
-
RoleCorrection
public RoleCorrection(Relation relation, int position, RelationMember member, String newRole)
Constructs a newRoleCorrection
.- Parameters:
relation
- OSM relationposition
- relation member indexmember
- relation membernewRole
- new role
-
-