Api session event editor building: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Api session event editor building Endpoints. | Api session event editor building Endpoints. | ||
API | API End[[#Api Model Point|Point]]s for [[Building]] editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 10: | Line 10: | ||
|- | |- | ||
|[[Api session event editor building add polygons|add_polygons]] | |[[Api session event editor building add polygons|add_polygons]] | ||
|Add | |Add [[#Api Model Polygon|Polygon]]s for [[Building]] [[Section]]. In case the [[Building]] is empty, optionally set ownership to largest [[Plot]] Owner of provided [[#Api Model MultiPolygon|MultiPolygon]] | ||
|- | |- | ||
|[[Api session event editor building append attribute|append_attribute]] | |[[Api session event editor building append attribute|append_attribute]] | ||
|Appended to existing [[Building]] | |Appended to existing [[Building]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor building duplicate|duplicate]] | |[[Api session event editor building duplicate|duplicate]] | ||
| Line 25: | Line 25: | ||
|- | |- | ||
|[[Api session event editor building remove attribute|remove_attribute]] | |[[Api session event editor building remove attribute|remove_attribute]] | ||
|Remove | |Remove [[Attribute]] from [[Building]] | ||
|- | |- | ||
|[[Api session event editor building remove polygons|remove_polygons]] | |[[Api session event editor building remove polygons|remove_polygons]] | ||
|Delete | |Delete [[#Api Model Polygon|Polygon]]s for [[Building]] [[Section]] | ||
|- | |- | ||
|[[Api session event editor building set attribute|set_attribute]] | |[[Api session event editor building set attribute|set_attribute]] | ||
|Set [[Building]] | |Set [[Building]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor building set attributes|set_attributes]] | |[[Api session event editor building set attributes|set_attributes]] | ||
|Set multiple [[Building]] | |Set multiple [[Building]] [[Attribute]] values | ||
|- | |- | ||
|[[Api session event editor building set name|set_name]] | |[[Api session event editor building set name|set_name]] | ||
| Line 40: | Line 40: | ||
|} | |} | ||
Additional API | Additional API End[[#Api Model Point|Point]]s: | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
| Line 64: | Line 64: | ||
|- | |- | ||
|[[Api session event editor building generate rotation angles|generate_rotation_angles]] | |[[Api session event editor building generate rotation angles|generate_rotation_angles]] | ||
|Calculation a rotation angle for [[Building]] having the identifying | |Calculation a rotation angle for [[Building]]s having the identifying [[Attribute]] [[#Api Model Polygon|Polygon]]s, optionally only for specified [[Building]]s. | ||
|- | |- | ||
|[[Api session event editor building generate water connection|generate_water_connection]] | |[[Api session event editor building generate water connection|generate_water_connection]] | ||
| Line 73: | Line 73: | ||
|- | |- | ||
|[[Api session event editor building query|query]] | |[[Api session event editor building query|query]] | ||
|Executes a single TQL | |Executes a single [[Tygron Query Language|TQL Query]]. Note: you can also use the [[Session]]/query end[[#Api Model Point|Point]] 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 82: | Line 82: | ||
|- | |- | ||
|[[Api session event editor building reset category values|reset_category_values]] | |[[Api session event editor building reset category values|reset_category_values]] | ||
|Reset [[Category]] | |Reset [[Category Value]]s | ||
|- | |- | ||
|[[Api session event editor building reset function values|reset_function_values]] | |[[Api session event editor building reset function values|reset_function_values]] | ||
|Reset [[Function]] | |Reset [[Function Value]]s | ||
|- | |- | ||
|[[Api session event editor building reset slanting roof height|reset_slanting_roof_height]] | |[[Api session event editor building reset slanting roof height|reset_slanting_roof_height]] | ||
|Reset [[Slanting roof height (Function Value)|Height of the Slanting Roof]] of a [[Building]] | |Reset [[Slanting roof height (Function Value)|Height of the Slanting Roof]] of a [[Building]] [[Section]] | ||
|- | |- | ||
|[[Api session event editor building set category value|set_category_value]] | |[[Api session event editor building set category value|set_category_value]] | ||
|Set [[Category]] | |Set [[Category Value]] | ||
|- | |- | ||
|[[Api session event editor building set decals|set_decals]] | |[[Api session event editor building set decals|set_decals]] | ||
| Line 103: | Line 103: | ||
|- | |- | ||
|[[Api session event editor building set function value|set_function_value]] | |[[Api session event editor building set function value|set_function_value]] | ||
|Set [[Function]] | |Set [[Function Value]] | ||
|- | |- | ||
|[[Api session event editor building set owner|set_owner]] | |[[Api session event editor building set owner|set_owner]] | ||
| Line 109: | Line 109: | ||
|- | |- | ||
|[[Api session event editor building set slanting roof height|set_slanting_roof_height]] | |[[Api session event editor building set slanting roof height|set_slanting_roof_height]] | ||
|Change [[Slanting roof height (Function Value)|Height of the Slanting Roof]] of a [[Building]] | |Change [[Slanting roof height (Function Value)|Height of the Slanting Roof]] of a [[Building]] [[Section]] | ||
|} | |} | ||
{{article end|seealso=*[[Api Events]] | {{article end|seealso=*[[Api Events]] | ||
Revision as of 14:44, 2 June 2026
Api session event editor building Endpoints.
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: