Home
last modified time | relevance | path

Searched refs:AdviseRead (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfdataset.h130 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
290 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h133 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
307 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h133 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
307 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
/dports/graphics/py-gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfdataset.h133 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
307 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalproxydataset.cpp115 D_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
234 RB_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
H A Dgdal_proxy.h84 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
158 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
H A Dgdal_priv.h267 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
500 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
H A Dgdaldataset.cpp1729 CPLErr GDALDataset::AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize, in AdviseRead() function in GDALDataset
1748 eErr = poBand->AdviseRead( nXOff, nYOff, nXSize, nYSize, in AdviseRead()
1771 return ((GDALDataset *) hDS)->AdviseRead( nXOff, nYOff, nXSize, nYSize, in GDALDatasetAdviseRead()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdal_proxy.h86 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
161 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
H A Dgdalproxydataset.cpp117 D_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
259 RB_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wms/
H A Dwmsdriver.h248 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, int …
413 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, char…
H A Dgdalwmsdataset.cpp607 CPLErr GDALWMSDataset::AdviseRead(int x0, int y0, in AdviseRead() function in GDALWMSDataset
620 return band->AdviseRead(x0, y0, sx, sy, bsx, bsy, bdt, options); in AdviseRead()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdal_proxy.h90 CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
176 CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
H A Dgdalproxydataset.cpp191 D_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
397 RB_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdal_proxy.h90 CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
176 CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize, in GDALIsValueInRange()
H A Dgdalproxydataset.cpp191 D_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
397 RB_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdal_proxy.h90 CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
176 CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
H A Dgdalproxydataset.cpp191 D_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
397 RB_PROXY_METHOD_WITH_RET(CPLErr, CE_Failure, AdviseRead,
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wms/
H A Dwmsdriver.h293 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, int …
487 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, char…
H A Dgdalwmsdataset.cpp671 CPLErr GDALWMSDataset::AdviseRead(int x0, int y0, in AdviseRead() function in GDALWMSDataset
684 return band->AdviseRead(x0, y0, sx, sy, bsx, bsy, bdt, options); in AdviseRead()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wms/
H A Dwmsdriver.h293 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, int …
487 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, char…
H A Dgdalwmsdataset.cpp671 CPLErr GDALWMSDataset::AdviseRead(int x0, int y0, in AdviseRead() function in GDALWMSDataset
684 return band->AdviseRead(x0, y0, sx, sy, bsx, bsy, bdt, options); in AdviseRead()
/dports/graphics/gdal/gdal-3.3.3/frmts/wms/
H A Dwmsdriver.h293 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, int …
487 …virtual CPLErr AdviseRead(int x0, int y0, int sx, int sy, int bsx, int bsy, GDALDataType bdt, char…
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/ecw/
H A Dgdal_ecw.h581 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
661 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/ecw/
H A Dgdal_ecw.h605 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,
685 virtual CPLErr AdviseRead( int nXOff, int nYOff, int nXSize, int nYSize,

12345