GDAL items for Qt4 QStandardItemModel.
Functions
datasetitem(filename) | Factory for dataset items. |
Classes
BandItem(band, **kwargs) | Raster band item. |
CachedDatasetItem(filename[, mode]) | |
DatasetItem(filename[, mode]) | Dataset item |
MajorObjectItem(gdalobj, **kwargs) | |
OverviewItem(band, **kwargs) | |
SubDatasetItem(gdalfilename[, extrainfo]) |
Exceptions
OpenError |
Bases: gsdview.gdalbackend.modelitems.MajorObjectItem
Raster band item.
This class implements both the QStandardItem and the gdal.Band interface.
It also as attatched a graphics scene containing a GdalGraphicsItem
graphics item representing the raster band
graphics scene associated to the raster band
Bases: gsdview.gdalbackend.modelitems.DatasetItem
coordinate mapper
dataset filename
graphics item representing the dataset
graphics scene associated to the item
filename of the cached virtual dataset
Bases: gsdview.gdalbackend.modelitems.MajorObjectItem
Dataset item
This class implements both the QStandardItem and the gdal.Dataset interface.
coordiante mapper
dataset filename
Return the dataset geographic footprint as a QPolygonF.
The geographic footprint is a QPolygonF containing the four vertices of the image in geographic coordinates. If no geographic info is available in the dataset None is returned.
graphics item representing the dataset
graphics scene associated to the item
Bases: PyQt4.QtGui.QStandardItem
Bases: gsdview.gdalbackend.modelitems.BandItem
Bases: gsdview.gdalbackend.modelitems.CachedDatasetItem
coordinate mapper
GDAL sub-dataset info
dataset filename
graphics item representing the dataset
graphics scene associated to the item
filename of the cached virtual dataset