Api session event editor area: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Manual revert |
||
| Line 7: | Line 7: | ||
|- | |- | ||
|[[api session event editor area add|ADD]] | |[[api session event editor area add|ADD]] | ||
|Add new Area | |Add new [[Area]] | ||
|- | |- | ||
|[[api session event editor area add polygons|ADD_POLYGONS]] | |[[api session event editor area add polygons|ADD_POLYGONS]] | ||
|Add polygons to existing Area | |Add polygons to existing [[Area]] | ||
|- | |- | ||
|[[api session event editor area append attribute|APPEND_ATTRIBUTE]] | |[[api session event editor area append attribute|APPEND_ATTRIBUTE]] | ||
|Appended to existing Area attribute value | |Appended to existing [[Area]] attribute value | ||
|- | |- | ||
|[[api session event editor area duplicate|DUPLICATE]] | |[[api session event editor area duplicate|DUPLICATE]] | ||
|Duplicate existing Area | |Duplicate existing [[Area]] | ||
|- | |- | ||
|[[api session event editor area import|IMPORT]] | |[[api session event editor area import|IMPORT]] | ||
|Import Area Collection | |Import [[Area]] Collection | ||
|- | |- | ||
|[[api session event editor area remove|REMOVE]] | |[[api session event editor area remove|REMOVE]] | ||
|Remove existing Area | |Remove existing [[Area]] | ||
|- | |- | ||
|[[api session event editor area remove attribute|REMOVE_ATTRIBUTE]] | |[[api session event editor area remove attribute|REMOVE_ATTRIBUTE]] | ||
|Remove attribute from Area | |Remove attribute from [[Area]] | ||
|- | |- | ||
|[[api session event editor area remove polygons|REMOVE_POLYGONS]] | |[[api session event editor area remove polygons|REMOVE_POLYGONS]] | ||
|Remove polygons from existing Area | |Remove polygons from existing [[Area]] | ||
|- | |- | ||
|[[api session event editor area set active|SET_ACTIVE]] | |[[api session event editor area set active|SET_ACTIVE]] | ||
|Set Area active | |Set [[Area]] active | ||
|- | |- | ||
|[[api session event editor area set attribute|SET_ATTRIBUTE]] | |[[api session event editor area set attribute|SET_ATTRIBUTE]] | ||
|Set Area attribute value | |Set [[Area]] attribute value | ||
|- | |- | ||
|[[api session event editor area set attributes|SET_ATTRIBUTES]] | |[[api session event editor area set attributes|SET_ATTRIBUTES]] | ||
|Set multiple Area attribute values | |Set multiple [[Area]] attribute values | ||
|- | |- | ||
|[[api session event editor area set color|SET_COLOR]] | |[[api session event editor area set color|SET_COLOR]] | ||
|Set new color of existing Area | |Set new color of existing [[Area]] | ||
|- | |- | ||
|[[api session event editor area set name|SET_NAME]] | |[[api session event editor area set name|SET_NAME]] | ||
|Set new name of existing Area | |Set new name of existing [[Area]] | ||
|} | |} | ||
| Line 55: | Line 55: | ||
|- | |- | ||
|[[api session event editor area add relation|ADD_RELATION]] | |[[api session event editor area add relation|ADD_RELATION]] | ||
|Add Relation | |Add [[Relation]] | ||
|- | |- | ||
|[[api session event editor area add with attribute|ADD_WITH_ATTRIBUTE]] | |[[api session event editor area add with attribute|ADD_WITH_ATTRIBUTE]] | ||
| Line 61: | Line 61: | ||
|- | |- | ||
|[[api session event editor area generate border areas|GENERATE_BORDER_AREAS]] | |[[api session event editor area generate border areas|GENERATE_BORDER_AREAS]] | ||
|Generate Border | |Generate Border [[Area]]s | ||
|- | |- | ||
|[[api session event editor area generate inundation areas|GENERATE_INUNDATION_AREAS]] | |[[api session event editor area generate inundation areas|GENERATE_INUNDATION_AREAS]] | ||
|Generate Inundation | |Generate Inundation [[Area]]s | ||
|- | |- | ||
|[[api session event editor area generate sewer areas|GENERATE_SEWER_AREAS]] | |[[api session event editor area generate sewer areas|GENERATE_SEWER_AREAS]] | ||
|Generate Sewer | |Generate Sewer [[Area]]s | ||
|- | |- | ||
|[[api session event editor area generate water areas|GENERATE_WATER_AREAS]] | |[[api session event editor area generate water areas|GENERATE_WATER_AREAS]] | ||
|Generate Water | |Generate Water [[Area]]s | ||
|- | |- | ||
|[[api session event editor area remove all attributes|REMOVE_ALL_ATTRIBUTES]] | |[[api session event editor area remove all attributes|REMOVE_ALL_ATTRIBUTES]] | ||
| Line 79: | Line 79: | ||
|- | |- | ||
|[[api session event editor area remove relations|REMOVE_RELATIONS]] | |[[api session event editor area remove relations|REMOVE_RELATIONS]] | ||
|Remove | |Remove [[Relation]]s | ||
|- | |- | ||
|[[api session event editor area set polygons|SET_POLYGONS]] | |[[api session event editor area set polygons|SET_POLYGONS]] | ||
| Line 85: | Line 85: | ||
|- | |- | ||
|[[api session event editor area set relation|SET_RELATION]] | |[[api session event editor area set relation|SET_RELATION]] | ||
|Set Relation | |Set [[Relation]] | ||
|} | |} | ||
Revision as of 14:10, 30 March 2026
API api session event editor area Events.
Area editing.
| Name | Description |
|---|---|
| ADD | Add new Area |
| ADD_POLYGONS | Add polygons to existing Area |
| APPEND_ATTRIBUTE | Appended to existing Area attribute value |
| DUPLICATE | Duplicate existing Area |
| IMPORT | Import Area Collection |
| REMOVE | Remove existing Area |
| REMOVE_ATTRIBUTE | Remove attribute from Area |
| REMOVE_POLYGONS | Remove polygons from existing Area |
| SET_ACTIVE | Set Area active |
| SET_ATTRIBUTE | Set Area attribute value |
| SET_ATTRIBUTES | Set multiple Area attribute values |
| SET_COLOR | Set new color of existing Area |
| SET_NAME | Set new name of existing Area |
Specific Events:
| Name | Description |
|---|---|
| ADD_GROUP | Add Group |
| ADD_RELATION | Add Relation |
| ADD_WITH_ATTRIBUTE | Add With Attribute |
| GENERATE_BORDER_AREAS | Generate Border Areas |
| GENERATE_INUNDATION_AREAS | Generate Inundation Areas |
| GENERATE_SEWER_AREAS | Generate Sewer Areas |
| GENERATE_WATER_AREAS | Generate Water Areas |
| REMOVE_ALL_ATTRIBUTES | Remove All Attributes |
| REMOVE_GROUP | Remove Group |
| REMOVE_RELATIONS | Remove Relations |
| SET_POLYGONS | Set Polygons |
| SET_RELATION | Set Relation |
Deprecated Events:
| Name | Description |
|---|---|
| REMOVE_FILTER | Use REMOVE_GROUP instead for identical result. |