class documentation

class GDALRasterBase(GDALBase):

Known subclasses: django.contrib.gis.gdal.GDALRaster, django.contrib.gis.gdal.raster.band.GDALBand

View In Hierarchy

Attributes that exist on both GDALRaster and GDALBand.
Method metadata.setter Set the metadata. Update only the domains that are contained in the value dictionary.
Property metadata Return the metadata for this raster or band. The return value is a nested dictionary, where the first-level key is the metadata domain and the second-level is the metadata item names and values for that domain.

Inherited from CPointerBase (via GDALBase):

Method __del__ Free the memory used by the C++ object.
Method ptr.setter Undocumented
Class Variable destructor Undocumented
Instance Variable ​_ptr Undocumented
Property ptr Undocumented
@metadata.setter
def metadata(self, value):
Set the metadata. Update only the domains that are contained in the value dictionary.
@property
metadata =
Return the metadata for this raster or band. The return value is a nested dictionary, where the first-level key is the metadata domain and the second-level is the metadata item names and values for that domain.