Api session event editor building: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
|-
|-
|[[api session event editor building add|ADD]]
|[[api session event editor building add|ADD]]
|Add new Building
|Add new [[Building]]
|-
|-
|[[api session event editor building add polygons|ADD_POLYGONS]]
|[[api session event editor building add polygons|ADD_POLYGONS]]
|Add polygons for Building Section. In case the building is empty, optionally set ownership to largest Plot Owner of provided MultiPolygon
|Add polygons for [[Building]] [[Section]]. In case the [[Building]] is empty, optionally set ownership to largest [[Plot]] Owner of provided MultiPolygon
|-
|-
|[[api session event editor building append attribute|APPEND_ATTRIBUTE]]
|[[api session event editor building append attribute|APPEND_ATTRIBUTE]]
|Appended to existing Building attribute value
|Appended to existing [[Building]] attribute value
|-
|-
|[[api session event editor building duplicate|DUPLICATE]]
|[[api session event editor building duplicate|DUPLICATE]]
|Duplicate existing Building
|Duplicate existing [[Building]]
|-
|-
|[[api session event editor building import|IMPORT]]
|[[api session event editor building import|IMPORT]]
|Import Building Collection
|Import [[Building]] Collection
|-
|-
|[[api session event editor building remove|REMOVE]]
|[[api session event editor building remove|REMOVE]]
|Remove existing Building
|Remove existing [[Building]]
|-
|-
|[[api session event editor building remove attribute|REMOVE_ATTRIBUTE]]
|[[api session event editor building remove attribute|REMOVE_ATTRIBUTE]]
|Remove attribute from Building
|Remove attribute from [[Building]]
|-
|-
|[[api session event editor building remove polygons|REMOVE_POLYGONS]]
|[[api session event editor building remove polygons|REMOVE_POLYGONS]]
|Delete polygons for Building Section
|Delete polygons for [[Building]] [[Section]]
|-
|-
|[[api session event editor building set attribute|SET_ATTRIBUTE]]
|[[api session event editor building set attribute|SET_ATTRIBUTE]]
|Set Building attribute value
|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 attribute values
|Set multiple [[Building]] attribute values
|-
|-
|[[api session event editor building set name|SET_NAME]]
|[[api session event editor building set name|SET_NAME]]
|Set new name of existing Building
|Set new name of existing [[Building]]
|}
|}


Line 46: Line 46:
|-
|-
|[[api session event editor building add geometry|ADD_GEOMETRY]]
|[[api session event editor building add geometry|ADD_GEOMETRY]]
|Add a custom building geometry
|Add a custom [[Building]] geometry
|-
|-
|[[api session event editor building add road|ADD_ROAD]]
|[[api session event editor building add road|ADD_ROAD]]
Line 52: Line 52:
|-
|-
|[[api session event editor building add section|ADD_SECTION]]
|[[api session event editor building add section|ADD_SECTION]]
|Add Section
|Add [[Section]]
|-
|-
|[[api session event editor building add standard|ADD_STANDARD]]
|[[api session event editor building add standard|ADD_STANDARD]]
Line 61: Line 61:
|-
|-
|[[api session event editor building duplicate section|DUPLICATE_SECTION]]
|[[api session event editor building duplicate section|DUPLICATE_SECTION]]
|Duplicate a Building Section.
|Duplicate a [[Building]] [[Section]].
|-
|-
|[[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 buildings having the identifying attribute polygons, optionally only for specified buildings.
|Calculation a rotation angle for [[Building]]s having the identifying attribute polygons, optionally only for specified [[Building]].
|-
|-
|[[api session event editor building generate water connection|GENERATE_WATER_CONNECTION]]
|[[api session event editor building generate water connection|GENERATE_WATER_CONNECTION]]
Line 76: Line 76:
|-
|-
|[[api session event editor building remove geometries|REMOVE_GEOMETRIES]]
|[[api session event editor building remove geometries|REMOVE_GEOMETRIES]]
|Remove all custom building geometries
|Remove all custom [[Building]] geometries
|-
|-
|[[api session event editor building remove sections|REMOVE_SECTIONS]]
|[[api session event editor building remove sections|REMOVE_SECTIONS]]
|Remove Sections
|Remove [[Section]]s
|-
|-
|[[api session event editor building reset category values|RESET_CATEGORY_VALUES]]
|[[api session event editor building reset category values|RESET_CATEGORY_VALUES]]
|Reset Category Values
|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 Values
|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 height of the slanting roof of a building section
|Reset [[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 Value
|Set [[Category Value]]
|-
|-
|[[api session event editor building set decals|SET_DECALS]]
|[[api session event editor building set decals|SET_DECALS]]
Line 100: Line 100:
|-
|-
|[[api session event editor building set function|SET_FUNCTION]]
|[[api session event editor building set function|SET_FUNCTION]]
|Set Function
|Set [[Function]]
|-
|-
|[[api session event editor building set function value|SET_FUNCTION_VALUE]]
|[[api session event editor building set function value|SET_FUNCTION_VALUE]]
|Set Function Value
|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 height of the slanting roof of a building section
|Change [[Height]] of the slanting roof of a [[Building]] section
|}
|}



Revision as of 14:11, 30 March 2026

API api session event editor building Events.

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

Specific Events:

Name Description
ADD_GEOMETRY Add a custom Building geometry
ADD_ROAD Add Road
ADD_SECTION Add Section
ADD_STANDARD Add Standard
ADD_UNDERGROUND Add Underground
DUPLICATE_SECTION Duplicate a Building Section.
GENERATE_ROTATION_ANGLES Calculation a rotation angle for Buildings having the identifying attribute polygons, optionally only for specified Building.
GENERATE_WATER_CONNECTION Generate Water Connection.
MULTI_SELECT Multi Select
QUERY Executes a single TQL query. Note: you can also use the session/query endpoint to execute multiple statements and get additional information on API usage.
REMOVE_GEOMETRIES Remove all custom Building geometries
REMOVE_SECTIONS Remove Sections
RESET_CATEGORY_VALUES Reset Category Values
RESET_FUNCTION_VALUES Reset Function Values
RESET_SLANTING_ROOF_HEIGHT Reset Height of the slanting roof of a Building section
SET_CATEGORY_VALUE Set Category Value
SET_DECALS Set Decals
SET_FLOORS Change amount of floors
SET_FUNCTION Set Function
SET_FUNCTION_VALUE Set Function Value
SET_OWNER Set Owner
SET_SLANTING_ROOF_HEIGHT Change Height of the slanting roof of a Building section

Deprecated Events:

Name Description
DUPLICATE_SECTIONS Use DUPLICATE_SECTION instead for identical result.

See also