(int iRow, int iCol, int nValue)
| 4508 | * @param nValue the value to assign. |
| 4509 | */ |
| 4510 | public class RasterAttributeTable:public void SetValueAsInt(int iRow, int iCol, int nValue) |
| 4511 | |
| 4512 | /** |
| 4513 | * Set field value from string. |
| 4514 | * <p> |
| 4515 | * The indicated field (column) on the indicated row is set from the |
| 4516 | * passed value. The value will be automatically converted for other field |
| 4517 | * types, with a possible loss of precision. |
| 4518 | * |
| 4519 | * @param iRow row to fetch (zero based). |
| 4520 | * @param iCol column to fetch (zero based). |
| 4521 | * @param pszValue the value to assign. |
| 4522 | */ |
| 4523 | public class RasterAttributeTable:public void SetValueAsString(int iRow, int iCol, String pszValue) |
| 4524 | |
| 4525 | /* Class Driver */ |
no outgoing calls