(int iRow, int iCol, double dfValue)
| 4495 | * @param dfValue the value to assign. |
| 4496 | */ |
| 4497 | public class RasterAttributeTable:public void SetValueAsDouble(int iRow, int iCol, double dfValue) |
| 4498 | |
| 4499 | /** |
| 4500 | * Set field value from integer. |
| 4501 | * <p> |
| 4502 | * The indicated field (column) on the indicated row is set from the |
| 4503 | * passed value. The value will be automatically converted for other field |
| 4504 | * types, with a possible loss of precision. |
| 4505 | * |
| 4506 | * @param iRow row to fetch (zero based). |
| 4507 | * @param iCol column to fetch (zero based). |
| 4508 | * @param nValue the value to assign. |
| 4509 | */ |
| 4510 | public class RasterAttributeTable:public void SetValueAsInt(int iRow, int iCol, int nValue) |
| 4511 | |
| 4512 | /** |
no outgoing calls