QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#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.