Api session event editor area: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tags: Manual revert Reverted |
||
| Line 7: | Line 7: | ||
|- | |- | ||
|[[api session event editor area add|ADD]] | |[[api session event editor area add|ADD]] | ||
|Add new | |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 | |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 | |Appended to existing Area attribute value | ||
|- | |- | ||
|[[api session event editor area duplicate|DUPLICATE]] | |[[api session event editor area duplicate|DUPLICATE]] | ||
|Duplicate existing | |Duplicate existing Area | ||
|- | |- | ||
|[[api session event editor area import|IMPORT]] | |[[api session event editor area import|IMPORT]] | ||
|Import | |Import Area Collection | ||
|- | |- | ||
|[[api session event editor area remove|REMOVE]] | |[[api session event editor area remove|REMOVE]] | ||
|Remove existing | |Remove existing Area | ||
|- | |- | ||
|[[api session event editor area remove attribute|REMOVE_ATTRIBUTE]] | |[[api session event editor area remove attribute|REMOVE_ATTRIBUTE]] | ||
|Remove attribute from | |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 | |Remove polygons from existing Area | ||
|- | |- | ||
|[[api session event editor area set active|SET_ACTIVE]] | |[[api session event editor area set active|SET_ACTIVE]] | ||
|Set | |Set Area active | ||
|- | |- | ||
|[[api session event editor area set attribute|SET_ATTRIBUTE]] | |[[api session event editor area set attribute|SET_ATTRIBUTE]] | ||
|Set | |Set Area attribute value | ||
|- | |- | ||
|[[api session event editor area set attributes|SET_ATTRIBUTES]] | |[[api session event editor area set attributes|SET_ATTRIBUTES]] | ||
|Set multiple | |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 | |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 | |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 | |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 Areas | ||
|- | |- | ||
|[[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 Areas | ||
|- | |- | ||
|[[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 Areas | ||
|- | |- | ||
|[[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 Areas | ||
|- | |- | ||
|[[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 Relations | ||
|- | |- | ||
|[[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 | |Set Relation | ||
|} | |} | ||
Revision as of 13:43, 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. |