MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetBlockSize

Method GetBlockSize

swig/java/javadoc.java:2781–2788  ·  view source on GitHub ↗
(int[] pnBlockXSize, int[] pnBlockYSize)

Source from the content-addressed store, hash-verified

2779 * @param pnBlockYSize allocated array of 1 integer to put the Y block size into or null.
2780 */
2781public 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 */
2789public class Band:public int GetBlockXSize()
2790
2791/**

Callers 13

CalcFunction · 0.45
extract_tileFunction · 0.45
jpeg_in_tiff_extractFunction · 0.45
mainFunction · 0.45
full_check_bandFunction · 0.45
check_tile_interleaveFunction · 0.45
validateFunction · 0.45
get_block_offsetFunction · 0.45
mainFunction · 0.45
MainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected