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

Method Clone

swig/java/javadoc.java:4320–4335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4318 * @return new copy of the RAT.
4319 */
4320public class RasterAttributeTable:public RasterAttributeTable Clone()
4321
4322/**
4323 * Create new column.
4324 * <p>
4325 * If the table already has rows, all row values for the new column will
4326 * be initialized to the default value ("", or zero). The new column is
4327 * always created as the last column, can will be column (field)
4328 * "GetColumnCount()-1" after CreateColumn() has completed successfully.
4329 *
4330 * @param name the name of the field to create.
4331 * @param eFieldType the field type (integer, double or string).
4332 * @param eFieldUsage the field usage, GFU_Generic if not known.
4333 *
4334 * @return gdalconst.CE_None on success or gdalconst.CE_Failure if something goes wrong.
4335 */
4336public class RasterAttributeTable:public int CreateColumn(String name, int eFieldType, int eFieldUsage)
4337
4338/**

Callers 14

__init__Method · 0.45
copyTileIndexToDiskFunction · 0.45
init_from_nameMethod · 0.45
setup_output_srsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
doitFunction · 0.45
translateMethod · 0.45
get_srsFunction · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected