QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Go to the documentation of this file.
16 #ifndef QGSTILINGSCHEME_H
17 #define QGSTILINGSCHEME_H
45 QgsPointXY tileToMap(
int x,
int y,
int z )
const;
47 void mapToTile(
const QgsPointXY &pt,
int z,
float &x,
float &y )
const;
53 void extentToTile(
const QgsRectangle &extent,
int &x,
int &y,
int &z )
const;
60 double mBaseTileSide = 0;
65 #endif // QGSTILINGSCHEME_H
QgsTilingScheme()=default
Creates invalid tiling scheme.
const QgsCoordinateReferenceSystem & crs
A rectangle specified with double values.
QgsCoordinateReferenceSystem crs() const
Returns CRS of the tiling scheme.
This class represents a coordinate reference system (CRS).
A class to represent a 2D point.
3 The class encapsulates tiling scheme (just like with WMTS / TMS / XYZ layers).