geokernel-electron 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +6 -0
- package/README.md +52 -0
- package/assets/images/FullExtent.svg +29 -0
- package/assets/images/GeoKernelAppIcon.ico +0 -0
- package/assets/images/Pan.svg +6 -0
- package/assets/images/RectangularZoom.svg +82 -0
- package/assets/images/ZoomIn.svg +10 -0
- package/assets/images/ZoomOut.svg +10 -0
- package/bin/GeoKernel.Core.dll +0 -0
- package/bin/GeoKernel.Formats.dll +0 -0
- package/bin/GeoKernel.Viewer.dll +0 -0
- package/bin/Qt6Core.dll +0 -0
- package/bin/Qt6Gui.dll +0 -0
- package/bin/Qt6Network.dll +0 -0
- package/bin/Qt6OpenGL.dll +0 -0
- package/bin/Qt6OpenGLWidgets.dll +0 -0
- package/bin/Qt6Sql.dll +0 -0
- package/bin/Qt6Widgets.dll +0 -0
- package/bin/README_LICENSE_PROFILE.txt +21 -0
- package/bin/gdal-data/GDALLogoBW.svg +138 -0
- package/bin/gdal-data/GDALLogoColor.svg +126 -0
- package/bin/gdal-data/GDALLogoGS.svg +126 -0
- package/bin/gdal-data/LICENSE.TXT +467 -0
- package/bin/gdal-data/cubewerx_extra.wkt +48 -0
- package/bin/gdal-data/ecw_cs.wkt +1453 -0
- package/bin/gdal-data/epsg.wkt +1 -0
- package/bin/gdal-data/esri_StatePlane_extra.wkt +631 -0
- package/bin/gdal-data/gdal_algorithm.schema.json +220 -0
- package/bin/gdal-data/gdalicon.png +0 -0
- package/bin/gdal-data/gdalinfo_output.schema.json +390 -0
- package/bin/gdal-data/gdalmdiminfo_output.schema.json +326 -0
- package/bin/gdal-data/gdalvrt.xsd +927 -0
- package/bin/gdal-data/gfs.xsd +246 -0
- package/bin/gdal-data/gml_registry.xml +117 -0
- package/bin/gdal-data/gml_registry.xsd +66 -0
- package/bin/gdal-data/inspire_cp_BasicPropertyUnit.gfs +57 -0
- package/bin/gdal-data/inspire_cp_CadastralBoundary.gfs +60 -0
- package/bin/gdal-data/inspire_cp_CadastralParcel.gfs +81 -0
- package/bin/gdal-data/inspire_cp_CadastralZoning.gfs +161 -0
- package/bin/gdal-data/jpfgdgml_AdmArea.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_AdmBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_AdmPt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_BldA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_BldL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_Cntr.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_CommBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_CommPt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_Cstline.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_ElevPt.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_GCP.gfs +94 -0
- package/bin/gdal-data/jpfgdgml_LeveeEdge.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_RailCL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_RdASL.gfs +44 -0
- package/bin/gdal-data/jpfgdgml_RdArea.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_RdCompt.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RdEdg.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RdMgtBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_RdSgmtA.gfs +59 -0
- package/bin/gdal-data/jpfgdgml_RvrMgtBdry.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_SBAPt.gfs +49 -0
- package/bin/gdal-data/jpfgdgml_SBArea.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_SBBdry.gfs +44 -0
- package/bin/gdal-data/jpfgdgml_WA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WL.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WStrA.gfs +54 -0
- package/bin/gdal-data/jpfgdgml_WStrL.gfs +54 -0
- package/bin/gdal-data/leaflet_template.html +102 -0
- package/bin/gdal-data/ogr_fields_override.schema.json +125 -0
- package/bin/gdal-data/ogrinfo_output.schema.json +528 -0
- package/bin/gdal-data/ogrvrt.xsd +528 -0
- package/bin/gdal-data/osmconf.ini +134 -0
- package/bin/gdal-data/ozi_datum.csv +131 -0
- package/bin/gdal-data/ozi_ellips.csv +35 -0
- package/bin/gdal-data/pci_datum.txt +530 -0
- package/bin/gdal-data/pci_ellips.txt +129 -0
- package/bin/gdal-data/ruian_vf_ob_v1.gfs +1455 -0
- package/bin/gdal-data/ruian_vf_st_uvoh_v1.gfs +86 -0
- package/bin/gdal-data/ruian_vf_st_v1.gfs +1489 -0
- package/bin/gdal-data/ruian_vf_v1.gfs +2126 -0
- package/bin/gdal-data/stateplane.csv +259 -0
- package/bin/gdal-data/template_tiles.mapml +28 -0
- package/bin/gdal-data/tms_LINZAntarticaMapTileGrid.json +190 -0
- package/bin/gdal-data/tms_MapML_APSTILE.json +268 -0
- package/bin/gdal-data/tms_MapML_CBMTILE.json +346 -0
- package/bin/gdal-data/tms_NZTM2000.json +243 -0
- package/bin/gdal.dll +0 -0
- package/bin/gdalplugins/drivers.ini +279 -0
- package/bin/gdalplugins/gdal_ECW_JP2ECW.dll +0 -0
- package/bin/gdalplugins/gdal_JPEG.dll +0 -0
- package/bin/gdalplugins/gdal_MrSID.dll +0 -0
- package/bin/gdalplugins/gdal_PNG.dll +0 -0
- package/bin/gdalplugins/ogr_Arrow.dll +0 -0
- package/bin/gdalplugins/ogr_LIBKML.dll +0 -0
- package/bin/gdalplugins/ogr_Parquet.dll +0 -0
- package/bin/gdalplugins/ogr_XLS.dll +0 -0
- package/bin/license-profile.json +17 -0
- package/bin/licenses/README.txt +1 -0
- package/bin/proj-data/CH +22 -0
- package/bin/proj-data/GL27 +23 -0
- package/bin/proj-data/ITRF2000 +24 -0
- package/bin/proj-data/ITRF2008 +94 -0
- package/bin/proj-data/ITRF2014 +55 -0
- package/bin/proj-data/ITRF2020 +91 -0
- package/bin/proj-data/copyright +34 -0
- package/bin/proj-data/deformation_model.schema.json +582 -0
- package/bin/proj-data/nad.lst +142 -0
- package/bin/proj-data/nad27 +810 -0
- package/bin/proj-data/nad83 +745 -0
- package/bin/proj-data/other.extra +53 -0
- package/bin/proj-data/proj-config-version.cmake +44 -0
- package/bin/proj-data/proj-config.cmake +79 -0
- package/bin/proj-data/proj-targets-debug.cmake +19 -0
- package/bin/proj-data/proj-targets-release.cmake +19 -0
- package/bin/proj-data/proj-targets.cmake +107 -0
- package/bin/proj-data/proj.db +0 -0
- package/bin/proj-data/proj.ini +59 -0
- package/bin/proj-data/proj4-targets-debug.cmake +19 -0
- package/bin/proj-data/proj4-targets-release.cmake +19 -0
- package/bin/proj-data/proj4-targets.cmake +107 -0
- package/bin/proj-data/projjson.schema.json +1174 -0
- package/bin/proj-data/triangulation.schema.json +214 -0
- package/bin/proj-data/usage +9 -0
- package/bin/proj-data/vcpkg.spdx.json +1103 -0
- package/bin/proj-data/vcpkg_abi_info.txt +29 -0
- package/bin/proj-data/world +214 -0
- package/bin/use-license-profile.ps1 +4 -0
- package/package.json +42 -0
- package/src/index.js +20 -0
- package/src/native-signatures.js +251 -0
- package/src/native-types.js +101 -0
- package/src/native.js +63 -0
- package/src/runtime.js +71 -0
- package/src/styles.js +70 -0
- package/src/types.js +120 -0
- package/src/viewer-helpers.js +124 -0
- package/src/viewer.js +524 -0
|
@@ -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>
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
<GMLFeatureClassList>
|
|
2
|
+
<GMLFeatureClass>
|
|
3
|
+
<Name>RdEdg</Name>
|
|
4
|
+
<ElementPath>RdEdg</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>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<GMLFeatureClassList>
|
|
2
|
+
<GMLFeatureClass>
|
|
3
|
+
<Name>RdMgtBdry</Name>
|
|
4
|
+
<ElementPath>RdMgtBdry</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,59 @@
|
|
|
1
|
+
<GMLFeatureClassList>
|
|
2
|
+
<GMLFeatureClass>
|
|
3
|
+
<Name>RdSgmtA</Name>
|
|
4
|
+
<ElementPath>RdSgmtA</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>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>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<GMLFeatureClassList>
|
|
2
|
+
<GMLFeatureClass>
|
|
3
|
+
<Name>RvrMgtBdry</Name>
|
|
4
|
+
<ElementPath>RvrMgtBdry</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,49 @@
|
|
|
1
|
+
<GMLFeatureClassList>
|
|
2
|
+
<GMLFeatureClass>
|
|
3
|
+
<Name>SBAPt</Name>
|
|
4
|
+
<ElementPath>SBAPt</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>sbaNo</Name>
|
|
45
|
+
<ElementPath>sbaNo</ElementPath>
|
|
46
|
+
<Type>String</Type>
|
|
47
|
+
</PropertyDefn>
|
|
48
|
+
</GMLFeatureClass>
|
|
49
|
+
</GMLFeatureClassList>
|