public interface IRelationEditor
| Modifier and Type | Method and Description |
|---|---|
OsmDataLayer |
getLayer()
Replies the
OsmDataLayer in whose context this relation editor is open |
Relation |
getRelation()
Replies the currently edited relation
|
Relation |
getRelationSnapshot()
Replies the state of the edited relation when the editor has been launched.
|
boolean |
isDirtyRelation()
Replies true if the currently edited relation has been changed elsewhere.
|
void |
reloadDataFromRelation()
Reloads data from relation.
|
void |
setRelation(Relation relation)
Sets the currently edited relation.
|
Relation getRelation()
void setRelation(Relation relation)
getRelationSnapshot()relation - the relationRelation getRelationSnapshot()
boolean isDirtyRelation()
void reloadDataFromRelation()
OsmDataLayer getLayer()
OsmDataLayer in whose context this relation editor is openOsmDataLayer in whose context this relation editor is open