16 #ifndef QGSTILINGSCHEME_H 17 #define QGSTILINGSCHEME_H 42 QgsPointXY tileToMap(
int x,
int y,
int z )
const;
44 void mapToTile(
const QgsPointXY &pt,
int z,
float &x,
float &y )
const;
50 void extentToTile(
const QgsRectangle &extent,
int &x,
int &y,
int &z )
const;
57 double mBaseTileSide = 0;
62 #endif // QGSTILINGSCHEME_H A rectangle specified with double values.
A class to represent a 2D point.
const QgsCoordinateReferenceSystem & crs
QgsCoordinateReferenceSystem crs() const
Returns CRS of the tiling scheme.
This class represents a coordinate reference system (CRS).
3 The class encapsulates tiling scheme (just like with WMTS / TMS / XYZ layers).