@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,54 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>Cntr</Name>
4
+ <ElementPath>Cntr</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>alti</Name>
50
+ <ElementPath>alti</ElementPath>
51
+ <Type>Real</Type>
52
+ </PropertyDefn>
53
+ </GMLFeatureClass>
54
+ </GMLFeatureClassList>
@@ -0,0 +1,49 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>CommBdry</Name>
4
+ <ElementPath>CommBdry</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ </GMLFeatureClass>
49
+ </GMLFeatureClassList>
@@ -0,0 +1,59 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>CommPt</Name>
4
+ <ElementPath>CommPt</ElementPath>
5
+ <GeometryElementPath>pos</GeometryElementPath>
6
+ <GeometryType>Point</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ <PropertyDefn>
54
+ <Name>admCode</Name>
55
+ <ElementPath>admCode</ElementPath>
56
+ <Type>String</Type>
57
+ </PropertyDefn>
58
+ </GMLFeatureClass>
59
+ </GMLFeatureClassList>
@@ -0,0 +1,54 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>Cstline</Name>
4
+ <ElementPath>Cstline</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ </GMLFeatureClass>
54
+ </GMLFeatureClassList>
@@ -0,0 +1,54 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>ElevPt</Name>
4
+ <ElementPath>ElevPt</ElementPath>
5
+ <GeometryElementPath>pos</GeometryElementPath>
6
+ <GeometryType>Point</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>alti</Name>
50
+ <ElementPath>alti</ElementPath>
51
+ <Type>Real</Type>
52
+ </PropertyDefn>
53
+ </GMLFeatureClass>
54
+ </GMLFeatureClassList>
@@ -0,0 +1,94 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>GCP</Name>
4
+ <ElementPath>GCP</ElementPath>
5
+ <GeometryElementPath>pos</GeometryElementPath>
6
+ <GeometryType>Point</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>advNo</Name>
45
+ <ElementPath>advNo</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>orgName</Name>
50
+ <ElementPath>orgName</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ <PropertyDefn>
54
+ <Name>type</Name>
55
+ <ElementPath>type</ElementPath>
56
+ <Type>String</Type>
57
+ </PropertyDefn>
58
+ <PropertyDefn>
59
+ <Name>gcpClass</Name>
60
+ <ElementPath>gcpClass</ElementPath>
61
+ <Type>String</Type>
62
+ </PropertyDefn>
63
+ <PropertyDefn>
64
+ <Name>gcpCode</Name>
65
+ <ElementPath>gcpCode</ElementPath>
66
+ <Type>String</Type>
67
+ </PropertyDefn>
68
+ <PropertyDefn>
69
+ <Name>name</Name>
70
+ <ElementPath>name</ElementPath>
71
+ <Type>String</Type>
72
+ </PropertyDefn>
73
+ <PropertyDefn>
74
+ <Name>B</Name>
75
+ <ElementPath>B</ElementPath>
76
+ <Type>Real</Type>
77
+ </PropertyDefn>
78
+ <PropertyDefn>
79
+ <Name>L</Name>
80
+ <ElementPath>L</ElementPath>
81
+ <Type>Real</Type>
82
+ </PropertyDefn>
83
+ <PropertyDefn>
84
+ <Name>alti</Name>
85
+ <ElementPath>alti</ElementPath>
86
+ <Type>Real</Type>
87
+ </PropertyDefn>
88
+ <PropertyDefn>
89
+ <Name>altiAcc</Name>
90
+ <ElementPath>altiAcc</ElementPath>
91
+ <Type>Integer</Type>
92
+ </PropertyDefn>
93
+ </GMLFeatureClass>
94
+ </GMLFeatureClassList>
@@ -0,0 +1,49 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>LeveeEdge</Name>
4
+ <ElementPath>LeveeEdge</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>name</Name>
45
+ <ElementPath>name</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ </GMLFeatureClass>
49
+ </GMLFeatureClassList>
@@ -0,0 +1,54 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>RailCL</Name>
4
+ <ElementPath>RailCL</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ </GMLFeatureClass>
54
+ </GMLFeatureClassList>
@@ -0,0 +1,44 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>RdASL</Name>
4
+ <ElementPath>RdASL</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ </GMLFeatureClass>
44
+ </GMLFeatureClassList>
@@ -0,0 +1,54 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>RdArea</Name>
4
+ <ElementPath>RdArea</ElementPath>
5
+ <GeometryElementPath>area</GeometryElementPath>
6
+ <GeometryType>Polygon</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>name</Name>
45
+ <ElementPath>name</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>admOffice</Name>
50
+ <ElementPath>admOffice</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ </GMLFeatureClass>
54
+ </GMLFeatureClassList>
@@ -0,0 +1,59 @@
1
+ <GMLFeatureClassList>
2
+ <GMLFeatureClass>
3
+ <Name>RdCompt</Name>
4
+ <ElementPath>RdCompt</ElementPath>
5
+ <GeometryElementPath>loc</GeometryElementPath>
6
+ <GeometryType>LineString</GeometryType>
7
+ <SRSName>urn:ogc:def:crs:EPSG::6668</SRSName>
8
+ <PropertyDefn>
9
+ <Name>fid</Name>
10
+ <ElementPath>fid</ElementPath>
11
+ <Type>String</Type>
12
+ </PropertyDefn>
13
+ <PropertyDefn>
14
+ <Name>lfSpanFr</Name>
15
+ <ElementPath>lfSpanFr|timePosition</ElementPath>
16
+ <Type>String</Type>
17
+ </PropertyDefn>
18
+ <PropertyDefn>
19
+ <Name>lfSpanTo</Name>
20
+ <ElementPath>lfSpanTo|timePosition</ElementPath>
21
+ <Type>String</Type>
22
+ </PropertyDefn>
23
+ <PropertyDefn>
24
+ <Name>devDate</Name>
25
+ <ElementPath>devDate|timePosition</ElementPath>
26
+ <Type>String</Type>
27
+ </PropertyDefn>
28
+ <PropertyDefn>
29
+ <Name>orgGILvl</Name>
30
+ <ElementPath>orgGILvl</ElementPath>
31
+ <Type>String</Type>
32
+ </PropertyDefn>
33
+ <PropertyDefn>
34
+ <Name>orgMDId</Name>
35
+ <ElementPath>orgMDId</ElementPath>
36
+ <Type>String</Type>
37
+ </PropertyDefn>
38
+ <PropertyDefn>
39
+ <Name>vis</Name>
40
+ <ElementPath>vis</ElementPath>
41
+ <Type>String</Type>
42
+ </PropertyDefn>
43
+ <PropertyDefn>
44
+ <Name>type</Name>
45
+ <ElementPath>type</ElementPath>
46
+ <Type>String</Type>
47
+ </PropertyDefn>
48
+ <PropertyDefn>
49
+ <Name>name</Name>
50
+ <ElementPath>name</ElementPath>
51
+ <Type>String</Type>
52
+ </PropertyDefn>
53
+ <PropertyDefn>
54
+ <Name>admOffice</Name>
55
+ <ElementPath>admOffice</ElementPath>
56
+ <Type>String</Type>
57
+ </PropertyDefn>
58
+ </GMLFeatureClass>
59
+ </GMLFeatureClassList>