QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <QCoreApplication>
#include "qgstiles.h"
#include "qgsrectangle.h"
#include "qgscoordinatetransformcontext.h"
#include "qgscoordinatereferencesystem.h"
Go to the source code of this file.
Classes | |
class | QgsVectorTileWriter::Layer |
Configuration of a single input vector layer to be included in the output. More... | |
class | QgsVectorTileWriter |
Takes care of writing vector tiles. The intended use is to set up the class by setting the destination URI, extent, zoom level range and input vector layers. Then with a call to writeTiles() the data gets written. In case of a failure, errorMessage() returns the cause of the problem during writing. More... | |