Select gridvolume (TQL): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
|notes= | |notes= | ||
* The [[Grid]] should be specified with the [[Grid (TQL Param)]] or [[Grid with attribute (TQL Param)]] | * The [[Grid]] should be specified with the [[Grid (TQL Param)]] or [[Grid with attribute (TQL Param)]] | ||
* The [[Grid_Overlay#Grid_size|grid cell's area size]] is dependent on the [[Grid]]. | * The [[Grid_Overlay#Grid_size|grid cell's area size]] is dependent on the [[Grid]], not on the [[Setting#GRID_CELL_SIZE_M |Setting]]. | ||
}} | }} | ||
{{TQL nav}} | {{TQL nav}} |
Revision as of 13:08, 16 February 2023
Select | Unit | Description | Fixed clause amount | Polygon based |
---|
Select | Unit | Description | Fixed clause amount | Polygon based |
---|
Allowed clause parameters
Param | Type | Description | Limits search polygon |
---|---|---|---|
AREA | Item ID | Area with ID | true |
AREA_WITH_ATTRIBUTE | Attribute | Area with non zero Attribute value | true |
GRID | Item ID | Grid of Grid Overlay with ID | false |
GRID_WITH_ATTRIBUTE | Attribute | Grid of Grid Overlay with non zero Attribute value | false |
GRIDTYPE | Overlay type | Grid of Grid Overlay with specified type | true |
MAP | Map Type | Only items present in this Map Type | true |
NEIGHBORHOOD | Item ID | Neighborhood with ID | true |
NEIGHBORHOOD_WITH_ATTRIBUTE | Attribute | Neighborhood with non zero Attribute value | true |
TERRAIN | Item ID | Terrain of Terrain Type with ID | true |
TERRAIN_WITH_ATTRIBUTE | Attribute | Terrain is of Terrain Type with non zero Attribute value | true |
TIMEFRAME | timeframe | Specifies which timeframe to select when processing a particular Grid | false |
ZONE | Item ID | Zone with ID | true |
ZONE_WITH_ATTRIBUTE | Attribute | Zone with non zero Attribute value | true |
Notes
- The Grid should be specified with the Grid (TQL Param) or Grid with attribute (TQL Param)
- The grid cell's area size is dependent on the Grid, not on the Setting.