QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
The Context struct stores the current layer and coordinate transform context. More...
#include <qgsogcutils.h>
Public Member Functions | |
Context (const QgsMapLayer *layer=nullptr, const QgsCoordinateTransformContext &transformContext=QgsCoordinateTransformContext()) | |
Constructs a Context from layer and transformContext. More... | |
Public Attributes | |
const QgsMapLayer * | layer = nullptr |
QgsCoordinateTransformContext | transformContext |
The Context struct stores the current layer and coordinate transform context.
Definition at line 58 of file qgsogcutils.h.
|
inline |
Constructs a Context from layer and transformContext.
Definition at line 64 of file qgsogcutils.h.
const QgsMapLayer* QgsOgcUtils::Context::layer = nullptr |
Definition at line 69 of file qgsogcutils.h.
QgsCoordinateTransformContext QgsOgcUtils::Context::transformContext |
Definition at line 70 of file qgsogcutils.h.