Home
last modified time | relevance | path

Searched refs:SetNoDataValue (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/math/R-cran-terra/terra/src/
H A Dwrite_gdal.cpp415 poBand->SetNoDataValue(naflag); in writeStartGDAL()
417 poBand->SetNoDataValue(INT32_MIN); //-2147483648; in writeStartGDAL()
419 poBand->SetNoDataValue(INT16_MIN); in writeStartGDAL()
422 poBand->SetNoDataValue(UINT32_MAX); in writeStartGDAL()
425 poBand->SetNoDataValue(UINT16_MAX); in writeStartGDAL()
427 poBand->SetNoDataValue(255); in writeStartGDAL()
429 poBand->SetNoDataValue(NAN); in writeStartGDAL()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalpamrasterband.cpp319 GDALPamRasterBand::SetNoDataValue( *((double *) pabyBin) ); in XMLInit()
323 GDALPamRasterBand::SetNoDataValue( in XMLInit()
330 GDALPamRasterBand::SetNoDataValue( in XMLInit()
501 GDALPamRasterBand::SetNoDataValue( dfNoData ); in CloneInfo()
633 CPLErr GDALPamRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in GDALPamRasterBand
646 return GDALRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalpamrasterband.cpp334 GDALPamRasterBand::SetNoDataValue( *((double *) pabyBin) ); in XMLInit()
338 GDALPamRasterBand::SetNoDataValue( in XMLInit()
345 GDALPamRasterBand::SetNoDataValue( in XMLInit()
527 GDALPamRasterBand::SetNoDataValue( dfNoData ); in CloneInfo()
671 CPLErr GDALPamRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in GDALPamRasterBand
684 return GDALRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalpamrasterband.cpp371 GDALPamRasterBand::SetNoDataValue( *reinterpret_cast<const double*>(pabyBin) ); in XMLInit()
375 GDALPamRasterBand::SetNoDataValue( in XMLInit()
382 GDALPamRasterBand::SetNoDataValue( in XMLInit()
575 GDALPamRasterBand::SetNoDataValue( dfNoData ); in CloneInfo()
723 CPLErr GDALPamRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in GDALPamRasterBand
729 return GDALRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalpamrasterband.cpp371 GDALPamRasterBand::SetNoDataValue( *reinterpret_cast<const double*>(pabyBin) ); in XMLInit()
375 GDALPamRasterBand::SetNoDataValue( in XMLInit()
382 GDALPamRasterBand::SetNoDataValue( in XMLInit()
575 GDALPamRasterBand::SetNoDataValue( dfNoData ); in CloneInfo()
723 CPLErr GDALPamRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in GDALPamRasterBand
729 return GDALRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalpamrasterband.cpp371 GDALPamRasterBand::SetNoDataValue( *reinterpret_cast<const double*>(pabyBin) ); in XMLInit()
375 GDALPamRasterBand::SetNoDataValue( in XMLInit()
382 GDALPamRasterBand::SetNoDataValue( in XMLInit()
575 GDALPamRasterBand::SetNoDataValue( dfNoData ); in CloneInfo()
723 CPLErr GDALPamRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in GDALPamRasterBand
729 return GDALRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dhkvdataset.cpp63 CPLErr SetNoDataValue( double ) override;
178 void SetNoDataValue( double );
267 CPLErr HKVRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVRasterBand
271 RawRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
272 poHKVDS->SetNoDataValue( dfNewValue ); in SetNoDataValue()
362 void HKVDataset::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVDataset
1501 poBand->SetNoDataValue( dfNoDataValue ); in Open()
1755 poDS->SetNoDataValue( dfSrcNoDataValue ); in CreateCopy()
H A Dbtdataset.cpp111 CPLErr SetNoDataValue( double ) override;
280 CPLErr BTRasterBand::SetNoDataValue( double dfNoDataValue ) in SetNoDataValue() function in BTRasterBand
289 return GDALPamRasterBand::SetNoDataValue(dfNoDataValue); in SetNoDataValue()
297 return GDALPamRasterBand::SetNoDataValue(dfNoDataValue); in SetNoDataValue()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dhkvdataset.cpp63 CPLErr SetNoDataValue( double ) override;
178 void SetNoDataValue( double );
267 CPLErr HKVRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVRasterBand
271 RawRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
272 poHKVDS->SetNoDataValue( dfNewValue ); in SetNoDataValue()
362 void HKVDataset::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVDataset
1501 poBand->SetNoDataValue( dfNoDataValue ); in Open()
1755 poDS->SetNoDataValue( dfSrcNoDataValue ); in CreateCopy()
H A Dbtdataset.cpp111 CPLErr SetNoDataValue( double ) override;
280 CPLErr BTRasterBand::SetNoDataValue( double dfNoDataValue ) in SetNoDataValue() function in BTRasterBand
289 return GDALPamRasterBand::SetNoDataValue(dfNoDataValue); in SetNoDataValue()
297 return GDALPamRasterBand::SetNoDataValue(dfNoDataValue); in SetNoDataValue()
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dhkvdataset.cpp63 CPLErr SetNoDataValue( double ) override;
178 void SetNoDataValue( double );
267 CPLErr HKVRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVRasterBand
271 RawRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
272 poHKVDS->SetNoDataValue( dfNewValue ); in SetNoDataValue()
362 void HKVDataset::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVDataset
1501 poBand->SetNoDataValue( dfNoDataValue ); in Open()
1755 poDS->SetNoDataValue( dfSrcNoDataValue ); in CreateCopy()
H A Dbtdataset.cpp111 CPLErr SetNoDataValue( double ) override;
280 CPLErr BTRasterBand::SetNoDataValue( double dfNoDataValue ) in SetNoDataValue() function in BTRasterBand
289 return GDALPamRasterBand::SetNoDataValue(dfNoDataValue); in SetNoDataValue()
297 return GDALPamRasterBand::SetNoDataValue(dfNoDataValue); in SetNoDataValue()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/
H A Dgt_overview.cpp739 hDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviews()
749 papapoOverviewBands[iBand][i+1]->SetNoDataValue(noDataValue); in GTIFFBuildOverviews()
782 hDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviews()
797 papoOverviews[i+1]->SetNoDataValue(noDataValue); in GTIFFBuildOverviews()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pcraster/
H A Dpcrasterrasterband.h111 CPLErr SetNoDataValue (double no_data);
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pcraster/
H A Dpcrasterrasterband.h87 CPLErr SetNoDataValue (double no_data) override;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pcraster/
H A Dpcrasterrasterband.h87 CPLErr SetNoDataValue (double no_data) override;
/dports/graphics/gdal/gdal-3.3.3/frmts/pcraster/
H A Dpcrasterrasterband.h87 CPLErr SetNoDataValue (double no_data) override;
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dhkvdataset.cpp62 virtual CPLErr SetNoDataValue( double );
183 void SetNoDataValue( double );
261 CPLErr HKVRasterBand::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVRasterBand
265 this->RawRasterBand::SetNoDataValue( dfNewValue ); in SetNoDataValue()
266 poHKVDS->SetNoDataValue( dfNewValue ); in SetNoDataValue()
385 void HKVDataset::SetNoDataValue( double dfNewValue ) in SetNoDataValue() function in HKVDataset
1521 poBand->SetNoDataValue( dfNoDataValue ); in Open()
1785 poDS->SetNoDataValue( dfSrcNoDataValue ); in CreateCopy()
H A Dgtxdataset.cpp223 poBand->SetNoDataValue( -88.8888 ); in Open()
226 poBand->SetNoDataValue( (double)-88.8888f ); in Open()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/kea/
H A Dkeaband.h80 CPLErr SetNoDataValue(double dfNoData);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/
H A Dgt_overview.cpp1085 poDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1141 poOverview->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1184 hDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1205 papoOverviews[i+1]->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
/dports/graphics/gdal/gdal-3.3.3/frmts/gtiff/
H A Dgt_overview.cpp1085 poDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1141 poOverview->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1184 hDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1205 papoOverviews[i+1]->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/
H A Dgt_overview.cpp1085 poDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1141 poOverview->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1184 hDstBand->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
1205 papoOverviews[i+1]->SetNoDataValue(noDataValue); in GTIFFBuildOverviewsEx()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/aaigrid/
H A Daaigriddataset.h186 CPLErr SetNoDataValue( double ) override;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/aaigrid/
H A Daaigriddataset.h186 CPLErr SetNoDataValue( double ) override;

12345678910>>...15