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

Method SetValueAsString

swig/java/javadoc.java:4523–4537  ·  view source on GitHub ↗
(int iRow, int iCol, String pszValue)

Source from the content-addressed store, hash-verified

4521 * @param pszValue the value to assign.
4522 */
4523public class RasterAttributeTable:public void SetValueAsString(int iRow, int iCol, String pszValue)
4524
4525/* Class Driver */
4526
4527/**
4528 * Class Driver is an uninstanciable class providing various methods for a format specific driver.
4529 *
4530 * <p>
4531 * The Driver class is a binding for the C++ <a href="http://gdal.org/classGDALDriver.html">GDALDriver</a> class.
4532 * <p>
4533 * An instance of this class is created for each supported format, and manages information about the format.
4534 * This roughly corresponds to a file format, though some drivers may be gateways to many formats through a secondary multi-library.
4535 * <p>
4536 * Drivers are loaded and registered with the gdal.<a href="./gdal.html#AllRegister()">AllRegister()</a> method
4537 */
4538public class org.gdal.gdal.Driver
4539
4540/**

Calls

no outgoing calls