QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains utility functions for working with map layers. More...
#include <qgsmaplayerutils.h>
Static Public Member Functions | |
static QgsRectangle | combinedExtent (const QList< QgsMapLayer * > &layers, const QgsCoordinateReferenceSystem &crs, const QgsCoordinateTransformContext &transformContext) |
Returns the combined extent of a list of layers. More... | |
Contains utility functions for working with map layers.
Definition at line 34 of file qgsmaplayerutils.h.
|
static |
Returns the combined extent of a list of layers.
The crs argument specifies the desired coordinate reference system for the combined extent.
Definition at line 26 of file qgsmaplayerutils.cpp.