Mingridvalue (TQL Param): Difference between revisions
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
*[[Select landpolygons (TQL)]] | *[[Select landpolygons (TQL)]] | ||
*[[Select landsize (TQL)]] | *[[Select landsize (TQL)]] | ||
*[[Select lotpolygons (TQL)]] | |||
Revision as of 13:46, 12 May 2026
| Param | Value | Description | Limits search polygon |
|---|---|---|---|
| MINGRIDVALUE | decimal | Only include Grid Overlay cells that have a value larger than or equal to the one specified | true |
Available for
- Select floorsize (TQL)
- Select height (TQL)
- Select landpolygons (TQL)
- Select landsize (TQL)
- Select lotpolygons (TQL)
Notes
- This clause restricts the TQL query polygon by creating squares for the included grid cells.
- Note that this parameter includes the specified value, opposite to Maxgridvalue (TQL Param)
See also