Home
last modified time | relevance | path

Searched refs:poVRTDS (Results 1 – 25 of 56) sorted by relevance

123

/dports/graphics/py-gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtdriver.cpp276 if( poVRTDS == nullptr ) in VRTCreateCopy()
304 poVRTDS->SetMetadata( papszMD, "RPC" ); in VRTCreateCopy()
308 poVRTDS->SetMetadata( papszMD, "IMD" ); in VRTCreateCopy()
334 poVRTDS->SetGCPs( poSrcDS->GetGCPCount(), in VRTCreateCopy()
383 poVRTDS, 0, in VRTCreateCopy()
400 poVRTDS, 0, in VRTCreateCopy()
404 poVRTDS->SetMaskBand( poVRTMaskBand ); in VRTCreateCopy()
408 poVRTDS->FlushCache(); in VRTCreateCopy()
411 delete poVRTDS; in VRTCreateCopy()
412 poVRTDS = nullptr; in VRTCreateCopy()
[all …]
H A Dvrtrasterband.cpp1155 VRTDataset* poVRTDS = static_cast<VRTDataset *>( poDS ); in GetOverviewCount() local
1156 if( !poVRTDS->AreOverviewsEnabled() ) in GetOverviewCount()
1169 poVRTDS->BuildVirtualOverviews(); in GetOverviewCount()
1170 if( !poVRTDS->m_apoOverviews.empty() && poVRTDS->m_apoOverviews[0] ) in GetOverviewCount()
1171 return static_cast<int>( poVRTDS->m_apoOverviews.size() ); in GetOverviewCount()
1227 VRTDataset* poVRTDS = static_cast<VRTDataset *>( poDS ); in GetOverview() local
1228 poVRTDS->BuildVirtualOverviews(); in GetOverview()
1229 if( !poVRTDS->m_apoOverviews.empty() && poVRTDS->m_apoOverviews[0] ) in GetOverview()
1232 || iOverview >= static_cast<int>( poVRTDS->m_apoOverviews.size() ) ) in GetOverview()
1235 auto poOvrBand = poVRTDS->m_apoOverviews[iOverview]->GetRasterBand(nBand ? nBand : 1); in GetOverview()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/vrt/
H A Dvrtdriver.cpp276 if( poVRTDS == nullptr )
304 poVRTDS->SetMetadata( papszMD, "RPC" );
308 poVRTDS->SetMetadata( papszMD, "IMD" );
334 poVRTDS->SetGCPs( poSrcDS->GetGCPCount(),
383 poVRTDS, 0,
400 poVRTDS, 0,
404 poVRTDS->SetMaskBand( poVRTMaskBand );
408 poVRTDS->FlushCache();
411 delete poVRTDS;
412 poVRTDS = nullptr;
[all …]
H A Dvrtrasterband.cpp1155 VRTDataset* poVRTDS = static_cast<VRTDataset *>( poDS ); in GetOverviewCount() local
1156 if( !poVRTDS->AreOverviewsEnabled() ) in GetOverviewCount()
1169 poVRTDS->BuildVirtualOverviews(); in GetOverviewCount()
1170 if( !poVRTDS->m_apoOverviews.empty() && poVRTDS->m_apoOverviews[0] ) in GetOverviewCount()
1171 return static_cast<int>( poVRTDS->m_apoOverviews.size() ); in GetOverviewCount()
1227 VRTDataset* poVRTDS = static_cast<VRTDataset *>( poDS ); in GetOverview() local
1228 poVRTDS->BuildVirtualOverviews(); in GetOverview()
1229 if( !poVRTDS->m_apoOverviews.empty() && poVRTDS->m_apoOverviews[0] ) in GetOverview()
1232 || iOverview >= static_cast<int>( poVRTDS->m_apoOverviews.size() ) ) in GetOverview()
1235 auto poOvrBand = poVRTDS->m_apoOverviews[iOverview]->GetRasterBand(nBand ? nBand : 1); in GetOverview()
/dports/graphics/gdal/gdal-3.3.3/frmts/vrt/
H A Dvrtdriver.cpp276 if( poVRTDS == nullptr ) in VRTCreateCopy()
304 poVRTDS->SetMetadata( papszMD, "RPC" ); in VRTCreateCopy()
308 poVRTDS->SetMetadata( papszMD, "IMD" ); in VRTCreateCopy()
334 poVRTDS->SetGCPs( poSrcDS->GetGCPCount(), in VRTCreateCopy()
383 poVRTDS, 0, in VRTCreateCopy()
400 poVRTDS, 0, in VRTCreateCopy()
404 poVRTDS->SetMaskBand( poVRTMaskBand ); in VRTCreateCopy()
408 poVRTDS->FlushCache(); in VRTCreateCopy()
411 delete poVRTDS; in VRTCreateCopy()
412 poVRTDS = nullptr; in VRTCreateCopy()
[all …]
H A Dvrtrasterband.cpp1155 VRTDataset* poVRTDS = static_cast<VRTDataset *>( poDS ); in GetOverviewCount() local
1156 if( !poVRTDS->AreOverviewsEnabled() ) in GetOverviewCount()
1169 poVRTDS->BuildVirtualOverviews(); in GetOverviewCount()
1170 if( !poVRTDS->m_apoOverviews.empty() && poVRTDS->m_apoOverviews[0] ) in GetOverviewCount()
1171 return static_cast<int>( poVRTDS->m_apoOverviews.size() ); in GetOverviewCount()
1227 VRTDataset* poVRTDS = static_cast<VRTDataset *>( poDS ); in GetOverview() local
1228 poVRTDS->BuildVirtualOverviews(); in GetOverview()
1229 if( !poVRTDS->m_apoOverviews.empty() && poVRTDS->m_apoOverviews[0] ) in GetOverview()
1232 || iOverview >= static_cast<int>( poVRTDS->m_apoOverviews.size() ) ) in GetOverview()
1235 auto poOvrBand = poVRTDS->m_apoOverviews[iOverview]->GetRasterBand(nBand ? nBand : 1); in GetOverview()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/vrt/
H A Dvrtdriver.cpp169 VRTDataset *poVRTDS = NULL; in VRTCreateCopy() local
236 poVRTDS = (VRTDataset *) in VRTCreateCopy()
241 if (poVRTDS == NULL) in VRTCreateCopy()
251 poVRTDS->SetGeoTransform( adfGeoTransform ); in VRTCreateCopy()
262 poVRTDS->SetMetadata( poSrcDS->GetMetadata() ); in VRTCreateCopy()
271 poVRTDS->SetMetadata( papszMD, "RPC" ); in VRTCreateCopy()
275 poVRTDS->SetMetadata( papszMD, "IMD" ); in VRTCreateCopy()
286 poVRTDS->SetGCPs( poSrcDS->GetGCPCount(), in VRTCreateCopy()
341 poVRTDS->SetMaskBand( poVRTMaskBand ); in VRTCreateCopy()
344 poVRTDS->FlushCache(); in VRTCreateCopy()
[all …]
H A Dvrt_tutorial.dox562 GDALDataset *poSrcDS, *poVRTDS;
568 GDALClose((GDALDatasetH) poVRTDS);
590 poVRTDS->SetMetadataItem( "SourceDate", "July 21, 2003" );
592 poVRTDS->GetRasterBand( 1 )->SetNoDataValue( -999.0 );
631 poVRTDS = poDriver->Create( "", 512, 512, 1, GDT_Byte, NULL );
647 GDALDataset *poSrcDS, *poVRTDS;
653 for( nBand = 1; nBand <= poVRTDS->GetRasterCount(); nBand++ )
657 GDALRasterBand *poBand = poVRTDS->GetRasterBand( nBand );
681 GDALDataset *poVRTDS;
692 poVRTDS->AddBand(GDT_Byte, papszOptions);
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/til/
H A Dtildataset.cpp50 VRTDataset *poVRTDS; member in TILDataset
156 poVRTDS = NULL; in TILDataset()
179 if( poVRTDS ) in CloseDependentDatasets()
182 delete poVRTDS; in CloseDependentDatasets()
183 poVRTDS = NULL; in CloseDependentDatasets()
365 poDS->poVRTDS = new VRTDataset(poDS->nRasterXSize,poDS->nRasterYSize); in Open()
368 poDS->poVRTDS->AddBand( eDT, NULL ); in Open()
371 poDS->poVRTDS->SetWritable(FALSE); in Open()
379 (VRTSourcedRasterBand *) poDS->poVRTDS->GetRasterBand(iBand))); in Open()
436 (VRTSourcedRasterBand *) poDS->poVRTDS->GetRasterBand(iBand); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/til/
H A Dtildataset.cpp50 VRTDataset *poVRTDS; member in TILDataset
153 poVRTDS(nullptr), in TILDataset()
176 if( poVRTDS ) in CloseDependentDatasets()
179 delete poVRTDS; in CloseDependentDatasets()
180 poVRTDS = nullptr; in CloseDependentDatasets()
354 poDS->poVRTDS = new VRTDataset(poDS->nRasterXSize,poDS->nRasterYSize); in Open()
357 poDS->poVRTDS->AddBand( eDT, nullptr ); in Open()
360 poDS->poVRTDS->SetWritable(FALSE); in Open()
372 poDS->poVRTDS->GetRasterBand(iBand) ) ) ); in Open()
429 poDS->poVRTDS->GetRasterBand(iBand) ); in Open()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/til/
H A Dtildataset.cpp50 VRTDataset *poVRTDS; member in TILDataset
153 poVRTDS(nullptr), in TILDataset()
176 if( poVRTDS ) in CloseDependentDatasets()
179 delete poVRTDS; in CloseDependentDatasets()
180 poVRTDS = nullptr; in CloseDependentDatasets()
354 poDS->poVRTDS = new VRTDataset(poDS->nRasterXSize,poDS->nRasterYSize); in Open()
357 poDS->poVRTDS->AddBand( eDT, nullptr ); in Open()
360 poDS->poVRTDS->SetWritable(FALSE); in Open()
372 poDS->poVRTDS->GetRasterBand(iBand) ) ) ); in Open()
429 poDS->poVRTDS->GetRasterBand(iBand) ); in Open()
/dports/graphics/gdal/gdal-3.3.3/frmts/til/
H A Dtildataset.cpp50 VRTDataset *poVRTDS; member in TILDataset
153 poVRTDS(nullptr), in TILDataset()
176 if( poVRTDS ) in CloseDependentDatasets()
179 delete poVRTDS; in CloseDependentDatasets()
180 poVRTDS = nullptr; in CloseDependentDatasets()
354 poDS->poVRTDS = new VRTDataset(poDS->nRasterXSize,poDS->nRasterYSize); in Open()
357 poDS->poVRTDS->AddBand( eDT, nullptr ); in Open()
360 poDS->poVRTDS->SetWritable(FALSE); in Open()
372 poDS->poVRTDS->GetRasterBand(iBand) ) ) ); in Open()
429 poDS->poVRTDS->GetRasterBand(iBand) ); in Open()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/dimap/
H A Ddimapdataset.cpp57 VRTDataset *poVRTDS; member in DIMAPDataset
123 poVRTDS(nullptr), in DIMAPDataset()
174 if( poVRTDS != nullptr ) in CloseDependentDatasets()
176 delete poVRTDS; in CloseDependentDatasets()
177 poVRTDS = nullptr; in CloseDependentDatasets()
256 char **papszImageFiles = poVRTDS->GetFileList(); in GetFileList()
836 poVRTDS->SetWritable(FALSE); in ReadImageInformation()
844 poVRTDS->AddBand( in ReadImageInformation()
856 poVRTDS->GetRasterBand(iBand+1) ); in ReadImageInformation()
1271 poVRTDS->SetWritable(FALSE); in ReadImageInformation2()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/dimap/
H A Ddimapdataset.cpp57 VRTDataset *poVRTDS; member in DIMAPDataset
123 poVRTDS(nullptr), in DIMAPDataset()
174 if( poVRTDS != nullptr ) in CloseDependentDatasets()
176 delete poVRTDS; in CloseDependentDatasets()
177 poVRTDS = nullptr; in CloseDependentDatasets()
256 char **papszImageFiles = poVRTDS->GetFileList(); in GetFileList()
836 poVRTDS->SetWritable(FALSE); in ReadImageInformation()
844 poVRTDS->AddBand( in ReadImageInformation()
856 poVRTDS->GetRasterBand(iBand+1) ); in ReadImageInformation()
1271 poVRTDS->SetWritable(FALSE); in ReadImageInformation2()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/dimap/
H A Ddimapdataset.cpp57 VRTDataset *poVRTDS; member in DIMAPDataset
123 poVRTDS(nullptr), in DIMAPDataset()
174 if( poVRTDS != nullptr ) in CloseDependentDatasets()
176 delete poVRTDS; in CloseDependentDatasets()
177 poVRTDS = nullptr; in CloseDependentDatasets()
256 char **papszImageFiles = poVRTDS->GetFileList(); in GetFileList()
836 poVRTDS->SetWritable(FALSE); in ReadImageInformation()
844 poVRTDS->AddBand( in ReadImageInformation()
856 poVRTDS->GetRasterBand(iBand+1) ); in ReadImageInformation()
1271 poVRTDS->SetWritable(FALSE); in ReadImageInformation2()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp1309 VRTDataset* poVRTDS = new VRTDataset( in IRasterIO() local
1326 poVRTDS->GetRasterXSize(), in IRasterIO()
1327 poVRTDS->GetRasterYSize(), in IRasterIO()
1338 poVRTDS->GetRasterXSize(), in IRasterIO()
1339 poVRTDS->GetRasterYSize(), in IRasterIO()
1382 if( nReqXOff + nReqXSize > poVRTDS->GetRasterXSize() ) in IRasterIO()
1383 nReqXSize = poVRTDS->GetRasterXSize() - nReqXOff; in IRasterIO()
1384 if( nReqYOff + nReqYSize > poVRTDS->GetRasterYSize() ) in IRasterIO()
1385 nReqYSize = poVRTDS->GetRasterYSize() - nReqYOff; in IRasterIO()
1387 CPLErr eErr = poVRTDS->RasterIO( eRWFlag, in IRasterIO()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp1435 VRTDataset* poVRTDS = new VRTDataset(
1452 poVRTDS->GetRasterXSize(),
1453 poVRTDS->GetRasterYSize(),
1464 poVRTDS->GetRasterXSize(),
1465 poVRTDS->GetRasterYSize(),
1508 if( nReqXOff + nReqXSize > poVRTDS->GetRasterXSize() )
1509 nReqXSize = poVRTDS->GetRasterXSize() - nReqXOff;
1510 if( nReqYOff + nReqYSize > poVRTDS->GetRasterYSize() )
1511 nReqYSize = poVRTDS->GetRasterYSize() - nReqYOff;
1517 CPLErr eErr = poVRTDS->RasterIO( eRWFlag,
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp1435 VRTDataset* poVRTDS = new VRTDataset( in IRasterIO() local
1452 poVRTDS->GetRasterXSize(), in IRasterIO()
1453 poVRTDS->GetRasterYSize(), in IRasterIO()
1464 poVRTDS->GetRasterXSize(), in IRasterIO()
1465 poVRTDS->GetRasterYSize(), in IRasterIO()
1508 if( nReqXOff + nReqXSize > poVRTDS->GetRasterXSize() ) in IRasterIO()
1509 nReqXSize = poVRTDS->GetRasterXSize() - nReqXOff; in IRasterIO()
1510 if( nReqYOff + nReqYSize > poVRTDS->GetRasterYSize() ) in IRasterIO()
1511 nReqYSize = poVRTDS->GetRasterYSize() - nReqYOff; in IRasterIO()
1517 CPLErr eErr = poVRTDS->RasterIO( eRWFlag, in IRasterIO()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/kmlsuperoverlay/
H A Dkmlsuperoverlaydataset.cpp1435 VRTDataset* poVRTDS = new VRTDataset( in IRasterIO() local
1452 poVRTDS->GetRasterXSize(), in IRasterIO()
1453 poVRTDS->GetRasterYSize(), in IRasterIO()
1464 poVRTDS->GetRasterXSize(), in IRasterIO()
1465 poVRTDS->GetRasterYSize(), in IRasterIO()
1508 if( nReqXOff + nReqXSize > poVRTDS->GetRasterXSize() ) in IRasterIO()
1509 nReqXSize = poVRTDS->GetRasterXSize() - nReqXOff; in IRasterIO()
1510 if( nReqYOff + nReqYSize > poVRTDS->GetRasterYSize() ) in IRasterIO()
1511 nReqYSize = poVRTDS->GetRasterYSize() - nReqYOff; in IRasterIO()
1517 CPLErr eErr = poVRTDS->RasterIO( eRWFlag, in IRasterIO()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdalbuildvrt_lib.cpp1061 VRTDataset* poVRTDS = reinterpret_cast<VRTDataset*>(hVRTDS); in CreateVRTNonSeparate() local
1065 poVRTDS->AddBand(asBandProperties[nSelBand].dataType); in CreateVRTNonSeparate()
1066 GDALRasterBand *poBand = poVRTDS->GetRasterBand(j+1); in CreateVRTNonSeparate()
1087 poVRTDS->AddBand(GDT_Byte); in CreateVRTNonSeparate()
1088 GDALRasterBand *poBand = poVRTDS->GetRasterBand(nBands + 1); in CreateVRTNonSeparate()
1093 poVRTDS->CreateMaskBand(GMF_PER_DATASET); in CreateVRTNonSeparate()
1094 … poMaskVRTBand = static_cast<VRTSourcedRasterBand*>(poVRTDS->GetRasterBand(1)->GetMaskBand()); in CreateVRTNonSeparate()
1185 static_cast<VRTSourcedRasterBandH>(poVRTDS->GetRasterBand(j + 1)); in CreateVRTNonSeparate()
1296 poVRTDS->BuildOverviews(pszResampling ? pszResampling : "nearest", in CreateVRTNonSeparate()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgdalbuildvrt_lib.cpp1061 VRTDataset* poVRTDS = reinterpret_cast<VRTDataset*>(hVRTDS); in CreateVRTNonSeparate() local
1065 poVRTDS->AddBand(asBandProperties[nSelBand].dataType); in CreateVRTNonSeparate()
1066 GDALRasterBand *poBand = poVRTDS->GetRasterBand(j+1); in CreateVRTNonSeparate()
1087 poVRTDS->AddBand(GDT_Byte); in CreateVRTNonSeparate()
1088 GDALRasterBand *poBand = poVRTDS->GetRasterBand(nBands + 1); in CreateVRTNonSeparate()
1093 poVRTDS->CreateMaskBand(GMF_PER_DATASET); in CreateVRTNonSeparate()
1094 … poMaskVRTBand = static_cast<VRTSourcedRasterBand*>(poVRTDS->GetRasterBand(1)->GetMaskBand()); in CreateVRTNonSeparate()
1185 static_cast<VRTSourcedRasterBandH>(poVRTDS->GetRasterBand(j + 1)); in CreateVRTNonSeparate()
1296 poVRTDS->BuildOverviews(pszResampling ? pszResampling : "nearest", in CreateVRTNonSeparate()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgdalbuildvrt_lib.cpp1061 VRTDataset* poVRTDS = reinterpret_cast<VRTDataset*>(hVRTDS); in CreateVRTNonSeparate() local
1065 poVRTDS->AddBand(asBandProperties[nSelBand].dataType); in CreateVRTNonSeparate()
1066 GDALRasterBand *poBand = poVRTDS->GetRasterBand(j+1); in CreateVRTNonSeparate()
1087 poVRTDS->AddBand(GDT_Byte); in CreateVRTNonSeparate()
1088 GDALRasterBand *poBand = poVRTDS->GetRasterBand(nBands + 1); in CreateVRTNonSeparate()
1093 poVRTDS->CreateMaskBand(GMF_PER_DATASET); in CreateVRTNonSeparate()
1094 … poMaskVRTBand = static_cast<VRTSourcedRasterBand*>(poVRTDS->GetRasterBand(1)->GetMaskBand()); in CreateVRTNonSeparate()
1185 static_cast<VRTSourcedRasterBandH>(poVRTDS->GetRasterBand(j + 1)); in CreateVRTNonSeparate()
1296 poVRTDS->BuildOverviews(pszResampling ? pszResampling : "nearest", in CreateVRTNonSeparate()
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dvrt.rst574 GDALDataset *poSrcDS, *poVRTDS;
580 GDALClose((GDALDatasetH) poVRTDS);
602 poVRTDS->SetMetadataItem( "SourceDate", "July 21, 2003" );
604 poVRTDS->GetRasterBand( 1 )->SetNoDataValue( -999.0 );
643 poVRTDS = poDriver->Create( "", 512, 512, 1, GDT_Byte, NULL );
659 GDALDataset *poSrcDS, *poVRTDS;
665 for( nBand = 1; nBand <= poVRTDS->GetRasterCount(); nBand++ )
669 GDALRasterBand *poBand = poVRTDS->GetRasterBand( nBand );
693 GDALDataset *poVRTDS;
704 poVRTDS->AddBand(GDT_Byte, papszOptions);
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dvrt.rst574 GDALDataset *poSrcDS, *poVRTDS;
580 GDALClose((GDALDatasetH) poVRTDS);
602 poVRTDS->SetMetadataItem( "SourceDate", "July 21, 2003" );
604 poVRTDS->GetRasterBand( 1 )->SetNoDataValue( -999.0 );
643 poVRTDS = poDriver->Create( "", 512, 512, 1, GDT_Byte, NULL );
659 GDALDataset *poSrcDS, *poVRTDS;
665 for( nBand = 1; nBand <= poVRTDS->GetRasterCount(); nBand++ )
669 GDALRasterBand *poBand = poVRTDS->GetRasterBand( nBand );
693 GDALDataset *poVRTDS;
704 poVRTDS->AddBand(GDT_Byte, papszOptions);
[all …]
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dvrt.rst574 GDALDataset *poSrcDS, *poVRTDS;
580 GDALClose((GDALDatasetH) poVRTDS);
602 poVRTDS->SetMetadataItem( "SourceDate", "July 21, 2003" );
604 poVRTDS->GetRasterBand( 1 )->SetNoDataValue( -999.0 );
643 poVRTDS = poDriver->Create( "", 512, 512, 1, GDT_Byte, NULL );
659 GDALDataset *poSrcDS, *poVRTDS;
665 for( nBand = 1; nBand <= poVRTDS->GetRasterCount(); nBand++ )
669 GDALRasterBand *poBand = poVRTDS->GetRasterBand( nBand );
693 GDALDataset *poVRTDS;
704 poVRTDS->AddBand(GDT_Byte, papszOptions);
[all …]

123