QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Range of tiles in a tile matrix to be rendered. The selection is rectangular, given by start/end row and column numbers. 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. More... | |
int | endColumn () const |
Returns index of the last column in the range. More... | |
int | endRow () const |
Returns index of the last row in the range. More... | |
bool | isValid () const |
Returns whether the range is valid (when all row/column numbers are not negative) More... | |
int | startColumn () const |
Returns index of the first column in the range. More... | |
int | startRow () const |
Returns index of the first row in the range. More... | |
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 70 of file qgstiles.h.
|
inline |
Constructs a range of tiles from given span of columns and rows.
Definition at line 74 of file qgstiles.h.
|
inline |
Returns index of the last column in the range.
Definition at line 83 of file qgstiles.h.
|
inline |
Returns index of the last row in the range.
Definition at line 87 of file qgstiles.h.
|
inline |
Returns whether the range is valid (when all row/column numbers are not negative)
Definition at line 78 of file qgstiles.h.
|
inline |
Returns index of the first column in the range.
Definition at line 81 of file qgstiles.h.
|
inline |
Returns index of the first row in the range.
Definition at line 85 of file qgstiles.h.