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

Method GetOverviewCount

swig/java/javadoc.java:3116–3126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3114 * @return overview count, zero if none.
3115 */
3116public 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 */
3127public class Band:public java.util.Vector GetCategoryNames()
3128
3129/**

Callers 15

compare_bandFunction · 0.45
mainFunction · 0.45
validateFunction · 0.45
mainFunction · 0.45
get_ovr_countFunction · 0.45
MainMethod · 0.45
MainMethod · 0.45
SaveBitmapBufferedMethod · 0.45

Calls

no outgoing calls

Tested by 1

openFileMethod · 0.36