Home
last modified time | relevance | path

Searched refs:poTileBand (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp337 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
340 nMemoryRequiredForTiles += poTileBand->GetXSize() * poTileBand->GetYSize() * in IRasterIO()
344 if (!poTileBand->IsCached()) { in IRasterIO()
595 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
598 poTileBand->poSource->RasterIO( eDataType, in IRasterIO()
H A Dpostgisrasterdataset.cpp1267 PostGISRasterTileRasterBand* poTileBand = in LoadSources() local
1269 if( !poTileBand->IsCached() ) in LoadSources()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp337 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
340 nMemoryRequiredForTiles += poTileBand->GetXSize() * poTileBand->GetYSize() * in IRasterIO()
344 if (!poTileBand->IsCached()) { in IRasterIO()
595 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
598 poTileBand->poSource->RasterIO( eDataType, in IRasterIO()
H A Dpostgisrasterdataset.cpp1267 PostGISRasterTileRasterBand* poTileBand = in LoadSources() local
1269 if( !poTileBand->IsCached() ) in LoadSources()
/dports/graphics/gdal/gdal-3.3.3/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp337 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
340 nMemoryRequiredForTiles += poTileBand->GetXSize() * poTileBand->GetYSize() * in IRasterIO()
344 if (!poTileBand->IsCached()) { in IRasterIO()
595 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
598 poTileBand->poSource->RasterIO( eDataType, in IRasterIO()
H A Dpostgisrasterdataset.cpp1267 PostGISRasterTileRasterBand* poTileBand = in LoadSources() local
1269 if( !poTileBand->IsCached() ) in LoadSources()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp216 GDALRasterBand *poTileBand = poTileDS->GetRasterBand( iBand+1 ); in IReadBlock() local
220 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
237 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
H A Dwcsdataset.cpp306 GDALRasterBand *poTileBand = nullptr; in DirectRasterIO() local
309 poTileBand = poTileDS->GetRasterBand( iBand + 1 ); in DirectRasterIO()
311 poTileBand = poTileDS->GetRasterBand( panBandMap[iBand] ); in DirectRasterIO()
313 eErr = poTileBand->RasterIO( GF_Read, in DirectRasterIO()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp216 GDALRasterBand *poTileBand = poTileDS->GetRasterBand( iBand+1 ); in IReadBlock() local
220 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
237 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
H A Dwcsdataset.cpp306 GDALRasterBand *poTileBand = nullptr;
309 poTileBand = poTileDS->GetRasterBand( iBand + 1 );
311 poTileBand = poTileDS->GetRasterBand( panBandMap[iBand] );
313 eErr = poTileBand->RasterIO( GF_Read,
/dports/graphics/gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp216 GDALRasterBand *poTileBand = poTileDS->GetRasterBand( iBand+1 ); in IReadBlock() local
220 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
237 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
H A Dwcsdataset.cpp306 GDALRasterBand *poTileBand = nullptr; in DirectRasterIO() local
309 poTileBand = poTileDS->GetRasterBand( iBand + 1 ); in DirectRasterIO()
311 poTileBand = poTileDS->GetRasterBand( panBandMap[iBand] ); in DirectRasterIO()
313 eErr = poTileBand->RasterIO( GF_Read, in DirectRasterIO()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/postgisraster/
H A Dpostgisrasterrasterband.cpp499 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
502 nMemoryRequiredForTiles += poTileBand->GetXSize() * poTileBand->GetYSize() * in IRasterIO()
506 if (!poTileBand->IsCached()) { in IRasterIO()
742 PostGISRasterTileRasterBand* poTileBand = in IRasterIO() local
745 poTileBand->poSource->RasterIO( nXOff, nYOff, nXSize, nYSize, in IRasterIO()
H A Dpostgisrasterdataset.cpp1089 PostGISRasterTileRasterBand* poTileBand = in LoadSources() local
1091 if( !poTileBand->IsCached() ) in LoadSources()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/prf/
H A Dphprfdataset.cpp141 GDALRasterBand* poTileBand = poTileDataset->GetRasterBand( nBand ); in AddTile() local
145 poBand->AddSimpleSource( poTileBand, 0, 0, nWidth, nHeight, in AddTile()
150 poBand->AddOverview( poTileBand ); in AddTile()
/dports/graphics/gdal/gdal-3.3.3/frmts/prf/
H A Dphprfdataset.cpp141 GDALRasterBand* poTileBand = poTileDataset->GetRasterBand( nBand ); in AddTile() local
145 poBand->AddSimpleSource( poTileBand, 0, 0, nWidth, nHeight, in AddTile()
150 poBand->AddOverview( poTileBand ); in AddTile()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/prf/
H A Dphprfdataset.cpp141 GDALRasterBand* poTileBand = poTileDataset->GetRasterBand( nBand ); in AddTile() local
145 poBand->AddSimpleSource( poTileBand, 0, 0, nWidth, nHeight, in AddTile()
150 poBand->AddOverview( poTileBand ); in AddTile()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wcs/
H A Dwcsdataset.cpp323 GDALRasterBand *poTileBand = poTileDS->GetRasterBand( iBand+1 ); in IReadBlock() local
327 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
344 eErr = poTileBand->RasterIO( GF_Read, in IReadBlock()
650 GDALRasterBand *poTileBand; in DirectRasterIO() local
653 poTileBand = poTileDS->GetRasterBand( iBand + 1 ); in DirectRasterIO()
655 poTileBand = poTileDS->GetRasterBand( panBandMap[iBand] ); in DirectRasterIO()
657 eErr = poTileBand->RasterIO( GF_Read, in DirectRasterIO()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp2622 GDALRasterBand* poTileBand = poTileDS->GetRasterBand(i + 1); in GetBlocks() local
2625 eErr = poTileBand->RasterIO(GF_Read, in GetBlocks()
/dports/graphics/gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp2622 GDALRasterBand* poTileBand = poTileDS->GetRasterBand(i + 1); in GetBlocks() local
2625 eErr = poTileBand->RasterIO(GF_Read, in GetBlocks()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/daas/
H A Ddaasdataset.cpp2622 GDALRasterBand* poTileBand = poTileDS->GetRasterBand(i + 1); in GetBlocks() local
2625 eErr = poTileBand->RasterIO(GF_Read, in GetBlocks()