Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.history | |
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.io |
Modifier and Type | Field and Description |
---|---|
private List<RelationMemberData> |
RelationData.members |
Modifier and Type | Method and Description |
---|---|
List<RelationMemberData> |
RelationData.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
RelationData.setMembers(List<RelationMemberData> memberData) |
Modifier and Type | Field and Description |
---|---|
private List<RelationMemberData> |
HistoryRelation.members |
Modifier and Type | Method and Description |
---|---|
RelationMemberData |
HistoryRelation.getRelationMember(int idx)
replies the idx-th member
|
Modifier and Type | Method and Description |
---|---|
List<RelationMemberData> |
HistoryRelation.getMembers()
replies an immutable list of members of this relation
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryRelation.addMember(RelationMemberData member)
adds a member to the list of members
|
Constructor and Description |
---|
HistoryRelation(long id,
long version,
boolean visible,
User user,
long changesetId,
Date timestamp,
List<RelationMemberData> members)
constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
RelationMemberListTableCellRenderer.renderIcon(RelationMemberData member) |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,Collection<RelationMemberData>> |
AbstractReader.relations
Data structure for relation objects
|
Modifier and Type | Method and Description |
---|---|
private RelationMemberData |
OsmReader.parseRelationMember(Relation r) |