MCPcopy Create free account
hub / github.com/OSGeo/gdal / SetValueAsInt

Method SetValueAsInt

swig/java/javadoc.java:4510–4522  ·  view source on GitHub ↗
(int iRow, int iCol, int nValue)

Source from the content-addressed store, hash-verified

4508 * @param nValue the value to assign.
4509 */
4510public 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 */
4523public class RasterAttributeTable:public void SetValueAsString(int iRow, int iCol, String pszValue)
4524
4525/* Class Driver */

Calls

no outgoing calls