|
|
RasterAttributeTable
|
|
RasterAttributeTable
|
|
int
|
|
|
GetNameOfCol(self,
*args)
GetNameOfCol(self, int iCol) -> char |
source code
|
|
|
GetUsageOfCol(self,
*args)
GetUsageOfCol(self, int iCol) -> GDALRATFieldUsage |
source code
|
|
|
GetTypeOfCol(self,
*args)
GetTypeOfCol(self, int iCol) -> GDALRATFieldType |
source code
|
|
|
GetColOfUsage(self,
*args)
GetColOfUsage(self, GDALRATFieldUsage eUsage) -> int |
source code
|
|
int
|
|
|
GetValueAsString(self,
*args)
GetValueAsString(self, int iRow, int iCol) -> char |
source code
|
|
|
GetValueAsInt(self,
*args)
GetValueAsInt(self, int iRow, int iCol) -> int |
source code
|
|
|
GetValueAsDouble(self,
*args)
GetValueAsDouble(self, int iRow, int iCol) -> double |
source code
|
|
|
SetValueAsString(self,
*args)
SetValueAsString(self, int iRow, int iCol, char pszValue) |
source code
|
|
|
SetValueAsInt(self,
*args)
SetValueAsInt(self, int iRow, int iCol, int nValue) |
source code
|
|
|
SetValueAsDouble(self,
*args)
SetValueAsDouble(self, int iRow, int iCol, double dfValue) |
source code
|
|
|
SetRowCount(self,
*args)
SetRowCount(self, int nCount) |
source code
|
|
|
CreateColumn(self,
*args)
CreateColumn(self, char pszName, GDALRATFieldType eType,
GDALRATFieldUsage eUsage) -> int |
source code
|
|
bool
|
|
|
SetLinearBinning(self,
*args)
SetLinearBinning(self, double dfRow0Min, double dfBinSize) -> int |
source code
|
|
|
GetRowOfValue(self,
*args)
GetRowOfValue(self, double dfValue) -> int |
source code
|
|