Home
last modified time | relevance | path

Searched refs:WCSRasterBand (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp42 WCSRasterBand::WCSRasterBand( WCSDataset *poDSIn, int nBandIn, in WCSRasterBand() function in WCSRasterBand
106 papoOverviews = (WCSRasterBand **) in WCSRasterBand()
110 papoOverviews[i] = new WCSRasterBand( poODS, nBand, i ); in WCSRasterBand()
118 WCSRasterBand::~WCSRasterBand() in ~WCSRasterBand()
136 CPLErr WCSRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
263 CPLErr WCSRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
294 double WCSRasterBand::GetNoDataValue( int *pbSuccess ) in GetNoDataValue()
313 int WCSRasterBand::GetOverviewCount() in GetOverviewCount()
323 GDALRasterBand *WCSRasterBand::GetOverview( int iOverviewIn ) in GetOverview()
H A Dwcsrasterband.h36 class WCSRasterBand final: public GDALPamRasterBand
46 WCSRasterBand **papoOverviews;
55 WCSRasterBand( WCSDataset *, int nBand, int iOverview );
56 virtual ~WCSRasterBand();
H A Dwcsdataset.h41 class WCSRasterBand; variable
45 friend class WCSRasterBand; variable
H A Dwcsdataset.cpp1499 WCSRasterBand *band = new WCSRasterBand(poDS, iBand+1, -1); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp42 WCSRasterBand::WCSRasterBand( WCSDataset *poDSIn, int nBandIn, in WCSRasterBand() function in WCSRasterBand
106 papoOverviews = (WCSRasterBand **) in WCSRasterBand()
110 papoOverviews[i] = new WCSRasterBand( poODS, nBand, i ); in WCSRasterBand()
118 WCSRasterBand::~WCSRasterBand() in ~WCSRasterBand()
136 CPLErr WCSRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
263 CPLErr WCSRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
294 double WCSRasterBand::GetNoDataValue( int *pbSuccess ) in GetNoDataValue()
313 int WCSRasterBand::GetOverviewCount() in GetOverviewCount()
323 GDALRasterBand *WCSRasterBand::GetOverview( int iOverviewIn ) in GetOverview()
H A Dwcsrasterband.h36 class WCSRasterBand final: public GDALPamRasterBand
46 WCSRasterBand **papoOverviews;
55 WCSRasterBand( WCSDataset *, int nBand, int iOverview );
56 virtual ~WCSRasterBand();
H A Dwcsdataset.h41 class WCSRasterBand; variable
45 friend class WCSRasterBand; variable
H A Dwcsdataset.cpp1499 WCSRasterBand *band = new WCSRasterBand(poDS, iBand+1, -1);
/dports/graphics/gdal/gdal-3.3.3/frmts/wcs/
H A Dwcsrasterband.cpp42 WCSRasterBand::WCSRasterBand( WCSDataset *poDSIn, int nBandIn, in WCSRasterBand() function in WCSRasterBand
106 papoOverviews = (WCSRasterBand **) in WCSRasterBand()
110 papoOverviews[i] = new WCSRasterBand( poODS, nBand, i ); in WCSRasterBand()
118 WCSRasterBand::~WCSRasterBand() in ~WCSRasterBand()
136 CPLErr WCSRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
263 CPLErr WCSRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
294 double WCSRasterBand::GetNoDataValue( int *pbSuccess ) in GetNoDataValue()
313 int WCSRasterBand::GetOverviewCount() in GetOverviewCount()
323 GDALRasterBand *WCSRasterBand::GetOverview( int iOverviewIn ) in GetOverview()
H A Dwcsrasterband.h36 class WCSRasterBand final: public GDALPamRasterBand
46 WCSRasterBand **papoOverviews;
55 WCSRasterBand( WCSDataset *, int nBand, int iOverview );
56 virtual ~WCSRasterBand();
H A Dwcsdataset.h41 class WCSRasterBand; variable
45 friend class WCSRasterBand; variable
H A Dwcsdataset.cpp1499 WCSRasterBand *band = new WCSRasterBand(poDS, iBand+1, -1); in Open()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/wcs/
H A Dwcsdataset.cpp45 class WCSRasterBand;
49 friend class WCSRasterBand;
126 class WCSRasterBand : public GDALPamRasterBand class
136 WCSRasterBand **papoOverviews;
146 ~WCSRasterBand();
160 WCSRasterBand::WCSRasterBand( WCSDataset *poDS, int nBand, int iOverview ) in WCSRasterBand() function in WCSRasterBand
222 papoOverviews = (WCSRasterBand **) in WCSRasterBand()
239 WCSRasterBand::~WCSRasterBand() in ~WCSRasterBand()
370 CPLErr WCSRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
401 double WCSRasterBand::GetNoDataValue( int *pbSuccess ) in GetNoDataValue()
[all …]