QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Functions
qgstiles.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgis.h"
#include "qgsrectangle.h"
#include "qgscoordinatereferencesystem.h"
#include "qgsreadwritecontext.h"
Include dependency graph for qgstiles.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsTileMatrix
 Defines a matrix of tiles for a single zoom level: it is defined by its size (width *. More...
 
class  QgsTileMatrixSet
 Defines a set of tile matrices for multiple zoom levels. More...
 
class  QgsTileRange
 Range of tiles in a tile matrix to be rendered. More...
 
class  QgsTileXYZ
 Stores coordinates of a tile in a tile matrix set. More...
 

Functions

CORE_EXPORT uint qHash (QgsTileXYZ id)
 Returns a hash for a tile id. More...
 

Function Documentation

◆ qHash()

CORE_EXPORT uint qHash ( QgsTileXYZ  id)
inline

Returns a hash for a tile id.

Since
QGIS 3.32

Definition at line 78 of file qgstiles.h.