Advertisement
xunilk

QgsSingleBandPseudoColorRenderer (PyQGIS)

Aug 10th, 2014
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.96 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(QgsSingleBandPseudoColorRenderer)
  4. Help on class QgsSingleBandPseudoColorRenderer in module qgis.core:
  5.  
  6. class QgsSingleBandPseudoColorRenderer(QgsRasterRenderer)
  7. | QgsSingleBandPseudoColorRenderer(QgsRasterDataProvider, int, QgsRasterShader)
  8. | QgsSingleBandPseudoColorRenderer(QgsSingleBandPseudoColorRenderer)
  9. |
  10. | Method resolution order:
  11. | QgsSingleBandPseudoColorRenderer
  12. | QgsRasterRenderer
  13. | QgsRasterInterface
  14. | sip.wrapper
  15. | sip.simplewrapper
  16. | __builtin__.object
  17. |
  18. | Methods defined here:
  19. |
  20. | block(...)
  21. | QgsSingleBandPseudoColorRenderer.block(int, QgsRectangle, int, int) -> QgsRasterBlock
  22. |
  23. | classificationMax(...)
  24. | QgsSingleBandPseudoColorRenderer.classificationMax() -> float
  25. |
  26. | classificationMin(...)
  27. | QgsSingleBandPseudoColorRenderer.classificationMin() -> float
  28. |
  29. | classificationMinMaxOrigin(...)
  30. | QgsSingleBandPseudoColorRenderer.classificationMinMaxOrigin() -> int
  31. |
  32. | clone(...)
  33. | QgsSingleBandPseudoColorRenderer.clone() -> QgsRasterInterface
  34. |
  35. | constShader(...)
  36. | QgsSingleBandPseudoColorRenderer.constShader() -> QgsRasterShader
  37. |
  38. | create(...)
  39. | QgsSingleBandPseudoColorRenderer.create(QDomElement, QgsRasterDataProvider) -> QgsRasterRenderer
  40. |
  41. | legendSymbologyItems(...)
  42. | QgsSingleBandPseudoColorRenderer.legendSymbologyItems(list-of-tuple-of-QString-QColor)
  43. |
  44. | setClassificationMax(...)
  45. | QgsSingleBandPseudoColorRenderer.setClassificationMax(float)
  46. |
  47. | setClassificationMin(...)
  48. | QgsSingleBandPseudoColorRenderer.setClassificationMin(float)
  49. |
  50. | setClassificationMinMaxOrigin(...)
  51. | QgsSingleBandPseudoColorRenderer.setClassificationMinMaxOrigin(int)
  52. |
  53. | setShader(...)
  54. | QgsSingleBandPseudoColorRenderer.setShader(QgsRasterShader)
  55. |
  56. | shader(...)
  57. | QgsSingleBandPseudoColorRenderer.shader() -> QgsRasterShader
  58. |
  59. | usesBands(...)
  60. | QgsSingleBandPseudoColorRenderer.usesBands() -> list-of-int
  61. |
  62. | writeXML(...)
  63. | QgsSingleBandPseudoColorRenderer.writeXML(QDomDocument, QDomElement)
  64. |
  65. | ----------------------------------------------------------------------
  66. | Methods inherited from QgsRasterRenderer:
  67. |
  68. | alphaBand(...)
  69. | QgsRasterRenderer.alphaBand() -> int
  70. |
  71. | bandCount(...)
  72. | QgsRasterRenderer.bandCount() -> int
  73. |
  74. | dataType(...)
  75. | QgsRasterRenderer.dataType(int) -> QGis.DataType
  76. |
  77. | minMaxOriginFromName(...)
  78. | QgsRasterRenderer.minMaxOriginFromName(QString) -> int
  79. |
  80. | minMaxOriginLabel(...)
  81. | QgsRasterRenderer.minMaxOriginLabel(int) -> QString
  82. |
  83. | minMaxOriginName(...)
  84. | QgsRasterRenderer.minMaxOriginName(int) -> QString
  85. |
  86. | opacity(...)
  87. | QgsRasterRenderer.opacity() -> float
  88. |
  89. | rasterTransparency(...)
  90. | QgsRasterRenderer.rasterTransparency() -> QgsRasterTransparency
  91. |
  92. | readXML(...)
  93. | QgsRasterRenderer.readXML(QDomElement)
  94. |
  95. | setAlphaBand(...)
  96. | QgsRasterRenderer.setAlphaBand(int)
  97. |
  98. | setInput(...)
  99. | QgsRasterRenderer.setInput(QgsRasterInterface) -> bool
  100. |
  101. | setOpacity(...)
  102. | QgsRasterRenderer.setOpacity(float)
  103. |
  104. | setRasterTransparency(...)
  105. | QgsRasterRenderer.setRasterTransparency(QgsRasterTransparency)
  106. |
  107. | type(...)
  108. | QgsRasterRenderer.type() -> QString
  109. |
  110. | usesTransparency(...)
  111. | QgsRasterRenderer.usesTransparency() -> bool
  112. |
  113. | ----------------------------------------------------------------------
  114. | Methods inherited from QgsRasterInterface:
  115. |
  116. | bandStatistics(...)
  117. | QgsRasterInterface.bandStatistics(int, int theStats=QgsRasterBandStats.All, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=0) -> QgsRasterBandStats
  118. |
  119. | capabilities(...)
  120. | QgsRasterInterface.capabilities() -> int
  121. |
  122. | capabilitiesString(...)
  123. | QgsRasterInterface.capabilitiesString() -> QString
  124. |
  125. | cumulativeCut(...)
  126. | QgsRasterInterface.cumulativeCut(int, float, float, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=0) -> (float, float)
  127. |
  128. | dataTypeSize(...)
  129. | QgsRasterInterface.dataTypeSize(int) -> int
  130. |
  131. | extent(...)
  132. | QgsRasterInterface.extent() -> QgsRectangle
  133. |
  134. | generateBandName(...)
  135. | QgsRasterInterface.generateBandName(int) -> QString
  136. |
  137. | hasHistogram(...)
  138. | QgsRasterInterface.hasHistogram(int, int, float, float, QgsRectangle, int, bool) -> bool
  139. |
  140. | hasStatistics(...)
  141. | QgsRasterInterface.hasStatistics(int, int theStats=QgsRasterBandStats.All, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=0) -> bool
  142. |
  143. | histogram(...)
  144. | QgsRasterInterface.histogram(int, int, float, float, QgsRectangle, int, bool) -> QgsRasterHistogram
  145. |
  146. | input(...)
  147. | QgsRasterInterface.input() -> QgsRasterInterface
  148. |
  149. | on(...)
  150. | QgsRasterInterface.on() -> bool
  151. |
  152. | setOn(...)
  153. | QgsRasterInterface.setOn(bool)
  154. |
  155. | srcDataType(...)
  156. | QgsRasterInterface.srcDataType(int) -> QGis.DataType
  157. |
  158. | srcInput(...)
  159. | QgsRasterInterface.srcInput() -> QgsRasterInterface
  160. |
  161. | xBlockSize(...)
  162. | QgsRasterInterface.xBlockSize() -> int
  163. |
  164. | xSize(...)
  165. | QgsRasterInterface.xSize() -> int
  166. |
  167. | yBlockSize(...)
  168. | QgsRasterInterface.yBlockSize() -> int
  169. |
  170. | ySize(...)
  171. | QgsRasterInterface.ySize() -> int
  172. |
  173. | ----------------------------------------------------------------------
  174. | Data descriptors inherited from QgsRasterInterface:
  175. |
  176. | __weakref__
  177. | list of weak references to the object (if defined)
  178. |
  179. | ----------------------------------------------------------------------
  180. | Data and other attributes inherited from QgsRasterInterface:
  181. |
  182. | BuildPyramids = 16
  183. |
  184. | Capability = <class 'qgis.core.Capability'>
  185. |
  186. |
  187. | Create = 4
  188. |
  189. | Identify = 32
  190. |
  191. | IdentifyFeature = 512
  192. |
  193. | IdentifyHtml = 256
  194. |
  195. | IdentifyText = 128
  196. |
  197. | IdentifyValue = 64
  198. |
  199. | NoCapabilities = 0
  200. |
  201. | Remove = 8
  202. |
  203. | Size = 2
  204. |
  205. | ----------------------------------------------------------------------
  206. | Methods inherited from sip.simplewrapper:
  207. |
  208. | __init__(...)
  209. | x.__init__(...) initializes x; see help(type(x)) for signature
  210. |
  211. | ----------------------------------------------------------------------
  212. | Data descriptors inherited from sip.simplewrapper:
  213. |
  214. | __dict__
  215. |
  216. | ----------------------------------------------------------------------
  217. | Data and other attributes inherited from sip.simplewrapper:
  218. |
  219. | __new__ = <built-in method __new__ of sip.wrappertype object>
  220. | T.__new__(S, ...) -> a new object with type S, a subtype of T
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement