@cpp.js/package-gdal 1.0.0-beta.21 → 1.0.0-beta.23

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 (225) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/cppjs-package-gdal.podspec +1 -1
  3. package/cppjs.build.js +1 -0
  4. package/dist/prebuilt/Android-x86_64/include/cpl_atomic_ops.h +90 -0
  5. package/dist/prebuilt/Android-x86_64/include/cpl_auto_close.h +73 -0
  6. package/dist/prebuilt/Android-x86_64/include/cpl_compressor.h +112 -0
  7. package/dist/prebuilt/Android-x86_64/include/cpl_config.h +215 -0
  8. package/dist/prebuilt/Android-x86_64/include/cpl_config_extras.h +34 -0
  9. package/dist/prebuilt/Android-x86_64/include/cpl_conv.h +417 -0
  10. package/dist/prebuilt/Android-x86_64/include/cpl_csv.h +71 -0
  11. package/dist/prebuilt/Android-x86_64/include/cpl_error.h +344 -0
  12. package/dist/prebuilt/Android-x86_64/include/cpl_hash_set.h +83 -0
  13. package/dist/prebuilt/Android-x86_64/include/cpl_http.h +319 -0
  14. package/dist/prebuilt/Android-x86_64/include/cpl_json.h +301 -0
  15. package/dist/prebuilt/Android-x86_64/include/cpl_list.h +59 -0
  16. package/dist/prebuilt/Android-x86_64/include/cpl_minixml.h +211 -0
  17. package/dist/prebuilt/Android-x86_64/include/cpl_multiproc.h +241 -0
  18. package/dist/prebuilt/Android-x86_64/include/cpl_port.h +1182 -0
  19. package/dist/prebuilt/Android-x86_64/include/cpl_progress.h +49 -0
  20. package/dist/prebuilt/Android-x86_64/include/cpl_quad_tree.h +105 -0
  21. package/dist/prebuilt/Android-x86_64/include/cpl_spawn.h +60 -0
  22. package/dist/prebuilt/Android-x86_64/include/cpl_string.h +863 -0
  23. package/dist/prebuilt/Android-x86_64/include/cpl_time.h +29 -0
  24. package/dist/prebuilt/Android-x86_64/include/cpl_virtualmem.h +365 -0
  25. package/dist/prebuilt/Android-x86_64/include/cpl_vsi.h +830 -0
  26. package/dist/prebuilt/Android-x86_64/include/cpl_vsi_error.h +55 -0
  27. package/dist/prebuilt/Android-x86_64/include/cpl_vsi_virtual.h +580 -0
  28. package/dist/prebuilt/Android-x86_64/include/cplkeywordparser.h +61 -0
  29. package/dist/prebuilt/Android-x86_64/include/gdal.h +2667 -0
  30. package/dist/prebuilt/Android-x86_64/include/gdal_alg.h +717 -0
  31. package/dist/prebuilt/Android-x86_64/include/gdal_alg_priv.h +386 -0
  32. package/dist/prebuilt/Android-x86_64/include/gdal_csv.h +25 -0
  33. package/dist/prebuilt/Android-x86_64/include/gdal_frmts.h +236 -0
  34. package/dist/prebuilt/Android-x86_64/include/gdal_mdreader.h +240 -0
  35. package/dist/prebuilt/Android-x86_64/include/gdal_pam.h +461 -0
  36. package/dist/prebuilt/Android-x86_64/include/gdal_priv.h +4599 -0
  37. package/dist/prebuilt/Android-x86_64/include/gdal_proxy.h +470 -0
  38. package/dist/prebuilt/Android-x86_64/include/gdal_rat.h +390 -0
  39. package/dist/prebuilt/Android-x86_64/include/gdal_simplesurf.h +579 -0
  40. package/dist/prebuilt/Android-x86_64/include/gdal_utils.h +313 -0
  41. package/dist/prebuilt/Android-x86_64/include/gdal_version.h +33 -0
  42. package/dist/prebuilt/Android-x86_64/include/gdal_vrt.h +89 -0
  43. package/dist/prebuilt/Android-x86_64/include/gdalcachedpixelaccessor.h +439 -0
  44. package/dist/prebuilt/Android-x86_64/include/gdalgeorefpamdataset.h +73 -0
  45. package/dist/prebuilt/Android-x86_64/include/gdalgrid.h +102 -0
  46. package/dist/prebuilt/Android-x86_64/include/gdalgrid_priv.h +67 -0
  47. package/dist/prebuilt/Android-x86_64/include/gdaljp2abstractdataset.h +61 -0
  48. package/dist/prebuilt/Android-x86_64/include/gdaljp2metadata.h +237 -0
  49. package/dist/prebuilt/Android-x86_64/include/gdalpansharpen.h +258 -0
  50. package/dist/prebuilt/Android-x86_64/include/gdalsubdatasetinfo.h +104 -0
  51. package/dist/prebuilt/Android-x86_64/include/gdalwarper.h +622 -0
  52. package/dist/prebuilt/Android-x86_64/include/gnm.h +750 -0
  53. package/dist/prebuilt/Android-x86_64/include/gnm_api.h +101 -0
  54. package/dist/prebuilt/Android-x86_64/include/gnmgraph.h +258 -0
  55. package/dist/prebuilt/Android-x86_64/include/memdataset.h +176 -0
  56. package/dist/prebuilt/Android-x86_64/include/ogr_api.h +1024 -0
  57. package/dist/prebuilt/Android-x86_64/include/ogr_core.h +1321 -0
  58. package/dist/prebuilt/Android-x86_64/include/ogr_feature.h +1981 -0
  59. package/dist/prebuilt/Android-x86_64/include/ogr_featurestyle.h +858 -0
  60. package/dist/prebuilt/Android-x86_64/include/ogr_geocoding.h +46 -0
  61. package/dist/prebuilt/Android-x86_64/include/ogr_geomcoordinateprecision.h +79 -0
  62. package/dist/prebuilt/Android-x86_64/include/ogr_geometry.h +4346 -0
  63. package/dist/prebuilt/Android-x86_64/include/ogr_p.h +324 -0
  64. package/dist/prebuilt/Android-x86_64/include/ogr_recordbatch.h +125 -0
  65. package/dist/prebuilt/Android-x86_64/include/ogr_spatialref.h +1007 -0
  66. package/dist/prebuilt/Android-x86_64/include/ogr_srs_api.h +1088 -0
  67. package/dist/prebuilt/Android-x86_64/include/ogr_swq.h +529 -0
  68. package/dist/prebuilt/Android-x86_64/include/ogrsf_frmts.h +746 -0
  69. package/dist/prebuilt/Android-x86_64/include/rawdataset.h +255 -0
  70. package/dist/prebuilt/Android-x86_64/include/vrtdataset.h +2426 -0
  71. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDAL-targets-release.cmake +19 -0
  72. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDAL-targets.cmake +106 -0
  73. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDALConfig.cmake +21 -0
  74. package/dist/prebuilt/Android-x86_64/lib/cmake/gdal/GDALConfigVersion.cmake +85 -0
  75. package/dist/prebuilt/Android-x86_64/lib/gdalplugins/drivers.ini +290 -0
  76. package/dist/prebuilt/Android-x86_64/lib/libgdal.so +0 -0
  77. package/dist/prebuilt/Android-x86_64/lib/pkgconfig/gdal.pc +17 -0
  78. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoBW.svg +138 -0
  79. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoColor.svg +126 -0
  80. package/dist/prebuilt/Android-x86_64/share/gdal/GDALLogoGS.svg +126 -0
  81. package/dist/prebuilt/Android-x86_64/share/gdal/LICENSE.TXT +467 -0
  82. package/dist/prebuilt/Android-x86_64/share/gdal/MM_m_idofic.csv +321 -0
  83. package/dist/prebuilt/Android-x86_64/share/gdal/cubewerx_extra.wkt +48 -0
  84. package/dist/prebuilt/Android-x86_64/share/gdal/default.rsc +0 -0
  85. package/dist/prebuilt/Android-x86_64/share/gdal/ecw_cs.wkt +1453 -0
  86. package/dist/prebuilt/Android-x86_64/share/gdal/epsg.wkt +1 -0
  87. package/dist/prebuilt/Android-x86_64/share/gdal/esri_StatePlane_extra.wkt +631 -0
  88. package/dist/prebuilt/Android-x86_64/share/gdal/gdalicon.png +0 -0
  89. package/dist/prebuilt/Android-x86_64/share/gdal/gdalinfo_output.schema.json +346 -0
  90. package/dist/prebuilt/Android-x86_64/share/gdal/gdalmdiminfo_output.schema.json +321 -0
  91. package/dist/prebuilt/Android-x86_64/share/gdal/gdaltileindex.xsd +253 -0
  92. package/dist/prebuilt/Android-x86_64/share/gdal/gdalvrt.xsd +881 -0
  93. package/dist/prebuilt/Android-x86_64/share/gdal/gfs.xsd +246 -0
  94. package/dist/prebuilt/Android-x86_64/share/gdal/gml_registry.xml +117 -0
  95. package/dist/prebuilt/Android-x86_64/share/gdal/gml_registry.xsd +66 -0
  96. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_center.csv +251 -0
  97. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_process.csv +102 -0
  98. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_subcenter.csv +63 -0
  99. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_0.csv +261 -0
  100. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_1.csv +261 -0
  101. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_13.csv +261 -0
  102. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_14.csv +261 -0
  103. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_15.csv +261 -0
  104. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_16.csv +261 -0
  105. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_17.csv +11 -0
  106. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_18.csv +261 -0
  107. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_19.csv +261 -0
  108. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_190.csv +261 -0
  109. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_191.csv +261 -0
  110. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_2.csv +261 -0
  111. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_20.csv +261 -0
  112. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_21.csv +261 -0
  113. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_3.csv +261 -0
  114. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_4.csv +261 -0
  115. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_5.csv +261 -0
  116. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_6.csv +261 -0
  117. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_0_7.csv +261 -0
  118. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_0.csv +261 -0
  119. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_1.csv +261 -0
  120. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_191.csv +261 -0
  121. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_2.csv +261 -0
  122. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_3.csv +261 -0
  123. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_10_4.csv +261 -0
  124. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_0.csv +261 -0
  125. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_1.csv +261 -0
  126. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_1_2.csv +261 -0
  127. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_0.csv +261 -0
  128. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_1.csv +261 -0
  129. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_20_2.csv +261 -0
  130. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_0.csv +261 -0
  131. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_3.csv +261 -0
  132. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_4.csv +261 -0
  133. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_5.csv +261 -0
  134. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_2_6.csv +261 -0
  135. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_0.csv +261 -0
  136. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_1.csv +261 -0
  137. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_2.csv +28 -0
  138. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_3.csv +8 -0
  139. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_4.csv +14 -0
  140. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_5.csv +11 -0
  141. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_3_6.csv +11 -0
  142. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_0.csv +261 -0
  143. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_1.csv +261 -0
  144. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_10.csv +261 -0
  145. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_2.csv +261 -0
  146. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_3.csv +261 -0
  147. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_4.csv +261 -0
  148. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_5.csv +261 -0
  149. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_6.csv +261 -0
  150. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_7.csv +261 -0
  151. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_8.csv +261 -0
  152. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_4_9.csv +261 -0
  153. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_Canada.csv +5 -0
  154. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_HPC.csv +2 -0
  155. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_MRMS.csv +175 -0
  156. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_NCEP.csv +401 -0
  157. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_NDFD.csv +38 -0
  158. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_2_local_index.csv +7 -0
  159. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_4_5.csv +261 -0
  160. package/dist/prebuilt/Android-x86_64/share/gdal/grib2_table_versions.csv +3 -0
  161. package/dist/prebuilt/Android-x86_64/share/gdal/gt_datum.csv +229 -0
  162. package/dist/prebuilt/Android-x86_64/share/gdal/gt_ellips.csv +24 -0
  163. package/dist/prebuilt/Android-x86_64/share/gdal/header.dxf +1124 -0
  164. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_BasicPropertyUnit.gfs +57 -0
  165. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralBoundary.gfs +60 -0
  166. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralParcel.gfs +81 -0
  167. package/dist/prebuilt/Android-x86_64/share/gdal/inspire_cp_CadastralZoning.gfs +161 -0
  168. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmArea.gfs +59 -0
  169. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmBdry.gfs +49 -0
  170. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_AdmPt.gfs +59 -0
  171. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_BldA.gfs +54 -0
  172. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_BldL.gfs +54 -0
  173. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_Cntr.gfs +54 -0
  174. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_CommBdry.gfs +49 -0
  175. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_CommPt.gfs +59 -0
  176. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_Cstline.gfs +54 -0
  177. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_ElevPt.gfs +54 -0
  178. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_GCP.gfs +94 -0
  179. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_LeveeEdge.gfs +49 -0
  180. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RailCL.gfs +54 -0
  181. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdASL.gfs +44 -0
  182. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdArea.gfs +54 -0
  183. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdCompt.gfs +59 -0
  184. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdEdg.gfs +59 -0
  185. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdMgtBdry.gfs +49 -0
  186. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RdSgmtA.gfs +59 -0
  187. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_RvrMgtBdry.gfs +49 -0
  188. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBAPt.gfs +49 -0
  189. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBArea.gfs +54 -0
  190. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_SBBdry.gfs +44 -0
  191. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WA.gfs +54 -0
  192. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WL.gfs +54 -0
  193. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WStrA.gfs +54 -0
  194. package/dist/prebuilt/Android-x86_64/share/gdal/jpfgdgml_WStrL.gfs +54 -0
  195. package/dist/prebuilt/Android-x86_64/share/gdal/nitf_spec.xml +3290 -0
  196. package/dist/prebuilt/Android-x86_64/share/gdal/nitf_spec.xsd +173 -0
  197. package/dist/prebuilt/Android-x86_64/share/gdal/ogrinfo_output.schema.json +528 -0
  198. package/dist/prebuilt/Android-x86_64/share/gdal/ogrvrt.xsd +530 -0
  199. package/dist/prebuilt/Android-x86_64/share/gdal/osmconf.ini +134 -0
  200. package/dist/prebuilt/Android-x86_64/share/gdal/ozi_datum.csv +131 -0
  201. package/dist/prebuilt/Android-x86_64/share/gdal/ozi_ellips.csv +35 -0
  202. package/dist/prebuilt/Android-x86_64/share/gdal/pci_datum.txt +530 -0
  203. package/dist/prebuilt/Android-x86_64/share/gdal/pci_ellips.txt +129 -0
  204. package/dist/prebuilt/Android-x86_64/share/gdal/pdfcomposition.xsd +705 -0
  205. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_ob_v1.gfs +1455 -0
  206. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_st_uvoh_v1.gfs +86 -0
  207. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_st_v1.gfs +1489 -0
  208. package/dist/prebuilt/Android-x86_64/share/gdal/ruian_vf_v1.gfs +2126 -0
  209. package/dist/prebuilt/Android-x86_64/share/gdal/s57agencies.csv +249 -0
  210. package/dist/prebuilt/Android-x86_64/share/gdal/s57attributes.csv +484 -0
  211. package/dist/prebuilt/Android-x86_64/share/gdal/s57expectedinput.csv +1008 -0
  212. package/dist/prebuilt/Android-x86_64/share/gdal/s57objectclasses.csv +287 -0
  213. package/dist/prebuilt/Android-x86_64/share/gdal/seed_2d.dgn +0 -0
  214. package/dist/prebuilt/Android-x86_64/share/gdal/seed_3d.dgn +0 -0
  215. package/dist/prebuilt/Android-x86_64/share/gdal/stateplane.csv +259 -0
  216. package/dist/prebuilt/Android-x86_64/share/gdal/tms_LINZAntarticaMapTileGrid.json +190 -0
  217. package/dist/prebuilt/Android-x86_64/share/gdal/tms_MapML_APSTILE.json +268 -0
  218. package/dist/prebuilt/Android-x86_64/share/gdal/tms_MapML_CBMTILE.json +346 -0
  219. package/dist/prebuilt/Android-x86_64/share/gdal/tms_NZTM2000.json +243 -0
  220. package/dist/prebuilt/Android-x86_64/share/gdal/trailer.dxf +434 -0
  221. package/dist/prebuilt/Android-x86_64/share/gdal/vdv452.xml +351 -0
  222. package/dist/prebuilt/Android-x86_64/share/gdal/vdv452.xsd +47 -0
  223. package/gdal.xcframework/ios-arm64_arm64e/libgdal.a +0 -0
  224. package/gdal.xcframework/ios-arm64_arm64e_x86_64-simulator/libgdal.a +0 -0
  225. package/package.json +12 -12
