Proxy of C++ GDALRasterAttributeTableShadow class.
|
|
|
__init__(self,
*args)
__init__(GDALRasterAttributeTableShadow self) ->
RasterAttributeTable |
source code
|
|
|
Clone(self,
*args)
Clone(RasterAttributeTable self) -> RasterAttributeTable |
source code
|
|
|
GetColumnCount(self,
*args)
GetColumnCount(RasterAttributeTable self) -> int |
source code
|
|
|
GetNameOfCol(self,
*args)
GetNameOfCol(RasterAttributeTable self, int iCol) -> char const * |
source code
|
|
|
GetUsageOfCol(self,
*args)
GetUsageOfCol(RasterAttributeTable self, int iCol) ->
GDALRATFieldUsage |
source code
|
|
|
GetTypeOfCol(self,
*args)
GetTypeOfCol(RasterAttributeTable self, int iCol) ->
GDALRATFieldType |
source code
|
|
|
GetColOfUsage(self,
*args)
GetColOfUsage(RasterAttributeTable self, GDALRATFieldUsage eUsage)
-> int |
source code
|
|
|
GetRowCount(self,
*args)
GetRowCount(RasterAttributeTable self) -> int |
source code
|
|
|
GetValueAsString(self,
*args)
GetValueAsString(RasterAttributeTable self, int iRow, int iCol) ->
char const * |
source code
|
|
|
GetValueAsInt(self,
*args)
GetValueAsInt(RasterAttributeTable self, int iRow, int iCol) ->
int |
source code
|
|
|
GetValueAsDouble(self,
*args)
GetValueAsDouble(RasterAttributeTable self, int iRow, int iCol) ->
double |
source code
|
|
|
SetValueAsString(self,
*args)
SetValueAsString(RasterAttributeTable self, int iRow, int iCol, char
const * pszValue) |
source code
|
|
|
SetValueAsInt(self,
*args)
SetValueAsInt(RasterAttributeTable self, int iRow, int iCol, int
nValue) |
source code
|
|
|
SetValueAsDouble(self,
*args)
SetValueAsDouble(RasterAttributeTable self, int iRow, int iCol,
double dfValue) |
source code
|
|
|
SetRowCount(self,
*args)
SetRowCount(RasterAttributeTable self, int nCount) |
source code
|
|
|
CreateColumn(self,
*args)
CreateColumn(RasterAttributeTable self, char const * pszName,
GDALRATFieldType eType, GDALRATFieldUsage eUsage) -> int |
source code
|
|
|
GetLinearBinning(self,
*args)
GetLinearBinning(RasterAttributeTable self) -> bool |
source code
|
|
|
SetLinearBinning(self,
*args)
SetLinearBinning(RasterAttributeTable self, double dfRow0Min, double
dfBinSize) -> int |
source code
|
|
|
GetRowOfValue(self,
*args)
GetRowOfValue(RasterAttributeTable self, double dfValue) -> int |
source code
|
|
|
ChangesAreWrittenToFile(self,
*args)
ChangesAreWrittenToFile(RasterAttributeTable self) -> int |
source code
|
|
|
DumpReadable(self,
*args)
DumpReadable(RasterAttributeTable self) |
source code
|
|
|
SetTableType(self,
*args)
SetTableType(RasterAttributeTable self, GDALRATTableType eTableType) |
source code
|
|
|
GetTableType(self,
*args)
GetTableType(RasterAttributeTable self) -> GDALRATTableType |
source code
|
|
|
|
|
ReadAsArray(self,
field,
start=0,
length=None) |
source code
|
|