Home
last modified time | relevance | path

Searched refs:hSrcBand (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdalflattenmask.c209 GDALRasterBandH hSrcBand, hDstBand; in main() local
215 hSrcBand = GDALGetRasterBand(hSrcDS, i+1); in main()
224 hColorTable = GDALGetRasterColorTable( hSrcBand ); in main()
230 papszMetadata = GDALGetMetadata(hSrcBand, NULL); in main()
244 GDALRasterBandH hSrcBand, hDstBand, hMaskBand; in main() local
252 hSrcBand = GDALGetRasterBand(hSrcDS, i+1); in main()
254 hMaskBand = GDALGetMaskBand(hSrcBand); in main()
255 nMaskFlag = GDALGetMaskFlags(hSrcBand); in main()
257 eDataType = GDALGetRasterDataType(hSrcBand); in main()
307 GDALRasterBandH hMaskBand = GDALGetMaskBand(hSrcBand); in main()
[all …]
H A Dgdaldem_lib.cpp308 GDALRasterBandH hSrcBand, in GDALGeneric3x3Processing() argument
415 if( GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
507 eErr = GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
2081 GDALRasterBandH hSrcBand; member in GDALColorReliefDataset
2132 hSrcBand(hSrcBandIn), in GDALColorReliefDataset()
2223 GDALRasterIO( poGDS->hSrcBand, in IReadBlock()
2805 GDALRasterBandH hSrcBand; member in GDALGeneric3x3Dataset
2870 hSrcBand(hSrcBandIn), in GDALGeneric3x3Dataset()
3056 poGDS->hSrcBand, in IReadBlock()
3508 GDALRasterBandH hSrcBand = in GDALDEMProcessing() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgdalflattenmask.c209 GDALRasterBandH hSrcBand, hDstBand; in main() local
215 hSrcBand = GDALGetRasterBand(hSrcDS, i+1); in main()
224 hColorTable = GDALGetRasterColorTable( hSrcBand ); in main()
230 papszMetadata = GDALGetMetadata(hSrcBand, NULL); in main()
244 GDALRasterBandH hSrcBand, hDstBand, hMaskBand; in main() local
252 hSrcBand = GDALGetRasterBand(hSrcDS, i+1); in main()
254 hMaskBand = GDALGetMaskBand(hSrcBand); in main()
255 nMaskFlag = GDALGetMaskFlags(hSrcBand); in main()
257 eDataType = GDALGetRasterDataType(hSrcBand); in main()
307 GDALRasterBandH hMaskBand = GDALGetMaskBand(hSrcBand); in main()
[all …]
H A Dgdaldem_lib.cpp308 GDALRasterBandH hSrcBand, in GDALGeneric3x3Processing() argument
415 if( GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
507 eErr = GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
2081 GDALRasterBandH hSrcBand; member in GDALColorReliefDataset
2132 hSrcBand(hSrcBandIn), in GDALColorReliefDataset()
2223 GDALRasterIO( poGDS->hSrcBand, in IReadBlock()
2805 GDALRasterBandH hSrcBand; member in GDALGeneric3x3Dataset
2870 hSrcBand(hSrcBandIn), in GDALGeneric3x3Dataset()
3056 poGDS->hSrcBand, in IReadBlock()
3508 GDALRasterBandH hSrcBand = in GDALDEMProcessing() local
[all …]
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgdalflattenmask.c209 GDALRasterBandH hSrcBand, hDstBand; in main() local
215 hSrcBand = GDALGetRasterBand(hSrcDS, i+1); in main()
224 hColorTable = GDALGetRasterColorTable( hSrcBand ); in main()
230 papszMetadata = GDALGetMetadata(hSrcBand, NULL); in main()
244 GDALRasterBandH hSrcBand, hDstBand, hMaskBand; in main() local
252 hSrcBand = GDALGetRasterBand(hSrcDS, i+1); in main()
254 hMaskBand = GDALGetMaskBand(hSrcBand); in main()
255 nMaskFlag = GDALGetMaskFlags(hSrcBand); in main()
257 eDataType = GDALGetRasterDataType(hSrcBand); in main()
307 GDALRasterBandH hMaskBand = GDALGetMaskBand(hSrcBand); in main()
[all …]
H A Dgdaldem_lib.cpp308 GDALRasterBandH hSrcBand, in GDALGeneric3x3Processing() argument
415 if( GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
507 eErr = GDALRasterIO( hSrcBand, in GDALGeneric3x3Processing()
2081 GDALRasterBandH hSrcBand; member in GDALColorReliefDataset
2132 hSrcBand(hSrcBandIn), in GDALColorReliefDataset()
2223 GDALRasterIO( poGDS->hSrcBand, in IReadBlock()
2805 GDALRasterBandH hSrcBand; member in GDALGeneric3x3Dataset
2870 hSrcBand(hSrcBandIn), in GDALGeneric3x3Dataset()
3056 poGDS->hSrcBand, in IReadBlock()
3508 GDALRasterBandH hSrcBand = in GDALDEMProcessing() local
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdalproximity.cpp102 GDALComputeProximity( GDALRasterBandH hSrcBand, in GDALComputeProximity() argument
114 VALIDATE_POINTER1( hSrcBand, "GDALComputeProximity", CE_Failure ); in GDALComputeProximity()
129 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALComputeProximity()
157 dfMaxDist = GDALGetRasterBandXSize(hSrcBand) + GDALGetRasterBandYSize(hSrcBand); in GDALComputeProximity()
164 nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALComputeProximity()
165 nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALComputeProximity()
182 dfSrcNoDataValue = GDALGetRasterNoDataValue( hSrcBand, &bSrcHasNoData ); in GDALComputeProximity()
312 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
364 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
H A Dgdalsievefilter.cpp183 GDALSieveFilter( GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand, in GDALSieveFilter() argument
190 VALIDATE_POINTER1( hSrcBand, "GDALSieveFilter", CE_Failure ); in GDALSieveFilter()
200 int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALSieveFilter()
201 int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALSieveFilter()
236 hSrcBand, in GDALSieveFilter()
338 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
497 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
H A Dpolygonize.cpp493 GDALPolygonize( GDALRasterBandH hSrcBand, in GDALPolygonize() argument
505 VALIDATE_POINTER1( hSrcBand, "GDALPolygonize", CE_Failure ); in GDALPolygonize()
528 int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALPolygonize()
529 int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALPolygonize()
553 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALPolygonize()
570 hSrcBand, in GDALPolygonize()
646 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALPolygonize()
H A Dfpolygonize.cpp544 GDALFPolygonize( GDALRasterBandH hSrcBand, in GDALFPolygonize() argument
556 VALIDATE_POINTER1( hSrcBand, "GDALFPolygonize", CE_Failure ); in GDALFPolygonize()
579 int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALFPolygonize()
580 int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALFPolygonize()
604 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALFPolygonize()
621 hSrcBand, in GDALFPolygonize()
698 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALFPolygonize()
H A Dgdal_alg.h69 GDALComputeProximity( GDALRasterBandH hSrcBand,
86 GDALPolygonize( GDALRasterBandH hSrcBand,
94 GDALFPolygonize( GDALRasterBandH hSrcBand,
102 GDALSieveFilter( GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand,
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp112 GDALComputeProximity( GDALRasterBandH hSrcBand, in GDALComputeProximity() argument
119 VALIDATE_POINTER1( hSrcBand, "GDALComputeProximity", CE_Failure ); in GDALComputeProximity()
134 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALComputeProximity()
164 GDALGetRasterBandXSize(hSrcBand) + GDALGetRasterBandYSize(hSrcBand); in GDALComputeProximity()
171 const int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALComputeProximity()
172 const int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALComputeProximity()
189 dfSrcNoDataValue = GDALGetRasterNoDataValue( hSrcBand, &bSrcHasNoData ); in GDALComputeProximity()
336 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
391 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
H A Dpolygonize.cpp548 GDALPolygonizeT( GDALRasterBandH hSrcBand, in GDALPolygonizeT() argument
557 VALIDATE_POINTER1( hSrcBand, "GDALPolygonize", CE_Failure ); in GDALPolygonizeT()
580 const int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALPolygonizeT()
581 const int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALPolygonizeT()
628 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALPolygonizeT()
655 hSrcBand, in GDALPolygonizeT()
726 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALPolygonizeT()
949 GDALPolygonize( GDALRasterBandH hSrcBand, in GDALPolygonize() argument
957 return GDALPolygonizeT<GInt32, IntEqualityTest>(hSrcBand, in GDALPolygonize()
1028 GDALFPolygonize( GDALRasterBandH hSrcBand, in GDALFPolygonize() argument
[all …]
H A Dgdalsievefilter.cpp200 GDALSieveFilter( GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand, in GDALSieveFilter() argument
207 VALIDATE_POINTER1( hSrcBand, "GDALSieveFilter", CE_Failure ); in GDALSieveFilter()
216 int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALSieveFilter()
217 int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALSieveFilter()
258 hSrcBand, in GDALSieveFilter()
357 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
534 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdalproximity.cpp112 GDALComputeProximity( GDALRasterBandH hSrcBand, in GDALComputeProximity() argument
119 VALIDATE_POINTER1( hSrcBand, "GDALComputeProximity", CE_Failure ); in GDALComputeProximity()
134 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALComputeProximity()
164 GDALGetRasterBandXSize(hSrcBand) + GDALGetRasterBandYSize(hSrcBand); in GDALComputeProximity()
171 const int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALComputeProximity()
172 const int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALComputeProximity()
189 dfSrcNoDataValue = GDALGetRasterNoDataValue( hSrcBand, &bSrcHasNoData ); in GDALComputeProximity()
336 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
391 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
H A Dpolygonize.cpp548 GDALPolygonizeT( GDALRasterBandH hSrcBand, in GDALPolygonizeT() argument
557 VALIDATE_POINTER1( hSrcBand, "GDALPolygonize", CE_Failure ); in GDALPolygonizeT()
580 const int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALPolygonizeT()
581 const int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALPolygonizeT()
628 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALPolygonizeT()
655 hSrcBand, in GDALPolygonizeT()
726 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALPolygonizeT()
949 GDALPolygonize( GDALRasterBandH hSrcBand, in GDALPolygonize() argument
957 return GDALPolygonizeT<GInt32, IntEqualityTest>(hSrcBand, in GDALPolygonize()
1028 GDALFPolygonize( GDALRasterBandH hSrcBand, in GDALFPolygonize() argument
[all …]
H A Dgdalsievefilter.cpp200 GDALSieveFilter( GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand, in GDALSieveFilter() argument
207 VALIDATE_POINTER1( hSrcBand, "GDALSieveFilter", CE_Failure ); in GDALSieveFilter()
216 int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALSieveFilter()
217 int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALSieveFilter()
258 hSrcBand, in GDALSieveFilter()
357 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
534 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalproximity.cpp112 GDALComputeProximity( GDALRasterBandH hSrcBand, in GDALComputeProximity() argument
119 VALIDATE_POINTER1( hSrcBand, "GDALComputeProximity", CE_Failure ); in GDALComputeProximity()
134 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALComputeProximity()
164 GDALGetRasterBandXSize(hSrcBand) + GDALGetRasterBandYSize(hSrcBand); in GDALComputeProximity()
171 const int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALComputeProximity()
172 const int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALComputeProximity()
189 dfSrcNoDataValue = GDALGetRasterNoDataValue( hSrcBand, &bSrcHasNoData ); in GDALComputeProximity()
336 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
391 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iLine, nXSize, 1, in GDALComputeProximity()
H A Dpolygonize.cpp548 GDALPolygonizeT( GDALRasterBandH hSrcBand, in GDALPolygonizeT() argument
557 VALIDATE_POINTER1( hSrcBand, "GDALPolygonize", CE_Failure ); in GDALPolygonizeT()
580 const int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALPolygonizeT()
581 const int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALPolygonizeT()
628 GDALDatasetH hSrcDS = GDALGetBandDataset( hSrcBand ); in GDALPolygonizeT()
655 hSrcBand, in GDALPolygonizeT()
726 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALPolygonizeT()
949 GDALPolygonize( GDALRasterBandH hSrcBand, in GDALPolygonize() argument
957 return GDALPolygonizeT<GInt32, IntEqualityTest>(hSrcBand, in GDALPolygonize()
1028 GDALFPolygonize( GDALRasterBandH hSrcBand, in GDALFPolygonize() argument
[all …]
H A Dgdalsievefilter.cpp200 GDALSieveFilter( GDALRasterBandH hSrcBand, GDALRasterBandH hMaskBand, in GDALSieveFilter() argument
207 VALIDATE_POINTER1( hSrcBand, "GDALSieveFilter", CE_Failure ); in GDALSieveFilter()
216 int nXSize = GDALGetRasterBandXSize( hSrcBand ); in GDALSieveFilter()
217 int nYSize = GDALGetRasterBandYSize( hSrcBand ); in GDALSieveFilter()
258 hSrcBand, in GDALSieveFilter()
357 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
534 eErr = GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in GDALSieveFilter()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/dted/
H A Ddted_test.c56 GDALRasterBandH hSrcBand; in main() local
95 hSrcBand = GDALGetRasterBand( hSrcDS, 1 ); in main()
97 noDataValue = (GInt16)GDALGetRasterNoDataValue(hSrcBand, &bHasNoData); in main()
119 GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in main()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/dted/
H A Ddted_test.c56 GDALRasterBandH hSrcBand; in main() local
95 hSrcBand = GDALGetRasterBand( hSrcDS, 1 ); in main()
97 noDataValue = (GInt16)GDALGetRasterNoDataValue(hSrcBand, &bHasNoData); in main()
119 GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in main()
/dports/graphics/gdal/gdal-3.3.3/frmts/dted/
H A Ddted_test.c56 GDALRasterBandH hSrcBand; in main() local
95 hSrcBand = GDALGetRasterBand( hSrcDS, 1 ); in main()
97 noDataValue = (GInt16)GDALGetRasterNoDataValue(hSrcBand, &bHasNoData); in main()
119 GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in main()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/dted/
H A Ddted_test.c56 GDALRasterBandH hSrcBand; in main() local
95 hSrcBand = GDALGetRasterBand( hSrcDS, 1 ); in main()
97 noDataValue = (GInt16)GDALGetRasterNoDataValue(hSrcBand, &bHasNoData); in main()
119 GDALRasterIO( hSrcBand, GF_Read, 0, iY, nXSize, 1, in main()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DSGDemTile_gdal.cxx331 GDALRasterBandH hSrcBand = NULL; in doWarp()
366 hSrcBand = GDALGetRasterBand( hSrcDS, iBand + 1 ); in doWarp()
369 papszMetadata = GDALGetMetadata( hSrcBand, NULL); in doWarp()
384 pszSrcInfo = GDALGetDescription( hSrcBand ); in doWarp()
387 pszSrcInfo = GDALGetRasterUnitType( hSrcBand ); in doWarp()
406 hSrcBand = GDALGetRasterBand( hSrcDS, iBand + 1 ); in doWarp()
409 … RemoveConflictingMetadata( hDstBand, GDALGetMetadata( hSrcBand, NULL ), pszMDConflictValue ); in doWarp()
412 pszSrcInfo = GDALGetDescription( hSrcBand ); in doWarp()
418 pszSrcInfo = GDALGetRasterUnitType( hSrcBand ); in doWarp()

123