Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.visitor | |
org.openstreetmap.josm.gui | |
org.openstreetmap.josm.gui.dialogs.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.io |
Modifier and Type | Class and Description |
---|---|
class |
Relation
A relation, having a set of tags and any number (0...n) of members.
|
class |
RelationData |
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveVisitor.visit(IRelation r)
Visiting call for relations.
|
Modifier and Type | Method and Description |
---|---|
String |
NameFormatterHook.checkFormat(IRelation relation,
String defaultName)
Check the relation format.
|
String |
NameFormatterHook.checkRelationTypeName(IRelation relation,
String defaultName)
Check the relation type name.
|
private static String |
DefaultNameFormatter.getNameTagValue(IRelation relation,
String nameTag) |
private String |
DefaultNameFormatter.getRelationName(IRelation relation) |
private static String |
DefaultNameFormatter.getRelationTypeName(IRelation relation) |
Modifier and Type | Method and Description |
---|---|
IRelation |
PropertiesDialog.getSelectedMembershipRelation()
Returns the selected relation membership.
|
Modifier and Type | Method and Description |
---|---|
void |
GeoJSONWriter.GeometryPrimitiveVisitor.visit(IRelation r) |
void |
OsmWriter.visit(IRelation e) |