QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
16 #ifndef QGSVTPKTILES_H
17 #define QGSVTPKTILES_H
19 #include "qgis_core.h"
24 #include <QVariantMap>
62 QVariantMap metadata()
const;
67 QVariantMap styleDefinition()
const;
72 QVariantMap spriteDefinition()
const;
77 QImage spriteImage()
const;
102 QByteArray tileData(
int z,
int x,
int y );
112 struct zip *mZip =
nullptr;
113 mutable QVariantMap mMetadata;
115 mutable int mPacketSize = -1;
119 #endif // QGSVTPKTILES_H
Contains information about the context in which a coordinate transform is executed.
Encapsulates properties of a vector tile matrix set, including tile origins and scaling information.
const QgsCoordinateReferenceSystem & crs
Utility class for reading and writing ESRI VTPK files.
A rectangle specified with double values.
This class represents a coordinate reference system (CRS).
CORE_EXPORT bool zip(const QString &zip, const QStringList &files)
Zip the list of files in the zip file.