@cpp.js/package-gdal 1.0.0-beta.22 → 1.0.0

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.
Files changed (255) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +1 -1
  3. package/cppjs.build.js +1 -0
  4. package/dist/prebuilt/Android-arm64-v8a/include/gdal_version.h +3 -3
  5. package/dist/prebuilt/Android-arm64-v8a/include/ogr_api.h +4 -4
  6. package/dist/prebuilt/Android-arm64-v8a/include/ogr_feature.h +2 -2
  7. package/dist/prebuilt/Android-arm64-v8a/lib/cmake/gdal/GDALConfigVersion.cmake +3 -3
  8. package/dist/prebuilt/Android-arm64-v8a/lib/libgdal.so +0 -0
  9. package/dist/prebuilt/Android-arm64-v8a/lib/pkgconfig/gdal.pc +1 -1
  10. package/dist/prebuilt/Android-arm64-v8a/share/gdal/gdalvrt.xsd +30 -24
  11. package/dist/prebuilt/Android-x86_64/include/cpl_atomic_ops.h +90 -0
  12. package/dist/prebuilt/Android-x86_64/include/cpl_auto_close.h +73 -0
  13. package/dist/prebuilt/Android-x86_64/include/cpl_compressor.h +112 -0
  14. package/dist/prebuilt/Android-x86_64/include/cpl_config.h +215 -0
  15. package/dist/prebuilt/Android-x86_64/include/cpl_config_extras.h +34 -0
  16. package/dist/prebuilt/Android-x86_64/include/cpl_conv.h +417 -0
  17. package/dist/prebuilt/Android-x86_64/include/cpl_csv.h +71 -0
  18. package/dist/prebuilt/Android-x86_64/include/cpl_error.h +344 -0
  19. package/dist/prebuilt/Android-x86_64/include/cpl_hash_set.h +83 -0
  20. package/dist/prebuilt/Android-x86_64/include/cpl_http.h +319 -0
  21. package/dist/prebuilt/Android-x86_64/include/cpl_json.h +301 -0
  22. package/dist/prebuilt/Android-x86_64/include/cpl_list.h +59 -0
  23. package/dist/prebuilt/Android-x86_64/include/cpl_minixml.h +211 -0
  24. package/dist/prebuilt/Android-x86_64/include/cpl_multiproc.h +241 -0
  25. package/dist/prebuilt/Android-x86_64/include/cpl_port.h +1182 -0
  26. package/dist/prebuilt/Android-x86_64/include/cpl_progress.h +49 -0
  27. package/dist/prebuilt/Android-x86_64/include/cpl_quad_tree.h +105 -0
  28. package/dist/prebuilt/Android-x86_64/include/cpl_spawn.h +60 -0
  29. package/dist/prebuilt/Android-x86_64/include/cpl_string.h +863 -0
  30. package/dist/prebuilt/Android-x86_64/include/cpl_time.h +29 -0
  31. package/dist/prebuilt/Android-x86_64/include/cpl_virtualmem.h +365 -0
  32. package/dist/prebuilt/Android-x86_64/include/cpl_vsi.h +830 -0
  33. package/dist/prebuilt/Android-x86_64/include/cpl_vsi_error.h +55 -0
  34. package/dist/prebuilt/Android-x86_64/include/cpl_vsi_virtual.h +580 -0
  35. package/dist/prebuilt/Android-x86_64/include/cplkeywordparser.h +61 -0
  36. package/dist/prebuilt/Android-x86_64/include/gdal.h +2667 -0
  37. package/dist/prebuilt/Android-x86_64/include/gdal_alg.h +717 -0
  38. package/dist/prebuilt/Android-x86_64/include/gdal_alg_priv.h +386 -0
  39. package/dist/prebuilt/Android-x86_64/include/gdal_csv.h +25 -0
  40. package/dist/prebuilt/Android-x86_64/include/gdal_frmts.h +236 -0
  41. package/dist/prebuilt/Android-x86_64/include/gdal_mdreader.h +240 -0
  42. package/dist/prebuilt/Android-x86_64/include/gdal_pam.h +461 -0
  43. package/dist/prebuilt/Android-x86_64/include/gdal_priv.h +4599 -0
  44. package/dist/prebuilt/Android-x86_64/include/gdal_proxy.h +470 -0
  45. package/dist/prebuilt/Android-x86_64/include/gdal_rat.h +390 -0
  46. package/dist/prebuilt/Android-x86_64/include/gdal_simplesurf.h +579 -0
  47. package/dist/prebuilt/Android-x86_64/include/gdal_utils.h +313 -0
  48. package/dist/prebuilt/Android-x86_64/include/gdal_version.h +33 -0
  49. package/dist/prebuilt/Android-x86_64/include/gdal_vrt.h +89 -0
  50. package/dist/prebuilt/Android-x86_64/include/gdalcachedpixelaccessor.h +439 -0
  51. package/dist/prebuilt/Android-x86_64/include/gdalgeorefpamdataset.h +73 -0
  52. package/dist/prebuilt/Android-x86_64/include/gdalgrid.h +102 -0
  53. package/dist/prebuilt/Android-x86_64/include/gdalgrid_priv.h +67 -0
  54. package/dist/prebuilt/Android-x86_64/include/gdaljp2abstractdataset.h +61 -0
  55. package/dist/prebuilt/Android-x86_64/include/gdaljp2metadata.h +237 -0
  56. package/dist/prebuilt/Android-x86_64/include/gdalpansharpen.h +258 -0
  57. package/dist/prebuilt/Android-x86_64/include/gdalsubdatasetinfo.h +104 -0
  58. package/dist/prebuilt/Android-x86_64/include/gdalwarper.h +622 -0
  59. package/dist/prebuilt/Android-x86_64/include/gnm.h +750 -0
  60. package/dist/prebuilt/Android-x86_64/include/gnm_api.h +101 -0
  61. package/dist/prebuilt/Android-x86_64/include/gnmgraph.h +258 -0
  62. package/dist/prebuilt/Android-x86_64/include/memdataset.h +176 -0
  63. package/dist/prebuilt/Android-x86_64/include/ogr_api.h +1024 -0
  64. package/dist/prebuilt/Android-x86_64/include/ogr_core.h +1321 -0
  65. package/dist/prebuilt/Android-x86_64/include/ogr_feature.h +1981 -0
  66. package/dist/prebuilt/Android-x86_64/include/ogr_featurestyle.h +858 -0
  67. package/dist/prebuilt/Android-x86_64/include/ogr_geocoding.h +46 -0
  68. package/dist/prebuilt/Android-x86_64/include/ogr_geomcoordinateprecision.h +79 -0
  69. package/dist/prebuilt/Android-x86_64/include/ogr_geometry.h +4346 -0
  70. package/dist/prebuilt/Android-x86_64/include/ogr_p.h +324 -0
  71. package/dist/prebuilt/Android-x86_64/include/ogr_recordbatch.h +125 -0
  72. package/dist/prebuilt/Android-x86_64/include/ogr_spatialref.h +1007 -0
  73. package/dist/prebuilt/Android-x86_64/include/ogr_srs_api.h +1088 -0
  74. package/dist/prebuilt/Android-x86_64/include/ogr_swq.h +529 -0
  75. package/dist/prebuilt/Android-x86_64/include/ogrsf_frmts.h +746 -0
  76. package/dist/prebuilt/Android-x86_64/include/rawdataset.h +255 -0
  77. package/dist/prebuilt/Android-x86_64/include/vrtdataset.h +2426 -0
  78. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDAL-targets-release.cmake +19 -0
  79. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDAL-targets.cmake +106 -0
  80. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDALConfig.cmake +21 -0
  81. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDALConfigVersion.cmake +85 -0
  82. package/dist/prebuilt/Android-x86_64/lib/gdalplugins/drivers.ini +290 -0
  83. package/dist/prebuilt/Android-x86_64/lib/libgdal.so +0 -0
  84. package/dist/prebuilt/Android-x86_64/lib/pkgconfig/gdal.pc +17 -0
  85. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoBW.svg +138 -0
  86. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoColor.svg +126 -0
  87. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoGS.svg +126 -0
  88. package/dist/prebuilt/Android-x86_64/share/gdal/LICENSE.TXT +467 -0
  89. package/dist/prebuilt/Android-x86_64/share/gdal/MM_m_idofic.csv +321 -0
  90. package/dist/prebuilt/Android-x86_64/share/gdal/cubewerx_extra.wkt +48 -0
  91. package/dist/prebuilt/Android-x86_64/share/gdal/default.rsc +0 -0
  92. package/dist/prebuilt/Android-x86_64/share/gdal/ecw_cs.wkt +1453 -0
  93. package/dist/prebuilt/Android-x86_64/share/gdal/epsg.wkt +1 -0
  94. package/dist/prebuilt/Android-x86_64/share/gdal/esri_StatePlane_extra.wkt +631 -0
  95. package/dist/prebuilt/Android-x86_64/share/gdal/gdalicon.png +0 -0
  96. package/dist/prebuilt/Android-x86_64/share/gdal/gdalinfo_output.schema.json +346 -0
  97. package/dist/prebuilt/Android-x86_64/share/gdal/gdalmdiminfo_output.schema.json +321 -0
  98. package/dist/prebuilt/Android-x86_64/share/gdal/gdaltileindex.xsd +253 -0
  99. package/dist/prebuilt/Android-x86_64/share/gdal/gdalvrt.xsd +887 -0
  100. package/dist/prebuilt/Android-x86_64/share/gdal/gfs.xsd +246 -0
  101. package/dist/prebuilt/Android-x86_64/share/gdal/gml_registry.xml +117 -0
  102. package/dist/prebuilt/Android-x86_64/share/gdal/gml_registry.xsd +66 -0
  103. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_center.csv +251 -0
  104. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_process.csv +102 -0
  105. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_subcenter.csv +63 -0
  106. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_0.csv +261 -0
  107. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_1.csv +261 -0
  108. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_13.csv +261 -0
  109. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_14.csv +261 -0
  110. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_15.csv +261 -0
  111. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_16.csv +261 -0
  112. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_17.csv +11 -0
  113. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_18.csv +261 -0
  114. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_19.csv +261 -0
  115. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_190.csv +261 -0
  116. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_191.csv +261 -0
  117. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_2.csv +261 -0
  118. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_20.csv +261 -0
  119. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_21.csv +261 -0
  120. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_3.csv +261 -0
  121. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_4.csv +261 -0
  122. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_5.csv +261 -0
  123. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_6.csv +261 -0
  124. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_7.csv +261 -0
  125. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_0.csv +261 -0
  126. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_1.csv +261 -0
  127. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_191.csv +261 -0
  128. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_2.csv +261 -0
  129. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_3.csv +261 -0
  130. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_4.csv +261 -0
  131. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_0.csv +261 -0
  132. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_1.csv +261 -0
  133. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_2.csv +261 -0
  134. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_0.csv +261 -0
  135. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_1.csv +261 -0
  136. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_2.csv +261 -0
  137. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_0.csv +261 -0
  138. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_3.csv +261 -0
  139. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_4.csv +261 -0
  140. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_5.csv +261 -0
  141. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_6.csv +261 -0
  142. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_0.csv +261 -0
  143. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_1.csv +261 -0
  144. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_2.csv +28 -0
  145. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_3.csv +8 -0
  146. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_4.csv +14 -0
  147. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_5.csv +11 -0
  148. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_6.csv +11 -0
  149. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_0.csv +261 -0
  150. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_1.csv +261 -0
  151. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_10.csv +261 -0
  152. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_2.csv +261 -0
  153. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_3.csv +261 -0
  154. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_4.csv +261 -0
  155. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_5.csv +261 -0
  156. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_6.csv +261 -0
  157. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_7.csv +261 -0
  158. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_8.csv +261 -0
  159. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_9.csv +261 -0
  160. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_Canada.csv +5 -0
  161. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_HPC.csv +2 -0
  162. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_MRMS.csv +175 -0
  163. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_NCEP.csv +401 -0
  164. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_NDFD.csv +38 -0
  165. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_index.csv +7 -0
  166. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_5.csv +261 -0
  167. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_versions.csv +3 -0
  168. package/dist/prebuilt/Android-x86_64/share/gdal/gt_datum.csv +229 -0
  169. package/dist/prebuilt/Android-x86_64/share/gdal/gt_ellips.csv +24 -0
  170. package/dist/prebuilt/Android-x86_64/share/gdal/header.dxf +1124 -0
  171. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_BasicPropertyUnit.gfs +57 -0
  172. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralBoundary.gfs +60 -0
  173. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralParcel.gfs +81 -0
  174. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralZoning.gfs +161 -0
  175. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmArea.gfs +59 -0
  176. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmBdry.gfs +49 -0
  177. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmPt.gfs +59 -0
  178. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_BldA.gfs +54 -0
  179. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_BldL.gfs +54 -0
  180. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_Cntr.gfs +54 -0
  181. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_CommBdry.gfs +49 -0
  182. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_CommPt.gfs +59 -0
  183. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_Cstline.gfs +54 -0
  184. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_ElevPt.gfs +54 -0
  185. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_GCP.gfs +94 -0
  186. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_LeveeEdge.gfs +49 -0
  187. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RailCL.gfs +54 -0
  188. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdASL.gfs +44 -0
  189. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdArea.gfs +54 -0
  190. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdCompt.gfs +59 -0
  191. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdEdg.gfs +59 -0
  192. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdMgtBdry.gfs +49 -0
  193. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdSgmtA.gfs +59 -0
  194. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RvrMgtBdry.gfs +49 -0
  195. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBAPt.gfs +49 -0
  196. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBArea.gfs +54 -0
  197. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBBdry.gfs +44 -0
  198. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WA.gfs +54 -0
  199. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WL.gfs +54 -0
  200. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WStrA.gfs +54 -0
  201. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WStrL.gfs +54 -0
  202. package/dist/prebuilt/Android-x86_64/share/gdal/nitf_spec.xml +3290 -0
  203. package/dist/prebuilt/Android-x86_64/share/gdal/nitf_spec.xsd +173 -0
  204. package/dist/prebuilt/Android-x86_64/share/gdal/ogrinfo_output.schema.json +528 -0
  205. package/dist/prebuilt/Android-x86_64/share/gdal/ogrvrt.xsd +530 -0
  206. package/dist/prebuilt/Android-x86_64/share/gdal/osmconf.ini +134 -0
  207. package/dist/prebuilt/Android-x86_64/share/gdal/ozi_datum.csv +131 -0
  208. package/dist/prebuilt/Android-x86_64/share/gdal/ozi_ellips.csv +35 -0
  209. package/dist/prebuilt/Android-x86_64/share/gdal/pci_datum.txt +530 -0
  210. package/dist/prebuilt/Android-x86_64/share/gdal/pci_ellips.txt +129 -0
  211. package/dist/prebuilt/Android-x86_64/share/gdal/pdfcomposition.xsd +705 -0
  212. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_ob_v1.gfs +1455 -0
  213. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_st_uvoh_v1.gfs +86 -0
  214. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_st_v1.gfs +1489 -0
  215. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_v1.gfs +2126 -0
  216. package/dist/prebuilt/Android-x86_64/share/gdal/s57agencies.csv +249 -0
  217. package/dist/prebuilt/Android-x86_64/share/gdal/s57attributes.csv +484 -0
  218. package/dist/prebuilt/Android-x86_64/share/gdal/s57expectedinput.csv +1008 -0
  219. package/dist/prebuilt/Android-x86_64/share/gdal/s57objectclasses.csv +287 -0
  220. package/dist/prebuilt/Android-x86_64/share/gdal/seed_2d.dgn +0 -0
  221. package/dist/prebuilt/Android-x86_64/share/gdal/seed_3d.dgn +0 -0
  222. package/dist/prebuilt/Android-x86_64/share/gdal/stateplane.csv +259 -0
  223. package/dist/prebuilt/Android-x86_64/share/gdal/tms_LINZAntarticaMapTileGrid.json +190 -0
  224. package/dist/prebuilt/Android-x86_64/share/gdal/tms_MapML_APSTILE.json +268 -0
  225. package/dist/prebuilt/Android-x86_64/share/gdal/tms_MapML_CBMTILE.json +346 -0
  226. package/dist/prebuilt/Android-x86_64/share/gdal/tms_NZTM2000.json +243 -0
  227. package/dist/prebuilt/Android-x86_64/share/gdal/trailer.dxf +434 -0
  228. package/dist/prebuilt/Android-x86_64/share/gdal/vdv452.xml +351 -0
  229. package/dist/prebuilt/Android-x86_64/share/gdal/vdv452.xsd +47 -0
  230. package/dist/prebuilt/Emscripten-x86_64/include/gdal_version.h +3 -3
  231. package/dist/prebuilt/Emscripten-x86_64/include/ogr_api.h +4 -4
  232. package/dist/prebuilt/Emscripten-x86_64/include/ogr_feature.h +2 -2
  233. package/dist/prebuilt/Emscripten-x86_64/lib/cmake/gdal/GDALConfigVersion.cmake +3 -3
  234. package/dist/prebuilt/Emscripten-x86_64/lib/cmake/gdal/thirdparty/FindDotnet.cmake +33 -36
  235. package/dist/prebuilt/Emscripten-x86_64/lib/libgdal.a +0 -0
  236. package/dist/prebuilt/Emscripten-x86_64/lib/pkgconfig/gdal.pc +1 -1
  237. package/dist/prebuilt/Emscripten-x86_64/share/gdal/gdalvrt.xsd +30 -24
  238. package/dist/prebuilt/iOS-iphoneos/include/gdal_version.h +3 -3
  239. package/dist/prebuilt/iOS-iphoneos/include/ogr_api.h +4 -4
  240. package/dist/prebuilt/iOS-iphoneos/include/ogr_feature.h +2 -2
  241. package/dist/prebuilt/iOS-iphoneos/share/gdal/gdalvrt.xsd +30 -24
  242. package/dist/prebuilt/iOS-iphonesimulator/include/gdal_version.h +3 -3
  243. package/dist/prebuilt/iOS-iphonesimulator/include/ogr_api.h +4 -4
  244. package/dist/prebuilt/iOS-iphonesimulator/include/ogr_feature.h +2 -2
  245. package/dist/prebuilt/iOS-iphonesimulator/share/gdal/gdalvrt.xsd +30 -24
  246. package/gdal.xcframework/ios-arm64_arm64e/Headers/gdal_version.h +3 -3
  247. package/gdal.xcframework/ios-arm64_arm64e/Headers/ogr_api.h +4 -4
  248. package/gdal.xcframework/ios-arm64_arm64e/Headers/ogr_feature.h +2 -2
  249. package/gdal.xcframework/ios-arm64_arm64e/libgdal.a +0 -0
  250. package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/gdal_version.h +3 -3
  251. package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_api.h +4 -4
  252. package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/Headers/ogr_feature.h +2 -2
  253. package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/libgdal.a +0 -0
  254. package/package.json +13 -13
  255. package/dist/prebuilt/Emscripten-x86_64/lib/cmake/gdal/packages/FindDB2.cmake +0 -103
