mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
7 lines
845 B
Python
7 lines
845 B
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.__group__ = ['raster']
|
|
except (NameError, AttributeError):
|
|
pass
|