|
QGIS API Documentation 4.1.0-Master (ca2ac17535b)
|
Struct representing whether the theoretical limits of a pixel type are useful for describing actual data boundaries. More...
#include <qgsarcgisrestutils.h>
Public Attributes | |
| bool | maxIsUseful = false |
true if the theoretical maximum value is a useful data boundary (e.g., 255 for U8) | |
| bool | minIsUseful = false |
true if the theoretical minimum value is a useful data boundary (e.g., 0 for unsigned types) | |
Struct representing whether the theoretical limits of a pixel type are useful for describing actual data boundaries.
Definition at line 300 of file qgsarcgisrestutils.h.
| bool QgsArcGisRestUtils::PixelTypeLimitUsefulness::maxIsUseful = false |
true if the theoretical maximum value is a useful data boundary (e.g., 255 for U8)
Definition at line 305 of file qgsarcgisrestutils.h.
| bool QgsArcGisRestUtils::PixelTypeLimitUsefulness::minIsUseful = false |
true if the theoretical minimum value is a useful data boundary (e.g., 0 for unsigned types)
Definition at line 303 of file qgsarcgisrestutils.h.