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 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]]s having the identifying attribute polygons, optionally only for specified [[Building]].
|Calculation a rotation angle for [[Building]] 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 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 Value]]s
|Reset [[Category]] Values
|-
|-
|[[api session event editor building reset function values|RESET_FUNCTION_VALUES]]
|[[api session event editor building reset function values|RESET_FUNCTION_VALUES]]
|Reset [[Function Value]]s
|Reset [[Function]] Values
|-
|-
|[[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)|[[Slanting roof height (Function Value)|[[Slanting roof height (Function Value)|Height of the Slanting Roof]] of a [[Building]] section
|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 Value]]
|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 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 [[Slanting roof height (Function Value)|[[Slanting roof height (Function Value)|[[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
|}
|}



Revision as of 07:49, 31 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 Building 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