Lines Matching refs:bands

963      * <p> The set of source bands to be read and destination bands to
967 * returned by these methods differ, the set of source bands
969 * index, or the set of destination bands contains an index larger
990 * destination bands specified by
1022 * <p> The set of source bands to be read and destination bands to
1026 * returned by these methods differ, the set of source bands
1028 * index, or the set of destination bands contains an index larger
1053 * destination bands specified by
1115 * <p> The set of source bands to be read and destination bands to
1119 * returned by these methods differ, the set of source bands
1121 * index, or the set of destination bands contains an index larger
1145 * destination bands specified by
1566 * destination bands specified by
2196 * @param bands an array of <code>int</code>s indicating the
2197 * set of affected bands of the destination.
2204 int[] bands) {
2217 bands);
2238 * @param bands an array of <code>int</code>s indicating the
2239 * set of affected bands of the destination.
2245 int[] bands) {
2258 bands);
2299 * @param bands an array of <code>int</code>s indicating the
2300 * set of affected bands of the destination.
2307 int[] bands) {
2320 bands);
2342 * @param bands an array of <code>int</code>s indicating the
2343 * set of affected bands of the destination.
2349 int[] bands) {
2362 bands);
2714 * as the reader knows both the number of bands of the source
2715 * image as it exists in the input stream, and the number of bands
2737 * @param numSrcBands the number of bands of the image as it exists
2739 * @param numDstBands the number of bands in the destination image
2763 throw new IllegalArgumentException("ImageReadParam num source & dest bands differ!");
2769 throw new IllegalArgumentException("ImageReadParam source bands contains a value >= the number of source bands!");
2777 throw new IllegalArgumentException("ImageReadParam dest bands contains a value >= the number of dest bands!");