Relation (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Param TQL | {{Param TQL| | ||
<onlyinclude> | <onlyinclude> | ||
{{Param TQL|tabletype=row| | {{Param TQL|tabletype=row|param=RELATION|value=[[Relation]]|description=Allows to convert a specific selected [[Item]] to an other [[Item]] it is related to.|limits_search_polygon=false|}} | ||
</onlyinclude> | </onlyinclude> | ||
}} | }} | ||
====Available for==== | ====Available for==== | ||
<div style="column-count:3"> | |||
*[[Select attribute (TQL)]] | *[[Select attribute (TQL)]] | ||
*[[Select floorsize (TQL)]] | *[[Select floorsize (TQL)]] | ||
*[[Select height (TQL)]] | *[[Select height (TQL)]] | ||
*[[Select id (TQL)]] | *[[Select id (TQL)]] | ||
*[[Select lotpolygons (TQL)]] | |||
*[[Select lotsize (TQL)]] | |||
*[[Select name (TQL)]] | |||
*[[Select units (TQL)]] | |||
*[[Update building attribute (TQL)]] | |||
</div> | |||
{{:Relation}} | {{:Relation}} | ||
{{TQL param nav}} | {{TQL param nav}} | ||
Latest revision as of 09:07, 9 June 2026
| Param | Value | Description | Limits search polygon |
|---|---|---|---|
| RELATION | Relation | Allows to convert a specific selected Item to an other Item it is related to. | false |
Available for
Relation Types
The following relation types are supported:
| Relation type |
|---|
| OWNER |
| CONSTRUCTOR |
| DEMOLISHER |
| PERMITTER |
| SENDER |
| RECEIVER |
| NETOWNER |
| BORDER_A |
| BORDER_B |
| BUILDING |
| WEATHER |
Implemented Relations
The following relations are implemented for the specified items.
| Item type | Relation Type | Description |
|---|---|---|
| BUILDING | OWNER, CONSTRUCTOR | The Stakeholder configured as the owner of Building |
| BUILDING | DEMOLISHER | The Stakeholder configured as demolisher of Building |
| MEASURE | BUILDING | The first Building configured for this Measure |
| MEASURE | OWNER | The Stakeholder configured as the owner of this Measure |
| NET_CLUSTER | OWNER | The Stakeholder configured as the owner of this Net Cluster |
| NET_CLUSTER | NETOWNER | The Stakeholder configured as the owner of the Net Type of the first Net Load, configured as a Net Setting. |
| NET_LOAD | OWNER | The Stakeholder configured as the owner of this Net Cluster. |
| NET_LOAD | NETOWNER | The Stakeholder configured as the owner of the Net Type, configured as a Net Setting. |
| NET_LOAD | BUILDING | The Building configured for this Net Load. |
| PANEL | OWNER | The Stakeholder configured as the owner of this Panel. |
| ZONE | PERMITTER | The Stakeholder configured as the permitter of this Zone. Often the Municipality by default. |
| Water Overlay | WEATHER | The Weather configured in this Water Overlay. |
Area Relations
Areas allow any of the relation types to be configured using the editor area api events ADD_RELATION, SET_RELATION and REMOVE_RELATIONS.
See also