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

Method GetOverview

swig/java/javadoc.java:3109–3115  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

3107 * @return overview Band.
3108 */
3109public class Band:public Band GetOverview(int i)
3110
3111/**
3112 * Return the number of overview layers available.
3113 *
3114 * @return overview count, zero if none.
3115 */
3116public class Band:public int GetOverviewCount()
3117
3118/**

Callers 15

compare_bandFunction · 0.45
mainFunction · 0.45
validateFunction · 0.45
mainFunction · 0.45
get_raster_bandFunction · 0.45
get_bandsFunction · 0.45
MainMethod · 0.45
MainMethod · 0.45
SaveBitmapBufferedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected