Advertisement
xunilk

QgsRasterBandStats Class (PyQGIS)

Aug 8th, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Python 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on zeito
  2. ## Type help(iface) for more info and list of methods.
  3. help(QgsRasterBandStats)
  4. Help on class QgsRasterBandStats in module qgis.core:
  5.  
  6. class QgsRasterBandStats(sip.wrapper)
  7. | QgsRasterBandStats()
  8. | QgsRasterBandStats(QgsRasterBandStats)
  9. |
  10. | Method resolution order:
  11. | QgsRasterBandStats
  12. | sip.wrapper
  13. | sip.simplewrapper
  14. | __builtin__.object
  15. |
  16. | Methods defined here:
  17. |
  18. | contains(...)
  19. | QgsRasterBandStats.contains(QgsRasterBandStats) -> bool
  20. |
  21. | ----------------------------------------------------------------------
  22. | Data descriptors defined here:
  23. |
  24. | __weakref__
  25. | list of weak references to the object (if defined)
  26. |
  27. | bandNumber
  28. |
  29. | elementCount
  30. |
  31. | extent
  32. |
  33. | height
  34. |
  35. | maximumValue
  36. |
  37. | mean
  38. |
  39. | minimumValue
  40. |
  41. | range
  42. |
  43. | statsGathered
  44. |
  45. | stdDev
  46. |
  47. | sum
  48. |
  49. | sumOfSquares
  50. |
  51. | width
  52. |
  53. | ----------------------------------------------------------------------
  54. | Data and other attributes defined here:
  55. |
  56. | All = 127
  57. |
  58. | Max = 2
  59. |
  60. | Mean = 16
  61. |
  62. | Min = 1
  63. |
  64. | None = 0
  65. |
  66. | Range = 4
  67. |
  68. | Stats = <class 'qgis.core.Stats'>
  69. |
  70. |
  71. | StdDev = 32
  72. |
  73. | Sum = 8
  74. |
  75. | SumOfSquares = 64
  76. |
  77. | ----------------------------------------------------------------------
  78. | Methods inherited from sip.simplewrapper:
  79. |
  80. | __init__(...)
  81. | x.__init__(...) initializes x; see help(type(x)) for signature
  82. |
  83. | ----------------------------------------------------------------------
  84. | Data descriptors inherited from sip.simplewrapper:
  85. |
  86. | __dict__
  87. |
  88. | ----------------------------------------------------------------------
  89. | Data and other attributes inherited from sip.simplewrapper:
  90. |
  91. | __new__ = <built-in method __new__ of sip.wrappertype object>
  92. | T.__new__(S, ...) -> a new object with type S, a subtype of T
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement