Api session event editor area: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor area add|ADD]] | ||
|Add new [[Area]] | |Add new [[Area]] | ||
|- | |- | ||
|[[ | |[[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]] | ||
|Appended to existing [[Area]] attribute value | |Appended to existing [[Area]] attribute value | ||
|- | |- | ||
|[[ | |[[Api session event editor area duplicate|DUPLICATE]] | ||
|Duplicate existing [[Area]] | |Duplicate existing [[Area]] | ||
|- | |- | ||
|[[ | |[[Api session event editor area import|IMPORT]] | ||
|Import [[Area]] Collection | |Import [[Area]] Collection | ||
|- | |- | ||
|[[ | |[[Api session event editor area remove|REMOVE]] | ||
|Remove existing [[Area]] | |Remove existing [[Area]] | ||
|- | |- | ||
|[[ | |[[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]] | ||
|Remove polygons from existing [[Area]] | |Remove polygons from existing [[Area]] | ||
|- | |- | ||
|[[ | |[[Api session event editor area set active|SET_ACTIVE]] | ||
|Set [[Area]] active | |Set [[Area]] active | ||
|- | |- | ||
|[[ | |[[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]] | ||
|Set multiple [[Area]] attribute values | |Set multiple [[Area]] attribute values | ||
|- | |- | ||
|[[ | |[[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]] | ||
|Set new name of existing [[Area]] | |Set new name of existing [[Area]] | ||
|} | |} | ||
| Line 51: | Line 51: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor area add group|ADD_GROUP]] | ||
|Add Group | |Add Group | ||
|- | |- | ||
|[[ | |[[Api session event editor area add relation|ADD_RELATION]] | ||
|Add [[Relation]] | |Add [[Relation]] | ||
|- | |- | ||
|[[ | |[[Api session event editor area add with attribute|ADD_WITH_ATTRIBUTE]] | ||
|Add With Attribute | |Add With Attribute | ||
|- | |- | ||
|[[ | |[[Api session event editor area generate border areas|GENERATE_BORDER_AREAS]] | ||
|Generate Border [[Area]] | |Generate Border [[Area]] | ||
|- | |- | ||
|[[ | |[[Api session event editor area generate inundation areas|GENERATE_INUNDATION_AREAS]] | ||
|Generate Inundation [[Area]] | |Generate Inundation [[Area]] | ||
|- | |- | ||
|[[ | |[[Api session event editor area generate sewer areas|GENERATE_SEWER_AREAS]] | ||
|Generate Sewer [[Area]] | |Generate Sewer [[Area]] | ||
|- | |- | ||
|[[ | |[[Api session event editor area generate water areas|GENERATE_WATER_AREAS]] | ||
|Generate Water [[Area]] | |Generate Water [[Area]] | ||
|- | |- | ||
|[[ | |[[Api session event editor area remove all attributes|REMOVE_ALL_ATTRIBUTES]] | ||
|Remove All Attributes | |Remove All Attributes | ||
|- | |- | ||
|[[ | |[[Api session event editor area remove group|REMOVE_GROUP]] | ||
|Remove Group | |Remove Group | ||
|- | |- | ||
|[[ | |[[Api session event editor area remove relations|REMOVE_RELATIONS]] | ||
|Remove [[Relation]]s | |Remove [[Relation]]s | ||
|- | |- | ||
|[[ | |[[Api session event editor area set polygons|SET_POLYGONS]] | ||
|Set Polygons | |Set Polygons | ||
|- | |- | ||
|[[ | |[[Api session event editor area set relation|SET_RELATION]] | ||
|Set [[Relation]] | |Set [[Relation]] | ||
|} | |} | ||
| Line 93: | Line 93: | ||
!Description | !Description | ||
|- | |- | ||
|[[ | |[[Api session event editor area remove filter|REMOVE_FILTER]] | ||
|Use REMOVE_GROUP instead for identical result. | |Use REMOVE_GROUP instead for identical result. | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]] | {{article end|seealso=*[[Api Events]] | ||
*[[ | *[[Api session items areas]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:04, 1 April 2026
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 Area |
| GENERATE_INUNDATION_AREAS | Generate Inundation Area |
| GENERATE_SEWER_AREAS | Generate Sewer Area |
| GENERATE_WATER_AREAS | Generate Water Area |
| 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. |