Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Python 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on zeito
- ## Type help(iface) for more info and list of methods.
- help(QgsRasterDataProvider)
- Help on class QgsRasterDataProvider in module qgis.core:
- class QgsRasterDataProvider(QgsDataProvider, QgsRasterInterface)
- | QgsRasterDataProvider()
- | QgsRasterDataProvider(QString)
- |
- | Method resolution order:
- | QgsRasterDataProvider
- | QgsDataProvider
- | PyQt4.QtCore.QObject
- | QgsRasterInterface
- | sip.wrapper
- | sip.simplewrapper
- | __builtin__.object
- |
- | Methods defined here:
- |
- | block(...)
- | QgsRasterDataProvider.block(int, QgsRectangle, int, int) -> QgsRasterBlock
- |
- | buildPyramidList(...)
- | QgsRasterDataProvider.buildPyramidList(list-of-int overviewList=QList<int>()) -> list-of-QgsRasterPyramid
- |
- | buildPyramids(...)
- | QgsRasterDataProvider.buildPyramids(list-of-QgsRasterPyramid, QString theResamplingMethod="NEAREST", QgsRaster.RasterPyramidsFormat theFormat=QgsRaster.PyramidsGTiff, QStringList theConfigOptions=QStringList()) -> QString
- |
- | childEvent(...)
- |
- | clone(...)
- | QgsRasterDataProvider.clone() -> QgsRasterInterface
- |
- | colorInterpretation(...)
- | QgsRasterDataProvider.colorInterpretation(int) -> int
- |
- | colorInterpretationName(...)
- | QgsRasterDataProvider.colorInterpretationName(int) -> QString
- |
- | colorName(...)
- | QgsRasterDataProvider.colorName(int) -> QString
- |
- | colorTable(...)
- | QgsRasterDataProvider.colorTable(int) -> list-of-QgsColorRampShader.ColorRampItem
- |
- | connectNotify(...)
- |
- | create(...)
- | QgsRasterDataProvider.create(QString, QString, QString, int, QGis.DataType, int, int, QgsCoordinateReferenceSystem, QStringList createOptions=QStringList()) -> (QgsRasterDataProvider, float)
- |
- | customEvent(...)
- |
- | dataTimestamp(...)
- | QgsRasterDataProvider.dataTimestamp() -> QDateTime
- |
- | dataType(...)
- | QgsRasterDataProvider.dataType(int) -> QGis.DataType
- |
- | disconnectNotify(...)
- |
- | dpi(...)
- | QgsRasterDataProvider.dpi() -> int
- |
- | draw(...)
- | QgsRasterDataProvider.draw(QgsRectangle, int, int) -> QImage
- |
- | extent(...)
- | QgsRasterDataProvider.extent() -> QgsRectangle
- |
- | hasPyramids(...)
- | QgsRasterDataProvider.hasPyramids() -> bool
- |
- | identify(...)
- | QgsRasterDataProvider.identify(QgsPoint, QgsRaster.IdentifyFormat, QgsRectangle theExtent=QgsRectangle(), int theWidth=0, int theHeight=0) -> QgsRasterIdentifyResult
- |
- | initHistogram(...)
- | QgsRasterDataProvider.initHistogram(QgsRasterHistogram, int, int, float, float, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=0, bool theIncludeOutOfRange=False)
- |
- | initStatistics(...)
- | QgsRasterDataProvider.initStatistics(QgsRasterBandStats, int, int theStats=QgsRasterBandStats.All, QgsRectangle theExtent=QgsRectangle(), int theBinCount=0)
- |
- | lastError(...)
- | QgsRasterDataProvider.lastError() -> QString
- |
- | lastErrorFormat(...)
- | QgsRasterDataProvider.lastErrorFormat() -> QString
- |
- | lastErrorTitle(...)
- | QgsRasterDataProvider.lastErrorTitle() -> QString
- |
- | metadata(...)
- | QgsRasterDataProvider.metadata() -> QString
- |
- | progress = <unbound signal progress>
- | progressUpdate = <unbound signal progressUpdate>
- | pyramidResamplingMethods(...)
- | QgsRasterDataProvider.pyramidResamplingMethods(QString) -> list-of-tuple-of-QString-QString
- |
- | receivers(...)
- |
- | reload(...)
- | QgsRasterDataProvider.reload() -> bool
- |
- | remove(...)
- | QgsRasterDataProvider.remove() -> bool
- |
- | sender(...)
- |
- | setDpi(...)
- | QgsRasterDataProvider.setDpi(int)
- |
- | setInput(...)
- | QgsRasterDataProvider.setInput(QgsRasterInterface) -> bool
- |
- | setNoDataValue(...)
- | QgsRasterDataProvider.setNoDataValue(int, float) -> bool
- |
- | setUseSrcNoDataValue(...)
- | QgsRasterDataProvider.setUseSrcNoDataValue(int, bool)
- |
- | setUserNoDataValue(...)
- | QgsRasterDataProvider.setUserNoDataValue(int, list-of-QgsRasterRange)
- |
- | srcDataType(...)
- | QgsRasterDataProvider.srcDataType(int) -> QGis.DataType
- |
- | srcHasNoDataValue(...)
- | QgsRasterDataProvider.srcHasNoDataValue(int) -> bool
- |
- | srcNoDataValue(...)
- | QgsRasterDataProvider.srcNoDataValue(int) -> float
- |
- | subLayers(...)
- | QgsRasterDataProvider.subLayers() -> QStringList
- |
- | timerEvent(...)
- |
- | timestamp(...)
- | QgsRasterDataProvider.timestamp() -> QDateTime
- |
- | useSrcNoDataValue(...)
- | QgsRasterDataProvider.useSrcNoDataValue(int) -> bool
- |
- | userNoDataValues(...)
- | QgsRasterDataProvider.userNoDataValues(int) -> list-of-QgsRasterRange
- |
- | validateCreationOptions(...)
- | QgsRasterDataProvider.validateCreationOptions(QStringList, QString) -> QString
- |
- | validatePyramidsConfigOptions(...)
- | QgsRasterDataProvider.validatePyramidsConfigOptions(QgsRaster.RasterPyramidsFormat, QStringList, QString) -> QString
- |
- | write(...)
- | QgsRasterDataProvider.write(sip.voidptr, int, int, int, int, int) -> bool
- |
- | xBlockSize(...)
- | QgsRasterDataProvider.xBlockSize() -> int
- |
- | xSize(...)
- | QgsRasterDataProvider.xSize() -> int
- |
- | yBlockSize(...)
- | QgsRasterDataProvider.yBlockSize() -> int
- |
- | ySize(...)
- | QgsRasterDataProvider.ySize() -> int
- |
- | ----------------------------------------------------------------------
- | Methods inherited from QgsDataProvider:
- |
- | crs(...)
- | QgsDataProvider.crs() -> QgsCoordinateReferenceSystem
- |
- | dataChanged = <unbound signal dataChanged>
- | dataSourceUri(...)
- | QgsDataProvider.dataSourceUri() -> QString
- |
- | description(...)
- | QgsDataProvider.description() -> QString
- |
- | error(...)
- | QgsDataProvider.error() -> QgsError
- |
- | fileRasterFilters(...)
- | QgsDataProvider.fileRasterFilters() -> QString
- |
- | fileVectorFilters(...)
- | QgsDataProvider.fileVectorFilters() -> QString
- |
- | fullExtentCalculated = <unbound signal fullExtentCalculated>
- | isValid(...)
- | QgsDataProvider.isValid() -> bool
- |
- | name(...)
- | QgsDataProvider.name() -> QString
- |
- | reloadData(...)
- | QgsDataProvider.reloadData()
- |
- | setDataSourceUri(...)
- | QgsDataProvider.setDataSourceUri(QString)
- |
- | setLayerOrder(...)
- | QgsDataProvider.setLayerOrder(QStringList)
- |
- | setSubLayerVisibility(...)
- | QgsDataProvider.setSubLayerVisibility(QString, bool)
- |
- | setSubsetString(...)
- | QgsDataProvider.setSubsetString(QString, bool updateFeatureCount=True) -> bool
- |
- | subLayerCount(...)
- | QgsDataProvider.subLayerCount() -> int
- |
- | subLayerStyles(...)
- | QgsDataProvider.subLayerStyles() -> QStringList
- |
- | subsetString(...)
- | QgsDataProvider.subsetString() -> QString
- |
- | supportsSubsetString(...)
- | QgsDataProvider.supportsSubsetString() -> bool
- |
- | updateExtents(...)
- | QgsDataProvider.updateExtents()
- |
- | ----------------------------------------------------------------------
- | Methods inherited from PyQt4.QtCore.QObject:
- |
- | __getattr__(...)
- | QObject.__getattr__(str) -> object
- |
- | blockSignals(...)
- | QObject.blockSignals(bool) -> bool
- |
- | children(...)
- | QObject.children() -> list-of-QObject
- |
- | connect(...)
- | QObject.connect(QObject, SIGNAL(), QObject, SLOT(), Qt.ConnectionType=Qt.AutoConnection) -> bool
- | QObject.connect(QObject, SIGNAL(), callable, Qt.ConnectionType=Qt.AutoConnection) -> bool
- | QObject.connect(QObject, SIGNAL(), SLOT(), Qt.ConnectionType=Qt.AutoConnection) -> bool
- |
- | deleteLater(...)
- | QObject.deleteLater()
- |
- | destroyed = <unbound signal destroyed>
- | disconnect(...)
- | QObject.disconnect(QObject, SIGNAL(), QObject, SLOT()) -> bool
- | QObject.disconnect(QObject, SIGNAL(), callable) -> bool
- |
- | dumpObjectInfo(...)
- | QObject.dumpObjectInfo()
- |
- | dumpObjectTree(...)
- | QObject.dumpObjectTree()
- |
- | dynamicPropertyNames(...)
- | QObject.dynamicPropertyNames() -> list-of-QByteArray
- |
- | emit(...)
- | QObject.emit(SIGNAL(), ...)
- |
- | event(...)
- | QObject.event(QEvent) -> bool
- |
- | eventFilter(...)
- | QObject.eventFilter(QObject, QEvent) -> bool
- |
- | findChild(...)
- | QObject.findChild(type, QString name=QString()) -> QObject
- |
- | findChildren(...)
- | QObject.findChildren(type, QString name=QString()) -> list-of-QObject
- | QObject.findChildren(type, QRegExp) -> list-of-QObject
- |
- | inherits(...)
- | QObject.inherits(str) -> bool
- |
- | installEventFilter(...)
- | QObject.installEventFilter(QObject)
- |
- | isWidgetType(...)
- | QObject.isWidgetType() -> bool
- |
- | killTimer(...)
- | QObject.killTimer(int)
- |
- | metaObject(...)
- | QObject.metaObject() -> QMetaObject
- |
- | moveToThread(...)
- | QObject.moveToThread(QThread)
- |
- | objectName(...)
- | QObject.objectName() -> QString
- |
- | parent(...)
- | QObject.parent() -> QObject
- |
- | property(...)
- | QObject.property(str) -> QVariant
- |
- | pyqtConfigure(...)
- | QObject.pyqtConfigure(...)
- |
- | Each keyword argument is either the name of a Qt property or a Qt signal.
- | For properties the property is set to the given value which should be of an
- | appropriate type.
- | For signals the signal is connected to the given value which should be a
- | callable.
- |
- | removeEventFilter(...)
- | QObject.removeEventFilter(QObject)
- |
- | setObjectName(...)
- | QObject.setObjectName(QString)
- |
- | setParent(...)
- | QObject.setParent(QObject)
- |
- | setProperty(...)
- | QObject.setProperty(str, QVariant) -> bool
- |
- | signalsBlocked(...)
- | QObject.signalsBlocked() -> bool
- |
- | startTimer(...)
- | QObject.startTimer(int) -> int
- |
- | thread(...)
- | QObject.thread() -> QThread
- |
- | tr(...)
- | QObject.tr(str, str disambiguation=None, int n=-1) -> QString
- |
- | trUtf8(...)
- | QObject.trUtf8(str, str disambiguation=None, int n=-1) -> QString
- |
- | ----------------------------------------------------------------------
- | Data descriptors inherited from PyQt4.QtCore.QObject:
- |
- | __weakref__
- | list of weak references to the object (if defined)
- |
- | staticMetaObject
- |
- | ----------------------------------------------------------------------
- | Methods inherited from QgsRasterInterface:
- |
- | bandCount(...)
- | QgsRasterInterface.bandCount() -> int
- |
- | bandStatistics(...)
- | QgsRasterInterface.bandStatistics(int, int theStats=QgsRasterBandStats.All, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=0) -> QgsRasterBandStats
- |
- | capabilities(...)
- | QgsRasterInterface.capabilities() -> int
- |
- | capabilitiesString(...)
- | QgsRasterInterface.capabilitiesString() -> QString
- |
- | cumulativeCut(...)
- | QgsRasterInterface.cumulativeCut(int, float, float, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=0) -> (float, float)
- |
- | dataTypeSize(...)
- | QgsRasterInterface.dataTypeSize(int) -> int
- |
- | generateBandName(...)
- | QgsRasterInterface.generateBandName(int) -> QString
- |
- | hasHistogram(...)
- | QgsRasterInterface.hasHistogram(int, int, float, float, QgsRectangle, int, bool) -> bool
- |
- | hasStatistics(...)
- | QgsRasterInterface.hasStatistics(int, int theStats=QgsRasterBandStats.All, QgsRectangle theExtent=QgsRectangle(), int theSampleSize=0) -> bool
- |
- | histogram(...)
- | QgsRasterInterface.histogram(int, int, float, float, QgsRectangle, int, bool) -> QgsRasterHistogram
- |
- | input(...)
- | QgsRasterInterface.input() -> QgsRasterInterface
- |
- | on(...)
- | QgsRasterInterface.on() -> bool
- |
- | readXML(...)
- | QgsRasterInterface.readXML(QDomElement)
- |
- | setOn(...)
- | QgsRasterInterface.setOn(bool)
- |
- | srcInput(...)
- | QgsRasterInterface.srcInput() -> QgsRasterInterface
- |
- | writeXML(...)
- | QgsRasterInterface.writeXML(QDomDocument, QDomElement)
- |
- | ----------------------------------------------------------------------
- | Data and other attributes inherited from QgsRasterInterface:
- |
- | BuildPyramids = 16
- |
- | Capability = <class 'qgis.core.Capability'>
- |
- |
- | Create = 4
- |
- | Identify = 32
- |
- | IdentifyFeature = 512
- |
- | IdentifyHtml = 256
- |
- | IdentifyText = 128
- |
- | IdentifyValue = 64
- |
- | NoCapabilities = 0
- |
- | Remove = 8
- |
- | Size = 2
- |
- | ----------------------------------------------------------------------
- | Methods inherited from sip.simplewrapper:
- |
- | __init__(...)
- | x.__init__(...) initializes x; see help(type(x)) for signature
- |
- | ----------------------------------------------------------------------
- | Data descriptors inherited from sip.simplewrapper:
- |
- | __dict__
- |
- | ----------------------------------------------------------------------
- | Data and other attributes inherited from sip.simplewrapper:
- |
- | __new__ = <built-in method __new__ of sip.wrappertype object>
- | T.__new__(S, ...) -> a new object with type S, a subtype of T
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement