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.data.osm.visitor |
Provides the classes for performing actions on OSM primitives using Visitor design pattern.
|
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 |
Provides the classes for JOSM input/output support.
|
Modifier and Type | Class and Description |
---|---|
class |
Relation
A relation, having a set of tags and any number (0...n) of members.
|
class |
RelationData
Relation data.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Comparator<IRelation> |
DefaultNameFormatter.relationComparator |
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<IRelation> |
DefaultNameFormatter.getRelationComparator() |
java.util.Comparator<IRelation> |
NameFormatter.getRelationComparator()
Gets a comparator that sorts the relations by the string that this formatter would create for them
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NameFormatterHook.checkFormat(IRelation relation,
java.lang.String defaultName)
Check the relation format.
|
java.lang.String |
NameFormatterHook.checkRelationTypeName(IRelation relation,
java.lang.String defaultName)
Check the relation type name.
|
java.lang.String |
DefaultNameFormatter.format(IRelation relation) |
java.lang.String |
NameFormatter.format(IRelation relation)
Formats a name for a
IRelation . |
private static java.lang.StringBuilder |
DefaultNameFormatter.formatRelationNameAndType(IRelation relation,
java.lang.StringBuilder result,
TaggingPreset preset) |
private static java.lang.String |
DefaultNameFormatter.getNameTagValue(IRelation relation,
java.lang.String nameTag) |
private static java.lang.String |
DefaultNameFormatter.getRelationName(IRelation relation) |
private static java.lang.String |
DefaultNameFormatter.getRelationTypeName(IRelation relation) |
Modifier and Type | Method and Description |
---|---|
void |
PrimitiveVisitor.visit(IRelation r)
Visiting call for relations.
|
Modifier and Type | Method and Description |
---|---|
IRelation |
PropertiesDialog.getSelectedMembershipRelation()
Returns the selected relation membership.
|
Modifier and Type | Method and Description |
---|---|
void |
OsmWriter.visit(IRelation e) |