QGIS API Documentation 3.43.0-Master (37eec98dbf6)
|
A range of tiles in a tile matrix. 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. | |
A range of tiles in a tile matrix.
The selection is rectangular, given by start/end row and column numbers.
Definition at line 97 of file qgstiles.h.
|
inline |
Constructs a range of tiles from given span of columns and rows.
Definition at line 101 of file qgstiles.h.
|
inline |
Returns index of the last column in the range.
Definition at line 110 of file qgstiles.h.
|
inline |
Returns index of the last row in the range.
Definition at line 114 of file qgstiles.h.
|
inline |
Returns whether the range is valid (when all row/column numbers are not negative)
Definition at line 105 of file qgstiles.h.
|
inline |
Returns index of the first column in the range.
Definition at line 108 of file qgstiles.h.
|
inline |
Returns index of the first row in the range.
Definition at line 112 of file qgstiles.h.