public static class DuplicateRelation.RelMember extends Object
Modifier and Type | Field and Description |
---|---|
private List<LatLon> |
coor
Coordinates of the relation member
|
private long |
relId
ID of the relation member in case it is a
Relation |
private String |
role
Role of the relation member
|
private Map<String,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 OsmPrimitiveType type
public DuplicateRelation.RelMember(RelationMember src)
src
- The relation member to store information about