Class DuplicateRelation.RelMember
- java.lang.Object
-
- org.openstreetmap.josm.data.validation.tests.DuplicateRelation.RelMember
-
- Enclosing class:
- DuplicateRelation
public static class DuplicateRelation.RelMember extends Object
Class to store one relation members and information about it
-
-
Field Summary
Fields Modifier and Type Field Description private List<LatLon>
coor
Coordinates of the relation memberprivate long
relId
ID of the relation member in case it is aRelation
private String
role
Role of the relation memberprivate Map<String,String>
tags
Tags of the relation memberprivate OsmPrimitiveType
type
Type of the relation member
-
Constructor Summary
Constructors Constructor Description RelMember(RelationMember src)
Extract and store relation information based on the relation member
-
-
-
Field Detail
-
type
private final OsmPrimitiveType type
Type of the relation member
-
-
Constructor Detail
-
RelMember
public RelMember(RelationMember src)
Extract and store relation information based on the relation member- Parameters:
src
- The relation member to store information about
-
-