()
| 3114 | * @return overview count, zero if none. |
| 3115 | */ |
| 3116 | public class Band:public int GetOverviewCount() |
| 3117 | |
| 3118 | /** |
| 3119 | * Fetch the list of category names for this raster. |
| 3120 | * <p> |
| 3121 | * Raster values without |
| 3122 | * associated names will have an empty string in the returned list. The |
| 3123 | * first entry in the list is for raster values of zero, and so on. |
| 3124 | * |
| 3125 | * @return vector of names, or null if none. |
| 3126 | */ |
| 3127 | public class Band:public java.util.Vector GetCategoryNames() |
| 3128 | |
| 3129 | /** |
no outgoing calls