public static class DuplicateRelation.RelMember extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<LatLon> |
coor
Coordinates of the relation member
|
private long |
relId
ID of the relation member in case it is a
Relation |
private java.lang.String |
role
Role of the relation member
|
private java.util.Map<java.lang.String,java.lang.String> |
tags
Tags of the relation member
|
private OsmPrimitiveType |
type
Type of the relation member
|
Constructor and Description |
---|
DuplicateRelation.RelMember(RelationMember src)
Extract and store relation information based on the relation member
|
private java.lang.String role
private OsmPrimitiveType type
private java.util.Map<java.lang.String,java.lang.String> tags
public DuplicateRelation.RelMember(RelationMember src)
src
- The relation member to store information about