|
|
|
|
Driver
|
|
|
GetRasterBand(self,
*args)
GetRasterBand(self, int nBand) -> Band |
source code
|
|
char
|
|
char
|
|
|
SetProjection(self,
*args)
SetProjection(self, char prj) -> CPLErr |
source code
|
|
|
GetGeoTransform(self,
*args,
**kwargs)
GetGeoTransform(self, int can_return_null = None) |
source code
|
|
|
SetGeoTransform(self,
*args)
SetGeoTransform(self, double argin) -> CPLErr |
source code
|
|
|
BuildOverviews(self,
*args,
**kwargs)
BuildOverviews(self, char resampling = "NEAREST", int overviewlist = 0, ... |
source code
|
|
int
|
|
char
|
|
|
|
|
SetGCPs(self,
*args)
SetGCPs(self, int nGCPs, char pszGCPProjection) -> CPLErr |
source code
|
|
|
|
|
AddBand(self,
*args,
**kwargs)
AddBand(self, GDALDataType datatype = GDT_Byte, char options = None)
-> CPLErr |
source code
|
|
|
CreateMaskBand(self,
*args)
CreateMaskBand(self, int nFlags) -> CPLErr |
source code
|
|
char
|
|
|
EndAsyncReader(self,
*args)
EndAsyncReader(self, AsyncReader ario) |
source code
|
|
|
ReadRaster1(self,
*args,
**kwargs)
ReadRaster1(self, int xoff, int yoff, int xsize, int ysize, int buf_xsize = None, ... |
source code
|
|
|
ReadAsArray(self,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
buf_obj=None) |
source code
|
|
|
WriteRaster(self,
xoff,
yoff,
xsize,
ysize,
buf_string,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
band_list=None,
buf_pixel_space=None,
buf_line_space=None,
buf_band_space=None) |
source code
|
|
|
ReadRaster(self,
xoff,
yoff,
xsize,
ysize,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
band_list=None,
buf_pixel_space=None,
buf_line_space=None,
buf_band_space=None) |
source code
|
|
|
|
|
BeginAsyncReader(self,
xoff,
yoff,
xsize,
ysize,
buf_obj=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
band_list=None,
options=[]) |
source code
|
|
Inherited from MajorObject :
GetDescription ,
GetMetadata ,
GetMetadataItem ,
GetMetadata_Dict ,
GetMetadata_List ,
SetDescription ,
SetMetadata ,
SetMetadataItem
|