QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Encapsulates the properties relating to the context of a locator search. More...
#include <qgslocatorcontext.h>
Public Member Functions | |
QgsLocatorContext ()=default | |
Constructor for QgsLocatorContext. More... | |
Public Attributes | |
QgsRectangle | targetExtent |
Map extent to target in results. More... | |
QgsCoordinateReferenceSystem | targetExtentCrs |
Coordinate reference system for the map extent variable. More... | |
QgsCoordinateTransformContext | transformContext |
Coordinate transform context, to use whenever performing coordinate transformations inside a locator. More... | |
bool | usingPrefix = false |
Will be true if search is being conducted using a filter prefix. More... | |
Encapsulates the properties relating to the context of a locator search.
Definition at line 32 of file qgslocatorcontext.h.
|
default |
Constructor for QgsLocatorContext.
QgsRectangle QgsLocatorContext::targetExtent |
Map extent to target in results.
This can be used to prioritize searching for results close to the current map extent. The CRS for the extent is specified by targetExtentCrs.
Definition at line 47 of file qgslocatorcontext.h.
QgsCoordinateReferenceSystem QgsLocatorContext::targetExtentCrs |
Coordinate reference system for the map extent variable.
Definition at line 53 of file qgslocatorcontext.h.
QgsCoordinateTransformContext QgsLocatorContext::transformContext |
Coordinate transform context, to use whenever performing coordinate transformations inside a locator.
Definition at line 61 of file qgslocatorcontext.h.
bool QgsLocatorContext::usingPrefix = false |
Will be true
if search is being conducted using a filter prefix.
Definition at line 66 of file qgslocatorcontext.h.