IlwisCore
IlwisCore copied to clipboard
Adding column to an existing attribute table
FeatureCoverage.addColumn Adding column to an attribute table of feature coverage (e.g., world) using Python (world.addColumn("NewCol", "value"); print "True" if column is added or "False" if not added. it shouldn't print anything, except for giving warning in case the column was not added.