@cpp.js/package-gdal 1.0.0-beta.20 → 1.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_atomic_ops.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_auto_close.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_compressor.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_conv.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_csv.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_error.h +18 -22
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_hash_set.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_http.h +73 -19
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_json.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_list.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_minixml.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_multiproc.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_port.h +13 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_progress.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_quad_tree.h +4 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_spawn.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_string.h +4 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_time.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_virtualmem.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_vsi.h +49 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_vsi_error.h +3 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cpl_vsi_virtual.h +50 -17
- package/dist/prebuilt/Android-arm64-v8a/include/cplkeywordparser.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal.h +146 -29
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_alg.h +4 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_alg_priv.h +4 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_csv.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_frmts.h +4 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_mdreader.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_pam.h +10 -22
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_priv.h +308 -98
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_proxy.h +32 -19
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_rat.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_simplesurf.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_utils.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_version.h +4 -4
- package/dist/prebuilt/Android-arm64-v8a/include/gdal_vrt.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdalcachedpixelaccessor.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdalgeorefpamdataset.h +2 -18
- package/dist/prebuilt/Android-arm64-v8a/include/gdalgrid.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdalgrid_priv.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdaljp2abstractdataset.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdaljp2metadata.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdalpansharpen.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdalsubdatasetinfo.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/gdalwarper.h +4 -17
- package/dist/prebuilt/Android-arm64-v8a/include/memdataset.h +12 -23
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_api.h +7 -19
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_core.h +17 -34
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_feature.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_featurestyle.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_geocoding.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_geomcoordinateprecision.h +1 -17
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_geometry.h +179 -115
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_p.h +7 -24
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_recordbatch.h +18 -13
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_spatialref.h +4 -18
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_srs_api.h +3 -17
- package/dist/prebuilt/Android-arm64-v8a/include/ogr_swq.h +40 -4
- package/dist/prebuilt/Android-arm64-v8a/include/ogrsf_frmts.h +14 -17
- package/dist/prebuilt/Android-arm64-v8a/include/rawdataset.h +2 -18
- package/dist/prebuilt/Android-arm64-v8a/include/vrtdataset.h +215 -87
- package/dist/prebuilt/Android-arm64-v8a/lib/cmake/gdal/GDALConfigVersion.cmake +3 -3
- package/dist/prebuilt/Android-arm64-v8a/lib/gdalplugins/drivers.ini +4 -1
- package/dist/prebuilt/Android-arm64-v8a/lib/libgdal.so +0 -0
- package/dist/prebuilt/Android-arm64-v8a/lib/pkgconfig/gdal.pc +1 -1
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/gdaltileindex.xsd +1 -17
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/gdalvrt.xsd +18 -17
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/nitf_spec.xml +1 -17
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/nitf_spec.xsd +1 -17
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/ogrvrt.xsd +1 -17
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/osmconf.ini +3 -1
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/pdfcomposition.xsd +1 -17
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/vdv452.xml +1 -17
- package/dist/prebuilt/Android-arm64-v8a/share/gdal/vdv452.xsd +1 -17
- package/dist/prebuilt/CMakeLists.txt +1 -1
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_atomic_ops.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_auto_close.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_compressor.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_conv.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_csv.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_error.h +18 -22
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_hash_set.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_http.h +73 -19
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_json.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_list.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_minixml.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_multiproc.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_port.h +13 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_progress.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_quad_tree.h +4 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_spawn.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_string.h +4 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_time.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_virtualmem.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_vsi.h +49 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_vsi_error.h +3 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cpl_vsi_virtual.h +50 -17
- package/dist/prebuilt/Emscripten-x86_64/include/cplkeywordparser.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal.h +146 -29
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_alg.h +4 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_alg_priv.h +4 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_csv.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_frmts.h +4 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_mdreader.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_pam.h +10 -22
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_priv.h +308 -98
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_proxy.h +32 -19
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_rat.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_simplesurf.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_utils.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_version.h +4 -4
- package/dist/prebuilt/Emscripten-x86_64/include/gdal_vrt.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdalcachedpixelaccessor.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdalgeorefpamdataset.h +2 -18
- package/dist/prebuilt/Emscripten-x86_64/include/gdalgrid.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdalgrid_priv.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdaljp2abstractdataset.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdaljp2metadata.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdalpansharpen.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdalsubdatasetinfo.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/gdalwarper.h +4 -17
- package/dist/prebuilt/Emscripten-x86_64/include/memdataset.h +12 -23
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_api.h +7 -19
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_core.h +17 -34
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_feature.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_featurestyle.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_geocoding.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_geomcoordinateprecision.h +1 -17
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_geometry.h +179 -115
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_p.h +7 -24
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_recordbatch.h +18 -13
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_spatialref.h +4 -18
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_srs_api.h +3 -17
- package/dist/prebuilt/Emscripten-x86_64/include/ogr_swq.h +40 -4
- package/dist/prebuilt/Emscripten-x86_64/include/ogrsf_frmts.h +14 -17
- package/dist/prebuilt/Emscripten-x86_64/include/rawdataset.h +2 -18
- package/dist/prebuilt/Emscripten-x86_64/include/vrtdataset.h +215 -87
- package/dist/prebuilt/Emscripten-x86_64/lib/cmake/gdal/GDAL-targets.cmake +1 -1
- package/dist/prebuilt/Emscripten-x86_64/lib/cmake/gdal/GDALConfigVersion.cmake +3 -3
- package/dist/prebuilt/Emscripten-x86_64/lib/cmake/gdal/thirdparty/SystemSummary.cmake +2 -2
- package/dist/prebuilt/Emscripten-x86_64/lib/gdalplugins/drivers.ini +4 -1
- package/dist/prebuilt/Emscripten-x86_64/lib/libgdal.a +0 -0
- package/dist/prebuilt/Emscripten-x86_64/lib/pkgconfig/gdal.pc +1 -1
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/gdaltileindex.xsd +1 -17
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/gdalvrt.xsd +18 -17
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/nitf_spec.xml +1 -17
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/nitf_spec.xsd +1 -17
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/ogrvrt.xsd +1 -17
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/osmconf.ini +3 -1
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/pdfcomposition.xsd +1 -17
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/vdv452.xml +1 -17
- package/dist/prebuilt/Emscripten-x86_64/share/gdal/vdv452.xsd +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_atomic_ops.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_auto_close.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_compressor.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_conv.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_csv.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_error.h +18 -22
- package/dist/prebuilt/iOS-iphoneos/include/cpl_hash_set.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_http.h +73 -19
- package/dist/prebuilt/iOS-iphoneos/include/cpl_json.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_list.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_minixml.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_multiproc.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_port.h +13 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_progress.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_quad_tree.h +4 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_spawn.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_string.h +4 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_time.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_virtualmem.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_vsi.h +49 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_vsi_error.h +3 -17
- package/dist/prebuilt/iOS-iphoneos/include/cpl_vsi_virtual.h +50 -17
- package/dist/prebuilt/iOS-iphoneos/include/cplkeywordparser.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal.h +146 -29
- package/dist/prebuilt/iOS-iphoneos/include/gdal_alg.h +4 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_alg_priv.h +4 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_csv.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_frmts.h +4 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_mdreader.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_pam.h +10 -22
- package/dist/prebuilt/iOS-iphoneos/include/gdal_priv.h +308 -98
- package/dist/prebuilt/iOS-iphoneos/include/gdal_proxy.h +32 -19
- package/dist/prebuilt/iOS-iphoneos/include/gdal_rat.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_simplesurf.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_utils.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdal_version.h +4 -4
- package/dist/prebuilt/iOS-iphoneos/include/gdal_vrt.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdalcachedpixelaccessor.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdalgeorefpamdataset.h +2 -18
- package/dist/prebuilt/iOS-iphoneos/include/gdalgrid.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdalgrid_priv.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdaljp2abstractdataset.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdaljp2metadata.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdalpansharpen.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdalsubdatasetinfo.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/gdalwarper.h +4 -17
- package/dist/prebuilt/iOS-iphoneos/include/memdataset.h +12 -23
- package/dist/prebuilt/iOS-iphoneos/include/ogr_api.h +7 -19
- package/dist/prebuilt/iOS-iphoneos/include/ogr_core.h +17 -34
- package/dist/prebuilt/iOS-iphoneos/include/ogr_feature.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/ogr_featurestyle.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/ogr_geocoding.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/ogr_geomcoordinateprecision.h +1 -17
- package/dist/prebuilt/iOS-iphoneos/include/ogr_geometry.h +179 -115
- package/dist/prebuilt/iOS-iphoneos/include/ogr_p.h +7 -24
- package/dist/prebuilt/iOS-iphoneos/include/ogr_recordbatch.h +18 -13
- package/dist/prebuilt/iOS-iphoneos/include/ogr_spatialref.h +4 -18
- package/dist/prebuilt/iOS-iphoneos/include/ogr_srs_api.h +3 -17
- package/dist/prebuilt/iOS-iphoneos/include/ogr_swq.h +40 -4
- package/dist/prebuilt/iOS-iphoneos/include/ogrsf_frmts.h +14 -17
- package/dist/prebuilt/iOS-iphoneos/include/rawdataset.h +2 -18
- package/dist/prebuilt/iOS-iphoneos/include/vrtdataset.h +215 -87
- package/dist/prebuilt/iOS-iphoneos/share/gdal/gdaltileindex.xsd +1 -17
- package/dist/prebuilt/iOS-iphoneos/share/gdal/gdalvrt.xsd +18 -17
- package/dist/prebuilt/iOS-iphoneos/share/gdal/nitf_spec.xml +1 -17
- package/dist/prebuilt/iOS-iphoneos/share/gdal/nitf_spec.xsd +1 -17
- package/dist/prebuilt/iOS-iphoneos/share/gdal/ogrvrt.xsd +1 -17
- package/dist/prebuilt/iOS-iphoneos/share/gdal/osmconf.ini +3 -1
- package/dist/prebuilt/iOS-iphoneos/share/gdal/pdfcomposition.xsd +1 -17
- package/dist/prebuilt/iOS-iphoneos/share/gdal/vdv452.xml +1 -17
- package/dist/prebuilt/iOS-iphoneos/share/gdal/vdv452.xsd +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_atomic_ops.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_auto_close.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_compressor.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_conv.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_csv.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_error.h +18 -22
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_hash_set.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_http.h +73 -19
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_json.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_list.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_minixml.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_multiproc.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_port.h +13 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_progress.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_quad_tree.h +4 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_spawn.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_string.h +4 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_time.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_virtualmem.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_vsi.h +49 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_vsi_error.h +3 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cpl_vsi_virtual.h +50 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/cplkeywordparser.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal.h +146 -29
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_alg.h +4 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_alg_priv.h +4 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_csv.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_frmts.h +4 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_mdreader.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_pam.h +10 -22
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_priv.h +308 -98
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_proxy.h +32 -19
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_rat.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_simplesurf.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_utils.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_version.h +4 -4
- package/dist/prebuilt/iOS-iphonesimulator/include/gdal_vrt.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdalcachedpixelaccessor.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdalgeorefpamdataset.h +2 -18
- package/dist/prebuilt/iOS-iphonesimulator/include/gdalgrid.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdalgrid_priv.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdaljp2abstractdataset.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdaljp2metadata.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdalpansharpen.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdalsubdatasetinfo.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/gdalwarper.h +4 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/memdataset.h +12 -23
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_api.h +7 -19
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_core.h +17 -34
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_feature.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_featurestyle.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_geocoding.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_geomcoordinateprecision.h +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_geometry.h +179 -115
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_p.h +7 -24
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_recordbatch.h +18 -13
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_spatialref.h +4 -18
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_srs_api.h +3 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/ogr_swq.h +40 -4
- package/dist/prebuilt/iOS-iphonesimulator/include/ogrsf_frmts.h +14 -17
- package/dist/prebuilt/iOS-iphonesimulator/include/rawdataset.h +2 -18
- package/dist/prebuilt/iOS-iphonesimulator/include/vrtdataset.h +215 -87
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/gdaltileindex.xsd +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/gdalvrt.xsd +18 -17
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/nitf_spec.xml +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/nitf_spec.xsd +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/ogrvrt.xsd +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/osmconf.ini +3 -1
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/pdfcomposition.xsd +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/vdv452.xml +1 -17
- package/dist/prebuilt/iOS-iphonesimulator/share/gdal/vdv452.xsd +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_atomic_ops.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_auto_close.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_compressor.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_conv.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_csv.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_error.h +18 -22
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_hash_set.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_http.h +73 -19
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_json.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_list.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_minixml.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_multiproc.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_port.h +13 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_progress.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_quad_tree.h +4 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_spawn.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_string.h +4 -17
- package/gdal.xcframework/ios-arm64_arm64e/Headers/cpl_time.h +29 -0
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_virtualmem.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_vsi.h +49 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_vsi_error.h +3 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cpl_vsi_virtual.h +50 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/cplkeywordparser.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdal.h +146 -29
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdal_alg.h +4 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdal_alg_priv.h +4 -17
- package/gdal.xcframework/ios-arm64_arm64e/Headers/gdal_csv.h +25 -0
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdal_frmts.h +4 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdal_mdreader.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdal_pam.h +10 -22
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdal_priv.h +308 -98
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdal_proxy.h +32 -19
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdal_rat.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdal_simplesurf.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdal_utils.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdal_version.h +4 -4
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdal_vrt.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdalcachedpixelaccessor.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdalgeorefpamdataset.h +2 -18
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdalgrid.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdalgrid_priv.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdaljp2abstractdataset.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdaljp2metadata.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdalpansharpen.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gdalsubdatasetinfo.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/gdalwarper.h +4 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/memdataset.h +12 -23
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/ogr_api.h +7 -19
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/ogr_core.h +17 -34
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/ogr_feature.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_featurestyle.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/ogr_geocoding.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_geomcoordinateprecision.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_geometry.h +179 -115
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_p.h +7 -24
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_recordbatch.h +18 -13
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_spatialref.h +4 -18
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_srs_api.h +3 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogr_swq.h +40 -4
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/ogrsf_frmts.h +14 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/rawdataset.h +2 -18
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator → gdal.xcframework/ios-arm64_arm64e}/Headers/vrtdataset.h +215 -87
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/libgdal.a +0 -0
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_atomic_ops.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_auto_close.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_compressor.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_conv.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_csv.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_error.h +18 -22
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_hash_set.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_http.h +73 -19
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_json.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_list.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_minixml.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_multiproc.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_port.h +13 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_progress.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_quad_tree.h +4 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_spawn.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_string.h +4 -17
- package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_time.h +29 -0
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_virtualmem.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_vsi.h +49 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_vsi_error.h +3 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cpl_vsi_virtual.h +50 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/cplkeywordparser.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdal.h +146 -29
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_alg.h +4 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdal_alg_priv.h +4 -17
- package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_csv.h +25 -0
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdal_frmts.h +4 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdal_mdreader.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_pam.h +10 -22
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdal_priv.h +308 -98
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_proxy.h +32 -19
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdal_rat.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdal_simplesurf.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_utils.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_version.h +4 -4
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_vrt.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdalcachedpixelaccessor.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdalgeorefpamdataset.h +2 -18
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdalgrid.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdalgrid_priv.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdaljp2abstractdataset.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdaljp2metadata.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdalpansharpen.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gdalsubdatasetinfo.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/gdalwarper.h +4 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/memdataset.h +12 -23
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/ogr_api.h +7 -19
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/ogr_core.h +17 -34
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/ogr_feature.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_featurestyle.h +1 -17
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/ogr_geocoding.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_geomcoordinateprecision.h +1 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_geometry.h +179 -115
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_p.h +7 -24
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_recordbatch.h +18 -13
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_spatialref.h +4 -18
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_srs_api.h +3 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_swq.h +40 -4
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/ogrsf_frmts.h +14 -17
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/rawdataset.h +2 -18
- package/{dist/prebuilt/gdal.xcframework/ios-arm64_arm64e → gdal.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/vrtdataset.h +215 -87
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/libgdal.a +0 -0
- package/package.json +14 -15
- package/dist/prebuilt/gdal.xcframework/ios-arm64_arm64e/Headers/cpl_time.h +0 -45
- package/dist/prebuilt/gdal.xcframework/ios-arm64_arm64e/Headers/gdal_csv.h +0 -41
- package/dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_time.h +0 -45
- package/dist/prebuilt/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_csv.h +0 -41
- package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/Info.plist +5 -5
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_config.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/cpl_config_extras.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gnm.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gnm_api.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e/Headers/gnmgraph.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_config.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/cpl_config_extras.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gnm.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gnm_api.h +0 -0
- /package/{dist/prebuilt/gdal.xcframework → gdal.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/gnmgraph.h +0 -0
|
@@ -8,23 +8,7 @@
|
|
|
8
8
|
******************************************************************************
|
|
9
9
|
* Copyright (c) 2008-2014, Even Rouault <even dot rouault at spatialys.com>
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
13
|
-
* to deal in the Software without restriction, including without limitation
|
|
14
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
15
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
16
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
17
|
-
*
|
|
18
|
-
* The above copyright notice and this permission notice shall be included
|
|
19
|
-
* in all copies or substantial portions of the Software.
|
|
20
|
-
*
|
|
21
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
24
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
26
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
27
|
-
* DEALINGS IN THE SOFTWARE.
|
|
11
|
+
* SPDX-License-Identifier: MIT
|
|
28
12
|
****************************************************************************/
|
|
29
13
|
|
|
30
14
|
#ifndef GDAL_PROXY_H_INCLUDED
|
|
@@ -57,8 +41,15 @@ class CPL_DLL GDALProxyDataset : public GDALDataset
|
|
|
57
41
|
GDALProgressFunc, void *,
|
|
58
42
|
CSLConstList papszOptions) override;
|
|
59
43
|
CPLErr IRasterIO(GDALRWFlag, int, int, int, int, void *, int, int,
|
|
60
|
-
GDALDataType, int,
|
|
61
|
-
GDALRasterIOExtraArg *psExtraArg) override;
|
|
44
|
+
GDALDataType, int, BANDMAP_TYPE, GSpacing, GSpacing,
|
|
45
|
+
GSpacing, GDALRasterIOExtraArg *psExtraArg) override;
|
|
46
|
+
CPLErr BlockBasedRasterIO(GDALRWFlag eRWFlag, int nXOff, int nYOff,
|
|
47
|
+
int nXSize, int nYSize, void *pData,
|
|
48
|
+
int nBufXSize, int nBufYSize,
|
|
49
|
+
GDALDataType eBufType, int nBandCount,
|
|
50
|
+
const int *panBandMap, GSpacing nPixelSpace,
|
|
51
|
+
GSpacing nLineSpace, GSpacing nBandSpace,
|
|
52
|
+
GDALRasterIOExtraArg *psExtraArg) override;
|
|
62
53
|
|
|
63
54
|
public:
|
|
64
55
|
char **GetMetadataDomainList() override;
|
|
@@ -129,6 +120,9 @@ class CPL_DLL GDALProxyRasterBand : public GDALRasterBand
|
|
|
129
120
|
GDALDataType, GSpacing, GSpacing,
|
|
130
121
|
GDALRasterIOExtraArg *psExtraArg) override;
|
|
131
122
|
|
|
123
|
+
int IGetDataCoverageStatus(int nXOff, int nYOff, int nXSize, int nYSize,
|
|
124
|
+
int nMaskFlagStop, double *pdfDataPct) override;
|
|
125
|
+
|
|
132
126
|
public:
|
|
133
127
|
char **GetMetadataDomainList() override;
|
|
134
128
|
char **GetMetadata(const char *pszDomain) override;
|
|
@@ -137,6 +131,16 @@ class CPL_DLL GDALProxyRasterBand : public GDALRasterBand
|
|
|
137
131
|
const char *pszDomain) override;
|
|
138
132
|
CPLErr SetMetadataItem(const char *pszName, const char *pszValue,
|
|
139
133
|
const char *pszDomain) override;
|
|
134
|
+
|
|
135
|
+
GDALRasterBlock *GetLockedBlockRef(int nXBlockOff, int nYBlockOff,
|
|
136
|
+
int bJustInitialize) override;
|
|
137
|
+
|
|
138
|
+
GDALRasterBlock *TryGetLockedBlockRef(int nXBlockOff,
|
|
139
|
+
int nYBlockYOff) override;
|
|
140
|
+
|
|
141
|
+
CPLErr FlushBlock(int nXBlockOff, int nYBlockOff,
|
|
142
|
+
int bWriteDirtyBlock) override;
|
|
143
|
+
|
|
140
144
|
CPLErr FlushCache(bool bAtClosing) override;
|
|
141
145
|
char **GetCategoryNames() override;
|
|
142
146
|
double GetNoDataValue(int *pbSuccess = nullptr) override;
|
|
@@ -203,6 +207,13 @@ class CPL_DLL GDALProxyRasterBand : public GDALRasterBand
|
|
|
203
207
|
GIntBig *pnLineSpace,
|
|
204
208
|
char **papszOptions) override;
|
|
205
209
|
|
|
210
|
+
CPLErr InterpolateAtPoint(double dfPixel, double dfLine,
|
|
211
|
+
GDALRIOResampleAlg eInterpolation,
|
|
212
|
+
double *pdfRealValue,
|
|
213
|
+
double *pdfImagValue) const override;
|
|
214
|
+
|
|
215
|
+
void EnablePixelTypeSignedByteWarning(bool b) override;
|
|
216
|
+
|
|
206
217
|
private:
|
|
207
218
|
CPL_DISALLOW_COPY_ASSIGN(GDALProxyRasterBand)
|
|
208
219
|
};
|
|
@@ -450,6 +461,8 @@ void CPL_DLL GDALProxyPoolDatasetAddSrcBandDescription(
|
|
|
450
461
|
GDALProxyPoolDatasetH hProxyPoolDataset, GDALDataType eDataType,
|
|
451
462
|
int nBlockXSize, int nBlockYSize);
|
|
452
463
|
|
|
464
|
+
int CPL_DLL GDALGetMaxDatasetPoolSize(void);
|
|
465
|
+
|
|
453
466
|
CPL_C_END
|
|
454
467
|
|
|
455
468
|
#endif /* #ifndef DOXYGEN_SKIP */
|
|
@@ -8,23 +8,7 @@
|
|
|
8
8
|
******************************************************************************
|
|
9
9
|
* Copyright (c) 2005, Frank Warmerdam <warmerdam@pobox.com>
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
13
|
-
* to deal in the Software without restriction, including without limitation
|
|
14
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
15
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
16
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
17
|
-
*
|
|
18
|
-
* The above copyright notice and this permission notice shall be included
|
|
19
|
-
* in all copies or substantial portions of the Software.
|
|
20
|
-
*
|
|
21
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
24
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
26
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
27
|
-
* DEALINGS IN THE SOFTWARE.
|
|
11
|
+
* SPDX-License-Identifier: MIT
|
|
28
12
|
****************************************************************************/
|
|
29
13
|
|
|
30
14
|
#ifndef GDAL_RAT_H_INCLUDED
|
|
@@ -7,23 +7,7 @@
|
|
|
7
7
|
******************************************************************************
|
|
8
8
|
* Copyright (c) 2012, Andrew Migal
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
12
|
-
* to deal in the Software without restriction, including without limitation
|
|
13
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
14
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
15
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
16
|
-
*
|
|
17
|
-
* The above copyright notice and this permission notice shall be included
|
|
18
|
-
* in all copies or substantial portions of the Software.
|
|
19
|
-
*
|
|
20
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
21
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
23
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
25
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
26
|
-
* DEALINGS IN THE SOFTWARE.
|
|
10
|
+
* SPDX-License-Identifier: MIT
|
|
27
11
|
****************************************************************************/
|
|
28
12
|
|
|
29
13
|
/**
|
|
@@ -10,23 +10,7 @@
|
|
|
10
10
|
* Copyright (c) 2007-2015, Even Rouault <even.rouault at spatialys.com>
|
|
11
11
|
* Copyright (c) 2015, Faza Mahamood
|
|
12
12
|
*
|
|
13
|
-
*
|
|
14
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
15
|
-
* to deal in the Software without restriction, including without limitation
|
|
16
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
17
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
18
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
19
|
-
*
|
|
20
|
-
* The above copyright notice and this permission notice shall be included
|
|
21
|
-
* in all copies or substantial portions of the Software.
|
|
22
|
-
*
|
|
23
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
24
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
26
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
28
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
29
|
-
* DEALINGS IN THE SOFTWARE.
|
|
13
|
+
* SPDX-License-Identifier: MIT
|
|
30
14
|
****************************************************************************/
|
|
31
15
|
|
|
32
16
|
#ifndef GDAL_UTILS_H_INCLUDED
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
#ifndef GDAL_VERSION_MAJOR
|
|
9
9
|
# define GDAL_VERSION_MAJOR 3
|
|
10
|
-
# define GDAL_VERSION_MINOR
|
|
11
|
-
# define GDAL_VERSION_REV
|
|
10
|
+
# define GDAL_VERSION_MINOR 10
|
|
11
|
+
# define GDAL_VERSION_REV 0
|
|
12
12
|
# define GDAL_VERSION_BUILD 0
|
|
13
13
|
#endif
|
|
14
14
|
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
|
|
26
26
|
#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
|
|
27
27
|
#ifndef GDAL_RELEASE_DATE
|
|
28
|
-
# define GDAL_RELEASE_DATE
|
|
28
|
+
# define GDAL_RELEASE_DATE 20241101
|
|
29
29
|
#endif
|
|
30
30
|
#ifndef GDAL_RELEASE_NAME
|
|
31
|
-
# define GDAL_RELEASE_NAME "3.
|
|
31
|
+
# define GDAL_RELEASE_NAME "3.10.0"
|
|
32
32
|
#endif
|
|
33
33
|
#endif
|
|
@@ -8,23 +8,7 @@
|
|
|
8
8
|
******************************************************************************
|
|
9
9
|
* Copyright (c) 2007, Andrey Kiselev <dron@ak4719.spb.edu>
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
13
|
-
* to deal in the Software without restriction, including without limitation
|
|
14
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
15
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
16
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
17
|
-
*
|
|
18
|
-
* The above copyright notice and this permission notice shall be included
|
|
19
|
-
* in all copies or substantial portions of the Software.
|
|
20
|
-
*
|
|
21
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
24
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
26
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
27
|
-
* DEALINGS IN THE SOFTWARE.
|
|
11
|
+
* SPDX-License-Identifier: MIT
|
|
28
12
|
****************************************************************************/
|
|
29
13
|
|
|
30
14
|
#ifndef GDAL_VRT_H_INCLUDED
|
|
@@ -7,23 +7,7 @@
|
|
|
7
7
|
******************************************************************************
|
|
8
8
|
* Copyright (c) 2022, Planet Labs
|
|
9
9
|
*
|
|
10
|
-
*
|
|
11
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
12
|
-
* to deal in the Software without restriction, including without limitation
|
|
13
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
14
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
15
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
16
|
-
*
|
|
17
|
-
* The above copyright notice and this permission notice shall be included
|
|
18
|
-
* in all copies or substantial portions of the Software.
|
|
19
|
-
*
|
|
20
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
21
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
23
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
25
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
26
|
-
* DEALINGS IN THE SOFTWARE.
|
|
10
|
+
* SPDX-License-Identifier: MIT
|
|
27
11
|
****************************************************************************/
|
|
28
12
|
|
|
29
13
|
#ifndef GDAL_CACHED_PIXEL_ACCESSOR_INCLUDED
|
|
@@ -9,23 +9,7 @@
|
|
|
9
9
|
******************************************************************************
|
|
10
10
|
* Copyright (c) 2013, Even Rouault <even dot rouault at spatialys.com>
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
14
|
-
* to deal in the Software without restriction, including without limitation
|
|
15
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
16
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
17
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
18
|
-
*
|
|
19
|
-
* The above copyright notice and this permission notice shall be included
|
|
20
|
-
* in all copies or substantial portions of the Software.
|
|
21
|
-
*
|
|
22
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
23
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
25
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28
|
-
* DEALINGS IN THE SOFTWARE.
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
29
13
|
****************************************************************************/
|
|
30
14
|
|
|
31
15
|
#ifndef GDAL_GEOREF_PAM_DATASET_H_INCLUDED
|
|
@@ -65,7 +49,7 @@ class CPL_DLL GDALGeorefPamDataset : public GDALPamDataset
|
|
|
65
49
|
GDALGeorefPamDataset();
|
|
66
50
|
~GDALGeorefPamDataset() override;
|
|
67
51
|
|
|
68
|
-
CPLErr TryLoadXML(
|
|
52
|
+
CPLErr TryLoadXML(CSLConstList papszSiblingFiles = nullptr) override;
|
|
69
53
|
|
|
70
54
|
CPLErr GetGeoTransform(double *) override;
|
|
71
55
|
|
|
@@ -9,23 +9,7 @@
|
|
|
9
9
|
* Copyright (c) 2007, Andrey Kiselev <dron@ak4719.spb.edu>
|
|
10
10
|
* Copyright (c) 2012, Even Rouault <even dot rouault at spatialys.com>
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
14
|
-
* to deal in the Software without restriction, including without limitation
|
|
15
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
16
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
17
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
18
|
-
*
|
|
19
|
-
* The above copyright notice and this permission notice shall be included
|
|
20
|
-
* in all copies or substantial portions of the Software.
|
|
21
|
-
*
|
|
22
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
23
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
25
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28
|
-
* DEALINGS IN THE SOFTWARE.
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
29
13
|
****************************************************************************/
|
|
30
14
|
|
|
31
15
|
#ifndef GDALGRID_H_INCLUDED
|
|
@@ -8,23 +8,7 @@
|
|
|
8
8
|
******************************************************************************
|
|
9
9
|
* Copyright (c) 2013, Even Rouault <even dot rouault at spatialys.com>
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
13
|
-
* to deal in the Software without restriction, including without limitation
|
|
14
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
15
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
16
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
17
|
-
*
|
|
18
|
-
* The above copyright notice and this permission notice shall be included
|
|
19
|
-
* in all copies or substantial portions of the Software.
|
|
20
|
-
*
|
|
21
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
24
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
26
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
27
|
-
* DEALINGS IN THE SOFTWARE.
|
|
11
|
+
* SPDX-License-Identifier: MIT
|
|
28
12
|
****************************************************************************/
|
|
29
13
|
|
|
30
14
|
#ifndef GDALGRID_PRIV_H
|
|
@@ -9,23 +9,7 @@
|
|
|
9
9
|
******************************************************************************
|
|
10
10
|
* Copyright (c) 2013, Even Rouault <even dot rouault at spatialys.com>
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
14
|
-
* to deal in the Software without restriction, including without limitation
|
|
15
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
16
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
17
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
18
|
-
*
|
|
19
|
-
* The above copyright notice and this permission notice shall be included
|
|
20
|
-
* in all copies or substantial portions of the Software.
|
|
21
|
-
*
|
|
22
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
23
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
25
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28
|
-
* DEALINGS IN THE SOFTWARE.
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
29
13
|
****************************************************************************/
|
|
30
14
|
|
|
31
15
|
#ifndef GDAL_JP2_ABSTRACT_DATASET_H_INCLUDED
|
|
@@ -9,23 +9,7 @@
|
|
|
9
9
|
* Copyright (c) 2005, Frank Warmerdam <warmerdam@pobox.com>
|
|
10
10
|
* Copyright (c) 2010-2013, Even Rouault <even dot rouault at spatialys.com>
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
14
|
-
* to deal in the Software without restriction, including without limitation
|
|
15
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
16
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
17
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
18
|
-
*
|
|
19
|
-
* The above copyright notice and this permission notice shall be included
|
|
20
|
-
* in all copies or substantial portions of the Software.
|
|
21
|
-
*
|
|
22
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
23
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
25
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28
|
-
* DEALINGS IN THE SOFTWARE.
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
29
13
|
****************************************************************************/
|
|
30
14
|
|
|
31
15
|
#ifndef GDAL_JP2READER_H_INCLUDED
|
|
@@ -8,23 +8,7 @@
|
|
|
8
8
|
******************************************************************************
|
|
9
9
|
* Copyright (c) 2015, Even Rouault <even.rouault at spatialys.com>
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
13
|
-
* to deal in the Software without restriction, including without limitation
|
|
14
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
15
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
16
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
17
|
-
*
|
|
18
|
-
* The above copyright notice and this permission notice shall be included
|
|
19
|
-
* in all copies or substantial portions of the Software.
|
|
20
|
-
*
|
|
21
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
24
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
26
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
27
|
-
* DEALINGS IN THE SOFTWARE.
|
|
11
|
+
* SPDX-License-Identifier: MIT
|
|
28
12
|
****************************************************************************/
|
|
29
13
|
|
|
30
14
|
#ifndef GDALPANSHARPEN_H_INCLUDED
|
|
@@ -7,23 +7,7 @@
|
|
|
7
7
|
email : elpaso@itopen.it
|
|
8
8
|
***************************************************************************
|
|
9
9
|
* *
|
|
10
|
-
*
|
|
11
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
12
|
-
* to deal in the Software without restriction, including without limitation
|
|
13
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
14
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
15
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
16
|
-
*
|
|
17
|
-
* The above copyright notice and this permission notice shall be included
|
|
18
|
-
* in all copies or substantial portions of the Software.
|
|
19
|
-
*
|
|
20
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
21
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
23
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
25
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
26
|
-
* DEALINGS IN THE SOFTWARE.
|
|
10
|
+
* SPDX-License-Identifier: MIT
|
|
27
11
|
* *
|
|
28
12
|
***************************************************************************/
|
|
29
13
|
#ifndef GDALSUBDATASETINFO_H
|
|
@@ -9,23 +9,7 @@
|
|
|
9
9
|
* Copyright (c) 2003, Frank Warmerdam
|
|
10
10
|
* Copyright (c) 2009-2012, Even Rouault <even dot rouault at spatialys.com>
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
14
|
-
* to deal in the Software without restriction, including without limitation
|
|
15
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
16
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
17
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
18
|
-
*
|
|
19
|
-
* The above copyright notice and this permission notice shall be included
|
|
20
|
-
* in all copies or substantial portions of the Software.
|
|
21
|
-
*
|
|
22
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
23
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
25
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28
|
-
* DEALINGS IN THE SOFTWARE.
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
29
13
|
****************************************************************************/
|
|
30
14
|
|
|
31
15
|
#ifndef GDALWARPER_H_INCLUDED
|
|
@@ -557,6 +541,9 @@ class CPL_DLL GDALWarpOperation
|
|
|
557
541
|
CPLErr Initialize(const GDALWarpOptions *psNewOptions);
|
|
558
542
|
void *CreateDestinationBuffer(int nDstXSize, int nDstYSize,
|
|
559
543
|
int *pbWasInitialized = nullptr);
|
|
544
|
+
void InitializeDestinationBuffer(void *pDstBuffer, int nDstXSize,
|
|
545
|
+
int nDstYSize,
|
|
546
|
+
int *pbWasInitialized = nullptr);
|
|
560
547
|
static void DestroyDestinationBuffer(void *pDstBuffer);
|
|
561
548
|
|
|
562
549
|
const GDALWarpOptions *GetOptions();
|
|
@@ -8,23 +8,7 @@
|
|
|
8
8
|
******************************************************************************
|
|
9
9
|
* Copyright (c) 2000, Frank Warmerdam
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
13
|
-
* to deal in the Software without restriction, including without limitation
|
|
14
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
15
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
16
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
17
|
-
*
|
|
18
|
-
* The above copyright notice and this permission notice shall be included
|
|
19
|
-
* in all copies or substantial portions of the Software.
|
|
20
|
-
*
|
|
21
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
22
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
23
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
24
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
25
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
26
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
27
|
-
* DEALINGS IN THE SOFTWARE.
|
|
11
|
+
* SPDX-License-Identifier: MIT
|
|
28
12
|
****************************************************************************/
|
|
29
13
|
|
|
30
14
|
#ifndef MEMDATASET_H_INCLUDED
|
|
@@ -66,8 +50,7 @@ class CPL_DLL MEMDataset CPL_NON_FINAL : public GDALDataset
|
|
|
66
50
|
std::vector<gdal::GCP> m_aoGCPs{};
|
|
67
51
|
OGRSpatialReference m_oGCPSRS{};
|
|
68
52
|
|
|
69
|
-
|
|
70
|
-
GDALDataset **m_papoOverviewDS;
|
|
53
|
+
std::vector<std::unique_ptr<GDALDataset>> m_apoOverviewDS{};
|
|
71
54
|
|
|
72
55
|
struct Private;
|
|
73
56
|
std::unique_ptr<Private> m_poPrivate;
|
|
@@ -85,6 +68,12 @@ class CPL_DLL MEMDataset CPL_NON_FINAL : public GDALDataset
|
|
|
85
68
|
int nYSize, int nBands, GDALDataType eType,
|
|
86
69
|
char **papszParamList);
|
|
87
70
|
|
|
71
|
+
protected:
|
|
72
|
+
bool CanBeCloned(int nScopeFlags, bool bCanShareState) const override;
|
|
73
|
+
|
|
74
|
+
std::unique_ptr<GDALDataset> Clone(int nScopeFlags,
|
|
75
|
+
bool bCanShareState) const override;
|
|
76
|
+
|
|
88
77
|
public:
|
|
89
78
|
MEMDataset();
|
|
90
79
|
virtual ~MEMDataset();
|
|
@@ -107,7 +96,7 @@ class CPL_DLL MEMDataset CPL_NON_FINAL : public GDALDataset
|
|
|
107
96
|
virtual CPLErr IRasterIO(GDALRWFlag eRWFlag, int nXOff, int nYOff,
|
|
108
97
|
int nXSize, int nYSize, void *pData, int nBufXSize,
|
|
109
98
|
int nBufYSize, GDALDataType eBufType,
|
|
110
|
-
int nBandCount,
|
|
99
|
+
int nBandCount, BANDMAP_TYPE panBandMap,
|
|
111
100
|
GSpacing nPixelSpaceBuf, GSpacing nLineSpaceBuf,
|
|
112
101
|
GSpacing nBandSpaceBuf,
|
|
113
102
|
GDALRasterIOExtraArg *psExtraArg) override;
|
|
@@ -141,9 +130,6 @@ class CPL_DLL MEMDataset CPL_NON_FINAL : public GDALDataset
|
|
|
141
130
|
class CPL_DLL MEMRasterBand CPL_NON_FINAL : public GDALPamRasterBand
|
|
142
131
|
{
|
|
143
132
|
private:
|
|
144
|
-
MEMRasterBand(GByte *pabyDataIn, GDALDataType eTypeIn, int nXSizeIn,
|
|
145
|
-
int nYSizeIn);
|
|
146
|
-
|
|
147
133
|
CPL_DISALLOW_COPY_ASSIGN(MEMRasterBand)
|
|
148
134
|
|
|
149
135
|
protected:
|
|
@@ -156,6 +142,9 @@ class CPL_DLL MEMRasterBand CPL_NON_FINAL : public GDALPamRasterBand
|
|
|
156
142
|
|
|
157
143
|
bool m_bIsMask = false;
|
|
158
144
|
|
|
145
|
+
MEMRasterBand(GByte *pabyDataIn, GDALDataType eTypeIn, int nXSizeIn,
|
|
146
|
+
int nYSizeIn, bool bOwnDataIn);
|
|
147
|
+
|
|
159
148
|
public:
|
|
160
149
|
MEMRasterBand(GDALDataset *poDS, int nBand, GByte *pabyData,
|
|
161
150
|
GDALDataType eType, GSpacing nPixelOffset,
|
|
@@ -9,23 +9,7 @@
|
|
|
9
9
|
* Copyright (c) 2002, Frank Warmerdam
|
|
10
10
|
* Copyright (c) 2008-2013, Even Rouault <even dot rouault at spatialys.com>
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
* copy of this software and associated documentation files (the "Software"),
|
|
14
|
-
* to deal in the Software without restriction, including without limitation
|
|
15
|
-
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
16
|
-
* and/or sell copies of the Software, and to permit persons to whom the
|
|
17
|
-
* Software is furnished to do so, subject to the following conditions:
|
|
18
|
-
*
|
|
19
|
-
* The above copyright notice and this permission notice shall be included
|
|
20
|
-
* in all copies or substantial portions of the Software.
|
|
21
|
-
*
|
|
22
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
23
|
-
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
|
25
|
-
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27
|
-
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
28
|
-
* DEALINGS IN THE SOFTWARE.
|
|
12
|
+
* SPDX-License-Identifier: MIT
|
|
29
13
|
****************************************************************************/
|
|
30
14
|
|
|
31
15
|
#ifndef OGR_API_H_INCLUDED
|
|
@@ -258,8 +242,11 @@ OGRGeometryH CPL_DLL OGR_G_Boundary(OGRGeometryH) CPL_WARN_UNUSED_RESULT;
|
|
|
258
242
|
OGRGeometryH CPL_DLL OGR_G_ConvexHull(OGRGeometryH) CPL_WARN_UNUSED_RESULT;
|
|
259
243
|
OGRGeometryH CPL_DLL OGR_G_ConcaveHull(OGRGeometryH, double dfRatio,
|
|
260
244
|
bool bAllowHoles) CPL_WARN_UNUSED_RESULT;
|
|
261
|
-
OGRGeometryH CPL_DLL OGR_G_Buffer(OGRGeometryH, double,
|
|
262
|
-
int) CPL_WARN_UNUSED_RESULT;
|
|
245
|
+
OGRGeometryH CPL_DLL OGR_G_Buffer(OGRGeometryH, double dfDist,
|
|
246
|
+
int nQuadSegs) CPL_WARN_UNUSED_RESULT;
|
|
247
|
+
OGRGeometryH CPL_DLL OGR_G_BufferEx(OGRGeometryH, double dfDist,
|
|
248
|
+
CSLConstList papszOptions)
|
|
249
|
+
CPL_WARN_UNUSED_RESULT;
|
|
263
250
|
OGRGeometryH CPL_DLL OGR_G_Intersection(OGRGeometryH,
|
|
264
251
|
OGRGeometryH) CPL_WARN_UNUSED_RESULT;
|
|
265
252
|
OGRGeometryH CPL_DLL OGR_G_Union(OGRGeometryH,
|
|
@@ -278,6 +265,7 @@ OGRGeometryH CPL_DLL OGR_G_SymDifference(OGRGeometryH,
|
|
|
278
265
|
double CPL_DLL OGR_G_Distance(OGRGeometryH, OGRGeometryH);
|
|
279
266
|
double CPL_DLL OGR_G_Distance3D(OGRGeometryH, OGRGeometryH);
|
|
280
267
|
double CPL_DLL OGR_G_Length(OGRGeometryH);
|
|
268
|
+
double CPL_DLL OGR_G_GeodesicLength(OGRGeometryH);
|
|
281
269
|
double CPL_DLL OGR_G_Area(OGRGeometryH);
|
|
282
270
|
double CPL_DLL OGR_G_GeodesicArea(OGRGeometryH);
|
|
283
271
|
bool CPL_DLL OGR_G_IsClockwise(OGRGeometryH hGeom);
|