Home
last modified time | relevance | path

Searched refs:VRTRawRasterBand (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/vrt/
H A Dvrtrawrasterband.cpp48 VRTRawRasterBand::VRTRawRasterBand( GDALDataset *poDS, int nBand, in VRTRawRasterBand() function in VRTRawRasterBand
68 VRTRawRasterBand::~VRTRawRasterBand() in ~VRTRawRasterBand()
79 CPLErr VRTRawRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
127 CPLErr VRTRawRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
145 CPLErr VRTRawRasterBand::IWriteBlock( int nBlockXOff, int nBlockYOff, in IWriteBlock()
165 CPLErr VRTRawRasterBand::SetRawLink( const char *pszFilename, in SetRawLink()
265 void VRTRawRasterBand::ClearRawLink() in ClearRawLink()
288 CPLErr VRTRawRasterBand::XMLInit( CPLXMLNode * psTree, in XMLInit()
380 CPLXMLNode *VRTRawRasterBand::SerializeToXML( const char *pszVRTPath ) in SerializeToXML()
450 void VRTRawRasterBand::GetFileList(char*** ppapszFileList, int *pnSize, in GetFileList()
H A Dvrt_tutorial.dox455 <VRTRasterBand dataType="CFloat32" band="1" subClass="VRTRawRasterBand">
466 of "VRTRawRasterBand". Also, the VRTRawRasterBand contains a number of
502 the band <b>dataType</b> of the VRTRawRasterBand.
507 <li> The VRTRawRasterBand supports in place update of the raster, whereas
524 <VRTRasterBand dataType="Byte" band="1" subClass="VRTRawRasterBand">
531 <VRTRasterBand dataType="Byte" band="2" subClass="VRTRawRasterBand">
538 <VRTRasterBand dataType="Byte" band="3" subClass="VRTRawRasterBand">
613 (but not to VRTRawRasterBand) by passing the XML describing the source into SetMetadata() on the sp…
675 band created (VRTRasterBand, VRTRawRasterBand, VRTDerivedRasterBand), and in the case of
676 the VRTRawRasterBand to set its various parameters. For standard VRTRasterBand, sources
[all …]
H A Dvrtdataset.cpp381 poBand = new VRTRawRasterBand( this, 0 ); in XMLInit()
422 poBand = new VRTRawRasterBand( this, nBands+1 ); in XMLInit()
885 VRTRawRasterBand *poBand = in AddBand()
886 new VRTRawRasterBand( this, GetRasterCount() + 1, eType ); in AddBand()
H A Dvrtdataset.h525 class CPL_DLL VRTRawRasterBand : public VRTRasterBand
533 VRTRawRasterBand( GDALDataset *poDS, int nBand,
535 virtual ~VRTRawRasterBand();
H A Dvrtrasterband.cpp495 poBand = new VRTRawRasterBand( GetDataset(), 0 ); in XMLInit()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtrawrasterband.cpp62 VRTRawRasterBand::VRTRawRasterBand( GDALDataset *poDSIn, int nBandIn, in VRTRawRasterBand() function in VRTRawRasterBand
82 VRTRawRasterBand::~VRTRawRasterBand() in ~VRTRawRasterBand()
93 CPLErr VRTRawRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
144 CPLErr VRTRawRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
162 CPLErr VRTRawRasterBand::IWriteBlock( int nBlockXOff, int nBlockYOff, in IWriteBlock()
182 CPLErr VRTRawRasterBand::SetRawLink( const char *pszFilename, in SetRawLink()
306 void VRTRawRasterBand::ClearRawLink() in ClearRawLink()
329 CPLVirtualMem * VRTRawRasterBand::GetVirtualMemAuto( GDALRWFlag eRWFlag, in GetVirtualMemAuto()
350 CPLErr VRTRawRasterBand::XMLInit( CPLXMLNode * psTree, in XMLInit()
441 CPLXMLNode *VRTRawRasterBand::SerializeToXML( const char *pszVRTPath ) in SerializeToXML()
[all …]
H A Dvrtdataset.h814 class CPL_DLL VRTRawRasterBand CPL_NON_FINAL: public VRTRasterBand
821 CPL_DISALLOW_COPY_ASSIGN(VRTRawRasterBand)
824 VRTRawRasterBand( GDALDataset *poDS, int nBand,
826 virtual ~VRTRawRasterBand();
H A Dvrtdataset.cpp440 poBand = new VRTRawRasterBand( this, nBand ); in InitBand()
1208 VRTRawRasterBand *poBand = in AddBand()
1209 new VRTRawRasterBand( this, GetRasterCount() + 1, eType ); in AddBand()
H A Dvrtrasterband.cpp585 poBand = new VRTRawRasterBand( GetDataset(), 0 ); in XMLInit()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/vrt/
H A Dvrtrawrasterband.cpp62 VRTRawRasterBand::VRTRawRasterBand( GDALDataset *poDSIn, int nBandIn, in VRTRawRasterBand() function in VRTRawRasterBand
82 VRTRawRasterBand::~VRTRawRasterBand() in ~VRTRawRasterBand()
93 CPLErr VRTRawRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
144 CPLErr VRTRawRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
162 CPLErr VRTRawRasterBand::IWriteBlock( int nBlockXOff, int nBlockYOff, in IWriteBlock()
182 CPLErr VRTRawRasterBand::SetRawLink( const char *pszFilename, in SetRawLink()
306 void VRTRawRasterBand::ClearRawLink() in ClearRawLink()
329 CPLVirtualMem * VRTRawRasterBand::GetVirtualMemAuto( GDALRWFlag eRWFlag, in GetVirtualMemAuto()
350 CPLErr VRTRawRasterBand::XMLInit( CPLXMLNode * psTree, in XMLInit()
441 CPLXMLNode *VRTRawRasterBand::SerializeToXML( const char *pszVRTPath ) in SerializeToXML()
[all …]
H A Dvrtdataset.h814 class CPL_DLL VRTRawRasterBand CPL_NON_FINAL: public VRTRasterBand
821 CPL_DISALLOW_COPY_ASSIGN(VRTRawRasterBand)
824 VRTRawRasterBand( GDALDataset *poDS, int nBand,
826 virtual ~VRTRawRasterBand();
H A Dvrtdataset.cpp440 poBand = new VRTRawRasterBand( this, nBand ); in InitBand()
1208 VRTRawRasterBand *poBand = in AddBand()
1209 new VRTRawRasterBand( this, GetRasterCount() + 1, eType ); in AddBand()
H A Dvrtrasterband.cpp585 poBand = new VRTRawRasterBand( GetDataset(), 0 ); in XMLInit()
/dports/graphics/gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtrawrasterband.cpp62 VRTRawRasterBand::VRTRawRasterBand( GDALDataset *poDSIn, int nBandIn, in VRTRawRasterBand() function in VRTRawRasterBand
82 VRTRawRasterBand::~VRTRawRasterBand() in ~VRTRawRasterBand()
93 CPLErr VRTRawRasterBand::IRasterIO( GDALRWFlag eRWFlag, in IRasterIO()
144 CPLErr VRTRawRasterBand::IReadBlock( int nBlockXOff, int nBlockYOff, in IReadBlock()
162 CPLErr VRTRawRasterBand::IWriteBlock( int nBlockXOff, int nBlockYOff, in IWriteBlock()
182 CPLErr VRTRawRasterBand::SetRawLink( const char *pszFilename, in SetRawLink()
306 void VRTRawRasterBand::ClearRawLink() in ClearRawLink()
329 CPLVirtualMem * VRTRawRasterBand::GetVirtualMemAuto( GDALRWFlag eRWFlag, in GetVirtualMemAuto()
350 CPLErr VRTRawRasterBand::XMLInit( CPLXMLNode * psTree, in XMLInit()
441 CPLXMLNode *VRTRawRasterBand::SerializeToXML( const char *pszVRTPath ) in SerializeToXML()
[all …]
H A Dvrtdataset.h814 class CPL_DLL VRTRawRasterBand CPL_NON_FINAL: public VRTRasterBand
821 CPL_DISALLOW_COPY_ASSIGN(VRTRawRasterBand)
824 VRTRawRasterBand( GDALDataset *poDS, int nBand,
826 virtual ~VRTRawRasterBand();
H A Dvrtdataset.cpp440 poBand = new VRTRawRasterBand( this, nBand ); in InitBand()
1208 VRTRawRasterBand *poBand = in AddBand()
1209 new VRTRawRasterBand( this, GetRasterCount() + 1, eType ); in AddBand()
H A Dvrtrasterband.cpp585 poBand = new VRTRawRasterBand( GetDataset(), 0 ); in XMLInit()
/dports/databases/postgis32/postgis-3.2.0/raster/test/regress/
H A Dpermitted_gdal_drivers_expected3 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
4 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
7 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
8 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
/dports/databases/postgis31/postgis-3.1.4/raster/test/regress/
H A Dpermitted_gdal_drivers_expected3 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
4 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
7 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
8 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
/dports/databases/postgis30/postgis-3.0.4/raster/test/regress/
H A Dpermitted_gdal_drivers_expected3 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
4 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
7 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
8 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
/dports/databases/postgis25/postgis-2.5.5/raster/test/regress/
H A Dpermitted_gdal_drivers_expected3 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
4 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
7 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
8 …asterXSize="1000" rasterYSize="1"><VRTRasterBand band="1" subClass="VRTRawRasterBand"><SourceFilen…
/dports/graphics/R-cran-rgdal/rgdal/inst/pictures/
H A Dscaleoffset.vrt4 <VRTRasterBand dataType="Byte" band="1" subClass="VRTRawRasterBand">
15 <VRTRasterBand dataType="Byte" band="2" subClass="VRTRawRasterBand">
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dvrt.rst492 <VRTRasterBand dataType="CFloat32" band="1" subClass="VRTRawRasterBand">
502 of "VRTRawRasterBand". Also, the VRTRawRasterBand contains a number of
520 …ta on disk is assumed to be of the same data type as the band **dataType** of the VRTRawRasterBand.
524 - The VRTRawRasterBand supports in place update of the raster, whereas the source based VRTRasterBa…
535 <VRTRasterBand dataType="Byte" band="1" subClass="VRTRawRasterBand">
542 <VRTRasterBand dataType="Byte" band="2" subClass="VRTRawRasterBand">
549 <VRTRasterBand dataType="Byte" band="3" subClass="VRTRawRasterBand">
624 (but not to VRTRawRasterBand) by passing the XML describing the source into SetMetadata() on the sp…
686 band created (VRTRasterBand, VRTRawRasterBand, VRTDerivedRasterBand), and in the case of
687 the VRTRawRasterBand to set its various parameters. For standard VRTRasterBand, sources
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dvrt.rst492 <VRTRasterBand dataType="CFloat32" band="1" subClass="VRTRawRasterBand">
502 of "VRTRawRasterBand". Also, the VRTRawRasterBand contains a number of
520 …ta on disk is assumed to be of the same data type as the band **dataType** of the VRTRawRasterBand.
524 - The VRTRawRasterBand supports in place update of the raster, whereas the source based VRTRasterBa…
535 <VRTRasterBand dataType="Byte" band="1" subClass="VRTRawRasterBand">
542 <VRTRasterBand dataType="Byte" band="2" subClass="VRTRawRasterBand">
549 <VRTRasterBand dataType="Byte" band="3" subClass="VRTRawRasterBand">
624 (but not to VRTRawRasterBand) by passing the XML describing the source into SetMetadata() on the sp…
686 band created (VRTRasterBand, VRTRawRasterBand, VRTDerivedRasterBand), and in the case of
687 the VRTRawRasterBand to set its various parameters. For standard VRTRasterBand, sources
[all …]
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dvrt.rst492 <VRTRasterBand dataType="CFloat32" band="1" subClass="VRTRawRasterBand">
502 of "VRTRawRasterBand". Also, the VRTRawRasterBand contains a number of
520 …ta on disk is assumed to be of the same data type as the band **dataType** of the VRTRawRasterBand.
524 - The VRTRawRasterBand supports in place update of the raster, whereas the source based VRTRasterBa…
535 <VRTRasterBand dataType="Byte" band="1" subClass="VRTRawRasterBand">
542 <VRTRasterBand dataType="Byte" band="2" subClass="VRTRawRasterBand">
549 <VRTRasterBand dataType="Byte" band="3" subClass="VRTRawRasterBand">
624 (but not to VRTRawRasterBand) by passing the XML describing the source into SetMetadata() on the sp…
686 band created (VRTRasterBand, VRTRawRasterBand, VRTDerivedRasterBand), and in the case of
687 the VRTRawRasterBand to set its various parameters. For standard VRTRasterBand, sources
[all …]

12