Home
last modified time | relevance | path

Searched refs:osDataContentType (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp2123 CPLString osDataContentType("application/octet-stream"); in GetBlocks() local
2130 osDataContentType = "image/png"; in GetBlocks()
2136 osDataContentType = "image/jpeg"; in GetBlocks()
2141 osDataContentType = "image/jp2"; in GetBlocks()
2143 osHeaders += "Accept: " + osDataContentType; in GetBlocks()
2400 else if( EQUAL(pszContentType, osDataContentType) ) in GetBlocks()
2417 osDataContentType.c_str()); in GetBlocks()
/dports/graphics/gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp2123 CPLString osDataContentType("application/octet-stream"); in GetBlocks() local
2130 osDataContentType = "image/png"; in GetBlocks()
2136 osDataContentType = "image/jpeg"; in GetBlocks()
2141 osDataContentType = "image/jp2"; in GetBlocks()
2143 osHeaders += "Accept: " + osDataContentType; in GetBlocks()
2400 else if( EQUAL(pszContentType, osDataContentType) ) in GetBlocks()
2417 osDataContentType.c_str()); in GetBlocks()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp2123 CPLString osDataContentType("application/octet-stream"); in GetBlocks() local
2130 osDataContentType = "image/png"; in GetBlocks()
2136 osDataContentType = "image/jpeg"; in GetBlocks()
2141 osDataContentType = "image/jp2"; in GetBlocks()
2143 osHeaders += "Accept: " + osDataContentType; in GetBlocks()
2400 else if( EQUAL(pszContentType, osDataContentType) ) in GetBlocks()
2417 osDataContentType.c_str()); in GetBlocks()