|
QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
#include "qgsserverprojectutils.h"#include "qgscoordinatetransform.h"#include "qgsproject.h"#include "qgsvectorlayer.h"#include "qgswmslayerinfos.h"#include "qgsmessagelog.h"#include "qgsserverinterface.h"#include "qgsmaplayerstylemanager.h"#include <algorithm>
Go to the source code of this file.
Functions | |
| bool | setBoundingRect (const QgsProject *project, QgsWmsLayerInfos &pLayer, QgsMapLayer *ml, const QgsRectangle &wmsExtent, const QgsCoordinateReferenceSystem &wgs84, const QList< QgsCoordinateReferenceSystem > &outputCrsList) |
| bool setBoundingRect | ( | const QgsProject * | project, |
| QgsWmsLayerInfos & | pLayer, | ||
| QgsMapLayer * | ml, | ||
| const QgsRectangle & | wmsExtent, | ||
| const QgsCoordinateReferenceSystem & | wgs84, | ||
| const QList< QgsCoordinateReferenceSystem > & | outputCrsList | ||
| ) |
Definition at line 66 of file qgswmslayerinfos.cpp.