QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Range of tiles in a tile matrix to be rendered. More...
#include <qgstiles.h>
Public Member Functions | |
QgsTileRange (int c1=-1, int c2=-1, int r1=-1, int r2=-1) | |
Constructs a range of tiles from given span of columns and rows. | |
int | endColumn () const |
Returns index of the last column in the range. | |
int | endRow () const |
Returns index of the last row in the range. | |
bool | isValid () const |
Returns whether the range is valid (when all row/column numbers are not negative) | |
int | startColumn () const |
Returns index of the first column in the range. | |
int | startRow () const |
Returns index of the first row in the range. | |
Range of tiles in a tile matrix to be rendered.
The selection is rectangular, given by start/end row and column numbers.
Definition at line 98 of file qgstiles.h.
|
inline |
Constructs a range of tiles from given span of columns and rows.
Definition at line 102 of file qgstiles.h.
|
inline |
Returns index of the last column in the range.
Definition at line 111 of file qgstiles.h.
|
inline |
Returns index of the last row in the range.
Definition at line 115 of file qgstiles.h.
|
inline |
Returns whether the range is valid (when all row/column numbers are not negative)
Definition at line 106 of file qgstiles.h.
|
inline |
Returns index of the first column in the range.
Definition at line 109 of file qgstiles.h.
|
inline |
Returns index of the first row in the range.
Definition at line 113 of file qgstiles.h.