Api session event editor building: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API api session event editor building Events. Building editing. {|class=wikitable !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 |Appen..."
 
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 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]]
Line 79: Line 79:
|-
|-
|[[api session event editor building remove sections|REMOVE_SECTIONS]]
|[[api session event editor building remove sections|REMOVE_SECTIONS]]
|Remove [[Section]]s
|Remove Sections
|-
|-
|[[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 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]] Values
|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]]
Line 91: Line 91:
|-
|-
|[[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]]

Revision as of 13:45, 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 buildings.
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