mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-30 00:02:27 -04:00
8 lines
1.1 KiB
Python
8 lines
1.1 KiB
Python
# The following has been generated automatically from src/core/raster/qgsrasterhistogram.h
|
|
try:
|
|
QgsRasterHistogram.__attribute_docs__ = {'bandNumber': 'The gdal band number (starts at 1)', 'binCount': 'Number of bins (intervals,buckets) in histogram.', 'nonNullCount': 'The number of non NULL cells used to calculate histogram.', 'includeOutOfRange': 'Whether histogram includes out of range values (in first and last bin)', 'histogramVector': 'Stores the histogram for a given layer', 'maximum': 'The maximum histogram value.', 'minimum': 'The minimum histogram value.', 'width': 'Number of columns used to calc histogram', 'height': 'Number of rows used to calc histogram', 'extent': 'Extent used to calc histogram', 'valid': 'Histogram is valid'}
|
|
QgsRasterHistogram.__annotations__ = {'bandNumber': int, 'binCount': int, 'nonNullCount': int, 'includeOutOfRange': bool, 'histogramVector': 'QgsRasterHistogram.HistogramVector', 'maximum': float, 'minimum': float, 'width': int, 'height': int, 'extent': 'QgsRectangle', 'valid': bool}
|
|
QgsRasterHistogram.__group__ = ['raster']
|
|
except (NameError, AttributeError):
|
|
pass
|