Home
last modified time | relevance | path

Searched refs:currentfeature (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/resources/function_help/json/
H A D$currentfeature2 "name": "$currentfeature",
7 …{ "expression":"attribute( $currentfeature, 'name' )", "returns":"value stored in 'name' attribute…
H A Dgeometry7 …"examples": [ { "expression":" geometry( $currentfeature )", "returns":"the geometry of the curren…
H A Ddisplay_expression31 { "expression": "display_expression('a_layer_id', $currentfeature, 'False')",
H A Dmaptip31 { "expression": "maptip('a_layer_id', $currentfeature, 'False')",
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/function_help/json/
H A D$currentfeature2 "name": "$currentfeature",
7 …{ "expression":"attribute( $currentfeature, 'name' )", "returns":"value stored in 'name' attribute…
H A Dmaptip31 { "expression": "maptip('a_layer_id', $currentfeature, 'False')",
H A Ddisplay_expression31 { "expression": "display_expression('a_layer_id', $currentfeature, 'False')",
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaplayer.c2158 layer->currentfeature = layer->features; /* point to the begining of the feature list */ in msINLINELayerOpen()
2227 if( ! (layer->currentfeature)) { in msINLINELayerNextShape()
2232 s = &(layer->currentfeature->shape); in msINLINELayerNextShape()
2233 layer->currentfeature = layer->currentfeature->next; in msINLINELayerNextShape()
H A Dmapserver.h1710 featureListNodeObjPtr currentfeature; /* pointer to the current feature */ member
H A Dmapfile.c3632 layer->currentfeature = layer->features = NULL; in initLayer()
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog222358 * $currentfeature - returns the current feature
230965 …[FEATURE] New expression functions for $currentfeature (returns current feature) and 'attribute' (…
246197 Set currentfeature expression variable for Atlas printing. Fix #8766
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog256051 * $currentfeature - returns the current feature
264658 …[FEATURE] New expression functions for $currentfeature (returns current feature) and 'attribute' (…
279890 Set currentfeature expression variable for Atlas printing. Fix #8766