|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRelation | |
|---|---|
| org.openstreetmap.josm.data.osm | |
| org.openstreetmap.josm.data.osm.visitor | |
| org.openstreetmap.josm.gui | |
| org.openstreetmap.josm.gui.dialogs.properties | |
| org.openstreetmap.josm.io | |
| Uses of IRelation in org.openstreetmap.josm.data.osm |
|---|
| Classes in org.openstreetmap.josm.data.osm that implement IRelation | |
|---|---|
class |
Relation
An relation, having a set of tags and any number (0...n) of members. |
class |
RelationData
|
| Uses of IRelation in org.openstreetmap.josm.data.osm.visitor |
|---|
| Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type IRelation | |
|---|---|
void |
PrimitiveVisitor.visit(IRelation e)
|
| Uses of IRelation in org.openstreetmap.josm.gui |
|---|
| Methods in org.openstreetmap.josm.gui with parameters of type IRelation | |
|---|---|
java.lang.String |
NameFormatterHook.checkFormat(IRelation node,
java.lang.String defaultName)
Check the relation format. |
java.lang.String |
NameFormatterHook.checkRelationTypeName(IRelation relation,
java.lang.String defaultName)
Check the relation type name. |
private java.lang.String |
DefaultNameFormatter.getNameTagValue(IRelation relation,
java.lang.String nameTag)
|
private java.lang.String |
DefaultNameFormatter.getRelationName(IRelation relation)
|
private java.lang.String |
DefaultNameFormatter.getRelationTypeName(IRelation relation)
|
| Uses of IRelation in org.openstreetmap.josm.gui.dialogs.properties |
|---|
| Methods in org.openstreetmap.josm.gui.dialogs.properties that return IRelation | |
|---|---|
IRelation |
PropertiesDialog.getSelectedMembershipRelation()
|
| Uses of IRelation in org.openstreetmap.josm.io |
|---|
| Methods in org.openstreetmap.josm.io with parameters of type IRelation | |
|---|---|
void |
OsmWriter.visit(IRelation e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||