Home
last modified time | relevance | path

Searched refs:pszMaxBandCount (Results 1 – 4 of 4) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdal_misc.cpp3118 const char* pszMaxBandCount = CPLGetConfigOption("GDAL_MAX_BAND_COUNT", NULL); in GDALCheckBandCount() local
3119 if (pszMaxBandCount != NULL) in GDALCheckBandCount()
3121 nMaxBands = atoi(pszMaxBandCount); in GDALCheckBandCount()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdal_misc.cpp3753 const char* pszMaxBandCount = CPLGetConfigOption("GDAL_MAX_BAND_COUNT", "65536"); in GDALCheckBandCount() local
3755 int nMaxBands = atoi(pszMaxBandCount); in GDALCheckBandCount()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdal_misc.cpp3753 const char* pszMaxBandCount = CPLGetConfigOption("GDAL_MAX_BAND_COUNT", "65536"); in GDALCheckBandCount() local
3755 int nMaxBands = atoi(pszMaxBandCount); in GDALCheckBandCount()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdal_misc.cpp3753 const char* pszMaxBandCount = CPLGetConfigOption("GDAL_MAX_BAND_COUNT", "65536"); in GDALCheckBandCount() local
3755 int nMaxBands = atoi(pszMaxBandCount); in GDALCheckBandCount()