Home
last modified time | relevance | path

Searched refs:JDEMRasterBand (Results 1 – 7 of 7) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/jdem/
H A Djdemdataset.cpp83 class JDEMRasterBand;
87 friend class JDEMRasterBand;
109 class JDEMRasterBand : public GDALPamRasterBand class
119 JDEMRasterBand( JDEMDataset *, int );
120 ~JDEMRasterBand();
130 JDEMRasterBand::JDEMRasterBand( JDEMDataset *poDS, int nBand ) in JDEMRasterBand() function in JDEMRasterBand
151 JDEMRasterBand::~JDEMRasterBand() in ~JDEMRasterBand()
160 CPLErr JDEMRasterBand::IReadBlock( CPL_UNUSED int nBlockXOff, in IReadBlock()
362 poDS->SetBand( 1, new JDEMRasterBand( poDS, 1 )); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/jdem/
H A Djdemdataset.cpp80 class JDEMRasterBand;
84 friend class JDEMRasterBand;
109 class JDEMRasterBand final: public GDALPamRasterBand class
118 JDEMRasterBand( JDEMDataset *, int );
119 virtual ~JDEMRasterBand();
128 JDEMRasterBand::JDEMRasterBand( JDEMDataset *poDSIn, int nBandIn ) : in JDEMRasterBand() function in JDEMRasterBand
147 JDEMRasterBand::~JDEMRasterBand() { VSIFree(pszRecord); } in ~JDEMRasterBand()
153 CPLErr JDEMRasterBand::IReadBlock( CPL_UNUSED int nBlockXOff, in IReadBlock()
346 poDS->SetBand(1, new JDEMRasterBand(poDS, 1)); in Open()
/dports/graphics/gdal/gdal-3.3.3/frmts/jdem/
H A Djdemdataset.cpp80 class JDEMRasterBand;
84 friend class JDEMRasterBand;
109 class JDEMRasterBand final: public GDALPamRasterBand class
118 JDEMRasterBand( JDEMDataset *, int );
119 virtual ~JDEMRasterBand();
128 JDEMRasterBand::JDEMRasterBand( JDEMDataset *poDSIn, int nBandIn ) : in JDEMRasterBand() function in JDEMRasterBand
147 JDEMRasterBand::~JDEMRasterBand() { VSIFree(pszRecord); } in ~JDEMRasterBand()
153 CPLErr JDEMRasterBand::IReadBlock( CPL_UNUSED int nBlockXOff, in IReadBlock()
346 poDS->SetBand(1, new JDEMRasterBand(poDS, 1)); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/jdem/
H A Djdemdataset.cpp80 class JDEMRasterBand;
84 friend class JDEMRasterBand;
109 class JDEMRasterBand final: public GDALPamRasterBand class
118 JDEMRasterBand( JDEMDataset *, int );
119 virtual ~JDEMRasterBand();
128 JDEMRasterBand::JDEMRasterBand( JDEMDataset *poDSIn, int nBandIn ) : in JDEMRasterBand() function in JDEMRasterBand
147 JDEMRasterBand::~JDEMRasterBand() { VSIFree(pszRecord); } in ~JDEMRasterBand()
153 CPLErr JDEMRasterBand::IReadBlock( CPL_UNUSED int nBlockXOff, in IReadBlock()
346 poDS->SetBand(1, new JDEMRasterBand(poDS, 1)); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/tutorials/
H A Draster_driver_tut.rst27 friend class JDEMRasterBand;
89 poDS->SetBand(1, new JDEMRasterBand(poDS, 1));
208 …created and attached using the SetBand() method. We will explore the JDEMRasterBand() class shortl…
213 poDS->SetBand(1, new JDEMRasterBand(poDS, 1));
228 …ent a customized JDEMRasterBand derived from :cpp:class:`GDALRasterBand` for access to the band(s)…
232 class JDEMRasterBand : public GDALPamRasterBand
235 JDEMRasterBand( JDEMDataset *, int );
245 JDEMRasterBand::JDEMRasterBand( JDEMDataset *poDSIn, int nBandIn )
270 CPLErr JDEMRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff,
309 While the JDEMDataset and JDEMRasterBand are now ready to use to read image data, it still isn't cl…
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/tutorials/
H A Draster_driver_tut.rst27 friend class JDEMRasterBand;
89 poDS->SetBand(1, new JDEMRasterBand(poDS, 1));
208 …created and attached using the SetBand() method. We will explore the JDEMRasterBand() class shortl…
213 poDS->SetBand(1, new JDEMRasterBand(poDS, 1));
228 …ent a customized JDEMRasterBand derived from :cpp:class:`GDALRasterBand` for access to the band(s)…
232 class JDEMRasterBand : public GDALPamRasterBand
235 JDEMRasterBand( JDEMDataset *, int );
245 JDEMRasterBand::JDEMRasterBand( JDEMDataset *poDSIn, int nBandIn )
270 CPLErr JDEMRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff,
309 While the JDEMDataset and JDEMRasterBand are now ready to use to read image data, it still isn't cl…
/dports/graphics/gdal/gdal-3.3.3/doc/source/tutorials/
H A Draster_driver_tut.rst27 friend class JDEMRasterBand;
89 poDS->SetBand(1, new JDEMRasterBand(poDS, 1));
208 …created and attached using the SetBand() method. We will explore the JDEMRasterBand() class shortl…
213 poDS->SetBand(1, new JDEMRasterBand(poDS, 1));
228 …ent a customized JDEMRasterBand derived from :cpp:class:`GDALRasterBand` for access to the band(s)…
232 class JDEMRasterBand : public GDALPamRasterBand
235 JDEMRasterBand( JDEMDataset *, int );
245 JDEMRasterBand::JDEMRasterBand( JDEMDataset *poDSIn, int nBandIn )
270 CPLErr JDEMRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff,
309 While the JDEMDataset and JDEMRasterBand are now ready to use to read image data, it still isn't cl…