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

Method SetValueAsDouble

swig/java/javadoc.java:4497–4509  ·  view source on GitHub ↗
(int iRow, int iCol, double dfValue)

Source from the content-addressed store, hash-verified

4495 * @param dfValue the value to assign.
4496 */
4497public 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 */
4510public class RasterAttributeTable:public void SetValueAsInt(int iRow, int iCol, int nValue)
4511
4512/**

Callers 15

test_kea_ratFunction · 0.80
CheckSetGetValuesFunction · 0.80
test_tiff_write_ratFunction · 0.80
test_rat_readvaluesioFunction · 0.80
test_rat_readasarrayFunction · 0.80
test_rat_intFunction · 0.80
test_rat_realFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_kea_ratFunction · 0.64
test_tiff_write_ratFunction · 0.64
test_rat_readvaluesioFunction · 0.64
test_rat_readasarrayFunction · 0.64
test_rat_intFunction · 0.64
test_rat_realFunction · 0.64
test_rat_stringFunction · 0.64