@@ -0,0 +1,705 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ /******************************************************************************
4
+ * $Id$
5
+ *
6
+ * Project: GDAL/OGR
7
+ * Purpose: XML Schema for GDAL PDF driver composition files.
8
+ * Author: Even Rouault, <even dot rouault at spatialys dot com>
9
+ *
10
+ **********************************************************************
11
+ * Copyright (c) 2019, Even Rouault
12
+ *
13
+ * SPDX-License-Identifier: MIT
14
+ ****************************************************************************/
15
+ -->
16
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.0">
17
+ <xs:element name="PDFComposition">
18
+ <xs:annotation><xs:documentation>
19
+ Root element defining a composition of one or several pages.
20
+ </xs:documentation></xs:annotation>
21
+ <xs:complexType>
22
+ <xs:sequence>
23
+ <xs:element name="JPEG2000Driver" type="xs:string" minOccurs="0"/>
24
+ <xs:element name="Metadata" type="MetadataType" minOccurs="0"/>
25
+ <xs:element name="Javascript" type="xs:string" minOccurs="0"/>
26
+ <xs:element name="LayerTree" type="LayerTreeType" minOccurs="0"/>
27
+ <xs:element name="Page" type="PageType" maxOccurs="unbounded">
28
+ <xs:keyref name="georeferencedIdRef" refer="georeferencingId">
29
+ <xs:selector xpath=".//*"/>
30
+ <xs:field xpath="@georeferencingId"/>
31
+ </xs:keyref>
32
+ <xs:unique name="georeferencingId">
33
+ <xs:selector xpath=".//Georeferencing"/>
34
+ <xs:field xpath="@id"/>
35
+ </xs:unique>
36
+ </xs:element>
37
+ <xs:element name="Outline" type="OutlineType" minOccurs="0">
38
+ </xs:element>
39
+ </xs:sequence>
40
+ </xs:complexType>
41
+
42
+ <!-- unicity constraints on Layer.id, and validy check of references -->
43
+ <!-- to them -->
44
+ <xs:keyref name="layerIdRef" refer="layerId">
45
+ <xs:selector xpath=".//IfLayerOn|.//SetLayerStateAction"/>
46
+ <xs:field xpath="@layerId"/>
47
+ </xs:keyref>
48
+ <xs:key name="layerId">
49
+ <xs:selector xpath=".//Layer"/>
50
+ <xs:field xpath="@id"/>
51
+ </xs:key>
52
+
53
+ <!-- unicity constraints on Page.id, and validy check of references -->
54
+ <!-- to them -->
55
+ <xs:keyref name="pageIdRef" refer="pageId">
56
+ <xs:selector xpath=".//OutlineItem"/>
57
+ <xs:field xpath="@pageId"/>
58
+ </xs:keyref>
59
+ <xs:unique name="pageId">
60
+ <xs:selector xpath=".//Page"/>
61
+ <xs:field xpath="@id"/>
62
+ </xs:unique>
63
+ </xs:element>
64
+
65
+ <xs:complexType name="OutlineType">
66
+ <xs:annotation><xs:documentation>
67
+ Define the outline / bookmarks of the document, typically the
68
+ structure of pages. But bookmarks may also point to particular
69
+ elements in a page.
70
+ Recursive list of OutlineItem.
71
+ </xs:documentation></xs:annotation>
72
+ <xs:sequence>
73
+ <xs:element name="OutlineItem" type="OutlineItemType" minOccurs="0" maxOccurs="unbounded"/>
74
+ </xs:sequence>
75
+ </xs:complexType>
76
+
77
+ <xs:complexType name="OutlineItemType">
78
+ <xs:annotation><xs:documentation>
79
+ An OutlineItem may be final or a parent of child OutlineItem.
80
+ If the OutlineItem has children, the open attribute controls whether
81
+ the children list must be folded or not.
82
+ An OutlineItem may have zero, one or several acssociated actions.
83
+ </xs:documentation></xs:annotation>
84
+ <xs:sequence>
85
+ <xs:element name="Actions" minOccurs="0">
86
+ <xs:complexType>
87
+ <xs:sequence>
88
+ <xs:element ref="AbstractAction" minOccurs="0" maxOccurs="unbounded"/>
89
+ </xs:sequence>
90
+ </xs:complexType>
91
+ </xs:element>
92
+ <xs:element name="OutlineItem" type="OutlineItemType" minOccurs="0" maxOccurs="unbounded"/>
93
+ </xs:sequence>
94
+ <xs:attribute name="name" type="xs:string" use="required">
95
+ <xs:annotation><xs:documentation>
96
+ User visible name of the outline item.
97
+ </xs:documentation></xs:annotation>
98
+ </xs:attribute>
99
+ <xs:attribute name="open" type="xs:boolean" default="true">
100
+ <xs:annotation><xs:documentation>
101
+ Whether children outline items should be unfolded.
102
+ </xs:documentation></xs:annotation>
103
+ </xs:attribute>
104
+ <xs:attribute name="italic" type="xs:boolean" default="false"/>
105
+ <xs:attribute name="bold" type="xs:boolean" default="false"/>
106
+ </xs:complexType>
107
+
108
+ <xs:complexType name="AbstractionActionType" abstract="true">
109
+ <xs:annotation><xs:documentation>
110
+ Abstract action element type
111
+ </xs:documentation></xs:annotation>
112
+ </xs:complexType>
113
+
114
+ <xs:element name="AbstractAction" type="AbstractionActionType" abstract="true">
115
+ <xs:annotation><xs:documentation>
116
+ Abstract action element
117
+ </xs:documentation></xs:annotation>
118
+ </xs:element>
119
+
120
+ <xs:element name="GotoPageAction" substitutionGroup="AbstractAction">
121
+ <xs:annotation><xs:documentation>
122
+ Goto a destination page.
123
+ The x1, y1, x2, y2 attributes
124
+ may also be defined to zoom-in on a particular area of the page.
125
+ </xs:documentation></xs:annotation>
126
+ <xs:complexType>
127
+ <xs:complexContent>
128
+ <xs:extension base="AbstractionActionType">
129
+ <xs:attribute name="pageId" type="xs:string" use="required"/>
130
+ <xs:attribute name="x1" type="pdfCoordinateType"/>
131
+ <xs:attribute name="y1" type="pdfCoordinateType"/>
132
+ <xs:attribute name="x2" type="pdfCoordinateType"/>
133
+ <xs:attribute name="y2" type="pdfCoordinateType"/>
134
+ </xs:extension>
135
+ </xs:complexContent>
136
+ </xs:complexType>
137
+ </xs:element>
138
+
139
+ <xs:element name="SetAllLayersStateAction" substitutionGroup="AbstractAction">
140
+ <xs:annotation><xs:documentation>
141
+ Turn all layers on or off.
142
+ Later SetAllLayersStateAction/SetLayerStateAction might change this state.
143
+ </xs:documentation></xs:annotation>
144
+ <xs:complexType>
145
+ <xs:complexContent>
146
+ <xs:extension base="AbstractionActionType">
147
+ <xs:attribute name="visible" type="xs:boolean" use="required"/>
148
+ </xs:extension>
149
+ </xs:complexContent>
150
+ </xs:complexType>
151
+ </xs:element>
152
+
153
+ <xs:element name="SetLayerStateAction" substitutionGroup="AbstractAction">
154
+ <xs:annotation><xs:documentation>
155
+ Turn a specific layer on off.
156
+ Later SetAllLayersStateAction/SetLayerStateAction might change this state.
157
+ </xs:documentation></xs:annotation>
158
+ <xs:complexType>
159
+ <xs:complexContent>
160
+ <xs:extension base="AbstractionActionType">
161
+ <xs:attribute name="layerId" type="xs:string" use="required"/>
162
+ <xs:attribute name="visible" type="xs:boolean" use="required"/>
163
+ </xs:extension>
164
+ </xs:complexContent>
165
+ </xs:complexType>
166
+ </xs:element>
167
+
168
+ <xs:element name="JavascriptAction" substitutionGroup="AbstractAction">
169
+ <xs:annotation><xs:documentation>
170
+ Execute a Javascript action.
171
+ See https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/js_api_reference.pdf
172
+ The script must be put as the content of the element.
173
+ </xs:documentation></xs:annotation>
174
+ <xs:complexType mixed="true">
175
+ <xs:complexContent>
176
+ <xs:extension base="AbstractionActionType"/>
177
+ </xs:complexContent>
178
+ </xs:complexType>
179
+ </xs:element>
180
+
181
+ <xs:complexType name="MetadataType">
182
+ <xs:sequence>
183
+ <xs:element name="Author" type="xs:string" minOccurs="0"/>
184
+ <xs:element name="Producer" type="xs:string" minOccurs="0"/>
185
+ <xs:element name="Creator" type="xs:string" minOccurs="0"/>
186
+ <xs:element name="CreationDate" type="xs:string" minOccurs="0"/>
187
+ <xs:element name="Subject" type="xs:string" minOccurs="0"/>
188
+ <xs:element name="Title" type="xs:string" minOccurs="0"/>
189
+ <xs:element name="Keywords" type="xs:string" minOccurs="0"/>
190
+ <xs:element name="XMP" type="xs:string" minOccurs="0">
191
+ <xs:annotation><xs:documentation>
192
+ The XMP payload must be serialized in a XML-escaped way
193
+ </xs:documentation></xs:annotation>
194
+ </xs:element>
195
+ </xs:sequence>
196
+ </xs:complexType>
197
+
198
+ <xs:complexType name="LayerTreeType">
199
+ <xs:annotation><xs:documentation>
200
+ Hierarchical definition of layers ("Optional Content Group" in PDF parlance)
201
+ Common to all pages, but their visibility in the layer tree can
202
+ be controlled with the displayOnlyOnVisiblePages attribute.
203
+ </xs:documentation></xs:annotation>
204
+ <xs:sequence>
205
+ <xs:element name="Layer" type="LayerType" minOccurs="0" maxOccurs="unbounded"/>
206
+ </xs:sequence>
207
+ <xs:attribute name="displayOnlyOnVisiblePages" type="xs:boolean" default="false">
208
+ <xs:annotation><xs:documentation>
209
+ Whether to list, in the layer tree, layers that are referenced
210
+ by at at least one currently visible page(s).
211
+ Default is false, that is the layers are always listed.
212
+ </xs:documentation></xs:annotation>
213
+ </xs:attribute>
214
+ </xs:complexType>
215
+
216
+ <xs:complexType name="LayerType">
217
+ <xs:annotation><xs:documentation>
218
+ Define a Layer ("Optional Content Group" in PDF parlance)
219
+ </xs:documentation></xs:annotation>
220
+ <xs:sequence>
221
+ <xs:element name="Layer" type="LayerType" minOccurs="0" maxOccurs="unbounded"/>
222
+ </xs:sequence>
223
+ <xs:attribute name="id" type="xs:string" use="required">
224
+ <xs:annotation><xs:documentation>
225
+ Arbitrary id, unique to the layer. Will be cross-referenced by
226
+ IfLayerOnType#layerId to define conditional visibility.
227
+ </xs:documentation></xs:annotation>
228
+ </xs:attribute>
229
+ <xs:attribute name="name" type="xs:string" use="required">
230
+ <xs:annotation><xs:documentation>
231
+ User visible name
232
+ </xs:documentation></xs:annotation>
233
+ </xs:attribute>
234
+ <xs:attribute name="initiallyVisible" type="xs:boolean" default="true"/>
235
+ <xs:attribute name="mutuallyExclusiveGroupId" type="xs:string">
236
+ <xs:annotation><xs:documentation>
237
+ Arbitrary id defining a group of mutually exclusive layers.
238
+ Layers referencing to the same #mutuallyExclusiveGroupId value
239
+ will be mutually exclusive.
240
+ </xs:documentation></xs:annotation>
241
+ </xs:attribute>
242
+ </xs:complexType>
243
+
244
+ <xs:complexType name="PageType">
245
+ <xs:sequence>
246
+ <xs:element name="DPI" type="positiveDouble" minOccurs="0" default="72"/>
247
+ <xs:element name="Width" type="pdfCoordinateType"/>
248
+ <xs:element name="Height" type="pdfCoordinateType"/>
249
+ <xs:element name="Georeferencing" type="GeoreferencingType" minOccurs="0" maxOccurs="unbounded"/>
250
+ <xs:element name="Content" type="ContentType"/>
251
+ </xs:sequence>
252
+ <xs:attribute name="id" type="xs:string">
253
+ <xs:annotation><xs:documentation>
254
+ Arbitrary id, unique to the page. Required if the page must
255
+ be referenced by a OutlineItem.
256
+ </xs:documentation></xs:annotation>
257
+ </xs:attribute>
258
+ </xs:complexType>
259
+
260
+ <xs:simpleType name="positiveDouble">
261
+ <xs:restriction base="xs:double">
262
+ <xs:minExclusive value="0"/>
263
+ </xs:restriction>
264
+ </xs:simpleType>
265
+
266
+ <xs:simpleType name="pdfCoordinateType">
267
+ <xs:restriction base="xs:double">
268
+ <xs:minInclusive value="0"/>
269
+ <xs:maxInclusive value="14400"/>
270
+ </xs:restriction>
271
+ </xs:simpleType>
272
+
273
+ <xs:complexType name="GeoreferencingType">
274
+ <xs:sequence>
275
+ <xs:element name="SRS" type="SRSType">
276
+ <xs:annotation><xs:documentation>
277
+ CRS WKT string, or EPSG:XXXX code.
278
+ </xs:documentation></xs:annotation>
279
+ </xs:element>
280
+ <xs:element name="BoundingBox" type="BoundingBoxType" minOccurs="0">
281
+ <xs:annotation><xs:documentation>
282
+ Define the viewport where georeferenced coordinates are
283
+ available.
284
+ If not specified, the extent of BoundingPolygon will be used instead.
285
+ If none of BoundingBox and BoundingPolygon are specified,
286
+ the whole PDF page will be assumed to be georeferenced.
287
+ </xs:documentation></xs:annotation>
288
+ </xs:element>
289
+ <xs:element name="BoundingPolygon" type="xs:string" minOccurs="0">
290
+ <xs:annotation><xs:documentation>
291
+ Define a polygon / neatline in PDF units into which the
292
+ Measure tool will display coordinates.
293
+ If not specified, BoundingBox will be used instead.
294
+ If none of BoundingBox and BoundingPolygon are specified,
295
+ the whole PDF page will be assumed to be georeferenced.
296
+ </xs:documentation></xs:annotation>
297
+ </xs:element>
298
+ <xs:element name="ControlPoint" type="ControlPointType" minOccurs="4" maxOccurs="unbounded">
299
+ <xs:annotation><xs:documentation>
300
+ Those points define the mapping from PDF coordinates to
301
+ georeferenced coordinates. At least 4 of them must be
302
+ provided. They do not need to form a rectangle neither in
303
+ PDF coordinate space nor in georeferenced coordinate space.
304
+ However if the georeferenced area is referenced to by content,
305
+ they must be evaluated to a geotransform, without rotation
306
+ or shearing.
307
+ </xs:documentation></xs:annotation>
308
+ </xs:element>
309
+ </xs:sequence>
310
+ <xs:attribute name="id" type="xs:string">
311
+ <xs:annotation><xs:documentation>
312
+ ID that can be referred to to automatically place content.
313
+ The georeferencing area ca be referenced to, only if the
314
+ control points define an affine geotransform, without rotation
315
+ or shearing, from PDF coordinate space to georeferenced
316
+ coordinate space.
317
+ </xs:documentation></xs:annotation>
318
+ </xs:attribute>
319
+ <xs:attribute name="ISO32000ExtensionFormat" type="xs:boolean" default="true">
320
+ <xs:annotation><xs:documentation>
321
+ ISO-32000 extension format is the georeferencing format
322
+ recognized by the Measure / Geographic location tool of Acrobat reader.
323
+ </xs:documentation></xs:annotation>
324
+ </xs:attribute>
325
+ <xs:attribute name="OGCBestPracticeFormat" type="xs:boolean" default="false">
326
+ <xs:annotation><xs:documentation>
327
+ OGC Best Practice format is the georeferencing format
328
+ recognized by the Terrago Toolbar.
329
+ It seems that within a PDF file,
330
+ there should be only georeferenced areas encoded with the
331
+ OGC Best Practice so that the Terrago Toolbar accepts to
332
+ read them.
333
+ </xs:documentation></xs:annotation>
334
+ </xs:attribute>
335
+ </xs:complexType>
336
+
337
+ <xs:complexType name="SRSType">
338
+ <xs:simpleContent>
339
+ <xs:extension base="xs:string">
340
+ <xs:attribute name="dataAxisToSRSAxisMapping" type="xs:string">
341
+ <xs:annotation><xs:documentation>
342
+ Defines the data axis to SRS axis mapping. List of
343
+ comma-separated axis number (starting at 1).
344
+ Used to interpret the GeoX and GeoY attribute meaning.
345
+ If not specified, the traditional GIS order is assumed.
346
+ </xs:documentation></xs:annotation>
347
+ </xs:attribute>
348
+ </xs:extension>
349
+ </xs:simpleContent>
350
+ </xs:complexType>
351
+
352
+ <xs:complexType name="BoundingBoxType">
353
+ <xs:annotation><xs:documentation>
354
+ x2 must be &gt; x1 and y2 &gt; y1
355
+ </xs:documentation></xs:annotation>
356
+ <xs:attribute name="x1" type="pdfCoordinateType" use="required"/>
357
+ <xs:attribute name="y1" type="pdfCoordinateType" use="required"/>
358
+ <xs:attribute name="x2" type="pdfCoordinateType" use="required"/>
359
+ <xs:attribute name="y2" type="pdfCoordinateType" use="required"/>
360
+ </xs:complexType>
361
+
362
+ <xs:complexType name="ControlPointType">
363
+ <xs:attribute name="x" type="pdfCoordinateType" use="required"/>
364
+ <xs:attribute name="y" type="pdfCoordinateType" use="required"/>
365
+ <xs:attribute name="GeoX" type="xs:double" use="required">
366
+ <xs:annotation><xs:documentation>
367
+ X value of the control point expressed in the SRS
368
+ </xs:documentation></xs:annotation>
369
+ </xs:attribute>
370
+ <xs:attribute name="GeoY" type="xs:double" use="required">
371
+ <xs:annotation><xs:documentation>
372
+ Y value of the control point expressed in the SRS
373
+ </xs:documentation></xs:annotation>
374
+ </xs:attribute>
375
+ </xs:complexType>
376
+
377
+ <xs:complexType name="ResursiveContentType">
378
+ <xs:annotation><xs:documentation>
379
+ Sequence of raster, vector, labels, content from other PDF document,
380
+ or conditionalized content of any of the above types.
381
+ The content is drawn in the order it is mentioned, that is the
382
+ first mentioned item is drawn first, and the last mentioned item
383
+ is drawn last.
384
+ </xs:documentation></xs:annotation>
385
+ <xs:sequence>
386
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
387
+ <xs:element name="Raster" type="RasterType"/>
388
+ <xs:element name="Vector" type="VectorType"/>
389
+ <xs:element name="VectorLabel" type="VectorLabelType"/>
390
+ <xs:element name="PDF" type="PDFType"/>
391
+ <xs:element name="IfLayerOn" type="IfLayerOnType"/>
392
+ </xs:choice>
393
+ </xs:sequence>
394
+ </xs:complexType>
395
+
396
+ <xs:complexType name="ContentType">
397
+ <xs:complexContent>
398
+ <xs:extension base="ResursiveContentType">
399
+ <xs:attribute name="streamCompression" type="StreamCompressionType" default="DEFLATE"/>
400
+ </xs:extension>
401
+ </xs:complexContent>
402
+ </xs:complexType>
403
+
404
+ <xs:simpleType name="StreamCompressionType">
405
+ <xs:restriction base="xs:string">
406
+ <xs:enumeration value="NONE"/>
407
+ <xs:enumeration value="DEFLATE"/>
408
+ </xs:restriction>
409
+ </xs:simpleType>
410
+
411
+ <xs:complexType name="PDFType">
412
+ <xs:annotation><xs:documentation>
413
+ Insert the content stream of the (first page of the) PDF, together with
414
+ its resources, without any extra rasterization.
415
+ Optional content groups or georeferencing potentially found in the
416
+ PDF to insert are ignored.
417
+ The dimensions of the inserted PDF are assumed to be the same
418
+ as the PDF where it is inserted.
419
+ </xs:documentation></xs:annotation>
420
+ <xs:sequence>
421
+ <xs:element name="Blending" type="BlendingType" minOccurs="0"/>
422
+ </xs:sequence>
423
+ <xs:attribute name="dataset" type="xs:string" use="required"/>
424
+ </xs:complexType>
425
+
426
+ <xs:complexType name="RasterType">
427
+ <xs:annotation><xs:documentation>
428
+ Insert raster (or rasterized) content from a GDAL dataset.
429
+
430
+ There are two modes:
431
+
432
+ - one where the raster potential georeferencing is completely ignored,
433
+ and the image is put at the specified PDF coordinates.
434
+ I which case , x1, y1, x2, y2 are in PDF coordinate units and represent the
435
+ area where the image will be stretched. If not specified,
436
+ the whole PDF page is occupied.
437
+ x2 must be &gt; x1 and y2 &gt; y1.
438
+
439
+ - another one, when the georeferencingId attribute is defined, and
440
+ reference a georeferenced area. In that case, the raster geotransform
441
+ will be used to correctly place it in the georeferenced area.
442
+ </xs:documentation></xs:annotation>
443
+ <xs:sequence>
444
+ <xs:element name="Compression" type="RasterCompressionType" minOccurs="0"/>
445
+ <xs:element name="Blending" type="BlendingType" minOccurs="0"/>
446
+ </xs:sequence>
447
+ <xs:attribute name="dataset" type="xs:string" use="required">
448
+ <xs:annotation><xs:documentation>
449
+ GDAL dataset name
450
+ </xs:documentation></xs:annotation>
451
+ </xs:attribute>
452
+ <xs:attribute name="x1" type="pdfCoordinateType"/>
453
+ <xs:attribute name="y1" type="pdfCoordinateType"/>
454
+ <xs:attribute name="x2" type="pdfCoordinateType"/>
455
+ <xs:attribute name="y2" type="pdfCoordinateType"/>
456
+ <xs:attribute name="georeferencingId" type="xs:string">
457
+ <xs:annotation><xs:documentation>
458
+ References a georeferenced area in the same page
459
+ through its Georeferencing#id
460
+ </xs:documentation></xs:annotation>
461
+ </xs:attribute>
462
+ <xs:attribute name="tileSize" type="xs:integer" default="256"/>
463
+ </xs:complexType>
464
+
465
+ <xs:complexType name="RasterCompressionType">
466
+ <xs:attribute name="method" type="RasterCompressionMethodType" default="DEFLATE"/>
467
+ <xs:attribute name="quality" type="JPEGQualityType">
468
+ <xs:annotation><xs:documentation>
469
+ Only applies when method=JPEG.
470
+ If not specified, if the source raster is a JPEG file, its
471
+ codestream will be used directly. Otherwise, the image will
472
+ be compressed with a quality of 75%.
473
+ </xs:documentation></xs:annotation>
474
+ </xs:attribute>
475
+ <xs:attribute name="predictor" type="xs:boolean" default="false">
476
+ <xs:annotation><xs:documentation>
477
+ Only applies when method=DEFALTE
478
+ </xs:documentation></xs:annotation>
479
+ </xs:attribute>
480
+ </xs:complexType>
481
+
482
+ <xs:simpleType name="JPEGQualityType">
483
+ <xs:restriction base="xs:int">
484
+ <xs:minInclusive value="1"/>
485
+ <xs:maxInclusive value="100"/>
486
+ </xs:restriction>
487
+ </xs:simpleType>
488
+
489
+ <xs:simpleType name="RasterCompressionMethodType">
490
+ <xs:restriction base="xs:string">
491
+ <xs:enumeration value="DEFLATE"/>
492
+ <xs:enumeration value="JPEG"/>
493
+ <xs:enumeration value="JPEG2000"/>
494
+ </xs:restriction>
495
+ </xs:simpleType>
496
+
497
+ <xs:complexType name="VectorType">
498
+ <xs:annotation><xs:documentation>
499
+ Insert vector content from a OGR dataset.
500
+
501
+ There are two modes:
502
+ - The coordinates of the vector features must be in PDF coordinate units.
503
+ This is when the georeferencingId attributes is not set.
504
+
505
+ - another one, when the georeferencingId attribute is defined, and
506
+ reference a georeferenced area. In that case, the vector georeferenced
507
+ coordinates will be used to correctly place it in the georeferenced area.
508
+
509
+ Note: OGR Feature Style strings containing a LABEL tool will not work with
510
+ this element, to display labels use a VectorLabel element instead.
511
+ </xs:documentation></xs:annotation>
512
+ <xs:sequence>
513
+ <xs:element name="Blending" type="BlendingType" minOccurs="0"/>
514
+ <xs:element name="LogicalStructure" type="LogicalStructureType" minOccurs="0"/>
515
+ </xs:sequence>
516
+ <xs:attribute name="dataset" type="xs:string" use="required">
517
+ <xs:annotation><xs:documentation>
518
+ OGR dataset name
519
+ </xs:documentation></xs:annotation>
520
+ </xs:attribute>
521
+ <xs:attribute name="layer" type="xs:string" use="required">
522
+ <xs:annotation><xs:documentation>
523
+ OGR layer name
524
+ </xs:documentation></xs:annotation>
525
+ </xs:attribute>
526
+ <xs:attribute name="georeferencingId" type="xs:string">
527
+ <xs:annotation><xs:documentation>
528
+ References a georeferenced area in the same page
529
+ through its Georeferencing#id
530
+ </xs:documentation></xs:annotation>
531
+ </xs:attribute>
532
+ <xs:attribute name="visible" type="xs:boolean" default="true">
533
+ <xs:annotation><xs:documentation>
534
+ Whether objects should be drawn or not
535
+ </xs:documentation></xs:annotation>
536
+ </xs:attribute>
537
+ <xs:attribute name="linkAttribute" type="xs:string">
538
+ <xs:annotation><xs:documentation>
539
+ Name of the attribute whose value is used to create a hyperlink
540
+ </xs:documentation></xs:annotation>
541
+ </xs:attribute>
542
+ <xs:attribute name="ogrStyleString" type="xs:string">
543
+ <xs:annotation><xs:documentation>
544
+ String overriding per-feature style
545
+ </xs:documentation></xs:annotation>
546
+ </xs:attribute>
547
+ </xs:complexType>
548
+
549
+ <xs:complexType name="LogicalStructureType">
550
+ <xs:annotation><xs:documentation>
551
+ The LogicalStructure element should be put when the features
552
+ of the layer should be written in the logical structure of the
553
+ document, and thus visible in the "Model Tree" of Acrobat reader.
554
+ By default, all OGR fields are included.
555
+ </xs:documentation></xs:annotation>
556
+ <xs:sequence>
557
+ <xs:choice minOccurs="0">
558
+ <xs:sequence>
559
+ <xs:element name="ExcludeAllFields" type="xs:boolean" minOccurs="0" fixed="true">
560
+ <xs:annotation><xs:documentation>
561
+ Whether all fields should be excluded, but the one(s)
562
+ potentially mentioned in IncludeField.
563
+ </xs:documentation></xs:annotation>
564
+ </xs:element>
565
+ <xs:element name="IncludeField" type="xs:string" minOccurs="0" maxOccurs="unbounded">
566
+ <xs:annotation><xs:documentation>
567
+ Name of OGR field to include.
568
+ </xs:documentation></xs:annotation>
569
+ </xs:element>
570
+ </xs:sequence>
571
+ <xs:sequence>
572
+ <xs:element name="IncludeAllFields" type="xs:boolean" minOccurs="0" fixed="true">
573
+ <xs:annotation><xs:documentation>
574
+ Whether all fields should be included, but the one(s)
575
+ potentially mentioned in ExcludeField.
576
+ </xs:documentation></xs:annotation>
577
+ </xs:element>
578
+ <xs:element name="ExcludeField" type="xs:string" minOccurs="0" maxOccurs="unbounded">
579
+ <xs:annotation><xs:documentation>
580
+ Name of OGR field to exclude.
581
+ </xs:documentation></xs:annotation>
582
+ </xs:element>
583
+ </xs:sequence>
584
+ </xs:choice>
585
+ </xs:sequence>
586
+ <xs:attribute name="displayLayerName" type="xs:string">
587
+ <xs:annotation><xs:documentation>
588
+ Name of the layer that will appear in the PDF reader.
589
+ If not specified, this will be the OGR layer name.
590
+ </xs:documentation></xs:annotation>
591
+ </xs:attribute>
592
+ <xs:attribute name="fieldToDisplay" type="xs:string">
593
+ <xs:annotation><xs:documentation>
594
+ Name of the OGR field whose value should be display for each
595
+ feature in feature tree of the PDF reader.
596
+ If not specified, this will "feature{FID}".
597
+ </xs:documentation></xs:annotation>
598
+ </xs:attribute>
599
+ </xs:complexType>
600
+
601
+ <xs:complexType name="VectorLabelType">
602
+ <xs:annotation><xs:documentation>
603
+ Insert text labels for features from a OGR dataset.
604
+
605
+ The features must be associated with a OGR Feature Style string with
606
+ a LABEL tool.
607
+ Only LATIN-1 characters will be correctly output.
608
+
609
+ There are two modes:
610
+ - The coordinates of the vector features must be in PDF coordinate units.
611
+ This is when the georeferencingId attributes is not set.
612
+
613
+ - another one, when the georeferencingId attribute is defined, and
614
+ reference a georeferenced area. In that case, the vector georeferenced
615
+ coordinates will be used to correctly place it in the georeferenced area.
616
+ </xs:documentation></xs:annotation>
617
+ <xs:sequence>
618
+ <xs:element name="Blending" type="BlendingType" minOccurs="0"/>
619
+ </xs:sequence>
620
+ <xs:attribute name="dataset" type="xs:string" use="required">
621
+ <xs:annotation><xs:documentation>
622
+ OGR dataset name
623
+ </xs:documentation></xs:annotation>
624
+ </xs:attribute>
625
+ <xs:attribute name="layer" type="xs:string" use="required">
626
+ <xs:annotation><xs:documentation>
627
+ OGR layer name
628
+ </xs:documentation></xs:annotation>
629
+ </xs:attribute>
630
+ <xs:attribute name="georeferencingId" type="xs:string">
631
+ <xs:annotation><xs:documentation>
632
+ References a georeferenced area in the same page
633
+ through its Georeferencing#id
634
+ </xs:documentation></xs:annotation>
635
+ </xs:attribute>
636
+ <xs:attribute name="ogrStyleString" type="xs:string">
637
+ <xs:annotation><xs:documentation>
638
+ String overriding per-feature style
639
+ </xs:documentation></xs:annotation>
640
+ </xs:attribute>
641
+ </xs:complexType>
642
+
643
+ <xs:complexType name="BlendingType">
644
+ <xs:attribute name="function" type="BlendingFunctionType" default="Normal"/>
645
+ <xs:attribute name="opacity" type="OpacityType" default="1"/>
646
+ </xs:complexType>
647
+
648
+ <xs:simpleType name="BlendingFunctionType">
649
+ <xs:annotation><xs:documentation>
650
+ Blend mode as defined in PDF reference version 1.7
651
+ page 520, Table 7.2 "Standard separable blend modes".
652
+ </xs:documentation></xs:annotation>
653
+ <xs:restriction base="xs:string">
654
+ <xs:enumeration value="Normal"/>
655
+ <xs:enumeration value="Multiply"/>
656
+ <xs:enumeration value="Screen"/>
657
+ <xs:enumeration value="Overlay"/>
658
+ <xs:enumeration value="Darken"/>
659
+ <xs:enumeration value="Lighten"/>
660
+ <xs:enumeration value="ColorDodge"/>
661
+ <xs:enumeration value="ColorBurn"/>
662
+ <xs:enumeration value="HardLight"/>
663
+ <xs:enumeration value="SoftLight"/>
664
+ <xs:enumeration value="Difference"/>
665
+ <xs:enumeration value="Exclusion"/>
666
+ </xs:restriction>
667
+ </xs:simpleType>
668
+
669
+ <xs:simpleType name="OpacityType">
670
+ <xs:restriction base="xs:double">
671
+ <xs:minInclusive value="0"/>
672
+ <xs:maxInclusive value="1"/>
673
+ </xs:restriction>
674
+ </xs:simpleType>
675
+
676
+ <xs:complexType name="IfLayerOnType">
677
+ <xs:annotation><xs:documentation>
678
+ Conditionalize content display to the On status of a layer.
679
+ IfLayerOn elements can be nested. And in general, the nesting used
680
+ to define the layers should be used to define the conditional
681
+ content too, because toggling off a upper-level layer in Acrobat
682
+ does not change the state of its children.
683
+
684
+ For example:
685
+ &lt;Layer id="A" name="A"&gt;
686
+ &lt;Layer id="A.1" name="A.1""&gt;&lt;/Layer&gt;
687
+ &lt;/Layer&gt;
688
+
689
+ &lt;IfLayerOnType layerId="A"&gt;
690
+ &lt;IfLayerOnType layerId="A.1"&gt;
691
+ ....
692
+ &lt;/IfLayerOnType&gt;
693
+ &lt;/IfLayerOnType&gt;
694
+ </xs:documentation></xs:annotation>
695
+ <xs:complexContent>
696
+ <xs:extension base="ResursiveContentType">
697
+ <xs:attribute name="layerId" type="xs:string" use="required">
698
+ <xs:annotation><xs:documentation>
699
+ Should reference a Layer#id attribute.
700
+ </xs:documentation></xs:annotation>
701
+ </xs:attribute>
702
+ </xs:extension>
703
+ </xs:complexContent>
704
+ </xs:complexType>
705
+ </xs:schema>