|
|
|
|
int
|
|
|
|
GDALColorInterp
|
|
GDALColorInterp
|
|
|
SetColorInterpretation(self,
*args)
SetColorInterpretation(self, GDALColorInterp val) -> CPLErr |
source code
|
|
|
SetRasterColorInterpretation(self,
*args)
SetRasterColorInterpretation(self, GDALColorInterp val) -> CPLErr |
source code
|
|
|
|
|
SetNoDataValue(self,
*args)
SetNoDataValue(self, double d) -> CPLErr |
source code
|
|
char
|
|
|
SetUnitType(self,
*args)
SetUnitType(self, char val) -> CPLErr |
source code
|
|
char
|
|
|
SetRasterCategoryNames(self,
*args)
SetRasterCategoryNames(self, char names) -> CPLErr |
source code
|
|
|
|
|
|
|
|
|
|
|
SetOffset(self,
*args)
SetOffset(self, double val) -> CPLErr |
source code
|
|
|
SetScale(self,
*args)
SetScale(self, double val) -> CPLErr |
source code
|
|
|
GetStatistics(self,
*args)
GetStatistics(self, int approx_ok, int force) -> CPLErr |
source code
|
|
|
ComputeStatistics(self,
*args)
ComputeStatistics(self, bool approx_ok, GDALProgressFunc callback =
None, void callback_data = None) -> CPLErr |
source code
|
|
|
SetStatistics(self,
*args)
SetStatistics(self, double min, double max, double mean, double
stddev) -> CPLErr |
source code
|
|
int
|
|
|
GetOverview(self,
*args)
GetOverview(self, int i) -> Band |
source code
|
|
|
Checksum(self,
*args,
**kwargs)
Checksum(self, int xoff = 0, int yoff = 0, int xsize = None, int
ysize = None) -> int |
source code
|
|
|
ComputeRasterMinMax(self,
*args)
ComputeRasterMinMax(self, int approx_ok = 0) |
source code
|
|
|
ComputeBandStats(self,
*args)
ComputeBandStats(self, int samplestep = 1) |
source code
|
|
|
Fill(self,
*args)
Fill(self, double real_fill, double imag_fill = 0.0) -> CPLErr |
source code
|
|
|
WriteRaster(self,
*args,
**kwargs)
WriteRaster(self, int xoff, int yoff, int xsize, int ysize, GIntBig buf_len, ... |
source code
|
|
|
|
ColorTable
|
|
ColorTable
|
|
|
SetRasterColorTable(self,
*args)
SetRasterColorTable(self, ColorTable arg) -> int |
source code
|
|
|
SetColorTable(self,
*args)
SetColorTable(self, ColorTable arg) -> int |
source code
|
|
RasterAttributeTable
|
|
|
SetDefaultRAT(self,
*args)
SetDefaultRAT(self, RasterAttributeTable table) -> int |
source code
|
|
Band
|
|
int
|
|
|
CreateMaskBand(self,
*args)
CreateMaskBand(self, int nFlags) -> CPLErr |
source code
|
|
|
GetHistogram(self,
*args,
**kwargs)
GetHistogram(self, double min = -0.5, double max = 255.5, int buckets = 256, ... |
source code
|
|
|
GetDefaultHistogram(self,
*args,
**kwargs)
GetDefaultHistogram(self, double min_ret = None, double max_ret = None, int buckets_ret = None, ... |
source code
|
|
|
SetDefaultHistogram(self,
*args)
SetDefaultHistogram(self, double min, double max, int buckets_in)
-> CPLErr |
source code
|
|
bool
|
|
char
|
|
|
SetCategoryNames(self,
*args)
SetCategoryNames(self, char papszCategoryNames) -> CPLErr |
source code
|
|
|
ReadRaster1(self,
*args,
**kwargs)
ReadRaster1(self, int xoff, int yoff, int xsize, int ysize, int buf_xsize = None, ... |
source code
|
|
|
ReadRaster(self,
xoff,
yoff,
xsize,
ysize,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
buf_pixel_space=None,
buf_line_space=None) |
source code
|
|
|
ReadAsArray(self,
xoff=0,
yoff=0,
win_xsize=None,
win_ysize=None,
buf_xsize=None,
buf_ysize=None,
buf_obj=None) |
source code
|
|
|
|
|
|
Inherited from MajorObject :
GetDescription ,
GetMetadata ,
GetMetadataItem ,
GetMetadata_Dict ,
GetMetadata_List ,
SetDescription ,
SetMetadata ,
SetMetadataItem
|