()
| 4318 | * @return new copy of the RAT. |
| 4319 | */ |
| 4320 | public 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 | */ |
| 4336 | public class RasterAttributeTable:public int CreateColumn(String name, int eFieldType, int eFieldUsage) |
| 4337 | |
| 4338 | /** |
no outgoing calls
no test coverage detected