QGIS API Documentation 4.1.0-Master (ca2ac17535b)
Loading...
Searching...
No Matches
QgsArcGisRestUtils::PixelTypeLimitUsefulness Struct Reference

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)

Detailed Description

Struct representing whether the theoretical limits of a pixel type are useful for describing actual data boundaries.

Note
Not available in Python bindings
Since
QGIS 4.2

Definition at line 300 of file qgsarcgisrestutils.h.

Member Data Documentation

◆ maxIsUseful

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.

◆ minIsUseful

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.


The documentation for this struct was generated from the following file: