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

Method SetUnitType

swig/java/javadoc.java:4214–4228  ·  view source on GitHub ↗
(String newunittype)

Source from the content-addressed store, hash-verified

4212 *
4213 */
4214public class Band:public int SetUnitType(String newunittype)
4215
4216/**
4217 * Set the category names for this band.
4218 * <p>
4219 * See the GetCategoryNames() method for more on the interpretation of
4220 * category names.
4221 *
4222 * @param names a vector of strings with category names. May
4223 * be ,ull to just clear the existing list.
4224 *
4225 * @return gdalconst.CE_None on success, or gdalconst.CE_Failure on failure. If unsupported
4226 * by the driver, CE_Failure is returned by no error message will have
4227 * been emitted.
4228 */
4229public class Band:public int SetCategoryNames(java.util.Vector names)
4230
4231/**

Calls

no outgoing calls