@@ -0,0 +1,246 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
3
+
4
+ <xs:element name="GMLFeatureClassList">
5
+ <xs:complexType>
6
+ <xs:sequence>
7
+ <xs:element minOccurs="0" name="SequentialLayers" type="xs:boolean" default="false">
8
+ <xs:annotation>
9
+ <xs:documentation>Set this element to true if all features belonging to the same layer are written sequentially in the file. The reader will then avoid unnecessary resets when layers are read completely one after the other. To get the best performance, the layers must be read in the order they appear in the file. Cf https://gdal.org/drivers/vector/gml.html#performance-issues-with-large-multi-layer-gml-files</xs:documentation>
10
+ </xs:annotation>
11
+ </xs:element>
12
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="GMLFeatureClass">
13
+ <xs:complexType>
14
+ <xs:sequence>
15
+ <xs:element name="Name" type="xs:string">
16
+ <xs:annotation>
17
+ <xs:documentation>Name of the feature type; essentially used as layer name. Can be different than the name of the XML element that represents such a feature in XML data. Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation).
18
+ Different GMLFeatureClass elements should have a different name.
19
+ </xs:documentation>
20
+ </xs:annotation>
21
+ </xs:element>
22
+ <xs:element name="ElementPath" type="xs:string">
23
+ <xs:annotation>
24
+ <xs:documentation>Defines the path in a given XML document to the elements that represent the GML feature. Can use '|' as element separator. Namespace prefixes of path elements are insignificant.
25
+ As multiple ElementPath-elements are not allowed per GMLFeatureClass, if a feature type was encoded in different places in an XML document (e.g. on collection member level, as well as inline in some other feature), the gfs file would have to contain multiple GMLFeatureClass entries, with different ElementPaths.</xs:documentation>
26
+ </xs:annotation>
27
+ </xs:element>
28
+ <xs:element maxOccurs="unbounded" minOccurs="0" ref="GeomPropertyDefn">
29
+ <xs:annotation>
30
+ <xs:documentation>Defines a geometry column. This element may be repeated if there are several geometry columns. For backward compatibility with older GDAL versions, the GDAL .gfs writer will only write this element if there are several geometry columns, but it is allowed to use it if there is just a single geometry column. GeomPropertyDefn is mutually exclusive with GeometryName, GeometryElementPath and GeometryType</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:element>
33
+ <xs:element minOccurs="0" name="GeometryName" type="xs:string">
34
+ <xs:annotation>
35
+ <xs:documentation>Name of a geometric property of the feature. Can be different than the name of the XML element that represents that property. Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation, or a combination of names in the element path). Mutually exclusive with GeomPropertyDefn</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:element>
38
+ <xs:element minOccurs="0" name="GeometryElementPath" type="xs:string">
39
+ <xs:annotation>
40
+ <xs:documentation>Defines the path to the XML element that represents the geometry property within the XML element of the GML feature. Can use '|' as element separator. Namespace prefixes of path elements are insignificant. NOTE: The path should not include the actual GML geometry element itself. Used in combination with the GeometryName. Mutually exclusive with GeomPropertyDef.</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:element>
43
+ <xs:element minOccurs="0" name="GeometryType" type="SupportedGeometryTypes">
44
+ <xs:annotation>
45
+ <xs:documentation>Used in combination with the GeometryName. Mutually exclusive with GeomPropertyDef.</xs:documentation>
46
+ </xs:annotation>
47
+ </xs:element>
48
+ <xs:element minOccurs="0" name="SRSName" type="xs:string">
49
+ <xs:annotation>
50
+ <xs:documentation>Defines the SRS of all geometry columns of the layer. Typically a string of the form urn:ogc:def:crs:EPSG::XXXX</xs:documentation>
51
+ </xs:annotation>
52
+ </xs:element>
53
+ <xs:element minOccurs="0" name="DatasetSpecificInfo">
54
+ <xs:annotation>
55
+ <xs:documentation>Contains optional information about the feature count of the layer and its extent. This should not be used in .gfs templates, but for specific instantiation of a .gfs on a given .gml file</xs:documentation>
56
+ </xs:annotation>
57
+ <xs:complexType>
58
+ <xs:all>
59
+ <xs:element minOccurs="0" name="FeatureCount" type="xs:nonNegativeInteger">
60
+ <xs:annotation>
61
+ <xs:documentation>Number of features in the layer</xs:documentation>
62
+ </xs:annotation>
63
+ </xs:element>
64
+ <xs:element minOccurs="0" name="ExtentXMin" type="xs:double">
65
+ <xs:annotation>
66
+ <xs:documentation>Minimum X value of the layer extent.</xs:documentation>
67
+ </xs:annotation>
68
+ </xs:element>
69
+ <xs:element default="0.0" minOccurs="0" name="ExtentXMax" type="xs:double">
70
+ <xs:annotation>
71
+ <xs:documentation>Maximum X value of the layer extent.</xs:documentation>
72
+ </xs:annotation>
73
+ </xs:element>
74
+ <xs:element default="0.0" minOccurs="0" name="ExtentYMin" type="xs:double">
75
+ <xs:annotation>
76
+ <xs:documentation>Minimum Y value of the layer extent.</xs:documentation>
77
+ </xs:annotation>
78
+ </xs:element>
79
+ <xs:element default="0.0" minOccurs="0" name="ExtentYMax" type="xs:double">
80
+ <xs:annotation>
81
+ <xs:documentation>Maximum X value of the layer extent.</xs:documentation>
82
+ </xs:annotation>
83
+ </xs:element>
84
+ <!-- To remove ultimately when support for that in the code is removed
85
+ <xs:element minOccurs="0" name="ExtraInfo" type="xs:string">
86
+ <xs:annotation>
87
+ <xs:documentation>Unused</xs:documentation>
88
+ </xs:annotation>
89
+ </xs:element>
90
+ -->
91
+ </xs:all>
92
+ </xs:complexType>
93
+ </xs:element>
94
+ <xs:element maxOccurs="unbounded" minOccurs="0" ref="PropertyDefn"/>
95
+ </xs:sequence>
96
+ </xs:complexType>
97
+ </xs:element>
98
+ </xs:sequence>
99
+ </xs:complexType>
100
+ <xs:unique name="uniqueGMLFeatureClassNames">
101
+ <xs:annotation>
102
+ <xs:documentation>The names of all GMLFeatureClasses within the GMLFeatureClassList must be unique.</xs:documentation>
103
+ </xs:annotation>
104
+ <xs:selector xpath="GMLFeatureClass"/>
105
+ <xs:field xpath="Name"/>
106
+ </xs:unique>
107
+ </xs:element>
108
+ <xs:simpleType name="SupportedGeometryTypes">
109
+ <xs:annotation>
110
+ <xs:documentation>Geometry type, expressed either as a numeric value matching the OGRwkbGeometryType enumeration or a string ([Multi]?Point|[Multi]?LineString|[Multi]?Polygon|GeometryCollection|CircularString|CurvePolygon|[Multi]Curve|[Multi]Surface|Triangle|PolyhedralSurface|TIN)Z?M? or None to indicate a layer without geometry field.</xs:documentation>
111
+ </xs:annotation>
112
+ <xs:restriction base="xs:string">
113
+ <xs:pattern value="-?[0-9]+"/>
114
+ <!-- value from OGRwkbGeometryType enumeration -->
115
+ <xs:pattern value="[pP][oO][iI][nN][tT]Z?M?"/>
116
+ <xs:pattern value="[lL][iI][nN][eE][sS][tT][rR][iI][nN][gG]Z?M?"/>
117
+ <xs:pattern value="[pP][oO][lL][yY][gG][oO][nN]Z?M?"/>
118
+ <xs:pattern value="[mM][uU][lL][tT][iI][pP][oO][iI][nN][tT]Z?M?"/>
119
+ <xs:pattern value="[mM][uU][lL][tT][iI][lL][iI][nN][eE][sS][tT][rR][iI][nN][gG]Z?M?"/>
120
+ <xs:pattern value="[mM][uU][lL][tT][iI][pP][oO][lL][yY][gG][oO][nN]Z?M?"/>
121
+ <xs:pattern value="[gG][eE][oO][mM][eE][tT][rR][yY][cC][oO][lL][lL][eE][cC][tT][iI][oO][nN]Z?M?"/>
122
+ <xs:pattern value="[cC][iI][rR][cC][uU][lL][aA][rR][sS][tT][rR][iI][nN][gG]Z?M?"/>
123
+ <xs:pattern value="[cC][oO][mM][pP][oO][uU][nN][dD][cC][uU][rR][vV][eE]Z?M?"/>
124
+ <xs:pattern value="[cC][uU][rR][vV][eE][pP][oO][lL][yY][gG][oO][nN]Z?M?"/>
125
+ <xs:pattern value="[mM][uU][lL][tT][iI][cC][uU][rR][vV][eE]Z?M?"/>
126
+ <xs:pattern value="[mM][uU][lL][tT][iI][sS][uU][rR][fF][aA][cC][eE]Z?M?"/>
127
+ <xs:pattern value="[cC][uU][rR][vV][eE]Z?M?"/>
128
+ <xs:pattern value="[sS][uU][rR][fF][aA][cC][eE]Z?M?"/>
129
+ <xs:pattern value="[tT][rR][iI][aA][nN][gG][lL][eE]Z?M?"/>
130
+ <xs:pattern value="[pP][oO][lL][yY][hH][eE][dD][rR][aA][lL][sS][uU][rR][fF][aA][cC][eE]Z?M?"/>
131
+ <xs:pattern value="[tT][iI][nN]Z?M?"/>
132
+ <xs:pattern value="[nN][oO][nN][eE]"/>
133
+ </xs:restriction>
134
+ </xs:simpleType>
135
+ <xs:element name="GeomPropertyDefn">
136
+ <xs:complexType>
137
+ <xs:all>
138
+ <xs:element name="Name" type="xs:string">
139
+ <xs:annotation>
140
+ <xs:documentation>Name of a geometric property of the feature. Can be different than the name of the XML element that represents that property. Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation, or a combination of names in the element path).</xs:documentation>
141
+ </xs:annotation>
142
+ </xs:element>
143
+ <xs:element name="ElementPath" type="xs:string">
144
+ <xs:annotation>
145
+ <xs:documentation>Defines the path to the XML element that represents the geometry property within the XML element of the GML feature. Can use '|' as element separator. Namespace prefixes of path elements are insignificant. NOTE: The path should not include the actual GML geometry element itself.</xs:documentation>
146
+ </xs:annotation>
147
+ </xs:element>
148
+ <xs:element name="Type" type="SupportedGeometryTypes">
149
+ <xs:annotation>
150
+ <xs:documentation/>
151
+ </xs:annotation>
152
+ </xs:element>
153
+ <xs:element default="true" minOccurs="0" name="Nullable" type="xs:boolean">
154
+ <xs:annotation>
155
+ <xs:documentation>Can be set to false to indicate that null/missing geometries are forbidden.</xs:documentation>
156
+ </xs:annotation>
157
+ </xs:element>
158
+ </xs:all>
159
+ </xs:complexType>
160
+ </xs:element>
161
+ <xs:element name="PropertyDefn">
162
+ <xs:complexType>
163
+ <xs:all>
164
+ <xs:element name="Name" type="xs:string">
165
+ <xs:annotation>
166
+ <xs:documentation>Name of a non-geometric property of the feature. Can be different than the name of the XML element that represents that property.
167
+
168
+ NOTE: Properties with name suffix "_href" - typically used when the ElementPath ends in @xlink:href - can be used to build junction tables. For further details, see https://gdal.org/drivers/vector/gml.html#building-junction-tables.
169
+
170
+ Examples: case can change, a prefix can be added to the name, and the name can be more human readable (e.g. the full name, rather than an abbreviation, or a combination of names in the element path).</xs:documentation>
171
+ </xs:annotation>
172
+ </xs:element>
173
+ <xs:element name="ElementPath" type="xs:string">
174
+ <xs:annotation>
175
+ <xs:documentation>Defines the path to the XML element that represents the property within the XML element of the GML feature. Can use '|' as element separator. The last path segment may have an XML attribute name as suffix, using '@' as separator (e.g., width@uom). Namespace prefixes of path elements are insignificant.</xs:documentation>
176
+ </xs:annotation>
177
+ </xs:element>
178
+ <xs:element name="Type">
179
+ <xs:annotation>
180
+ <xs:documentation>Field type. Complex may be used to indicate that the value of the element is not a simple type.</xs:documentation>
181
+ </xs:annotation>
182
+ <xs:simpleType>
183
+ <xs:restriction base="xs:string">
184
+ <!-- Untyped is referenced in the code but not used in practice; Complex does not appear to have any effect (furthermore, its use is unclear) -->
185
+ <xs:enumeration value="String"/>
186
+ <xs:enumeration value="Integer"/>
187
+ <xs:enumeration value="Real"/>
188
+ <xs:enumeration value="StringList"/>
189
+ <xs:enumeration value="IntegerList"/>
190
+ <xs:enumeration value="RealList"/>
191
+ <xs:enumeration value="Complex"/>
192
+ <xs:enumeration value="FeatureProperty"/>
193
+ <xs:enumeration value="FeaturePropertyList"/>
194
+ </xs:restriction>
195
+ </xs:simpleType>
196
+ </xs:element>
197
+ <xs:element default="true" minOccurs="0" name="Nullable" type="xs:boolean">
198
+ <xs:annotation>
199
+ <xs:documentation>Can be set to false to indicate that null/missing values are forbidden.</xs:documentation>
200
+ </xs:annotation>
201
+ </xs:element>
202
+ <xs:element minOccurs="0" name="Subtype">
203
+ <xs:annotation>
204
+ <xs:documentation>Further specializes the property type. Allowed combinations are: (Type: Integer, Subtype: Short, Integer64), (Type: IntegerList, Subtype: Integer64), (Type: Real, Subtype: Float), (Type: String, Subtype: Boolean, Date, Time, Datetime), (Type: StringList, Subtype: Boolean)</xs:documentation>
205
+ </xs:annotation>
206
+ <xs:simpleType>
207
+ <xs:restriction base="xs:string">
208
+ <xs:enumeration value="Boolean"/>
209
+ <xs:enumeration value="Date"/>
210
+ <xs:enumeration value="Time"/>
211
+ <xs:enumeration value="Datetime"/>
212
+ <xs:enumeration value="Short"/>
213
+ <xs:enumeration value="Integer64"/>
214
+ <xs:enumeration value="Float"/>
215
+ </xs:restriction>
216
+ </xs:simpleType>
217
+ </xs:element>
218
+ <xs:element minOccurs="0" name="Condition" type="xs:string">
219
+ <xs:annotation>
220
+ <xs:documentation>Can be used to create multiple properties from the same XML element, based upon a set of mutually exclusive conditions. For further details, and examples, see https://gdal.org/drivers/vector/gml.html#using-conditions-on-xml-attributes</xs:documentation>
221
+ </xs:annotation>
222
+ </xs:element>
223
+ <xs:element default="false" minOccurs="0" name="Unique" type="xs:boolean">
224
+ <xs:annotation>
225
+ <xs:documentation>When set to true, indicates that values of that field are unique through all the features of the layer</xs:documentation>
226
+ </xs:annotation>
227
+ </xs:element>
228
+ <xs:element default="0" minOccurs="0" name="Width" type="xs:nonNegativeInteger">
229
+ <xs:annotation>
230
+ <xs:documentation>Maximum width of the string representation of the values of the field. Supported use cases: (Type: String, Subtype is NOT Boolean, Date, Time, or Datetime), (Type: Integer), (Type: Real)</xs:documentation>
231
+ </xs:annotation>
232
+ </xs:element>
233
+ <xs:element default="0" minOccurs="0" name="Precision" type="xs:nonNegativeInteger">
234
+ <xs:annotation>
235
+ <xs:documentation>Only applies to Real. Maximum decimal precision (i.e. number of digits after the decimal point) of the values of the field.</xs:documentation>
236
+ </xs:annotation>
237
+ </xs:element>
238
+ <xs:element default="false" minOccurs="0" name="Comment" type="xs:string">
239
+ <xs:annotation>
240
+ <xs:documentation>Description of the field (added in GDAL 3.7)</xs:documentation>
241
+ </xs:annotation>
242
+ </xs:element>
243
+ </xs:all>
244
+ </xs:complexType>
245
+ </xs:element>
246
+ </xs:schema>
@@ -0,0 +1,117 @@
1
+ <gml_registry>
2
+ <!-- Finnish National Land Survey cadastral data -->
3
+ <namespace prefix="ktjkiiwfs" uri="http://xml.nls.fi/ktjkiiwfs/2010/02" useGlobalSRSName="true">
4
+ <featureType elementName="KiinteistorajanSijaintitiedot"
5
+ schemaLocation="http://xml.nls.fi/XML/Schema/sovellus/ktjkii/modules/kiinteistotietojen_kyselypalvelu_WFS/Asiakasdokumentaatio/ktjkiiwfs/2010/02/KiinteistorajanSijaintitiedot.xsd"/>
6
+ <featureType elementName="PalstanTunnuspisteenSijaintitiedot"
7
+ schemaLocation="http://xml.nls.fi/XML/Schema/sovellus/ktjkii/modules/kiinteistotietojen_kyselypalvelu_WFS/Asiakasdokumentaatio/ktjkiiwfs/2010/02/palstanTunnuspisteenSijaintitiedot.xsd"/>
8
+ <featureType elementName="RekisteriyksikonTietoja"
9
+ schemaLocation="http://xml.nls.fi/XML/Schema/sovellus/ktjkii/modules/kiinteistotietojen_kyselypalvelu_WFS/Asiakasdokumentaatio/ktjkiiwfs/2010/02/RekisteriyksikonTietoja.xsd"/>
10
+ <featureType elementName="PalstanTietoja"
11
+ schemaLocation="http://xml.nls.fi/XML/Schema/sovellus/ktjkii/modules/kiinteistotietojen_kyselypalvelu_WFS/Asiakasdokumentaatio/ktjkiiwfs/2010/02/PalstanTietoja.xsd"/>
12
+ </namespace>
13
+
14
+ <!-- Inspire CadastralParcels schema -->
15
+ <namespace prefix="cp" uri="urn:x-inspire:specification:gmlas:CadastralParcels:3.0" useGlobalSRSName="true">
16
+ <featureType elementName="BasicPropertyUnit"
17
+ gfsSchemaLocation="inspire_cp_BasicPropertyUnit.gfs"/>
18
+ <featureType elementName="CadastralBoundary"
19
+ gfsSchemaLocation="inspire_cp_CadastralBoundary.gfs"/>
20
+ <featureType elementName="CadastralParcel"
21
+ gfsSchemaLocation="inspire_cp_CadastralParcel.gfs"/>
22
+ <featureType elementName="CadastralZoning"
23
+ gfsSchemaLocation="inspire_cp_CadastralZoning.gfs"/>
24
+ </namespace>
25
+ <!-- sometimes with upper case namespace prefix -->
26
+ <namespace prefix="CP" uri="urn:x-inspire:specification:gmlas:CadastralParcels:3.0" useGlobalSRSName="true">
27
+ <featureType elementName="BasicPropertyUnit"
28
+ gfsSchemaLocation="inspire_cp_BasicPropertyUnit.gfs"/>
29
+ <featureType elementName="CadastralBoundary"
30
+ gfsSchemaLocation="inspire_cp_CadastralBoundary.gfs"/>
31
+ <featureType elementName="CadastralParcel"
32
+ gfsSchemaLocation="inspire_cp_CadastralParcel.gfs"/>
33
+ <featureType elementName="CadastralZoning"
34
+ gfsSchemaLocation="inspire_cp_CadastralZoning.gfs"/>
35
+ </namespace>
36
+
37
+ <!-- Czech RUIAN (VFR) schema -->
38
+ <namespace prefix="vf"
39
+ uri="urn:cz:isvs:ruian:schemas:VymennyFormatTypy:v1 ../ruian/xsd/vymenny_format/VymennyFormatTypy.xsd"
40
+ useGlobalSRSName="true">
41
+ <featureType elementName="TypSouboru"
42
+ elementValue="OB"
43
+ gfsSchemaLocation="ruian_vf_ob_v1.gfs" />
44
+ <featureType elementName="TypSouboru"
45
+ elementValue="ST_Z"
46
+ gfsSchemaLocation="ruian_vf_v1.gfs" />
47
+ <featureType elementName="TypSouboru"
48
+ elementValue="ST"
49
+ gfsSchemaLocation="ruian_vf_st_v1.gfs" />
50
+ </namespace>
51
+ <namespace prefix="vf"
52
+ uri="urn:cz:isvs:ruian:schemas:SpecialniVymennyFormatTypy:v1 ../ruian/xsd/vymenny_format/SpecialniVymennyFormatTypy.xsd"
53
+ useGlobalSRSName="true">
54
+ <featureType elementName="TypSouboru"
55
+ elementValue="ST_UVOH"
56
+ gfsSchemaLocation="ruian_vf_st_uvoh_v1.gfs" />
57
+ </namespace>
58
+
59
+ <!-- Japan FGD GML v4 schema -->
60
+ <namespace uri="http://fgd.gsi.go.jp/spec/2008/FGD_GMLSchema">
61
+ <featureType elementName="GCP"
62
+ gfsSchemaLocation="jpfgdgml_GCP.gfs" />
63
+ <featureType elementName="ElevPt"
64
+ gfsSchemaLocation="jpfgdgml_ElevPt.gfs" />
65
+ <featureType elementName="Cntr"
66
+ gfsSchemaLocation="jpfgdgml_Cntr.gfs" />
67
+ <featureType elementName="AdmArea"
68
+ gfsSchemaLocation="jpfgdgml_AdmArea.gfs" />
69
+ <featureType elementName="AdmBdry"
70
+ gfsSchemaLocation="jpfgdgml_AdmBdry.gfs" />
71
+ <featureType elementName="CommBdry"
72
+ gfsSchemaLocation="jpfgdgml_CommBdry.gfs" />
73
+ <featureType elementName="AdmPt"
74
+ gfsSchemaLocation="jpfgdgml_AdmPt.gfs" />
75
+ <featureType elementName="CommPt"
76
+ gfsSchemaLocation="jpfgdgml_CommPt.gfs" />
77
+ <featureType elementName="SBArea"
78
+ gfsSchemaLocation="jpfgdgml_SBArea.gfs" />
79
+ <featureType elementName="SBBdry"
80
+ gfsSchemaLocation="jpfgdgml_SBBdry.gfs" />
81
+ <featureType elementName="SBAPt"
82
+ gfsSchemaLocation="jpfgdgml_SBAPt.gfs" />
83
+ <featureType elementName="WA"
84
+ gfsSchemaLocation="jpfgdgml_WA.gfs" />
85
+ <featureType elementName="WL"
86
+ gfsSchemaLocation="jpfgdgml_WL.gfs" />
87
+ <featureType elementName="Cstline"
88
+ gfsSchemaLocation="jpfgdgml_Cstline.gfs" />
89
+ <featureType elementName="WStrL"
90
+ gfsSchemaLocation="jpfgdgml_WStrL.gfs" />
91
+ <featureType elementName="WStrA"
92
+ gfsSchemaLocation="jpfgdgml_WStrA.gfs" />
93
+ <featureType elementName="LeveeEdge"
94
+ gfsSchemaLocation="jpfgdgml_LeveeEdge.gfs" />
95
+ <featureType elementName="RvrMgtBdry"
96
+ gfsSchemaLocation="jpfgdgml_RvrMgtBdry.gfs" />
97
+ <featureType elementName="BldA"
98
+ gfsSchemaLocation="jpfgdgml_BldA.gfs" />
99
+ <featureType elementName="BldL"
100
+ gfsSchemaLocation="jpfgdgml_BldL.gfs" />
101
+ <featureType elementName="RdEdg"
102
+ gfsSchemaLocation="jpfgdgml_RdEdg.gfs" />
103
+ <featureType elementName="RdCompt"
104
+ gfsSchemaLocation="jpfgdgml_RdCompt.gfs" />
105
+ <featureType elementName="RdASL"
106
+ gfsSchemaLocation="jpfgdgml_RdASL.gfs" />
107
+ <featureType elementName="RdArea"
108
+ gfsSchemaLocation="jpfgdgml_RdArea.gfs" />
109
+ <featureType elementName="RdSgmtA"
110
+ gfsSchemaLocation="jpfgdgml_RdSgmtA.gfs" />
111
+ <featureType elementName="RdMgtBdry"
112
+ gfsSchemaLocation="jpfgdgml_RdMgtBdry.gfs" />
113
+ <featureType elementName="RailCL"
114
+ gfsSchemaLocation="jpfgdgml_RailCL.gfs" />
115
+ </namespace>
116
+
117
+ </gml_registry>
@@ -0,0 +1,66 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
3
+
4
+ <xs:element name="gml_registry">
5
+ <xs:annotation>
6
+ <xs:documentation>The registry contains namespace definitions, which are used to find a single .gfs or XML schema file with which the GML driver shall process the whole GML data file. The GML driver uses the schema file defined for the first matching (prefix-)namespace-featureType combination that is found in the GML data. NOTE: The order of the namespaces within the GML registry file is important when loading a GML file that contains features from multiple namespaces. Only the feature types defined in the selected schema will be recognized. In other words, if the GML file contains features from multiple namespaces, then only the ones that match the definitions from the chosen schema will be read.</xs:documentation>
7
+ </xs:annotation>
8
+ <xs:complexType>
9
+ <xs:sequence>
10
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="namespace">
11
+ <xs:annotation>
12
+ <xs:documentation>Defines a namespace, together with the feature types that belong to it.
13
+
14
+ NOTE: Multiple feature types within the namespace may refer to the same schema (which should then include definitions for these feature types).</xs:documentation>
15
+ </xs:annotation>
16
+ <xs:complexType>
17
+ <xs:sequence>
18
+ <xs:element maxOccurs="unbounded" name="featureType">
19
+ <xs:annotation>
20
+ <xs:documentation>Definition of a feature type, with XML attributes to match given GML data and to define a .gfs or XML schema that contains the definition of the feature type. NOTE: The schema may contain definitions for multiple feature types.</xs:documentation>
21
+ </xs:annotation>
22
+ <xs:complexType>
23
+ <xs:attribute name="elementName" type="xs:string" use="required">
24
+ <xs:annotation>
25
+ <xs:documentation>Name of the XML element that is used to identify the feature type. Typically the local name of an XML element that encodes a feature. However, it can also be the local name of a different element that can be used in combination with @elementValue to produce a match for this feature type definition within the namespace.</xs:documentation>
26
+ </xs:annotation>
27
+ </xs:attribute>
28
+ <xs:attribute name="elementValue" type="xs:string">
29
+ <xs:annotation>
30
+ <xs:documentation>Used in combination with @elementName. If present, a match for this feature type element is only produced if an XML element whose local-name (and prefix, if defined in the namespace) equals the value of @elementName and whose value equals the value of @elementValue is found in the GML data. For example: If namespace/@prefix = 'ex', featureType/@elementName = 'typeOfFeature', and featureType/@elementValue = 'FT', then a match is produced if &lt;ex:typeOfFeature>FT&lt;/ex:typeOfFeature> is present in the GML data.</xs:documentation>
31
+ </xs:annotation>
32
+ </xs:attribute>
33
+ <xs:attribute name="gfsSchemaLocation" type="xs:string">
34
+ <xs:annotation>
35
+ <xs:documentation>OGR .gfs file in which the feature type is defined (possibly together with other feature types). The GML driver will parse the layer definitions from that file. The schema location can be given as URL (http and https), absolute file path, and relative file path (relative to the location of the registry file).</xs:documentation>
36
+ </xs:annotation>
37
+ </xs:attribute>
38
+ <xs:attribute name="schemaLocation" type="xs:string">
39
+ <xs:annotation>
40
+ <xs:documentation>XML schema file in which the feature type is defined (possibly together with other feature types). The GML driver will attempt to parse it and create layer definitions. The schema location can be given as URL (http and https), absolute file path, and relative file path (relative to the location of the registry file).</xs:documentation>
41
+ </xs:annotation>
42
+ </xs:attribute>
43
+ </xs:complexType>
44
+ </xs:element>
45
+ </xs:sequence>
46
+ <xs:attribute name="prefix" type="xs:string" use="optional">
47
+ <xs:annotation>
48
+ <xs:documentation>Namespace prefix assigned to the features of this namespace in actual GML data. The prefix will be looked up in the first bytes of the GML file (e.g. xmlns:abc="http://example.org/abc"). It is used to confirm the match of the namespace uri (defined by @uri). NOTE-1: Case is important - the parser looks for the exact string, i.e., 'ex' is treated differently than 'EX'. If actual data may use different prefixes for the same namespace URI, multiple namespace elements must be added to the gml_registry - one for each applicable prefix. NOTE-2: The prefix can be omitted in the namespace definition. In that case, a match is only produced if a) the namespace uri is found in any namespace declaration in the GML file (typically as default namespace in the root element, e.g., xmlns="http://example.org/abc") and b) an XML element without XML namespace prefix, and local-name being equal to the @elementName of the feature type (plus a possibly defined @elementValue as textual value), is found.</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:attribute>
51
+ <xs:attribute name="uri" type="xs:string" use="required">
52
+ <xs:annotation>
53
+ <xs:documentation>Namespace URI as found in the first bytes of the GML file. (e.g. "http://example.org/abc" in the namespace declaration for xmlns:abc="http://example.org/abc").</xs:documentation>
54
+ </xs:annotation>
55
+ </xs:attribute>
56
+ <xs:attribute name="useGlobalSRSName" type="xs:boolean">
57
+ <xs:annotation>
58
+ <xs:documentation>When set to true, it means that the SRS defined by a srsName attribute found in the global gml:Envelope element applies to all features of the GML file.</xs:documentation>
59
+ </xs:annotation>
60
+ </xs:attribute>
61
+ </xs:complexType>
62
+ </xs:element>
63
+ </xs:sequence>
64
+ </xs:complexType>
65
+ </xs:element>
66
+ </xs:schema>