Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRelation<M extends IRelationMember<?>>
IRelation captures the common functions of
Relation and RelationData . |
Modifier and Type | Class and Description |
---|---|
class |
RelationMember
A linkage class that can be used by an relation to keep a list of members.
|
class |
RelationMemberData
This is the data (role, type and id) that is stored in the database for a given relation member.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<IRelationMember<?>> |
PropertiesDialog.MemberInfo.role |
Modifier and Type | Method and Description |
---|---|
(package private) void |
PropertiesDialog.MemberInfo.add(IRelationMember<?> r,
java.lang.Integer p) |