Api session event editor building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: api/session/event/editorbuilding/ | |||
API | API endpoints for [[Building]] editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 40: | Line 40: | ||
|} | |} | ||
Additional API | Additional API endpoints: | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 73: | Line 73: | ||
|- | |- | ||
|[[Api session event editor building query|query]] | |[[Api session event editor building query|query]] | ||
|Executes a single [[Tygron Query Language|TQL Query]]. Note: you can also use the [[Session]]/query | |Executes a single [[Tygron Query Language|TQL Query]]. Note: you can also use the [[Session]]/query endpoint to execute multiple statements and get additional in[[Format]]ion on API usage. | ||
|- | |- | ||
|[[Api session event editor building remove geometries|remove_geometries]] | |[[Api session event editor building remove geometries|remove_geometries]] | ||
| Line 111: | Line 111: | ||
|Change [[Slanting roof height (Function Value)|Height of the Slanting Roof]] of a [[Building]] [[Section]] | |Change [[Slanting roof height (Function Value)|Height of the Slanting Roof]] of a [[Building]] [[Section]] | ||
|} | |} | ||
{{article end|seealso=*[[Api | {{article end|seealso=*[[Api Session Endpoints]] | ||
*[[Api session items buildings]] | *[[Api session items buildings]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 08:39, 3 June 2026
API Endpoint: api/session/event/editorbuilding/
API endpoints for Building editing.
| Name | Description |
|---|---|
| add | Add new Building |
| add_polygons | Add Polygons for Building Section. In case the Building is empty, optionally set ownership to largest Plot Owner of provided MultiPolygon |
| append_attribute | Appended to existing Building Attribute value |
| duplicate | Duplicate existing Building |
| import | Import Building Collection |
| remove | Remove existing Building |
| remove_attribute | Remove Attribute from Building |
| remove_polygons | Delete Polygons for Building Section |
| set_attribute | Set Building Attribute value |
| set_attributes | Set multiple Building Attribute values |
| set_name | Set new name of existing Building |
Additional API endpoints: