Api session event editor area: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
|- | |- | ||
| [[Api session event editor area add polygons|add_polygons]] | | [[Api session event editor area add polygons|add_polygons]] | ||
| Add [[ | | Add [[Polygon]]s to existing [[Area]] | ||
|- | |- | ||
| [[Api session event editor area append attribute|append_attribute]] | | [[Api session event editor area append attribute|append_attribute]] | ||
| Line 28: | Line 28: | ||
|- | |- | ||
| [[Api session event editor area remove polygons|remove_polygons]] | | [[Api session event editor area remove polygons|remove_polygons]] | ||
| Remove [[ | | Remove [[Polygon]]s from existing [[Area]] | ||
|- | |- | ||
| [[Api session event editor area set active|set_active]] | | [[Api session event editor area set active|set_active]] | ||
| Line 46: | Line 46: | ||
|- | |- | ||
| [[Api session event editor area set polygons|set_polygons]] | | [[Api session event editor area set polygons|set_polygons]] | ||
| Set [[ | | Set [[Polygon]]s to existing [[Area]] | ||
|} | |} | ||
Latest revision as of 13:00, 19 June 2026
API Endpoint: api/session/event/editorarea/
API endpoints for Area editing.
| Name | Description |
|---|---|
| add | Add new Area |
| add_polygons | Add Polygons to existing Area |
| append_attribute | Appended to existing Area numeric Attribute value |
| duplicate | Duplicate existing Area |
| import | Import Area Collection |
| remove | Remove existing Area |
| remove_attribute | Remove numeric Attribute from Area |
| remove_polygons | Remove Polygons from existing Area |
| set_active | Set Area active |
| set_attribute | Set Area numeric Attribute value |
| set_attributes | Set multiple Area numeric Attribute values |
| set_color | Set new color of existing Area |
| set_name | Set new name of existing Area |
| set_polygons | Set Polygons to existing Area |
Additional API endpoints:
| 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 for Neighborhoods |
| generate_water_areas | Generate Water Areas |
| remove_all_attributes | Remove All Attributes |
| remove_group | Remove Group |
| remove_relations | Remove Relations |
| set_relation | Set Relation |