Home
last modified time | relevance | path

Searched refs:papszWarpOptions (Results 51 – 75 of 86) sorted by relevance

1234

/dports/graphics/gdal/gdal-3.3.3/alg/
H A Dgdalcutline.cpp364 if( CPLFetchBool( psWO->papszWarpOptions, "CUTLINE_ALL_TOUCHED", false )) in GDALWarpCutlineMasker()
H A Dgdal_alg.h279 char **papszWarpOptions );
/dports/devel/upp/upp/bazaar/plugin/gdal/alg/
H A Dgdalcutline.cpp372 if( CSLFetchBoolean( psWO->papszWarpOptions, "CUTLINE_ALL_TOUCHED", FALSE )) in GDALWarpCutlineMasker()
H A Dgdal_alg.h243 char **papszWarpOptions );
/dports/graphics/py-gdal/gdal-3.3.3/alg/
H A Dgdal_alg.h279 char **papszWarpOptions );
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/
H A Dgdal_alg.h279 char **papszWarpOptions );
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/programs/
H A Dgdalwarp.rst165 Set a warp option. The :cpp:member:`GDALWarpOptions::papszWarpOptions` docs show all options.
216 warping option (see :cpp:member:`GDALWarpOptions::papszWarpOptions`) to be
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/programs/
H A Dgdalwarp.rst165 Set a warp option. The :cpp:member:`GDALWarpOptions::papszWarpOptions` docs show all options.
216 warping option (see :cpp:member:`GDALWarpOptions::papszWarpOptions`) to be
/dports/graphics/gdal/gdal-3.3.3/doc/source/programs/
H A Dgdalwarp.rst165 Set a warp option. The :cpp:member:`GDALWarpOptions::papszWarpOptions` docs show all options.
216 warping option (see :cpp:member:`GDALWarpOptions::papszWarpOptions`) to be
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A DOperations.i149 psOptions->papszWarpOptions = CSLDuplicate(options);
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A DOperations.i149 psOptions->papszWarpOptions = CSLDuplicate(options);
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A DOperations.i149 psOptions->papszWarpOptions = CSLDuplicate(options);
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackagedatasource.cpp5163 psWO->papszWarpOptions = CSLSetNameValue(nullptr, "OPTIMIZE_SIZE", "YES"); in CreateCopy()
5164 psWO->papszWarpOptions = CSLSetNameValue( in CreateCopy()
5165 psWO->papszWarpOptions, "SAMPLE_GRID", "YES"); in CreateCopy()
5173 psWO->papszWarpOptions = CSLSetNameValue(psWO->papszWarpOptions, in CreateCopy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackagedatasource.cpp5163 psWO->papszWarpOptions = CSLSetNameValue(nullptr, "OPTIMIZE_SIZE", "YES"); in CreateCopy()
5164 psWO->papszWarpOptions = CSLSetNameValue( in CreateCopy()
5165 psWO->papszWarpOptions, "SAMPLE_GRID", "YES"); in CreateCopy()
5173 psWO->papszWarpOptions = CSLSetNameValue(psWO->papszWarpOptions, in CreateCopy()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackagedatasource.cpp5163 psWO->papszWarpOptions = CSLSetNameValue(nullptr, "OPTIMIZE_SIZE", "YES"); in CreateCopy()
5164 psWO->papszWarpOptions = CSLSetNameValue( in CreateCopy()
5165 psWO->papszWarpOptions, "SAMPLE_GRID", "YES"); in CreateCopy()
5173 psWO->papszWarpOptions = CSLSetNameValue(psWO->papszWarpOptions, in CreateCopy()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-sys-0.2.0/prebuilt-bindings/
H A Dgdal_1.11.rs6130 papszWarpOptions: *mut *mut libc::c_char, in GDALSimpleImageWarp()
6440 pub papszWarpOptions: *mut *mut libc::c_char, field
6518 &(*(::std::ptr::null::<GDALWarpOptions>())).papszWarpOptions as *const _ as usize in bindgen_test_layout_GDALWarpOptions()
6525 stringify!(papszWarpOptions) in bindgen_test_layout_GDALWarpOptions()
H A Dgdal_2.1.rs7109 papszWarpOptions: *mut *mut libc::c_char, in GDALSimpleImageWarp()
7850 pub papszWarpOptions: *mut *mut libc::c_char, field
7928 &(*(::std::ptr::null::<GDALWarpOptions>())).papszWarpOptions as *const _ as usize in bindgen_test_layout_GDALWarpOptions()
7935 stringify!(papszWarpOptions) in bindgen_test_layout_GDALWarpOptions()
H A Dgdal_2.0.rs6789 papszWarpOptions: *mut *mut libc::c_char, in GDALSimpleImageWarp()
7236 pub papszWarpOptions: *mut *mut libc::c_char, field
7314 &(*(::std::ptr::null::<GDALWarpOptions>())).papszWarpOptions as *const _ as usize in bindgen_test_layout_GDALWarpOptions()
7321 stringify!(papszWarpOptions) in bindgen_test_layout_GDALWarpOptions()
H A Dgdal_2.2.rs7375 papszWarpOptions: *mut *mut libc::c_char, in GDALSimpleImageWarp()
8158 pub papszWarpOptions: *mut *mut libc::c_char, field
8250 &(*(::std::ptr::null::<GDALWarpOptions>())).papszWarpOptions as *const _ as usize in bindgen_test_layout_GDALWarpOptions()
8257 stringify!(papszWarpOptions) in bindgen_test_layout_GDALWarpOptions()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Drasterio.cpp1196 psWarpOptions->papszWarpOptions = CSLSetNameValue( psWarpOptions->papszWarpOptions, in RasterIOResampled()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Drasterio.cpp1196 psWarpOptions->papszWarpOptions = CSLSetNameValue( psWarpOptions->papszWarpOptions, in RasterIOResampled()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Drasterio.cpp1196 psWarpOptions->papszWarpOptions = CSLSetNameValue( psWarpOptions->papszWarpOptions, in RasterIOResampled()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2datasource.cpp2753 psWO->papszWarpOptions = nullptr; in CreateCopy()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2datasource.cpp2753 psWO->papszWarpOptions = nullptr; in CreateCopy()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/db2/
H A Dogrdb2datasource.cpp2753 psWO->papszWarpOptions = nullptr; in CreateCopy()

1234