(int[] pnBlockXSize, int[] pnBlockYSize)
| 2779 | * @param pnBlockYSize allocated array of 1 integer to put the Y block size into or null. |
| 2780 | */ |
| 2781 | public class Band:public void GetBlockSize(int[] pnBlockXSize, int[] pnBlockYSize) |
| 2782 | |
| 2783 | /** |
| 2784 | * Fetch the "natural" block width of this band |
| 2785 | * @return the X block size |
| 2786 | * @see #GetBlockSize(int[] pnBlockXSize, int[] pnBlockYSize) |
| 2787 | * |
| 2788 | */ |
| 2789 | public class Band:public int GetBlockXSize() |
| 2790 | |
| 2791 | /** |
no outgoing calls
no test coverage detected