(String newunittype)
| 4212 | * |
| 4213 | */ |
| 4214 | public 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 | */ |
| 4229 | public class Band:public int SetCategoryNames(java.util.Vector names) |
| 4230 | |
| 4231 | /** |
no outgoing calls