Buffer (TQL Param): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
</onlyinclude> | </onlyinclude> | ||
}} | }} | ||
====Available for==== | |||
<div style="column-count:3"> | |||
*[[Select floorsize (TQL)]] | |||
*[[Select height (TQL)]] | |||
*[[Select landpolygons (TQL)]] | |||
*[[Select landsize (TQL)]] | |||
*[[Select lotpolygons (TQL)]] | |||
*[[Select lotsize (TQL)]] | |||
*[[Select name (TQL)]] | |||
*[[Select units (TQL)]] | |||
*[[Update building attribute (TQL)]] | |||
</div> | |||
{{article end | |||
|notes= | |||
<gallery widths=200px > | <gallery widths=200px > | ||
File:buffer_function_1.png | A [[Building]] and visualized Grid Overlay cells with different values. | File:buffer_function_1.png | A [[Building]] and visualized Grid Overlay cells with different values. | ||
| Line 10: | Line 27: | ||
File:buffer_function_4.png | Now a [[Select lotsize (TQL)]] query provides the lot size of [[building]]s within distance of specific [[grid]] cell values. | File:buffer_function_4.png | Now a [[Select lotsize (TQL)]] query provides the lot size of [[building]]s within distance of specific [[grid]] cell values. | ||
</gallery> | </gallery> | ||
* This clause parameter allows you to include [[building]]s within the buffer distance of the limiting search polygons | * This clause parameter allows you to include [[building]]s within the buffer distance of the limiting search polygons | ||
|howtos= | |howtos= | ||
Latest revision as of 08:03, 13 May 2026
| Param | Value | Description | Limits search polygon |
|---|---|---|---|
| BUFFER | decimal | Buffer the limiting search polygon with this value. | true |
Available for
Notes
-
A Building and visualized Grid Overlay cells with different values.
-
A TQL Query with Grid (TQL Param) and Mingridvalue (TQL Param) create a limiting search polygon.
-
By adding a Buffer (TQL Param), the limit search polygon is expanded.
-
Now a Select lotsize (TQL) query provides the lot size of buildings within distance of specific grid cell values.
- This clause parameter allows you to include buildings within the buffer distance of the limiting search polygons
How-to's



