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,29 @@
|
|
|
1
|
+
cmake 4.3.2
|
|
2
|
+
curl 41db82178c59271b496f91f0c2ceaae3d8c355d26941a6531f04d060a55f8349
|
|
3
|
+
features core;net;tiff
|
|
4
|
+
nlohmann-json 340d84d889f8af8fa213ac56dce502eb0e33e96950804985cc1a921f840ee3d2
|
|
5
|
+
pkgconfig.diff f45c12bb9f42c30ad4df196c67a644ab8c224c7e4ac607d9793c598349fd22b2
|
|
6
|
+
portfile.cmake 7a987b7671751d1081d862714fae9944ab4f32270f0edab9b2612b5b9535b815
|
|
7
|
+
ports.cmake f4cc0e4d312b743fcb1e9b680c66d17bb556996dc267dc1301eac9037608a378
|
|
8
|
+
post_build_checks 2
|
|
9
|
+
powershell 7.6.1
|
|
10
|
+
remove_toolset_restriction.patch 25c1c986673bd539f5ec920684a08b38d0d37d9e24b6793e5b79dbd717bde04e
|
|
11
|
+
sbom_info 1
|
|
12
|
+
sqlite3 0d6a0cd3532e67c898bd8518d3e2c4032ea17f542b321e6209cb27025393358a
|
|
13
|
+
sqlite3 64efa16a098f29362c9ca7283f24582aeecd122b1a09b112d35ddbfec79f6fb5
|
|
14
|
+
tiff e3367f4906d27e15de81cbaa67cacde0affb264431f09c1d175d14b180b460a7
|
|
15
|
+
triplet x64-windows-static-md
|
|
16
|
+
triplet_abi 340b298dc62b444353afe2799ba0d05407d0d1489d6ef0f3625de5068c01857b-aba3d63abf0d33127f8ff587f3f0a010dba957ab7231f9e514c5c3e2c4b75c23-cc66d78b1360ed1fe3c193afbeccc160a1f2c0b6
|
|
17
|
+
usage ae06beae83376cd9f11db8c2596bd038f89ae1e2cd32b82ee333f1572070370a
|
|
18
|
+
vcpkg-cmake a950531c9064d57fd53ccc4976a8f613676bf81090d6758c370a6af4629656b8
|
|
19
|
+
vcpkg-cmake-config 66942d7f989bc8ccc566c82882c189fce51160cb6742a4d8fa2985772d83faec
|
|
20
|
+
vcpkg.json d815b36240dad016c483c2757b2963732d348eb83eef6c2ae831505c3035d727
|
|
21
|
+
vcpkg_check_features 943b217e0968d64cf2cb9c272608e6a0b497377e792034f819809a79e1502c2b
|
|
22
|
+
vcpkg_copy_pdbs d15c2f2822d93ecb9023af44803328e491c5374136e0813600289582a72d196d
|
|
23
|
+
vcpkg_copy_tools 3d45ff761bddbabe8923b52330168dc3abd295fa469d3f2e47cb14dce85332d5
|
|
24
|
+
vcpkg_fixup_pkgconfig 1a15f6c6d8e2b244d83a7514a0412d339127d2217d1df60ad1388b546c85f777
|
|
25
|
+
vcpkg_from_git 50975abd992b5917766af051041676b586de0a65807180811c90c933bf2caca9
|
|
26
|
+
vcpkg_from_github 1284881728e98a182fc63e841be04e39b8c94753fdc361603c72a63c1adcf846
|
|
27
|
+
vcpkg_install_copyright ba6c169ab4e59fa05682e530cdeb883767de22c8391f023d4e6844a7ec5dd3d2
|
|
28
|
+
vcpkg_list f5de3ebcbc40a4db90622ade9aca918e2cf404dc0d91342fcde457d730e6fa29
|
|
29
|
+
vcpkg_replace_string b450deb79207478b37119743e00808ebc42de0628e7b98c14ab24728bd5c78b8
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
# SCCSID @(#)world 1.2 95/08/05 GIE REL
|
|
2
|
+
# proj +init files for various non-U.S. coordinate systems.
|
|
3
|
+
#
|
|
4
|
+
<metadata> +lastupdate=2016-12-12
|
|
5
|
+
|
|
6
|
+
<CH1903> # Swiss Coordinate System
|
|
7
|
+
+proj=somerc +lat_0=46d57'8.660"N +lon_0=7d26'22.500"E
|
|
8
|
+
+ellps=bessel +x_0=600000 +y_0=200000
|
|
9
|
+
+k_0=1. no_defs <>
|
|
10
|
+
<madagascar> # Laborde grid for Madagascar
|
|
11
|
+
proj=labrd ellps=intl lon_0=46d26'13.95E lat_0=18d54S
|
|
12
|
+
azi=18d54 k_0=.9995 x_0=400000 y_0=800000
|
|
13
|
+
no_defs <>
|
|
14
|
+
<new_zealand> # New Zealand Map Grid (NZMG)
|
|
15
|
+
proj=nzmg # Projection unique to N.Z. so all factors fixed
|
|
16
|
+
no_defs <>
|
|
17
|
+
# Secondary grids DMA TM8358.1, p. 4.3
|
|
18
|
+
<bwi> # British West Indies
|
|
19
|
+
proj=tmerc ellps=clrk80 lon_0=62W
|
|
20
|
+
x_0=400000 k_0=0.9995
|
|
21
|
+
no_defs <>
|
|
22
|
+
<costa-n> # Costa Rica Norte
|
|
23
|
+
proj=lcc ellps=clrk66 lat_1=10d28N lon_0=84d20W
|
|
24
|
+
x_0=500000 y_0=217820.522 k_0=0.99995696
|
|
25
|
+
no_defs <>
|
|
26
|
+
<costa-s> # Costa Rica Sud
|
|
27
|
+
proj=lcc ellps=clrk66 lat_1=9dN lon_0=83d40W
|
|
28
|
+
x_0=500000 y_0=327987.436 k_0=0.99995696
|
|
29
|
+
no_defs <>
|
|
30
|
+
<cuba-n> # Cuba Norte
|
|
31
|
+
proj=lcc ellps=clrk66 lat_1=22d21N lon_0=81dW
|
|
32
|
+
x_0=500000 y_0=280296.016 k_0=0.99993602
|
|
33
|
+
no_defs <>
|
|
34
|
+
<cuba-s> # Cuba Sud
|
|
35
|
+
proj=lcc ellps=clrk66 lat_1=20d43'N lon_0=76d50'W
|
|
36
|
+
x_0=500000 y_0=229126.939 k_0=0.99994848
|
|
37
|
+
no_defs <>
|
|
38
|
+
<domin_rep> # Dominican Republic
|
|
39
|
+
proj=lcc ellps=clrk66 lat_1=18d49'N lon_0=71d30'W
|
|
40
|
+
x_0=500000 y_0=277063.657 k_0=0.99991102
|
|
41
|
+
no_defs <>
|
|
42
|
+
<egypt-1> # Egypt
|
|
43
|
+
proj=tmerc ellps=intl lon_0=25d30'E x_0=300000 k_0=0.99985
|
|
44
|
+
no_defs <>
|
|
45
|
+
<egypt-2> # Egypt
|
|
46
|
+
proj=tmerc ellps=intl lon_0=28d30'E x_0=300000 k_0=0.99985
|
|
47
|
+
no_defs <>
|
|
48
|
+
<egypt-3> # Egypt
|
|
49
|
+
proj=tmerc ellps=intl lon_0=31d30'E x_0=300000 k_0=0.99985
|
|
50
|
+
no_defs <>
|
|
51
|
+
<egypt-4> # Egypt
|
|
52
|
+
proj=tmerc ellps=intl lon_0=34d30'E x_0=300000 k_0=0.99985
|
|
53
|
+
no_defs <>
|
|
54
|
+
<egypt-5> # Egypt
|
|
55
|
+
proj=tmerc ellps=intl lon_0=37d30'E x_0=300000 k_0=0.99985
|
|
56
|
+
no_defs <>
|
|
57
|
+
<el_sal> # El Salvador
|
|
58
|
+
proj=lcc ellps=clrk66 lat_1=13d47'N lon_0=89dW
|
|
59
|
+
x_0=500000 y_0=295809.184 k_0=0.99996704
|
|
60
|
+
no_defs <>
|
|
61
|
+
<guat-n> # Guatemala Norte
|
|
62
|
+
proj=lcc ellps=clrk66 lat_1=16d49'N lon_0=90d20'W
|
|
63
|
+
x_0=500000 y_0=292209.579 k_0=0.99992226
|
|
64
|
+
no_defs <>
|
|
65
|
+
<guat-s> # Guatemala Sud
|
|
66
|
+
proj=lcc ellps=clrk66 lat_1=14d54'N lon_0=90d20'W
|
|
67
|
+
x_0=500000 y_0=325992.681 k_0=0.99989906
|
|
68
|
+
no_defs <>
|
|
69
|
+
<haiti> # Haiti
|
|
70
|
+
proj=lcc ellps=clrk66 lat_1=18d49'N lon_0=71d30'W
|
|
71
|
+
x_0=500000 y_0=277063.657 k_0=0.99991102
|
|
72
|
+
no_defs <>
|
|
73
|
+
<hond-n> # Honduras Norte
|
|
74
|
+
proj=lcc ellps=clrk66 lat_1=15d30'N lon_0=86d10'W
|
|
75
|
+
x_0=500000 y_0=296917.439 k_0=0.99993273
|
|
76
|
+
no_defs <>
|
|
77
|
+
<hond-s> # Honduras Sud
|
|
78
|
+
proj=lcc ellps=clrk66 lat_1=13d47'N lon_0=87d10'W
|
|
79
|
+
x_0=500000 y_0=296215.903 k_0=0.99995140
|
|
80
|
+
no_defs <>
|
|
81
|
+
<levant> # Levant
|
|
82
|
+
proj=lcc ellps=clrk66 lat_1=34d39'N lon_0=37d21'E
|
|
83
|
+
x_0=500000 y_0=300000 k_0=0.9996256
|
|
84
|
+
no_defs <>
|
|
85
|
+
<nica-n> # Nicaragua Norte
|
|
86
|
+
proj=lcc ellps=clrk66 lat_1=13d52'N lon_0=85d30'W
|
|
87
|
+
x_0=500000 y_0=359891.816 k_0=0.99990314
|
|
88
|
+
no_defs <>
|
|
89
|
+
<nica-s> # Nicaragua Sud
|
|
90
|
+
proj=lcc ellps=clrk66 lat_1=11d40'N lon_0=85d30'W
|
|
91
|
+
x_0=500000 y_0=288876.327 k_0=0.99992228
|
|
92
|
+
no_defs <>
|
|
93
|
+
<nw-africa> # Northwest Africa
|
|
94
|
+
proj=lcc ellps=clrk80 lat_1=34dN lon_0=0dE
|
|
95
|
+
x_0=1000000 y_0=500000 k_0=0.99908
|
|
96
|
+
no_defs <>
|
|
97
|
+
<palestine> # Palestine
|
|
98
|
+
proj=tmerc a=6378300.79 rf=293.488307656
|
|
99
|
+
lat_0=31d44'2.749"N lon_0=35d12'43.490"E
|
|
100
|
+
x_0=170251.555 y_0=126867.909 k_0=1
|
|
101
|
+
no_defs <>
|
|
102
|
+
<panama> # Panama
|
|
103
|
+
proj=lcc ellps=clrk66 lat_1=8d25'N lon_0=80dW
|
|
104
|
+
x_0=500000 y_0=294865.303 k_0=0.99989909
|
|
105
|
+
no_defs <>
|
|
106
|
+
# other grids in DMA TM8358.1
|
|
107
|
+
<bng> # British National Grid
|
|
108
|
+
proj=tmerc ellps=airy lat_0=49dN lon_0=2dW
|
|
109
|
+
k_0=0.9996012717 x_0=400000 y_0=-100000
|
|
110
|
+
no_defs <>
|
|
111
|
+
<malay> # West Malaysian RSO Grid
|
|
112
|
+
proj=omerc a=6377295.66402 rf=300.8017 alpha=323d01'32.846"
|
|
113
|
+
no_uoff rot_conv lonc=102d15E lat_0=4dN k_0=0.99984 x_0=804670.240 y_0=0
|
|
114
|
+
no_defs <>
|
|
115
|
+
<india-I> # India Zone I
|
|
116
|
+
proj=lcc ellps=everest lon_0=68E lat_1=32d30'N
|
|
117
|
+
x_0=2743185.69 y_0=914395.23 k_0=.998786408
|
|
118
|
+
no_defs <>
|
|
119
|
+
<india-IIA> # India Zone IIA
|
|
120
|
+
proj=lcc ellps=everest lon_0=74E lat_1=26N
|
|
121
|
+
x_0=2743185.69 y_0=914395.23 k_0=.998786408
|
|
122
|
+
no_defs <>
|
|
123
|
+
<india-IIB> # India Zone IIB
|
|
124
|
+
proj=lcc ellps=everest lon_0=90E lat_1=26N
|
|
125
|
+
x_0=2743185.69 y_0=914395.23 k_0=.998786408
|
|
126
|
+
no_defs <>
|
|
127
|
+
<india-IIIA> # India Zone IIIA
|
|
128
|
+
proj=lcc ellps=everest lon_0=80E lat_1=19N
|
|
129
|
+
x_0=2743185.69 y_0=914395.23 k_0=.998786408
|
|
130
|
+
no_defs <>
|
|
131
|
+
<india-IIIB> # India Zone IIIB
|
|
132
|
+
proj=lcc ellps=everest lon_0=100E lat_1=19N
|
|
133
|
+
x_0=2743185.69 y_0=914395.23 k_0=.998786408
|
|
134
|
+
no_defs <>
|
|
135
|
+
<india-IVA> # India Zone IVA
|
|
136
|
+
proj=lcc ellps=everest lon_0=80E lat_1=12N
|
|
137
|
+
x_0=2743185.69 y_0=914395.23 k_0=.998786408
|
|
138
|
+
no_defs <>
|
|
139
|
+
<india-IVB> # India Zone IVB
|
|
140
|
+
proj=lcc ellps=everest lon_0=104E lat_1=12N
|
|
141
|
+
x_0=2743185.69 y_0=914395.23 k_0=.998786408
|
|
142
|
+
no_defs <>
|
|
143
|
+
<ceylon> # Ceylon Belt
|
|
144
|
+
proj=tmerc ellps=everest lon_0=80d46'18.160"E lat_0=7d0'1.729"N
|
|
145
|
+
x_0=160933.56048 y_0=160933.56048 k_0=1.
|
|
146
|
+
no_defs <>
|
|
147
|
+
<irish> # Irish Transverse Mercator Grid
|
|
148
|
+
proj=tmerc ellps=mod_airy lat_0=53d30'N lon_0=8W
|
|
149
|
+
x_0=200000 y_0=250000 k_0=1.000035
|
|
150
|
+
no_defs <>
|
|
151
|
+
<neiez> # Netherlands East Indies Equatorial Zone
|
|
152
|
+
proj=merc ellps=bessel lon_0=110E
|
|
153
|
+
x_0=3900000 y_0=900000 k_0=0.997
|
|
154
|
+
no_defs <>
|
|
155
|
+
<n-alger> # Nord Algerie Grid
|
|
156
|
+
proj=lcc ellps=clrk80 lon_0=2d42E lat_0=36N
|
|
157
|
+
x_0=500000 y_0=300000 k_0=0.999625544
|
|
158
|
+
no_defs <>
|
|
159
|
+
<n-maroc> # Nord Maroc Grid
|
|
160
|
+
proj=lcc ellps=clrk80 lon_0=5d24'W lat_0=33d18'N
|
|
161
|
+
x_0=500000 y_0=300000 k_0=0.999625769
|
|
162
|
+
no_defs <>
|
|
163
|
+
<n-tunis> # Nord Tunisie Grid
|
|
164
|
+
proj=lcc ellps=clrk80 lon_0=9d54E lat_0=36N
|
|
165
|
+
x_0=500000 y_0=300000 k_0=0.999625544
|
|
166
|
+
no_defs <>
|
|
167
|
+
<s-alger> # Sud Algerie Grid
|
|
168
|
+
proj=lcc ellps=clrk80 lon_0=2d42E lat_0=33d18'N
|
|
169
|
+
x_0=500000 y_0=300000 k_0=0.999625769
|
|
170
|
+
no_defs <>
|
|
171
|
+
<s-maroc> # Sud Maroc Grid
|
|
172
|
+
proj=lcc ellps=clrk80 lon_0=5d24W lat_0=29d42'N
|
|
173
|
+
x_0=500000 y_0=300000 k_0=0.999615596
|
|
174
|
+
no_defs <>
|
|
175
|
+
<s-tunis> # Sud Tunisie Grid
|
|
176
|
+
proj=lcc ellps=clrk80 lon_0=9d54'E lat_0=33d18'N
|
|
177
|
+
x_0=500000 y_0=300000 k_0=0.999625769
|
|
178
|
+
no_defs <>
|
|
179
|
+
# Gauss Krueger Grid for Germany
|
|
180
|
+
#
|
|
181
|
+
# The first figure of the easting is lon_0 divided by 3
|
|
182
|
+
# ( 2 for 6d0E, 3 for 9d0E, 4 for 12d0E)
|
|
183
|
+
# For translations you have to remove this first figure
|
|
184
|
+
# and convert northings and eastings from km to meter .
|
|
185
|
+
# The other way round, divide by 1000 and add the figure.
|
|
186
|
+
# I made 3 entries for the officially used grids in Germany
|
|
187
|
+
#
|
|
188
|
+
#
|
|
189
|
+
# Und nochmal in deutsch :
|
|
190
|
+
# Die erste Ziffer des Rechtswerts beschreibt den Hauptmeridian
|
|
191
|
+
# und ist dessen Gradzahl geteilt durch 3.
|
|
192
|
+
# Zum Umrechnen in Grad muss daher die erste Ziffer des Rechtswertes
|
|
193
|
+
# entfernt werden und evt. von km auf Metern umgerechnet werden.
|
|
194
|
+
# Zur Umrechnung in Gauss Krueger Koordinaten entsprechend die
|
|
195
|
+
# Ziffer fuer den Hauptmeridian vor dem Rechtswert ergaenzen.
|
|
196
|
+
# Ich hab fuer alle drei in Deutschland ueblichen Hauptmeridiane
|
|
197
|
+
# jeweils einen Eintrag ergaenzt.
|
|
198
|
+
#
|
|
199
|
+
#
|
|
200
|
+
# added by Michael Goepel <goepel@ffm.plusline.de>
|
|
201
|
+
#
|
|
202
|
+
<gk2-d> # Gauss Krueger Grid for Germany
|
|
203
|
+
proj=tmerc ellps=bessel lon_0=6d0E lat_0=0
|
|
204
|
+
x_0=500000
|
|
205
|
+
no_defs<>
|
|
206
|
+
<gk3-d> # Gauss Krueger Grid for Germany
|
|
207
|
+
proj=tmerc ellps=bessel lon_0=9d0E lat_0=0
|
|
208
|
+
x_0=500000
|
|
209
|
+
no_defs<>
|
|
210
|
+
<gk4-d> # Gauss Krueger Grid for Germany
|
|
211
|
+
proj=tmerc ellps=bessel lon_0=12d0E lat_0=0
|
|
212
|
+
x_0=500000
|
|
213
|
+
no_defs<>
|
|
214
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
$env:GEOKERNEL_LICENSE_FILE = Join-Path $PSScriptRoot "licenses\geokernel.license"
|
|
2
|
+
$env:GEOKERNEL_LICENSE_ACTIVATION_TYPE = "Developer"
|
|
3
|
+
Write-Host "GEOKERNEL_LICENSE_FILE=$env:GEOKERNEL_LICENSE_FILE"
|
|
4
|
+
Write-Host "GEOKERNEL_LICENSE_ACTIVATION_TYPE=$env:GEOKERNEL_LICENSE_ACTIVATION_TYPE"
|
package/package.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "geokernel-electron",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Electron bindings for the GeoKernel GIS SDK.",
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"type": "commonjs",
|
|
7
|
+
"os": [
|
|
8
|
+
"win32"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"x64"
|
|
12
|
+
],
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=20"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"src",
|
|
18
|
+
"bin",
|
|
19
|
+
"assets",
|
|
20
|
+
"README.md",
|
|
21
|
+
"LICENSE"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"coverage": "node tools/check-interop-coverage.js",
|
|
25
|
+
"coverage:interop": "node tools/check-interop-coverage.js",
|
|
26
|
+
"generate:native": "node tools/generate-native-signatures.js",
|
|
27
|
+
"verify:native": "node tools/verify-native-bindings.js",
|
|
28
|
+
"smoke": "node -e \"const geokernel = require('./'); console.log(geokernel.findBinDir())\""
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"koffi": "^2.11.0"
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"gis",
|
|
35
|
+
"sdk",
|
|
36
|
+
"mapping",
|
|
37
|
+
"geokernel",
|
|
38
|
+
"electron"
|
|
39
|
+
],
|
|
40
|
+
"author": "GeoKernel <sales@geokernel.io>",
|
|
41
|
+
"license": "SEE LICENSE IN LICENSE"
|
|
42
|
+
}
|
package/src/index.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
const { findBinDir, configureRuntimeEnvironment } = require("./runtime");
|
|
4
|
+
const { MAP_STYLES, argb } = require("./styles");
|
|
5
|
+
const native = require("./native");
|
|
6
|
+
const types = require("./types");
|
|
7
|
+
const { ViewerTool, ViewerWindow } = require("./viewer");
|
|
8
|
+
|
|
9
|
+
module.exports = {
|
|
10
|
+
Native: native,
|
|
11
|
+
Types: types,
|
|
12
|
+
...types,
|
|
13
|
+
MAP_STYLES,
|
|
14
|
+
ViewerTool,
|
|
15
|
+
ViewerWindow,
|
|
16
|
+
argb,
|
|
17
|
+
configureRuntimeEnvironment,
|
|
18
|
+
createNativeLibrary: native.createNativeLibrary,
|
|
19
|
+
findBinDir,
|
|
20
|
+
};
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// Generated from GeoKernel.Viewer/Interop/InteropBridge.h.
|
|
4
|
+
// Run `npm run generate:native` after changing the C interop API.
|
|
5
|
+
|
|
6
|
+
const SIGNATURES = Object.freeze({
|
|
7
|
+
"GeoKernelViewer_AddArcMakeConnectedLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int_p", "int", "wchar_p"]],
|
|
8
|
+
"GeoKernelViewer_AddArcSplitOnCrossLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int_p", "int", "wchar_p"]],
|
|
9
|
+
"GeoKernelViewer_AddEmptyVectorLayer": ["int", ["void_p", "wchar_p", "int", "wchar_p"]],
|
|
10
|
+
"GeoKernelViewer_AddFixedPolylineLayer": ["int", ["void_p", "wchar_p", "double_p", "int_p", "int", "int", "wchar_p"]],
|
|
11
|
+
"GeoKernelViewer_AddLayerFile": ["bool", ["void_p", "wchar_p"]],
|
|
12
|
+
"GeoKernelViewer_AddLayerFileWithCallbacks": ["bool", ["void_p", "wchar_p", "wchar_p", "progress_callback", "cancel_callback", "index_state_callback", "void_p"]],
|
|
13
|
+
"GeoKernelViewer_AddLayerFileWithOptionsJson": ["bool", ["void_p", "wchar_p", "wchar_p"]],
|
|
14
|
+
"GeoKernelViewer_AddOpenStreetMapLayer": ["int", ["void_p", "bool"]],
|
|
15
|
+
"GeoKernelViewer_AddPointBufferLayer": ["int", ["void_p", "wchar_p", "double", "double", "double", "int", "wchar_p"]],
|
|
16
|
+
"GeoKernelViewer_AddPointLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "wchar_p"]],
|
|
17
|
+
"GeoKernelViewer_AddPointToEditLayer": ["bool", ["void_p", "int", "double", "double"]],
|
|
18
|
+
"GeoKernelViewer_AddPointToEditLayerWithAttributes": ["bool", ["void_p", "int", "double", "double", "wchar_p"]],
|
|
19
|
+
"GeoKernelViewer_AddPolygonBufferLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double", "int", "wchar_p"]],
|
|
20
|
+
"GeoKernelViewer_AddPolygonConvexHullLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "wchar_p"]],
|
|
21
|
+
"GeoKernelViewer_AddPolygonConvexHullTwoLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
22
|
+
"GeoKernelViewer_AddPolygonDifferenceLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
23
|
+
"GeoKernelViewer_AddPolygonFindAndDeleteLoopsLayer": ["int", ["void_p", "wchar_p", "double_p", "int_p", "int", "wchar_p"]],
|
|
24
|
+
"GeoKernelViewer_AddPolygonIntersectionLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
25
|
+
"GeoKernelViewer_AddPolygonLayer": ["int", ["void_p", "wchar_p", "double_p", "int_p", "int", "wchar_p"]],
|
|
26
|
+
"GeoKernelViewer_AddPolygonSplitByArcLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
27
|
+
"GeoKernelViewer_AddPolygonSymmetricalDifferenceLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
28
|
+
"GeoKernelViewer_AddPolygonToEditLayer": ["bool", ["void_p", "int", "double_p", "int"]],
|
|
29
|
+
"GeoKernelViewer_AddPolygonToEditLayerWithAttributes": ["bool", ["void_p", "int", "double_p", "int", "wchar_p"]],
|
|
30
|
+
"GeoKernelViewer_AddPolygonUnionLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
31
|
+
"GeoKernelViewer_AddPolygonUnionOnListLayer": ["int", ["void_p", "wchar_p", "double_p", "int_p", "int", "wchar_p"]],
|
|
32
|
+
"GeoKernelViewer_AddPolylineBufferLayer": ["int", ["void_p", "wchar_p", "double_p", "int", "double", "int", "wchar_p"]],
|
|
33
|
+
"GeoKernelViewer_AddPolylineLayer": ["int", ["void_p", "wchar_p", "double_p", "int_p", "int", "wchar_p"]],
|
|
34
|
+
"GeoKernelViewer_AddPolylineToEditLayer": ["bool", ["void_p", "int", "double_p", "int"]],
|
|
35
|
+
"GeoKernelViewer_AddPolylineToEditLayerWithAttributes": ["bool", ["void_p", "int", "double_p", "int", "wchar_p"]],
|
|
36
|
+
"GeoKernelViewer_AddShortestRouteLayerBetweenPoints": ["bool", ["void_p", "double", "double", "double", "double", "int", "double", "double", "wchar_p", "bool", "out_route_summary_p"]],
|
|
37
|
+
"GeoKernelViewer_AddTopFeatureToSelectionAt": ["bool", ["void_p", "double", "double", "int"]],
|
|
38
|
+
"GeoKernelViewer_AddWfsLayer": ["int", ["void_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "int"]],
|
|
39
|
+
"GeoKernelViewer_AddWktShape": ["bool", ["void_p", "wchar_p"]],
|
|
40
|
+
"GeoKernelViewer_AddWmsLayer": ["int", ["void_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "bool", "int", "int", "int", "wchar_p", "bool", "wchar_p"]],
|
|
41
|
+
"GeoKernelViewer_AddWmtsLayer": ["int", ["void_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "wchar_p", "int", "int", "int", "wchar_p", "bool", "wchar_p"]],
|
|
42
|
+
"GeoKernelViewer_AddXyzLayer": ["int", ["void_p", "wchar_p", "wchar_p", "int", "int", "int", "wchar_p", "bool", "wchar_p"]],
|
|
43
|
+
"GeoKernelViewer_ApplyLayerCategorizedRenderer": ["bool", ["void_p", "int", "wchar_p", "wchar_p", "int", "bool", "int", "int", "double", "double"]],
|
|
44
|
+
"GeoKernelViewer_ApplyLayerGraduatedRenderer": ["bool", ["void_p", "int", "wchar_p", "int", "int", "wchar_p", "double", "double_p", "int", "int", "bool", "int", "int", "double", "double"]],
|
|
45
|
+
"GeoKernelViewer_BeginEditLayer": ["bool", ["void_p", "int"]],
|
|
46
|
+
"GeoKernelViewer_BuildRoutingGraphForLayer": ["bool", ["void_p", "int", "double", "bool", "wchar_p", "wchar_p", "double"]],
|
|
47
|
+
"GeoKernelViewer_CancelEditSketch": ["void", ["void_p"]],
|
|
48
|
+
"GeoKernelViewer_CanEditLayer": ["bool", ["void_p", "int"]],
|
|
49
|
+
"GeoKernelViewer_CanEditSelectedFeatures": ["bool", ["void_p"]],
|
|
50
|
+
"GeoKernelViewer_CanEditSelectedVertices": ["bool", ["void_p"]],
|
|
51
|
+
"GeoKernelViewer_CanMoveSelectedFeatures": ["bool", ["void_p"]],
|
|
52
|
+
"GeoKernelViewer_CanRedoEditLayer": ["bool", ["void_p", "int"]],
|
|
53
|
+
"GeoKernelViewer_CanUndoEditLayer": ["bool", ["void_p", "int"]],
|
|
54
|
+
"GeoKernelViewer_CheckPolygonRing": ["bool", ["void_p", "double_p", "int"]],
|
|
55
|
+
"GeoKernelViewer_ClearAll": ["void", ["void_p"]],
|
|
56
|
+
"GeoKernelViewer_ClearLayers": ["void", ["void_p"]],
|
|
57
|
+
"GeoKernelViewer_ClearLayerSymbolRenderer": ["bool", ["void_p", "int"]],
|
|
58
|
+
"GeoKernelViewer_ClearLayerVisibleScaleRange": ["bool", ["void_p", "int"]],
|
|
59
|
+
"GeoKernelViewer_ClearMeasure": ["void", ["void_p"]],
|
|
60
|
+
"GeoKernelViewer_ClearNewFeatureAttributes": ["void", ["void_p"]],
|
|
61
|
+
"GeoKernelViewer_ClearRoutingGraph": ["void", ["void_p"]],
|
|
62
|
+
"GeoKernelViewer_ClearSelectedFeatures": ["void", ["void_p"]],
|
|
63
|
+
"GeoKernelViewer_ClearShapes": ["void", ["void_p"]],
|
|
64
|
+
"GeoKernelViewer_CloseProject": ["void", ["void_p"]],
|
|
65
|
+
"GeoKernelViewer_CommitEditLayer": ["bool", ["void_p", "int"]],
|
|
66
|
+
"GeoKernelViewer_ContainsColorRamp": ["bool", ["void_p", "wchar_p"]],
|
|
67
|
+
"GeoKernelViewer_Create": ["void_p", ["int", "int"]],
|
|
68
|
+
"GeoKernelViewer_CreateWindow": ["void_p", ["int", "int", "wchar_p", "bool"]],
|
|
69
|
+
"GeoKernelViewer_CrsDatabaseFindByAuthorityJson": ["int", ["wchar_p", "wchar_p", "int", "out_wchar_p", "int"]],
|
|
70
|
+
"GeoKernelViewer_CrsDatabaseFindBySridJson": ["int", ["wchar_p", "int", "out_wchar_p", "int"]],
|
|
71
|
+
"GeoKernelViewer_DeleteSelectedFeaturesFromEditLayer": ["bool", ["void_p"]],
|
|
72
|
+
"GeoKernelViewer_DeleteSelectedFeatureVertexInEditLayer": ["bool", ["void_p", "int", "int"]],
|
|
73
|
+
"GeoKernelViewer_DeleteSelectedVertexFromEditLayer": ["bool", ["void_p"]],
|
|
74
|
+
"GeoKernelViewer_DeleteShapeFromEditLayer": ["bool", ["void_p", "int", "int"]],
|
|
75
|
+
"GeoKernelViewer_Destroy": ["void", ["void_p"]],
|
|
76
|
+
"GeoKernelViewer_FindMatchingArcIndex": ["int", ["void_p", "double_p", "int", "double_p", "int_p", "int"]],
|
|
77
|
+
"GeoKernelViewer_FinishMeasure": ["void", ["void_p"]],
|
|
78
|
+
"GeoKernelViewer_FullExtent": ["void", ["void_p"]],
|
|
79
|
+
"GeoKernelViewer_GetActiveEditLayerIndex": ["int", ["void_p"]],
|
|
80
|
+
"GeoKernelViewer_GetColorRampNamesJson": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
81
|
+
"GeoKernelViewer_GetCurrentRenderBackendName": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
82
|
+
"GeoKernelViewer_GetDefaultAttributesForLayerJson": ["int", ["void_p", "int", "out_wchar_p", "int"]],
|
|
83
|
+
"GeoKernelViewer_GetEditSnappingEnabled": ["bool", ["void_p"]],
|
|
84
|
+
"GeoKernelViewer_GetEditSnappingTolerancePixels": ["double", ["void_p"]],
|
|
85
|
+
"GeoKernelViewer_GetExtraInfoText": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
86
|
+
"GeoKernelViewer_GetFPS": ["double", ["void_p"]],
|
|
87
|
+
"GeoKernelViewer_GetLayerAttributeDefinitionsJson": ["int", ["void_p", "int", "out_wchar_p", "int"]],
|
|
88
|
+
"GeoKernelViewer_GetLayerCount": ["int", ["void_p"]],
|
|
89
|
+
"GeoKernelViewer_GetLayerDisplayText": ["int", ["void_p", "int", "out_wchar_p", "int"]],
|
|
90
|
+
"GeoKernelViewer_GetLayerFeatureAttributesJson": ["int", ["void_p", "int", "int", "out_wchar_p", "int"]],
|
|
91
|
+
"GeoKernelViewer_GetLayerFeatureCount": ["int", ["void_p", "int"]],
|
|
92
|
+
"GeoKernelViewer_GetLayerInfoByNameJson": ["int", ["void_p", "wchar_p", "out_wchar_p", "int"]],
|
|
93
|
+
"GeoKernelViewer_GetLayerInfoJson": ["int", ["void_p", "int", "out_wchar_p", "int"]],
|
|
94
|
+
"GeoKernelViewer_GetLayerProjectedExtent": ["bool", ["void_p", "int", "out_extent_p"]],
|
|
95
|
+
"GeoKernelViewer_GetLayerShapeType": ["int", ["void_p", "int"]],
|
|
96
|
+
"GeoKernelViewer_GetLayersInfoJson": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
97
|
+
"GeoKernelViewer_GetLayerStyleJson": ["int", ["void_p", "int", "out_wchar_p", "int"]],
|
|
98
|
+
"GeoKernelViewer_GetLayerSymbolRendererJson": ["int", ["void_p", "int", "out_wchar_p", "int"]],
|
|
99
|
+
"GeoKernelViewer_GetLinePointToleranceInfoJson": ["int", ["void_p", "double_p", "int", "double", "double", "double", "out_wchar_p", "int"]],
|
|
100
|
+
"GeoKernelViewer_GetLoggingModeName": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
101
|
+
"GeoKernelViewer_GetMapBackgroundColor": ["int", ["void_p"]],
|
|
102
|
+
"GeoKernelViewer_GetMapScale": ["double", ["void_p"]],
|
|
103
|
+
"GeoKernelViewer_GetMeasureArea": ["double", ["void_p"]],
|
|
104
|
+
"GeoKernelViewer_GetMeasureMode": ["int", ["void_p"]],
|
|
105
|
+
"GeoKernelViewer_GetMeasureResultText": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
106
|
+
"GeoKernelViewer_GetMeasureToolActive": ["bool", ["void_p"]],
|
|
107
|
+
"GeoKernelViewer_GetMeasureTotalDistance": ["double", ["void_p"]],
|
|
108
|
+
"GeoKernelViewer_GetMiniMapVisible": ["bool", ["void_p"]],
|
|
109
|
+
"GeoKernelViewer_GetNativeHandle": ["size_t", ["void_p"]],
|
|
110
|
+
"GeoKernelViewer_GetNewFeatureAttributesJson": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
111
|
+
"GeoKernelViewer_GetPolygonCentroidInfoJson": ["int", ["void_p", "double_p", "int", "out_wchar_p", "int"]],
|
|
112
|
+
"GeoKernelViewer_GetPolylineCrossingsJson": ["int", ["void_p", "double_p", "int", "double_p", "int", "out_wchar_p", "int"]],
|
|
113
|
+
"GeoKernelViewer_GetRenderBackendDiagnostics": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
114
|
+
"GeoKernelViewer_GetRenderBackendPreference": ["int", ["void_p"]],
|
|
115
|
+
"GeoKernelViewer_GetRenderBackendPreferenceName": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
116
|
+
"GeoKernelViewer_GetRenderDebugFile": ["bool", ["void_p"]],
|
|
117
|
+
"GeoKernelViewer_GetRenderDebugWindow": ["bool", ["void_p"]],
|
|
118
|
+
"GeoKernelViewer_GetRenderMetricsLogPath": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
119
|
+
"GeoKernelViewer_GetRenderMetricsVisible": ["bool", ["void_p"]],
|
|
120
|
+
"GeoKernelViewer_GetRenderStepLog": ["bool", ["void_p"]],
|
|
121
|
+
"GeoKernelViewer_GetRenderStepLogPath": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
122
|
+
"GeoKernelViewer_GetRoutingGraphEdgeCount": ["int", ["void_p"]],
|
|
123
|
+
"GeoKernelViewer_GetRoutingGraphLayerIndex": ["int", ["void_p"]],
|
|
124
|
+
"GeoKernelViewer_GetRoutingGraphNodeCount": ["int", ["void_p"]],
|
|
125
|
+
"GeoKernelViewer_GetScaleBarVisible": ["bool", ["void_p"]],
|
|
126
|
+
"GeoKernelViewer_GetSelectedFeatureCount": ["int", ["void_p"]],
|
|
127
|
+
"GeoKernelViewer_GetSelectedFeaturesJson": ["int", ["void_p", "out_wchar_p", "int"]],
|
|
128
|
+
"GeoKernelViewer_GetShowExtraInfo": ["bool", ["void_p"]],
|
|
129
|
+
"GeoKernelViewer_GetShowFPS": ["bool", ["void_p"]],
|
|
130
|
+
"GeoKernelViewer_GetSpatialIndexType": ["int", ["void_p"]],
|
|
131
|
+
"GeoKernelViewer_GetTool": ["int", ["void_p"]],
|
|
132
|
+
"GeoKernelViewer_GetUseHardwareAcceleration": ["bool", ["void_p"]],
|
|
133
|
+
"GeoKernelViewer_GetVerboseMode": ["bool", ["void_p"]],
|
|
134
|
+
"GeoKernelViewer_GetViewExtent": ["bool", ["void_p", "out_extent_p"]],
|
|
135
|
+
"GeoKernelViewer_HasActiveEditSketch": ["bool", ["void_p"]],
|
|
136
|
+
"GeoKernelViewer_HasRoutingGraph": ["bool", ["void_p"]],
|
|
137
|
+
"GeoKernelViewer_HitTestFeatureCountInExtent": ["int", ["void_p", "double", "double", "double", "double"]],
|
|
138
|
+
"GeoKernelViewer_HitTestFeaturesAtJson": ["int", ["void_p", "double", "double", "int", "out_wchar_p", "int"]],
|
|
139
|
+
"GeoKernelViewer_HitTestFeaturesInExtentJson": ["int", ["void_p", "double", "double", "double", "double", "out_wchar_p", "int"]],
|
|
140
|
+
"GeoKernelViewer_HitTestFeaturesInScreenRectJson": ["int", ["void_p", "int", "int", "int", "int", "out_wchar_p", "int"]],
|
|
141
|
+
"GeoKernelViewer_HitTestFeaturesJson": ["int", ["void_p", "double", "double", "double", "out_wchar_p", "int"]],
|
|
142
|
+
"GeoKernelViewer_HitTestTopFeatureAtJson": ["int", ["void_p", "double", "double", "int", "out_wchar_p", "int"]],
|
|
143
|
+
"GeoKernelViewer_InsertSelectedFeatureVertexInEditLayer": ["bool", ["void_p", "int", "int", "double", "double"]],
|
|
144
|
+
"GeoKernelViewer_InvalidateRenderCache": ["void", ["void_p", "bool", "bool"]],
|
|
145
|
+
"GeoKernelViewer_IsLayerDirty": ["bool", ["void_p", "int"]],
|
|
146
|
+
"GeoKernelViewer_IsLayerEditing": ["bool", ["void_p", "int"]],
|
|
147
|
+
"GeoKernelViewer_MoveLayer": ["bool", ["void_p", "int", "int"]],
|
|
148
|
+
"GeoKernelViewer_MoveSelectedFeaturesInEditLayer": ["bool", ["void_p", "double", "double"]],
|
|
149
|
+
"GeoKernelViewer_OpenProject": ["bool", ["void_p", "wchar_p"]],
|
|
150
|
+
"GeoKernelViewer_OpenProjectWithProgress": ["bool", ["void_p", "wchar_p", "progress_callback", "void_p"]],
|
|
151
|
+
"GeoKernelViewer_ProcessEvents": ["void", []],
|
|
152
|
+
"GeoKernelViewer_ReadGeoJsonLineStringJson": ["int", ["void_p", "wchar_p", "out_wchar_p", "int"]],
|
|
153
|
+
"GeoKernelViewer_ReadGeoJsonPoint": ["bool", ["void_p", "wchar_p", "out_double_p", "out_double_p"]],
|
|
154
|
+
"GeoKernelViewer_ReadGeoJsonPolygonJson": ["int", ["void_p", "wchar_p", "out_wchar_p", "int"]],
|
|
155
|
+
"GeoKernelViewer_ReadWkbLineStringJson": ["int", ["void_p", "ubyte_p", "int", "out_wchar_p", "int"]],
|
|
156
|
+
"GeoKernelViewer_ReadWkbPoint": ["bool", ["void_p", "ubyte_p", "int", "out_double_p", "out_double_p"]],
|
|
157
|
+
"GeoKernelViewer_ReadWkbPolygonJson": ["int", ["void_p", "ubyte_p", "int", "bool", "out_wchar_p", "int"]],
|
|
158
|
+
"GeoKernelViewer_ReadWktLineStringJson": ["int", ["void_p", "wchar_p", "out_wchar_p", "int"]],
|
|
159
|
+
"GeoKernelViewer_ReadWktPoint": ["bool", ["void_p", "wchar_p", "out_double_p", "out_double_p"]],
|
|
160
|
+
"GeoKernelViewer_ReadWktPolygonJson": ["int", ["void_p", "wchar_p", "bool", "out_wchar_p", "int"]],
|
|
161
|
+
"GeoKernelViewer_RedoEditLayer": ["bool", ["void_p", "int"]],
|
|
162
|
+
"GeoKernelViewer_RefreshLayers": ["void", ["void_p"]],
|
|
163
|
+
"GeoKernelViewer_RelatePolygonRings": ["int", ["void_p", "double_p", "int", "double_p", "int", "out_wchar_p", "int"]],
|
|
164
|
+
"GeoKernelViewer_RelatePolygonRingsPattern": ["bool", ["void_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
165
|
+
"GeoKernelViewer_RelatePolylines": ["int", ["void_p", "double_p", "int", "double_p", "int", "out_wchar_p", "int"]],
|
|
166
|
+
"GeoKernelViewer_RelatePolylinesPattern": ["bool", ["void_p", "double_p", "int", "double_p", "int", "wchar_p"]],
|
|
167
|
+
"GeoKernelViewer_RemoveLayer": ["bool", ["void_p", "int"]],
|
|
168
|
+
"GeoKernelViewer_RemoveLayerByName": ["bool", ["void_p", "wchar_p"]],
|
|
169
|
+
"GeoKernelViewer_Resize": ["void", ["void_p", "int", "int"]],
|
|
170
|
+
"GeoKernelViewer_RollbackEditLayer": ["bool", ["void_p", "int"]],
|
|
171
|
+
"GeoKernelViewer_SaveProject": ["bool", ["void_p", "wchar_p"]],
|
|
172
|
+
"GeoKernelViewer_ScreenToWorld": ["bool", ["void_p", "double", "double", "out_double_p", "out_double_p"]],
|
|
173
|
+
"GeoKernelViewer_SelectTopFeatureAt": ["bool", ["void_p", "double", "double", "int"]],
|
|
174
|
+
"GeoKernelViewer_SetActivationTypeName": ["void", ["void_p", "wchar_p"]],
|
|
175
|
+
"GeoKernelViewer_SetActiveEditLayerIndex": ["bool", ["void_p", "int"]],
|
|
176
|
+
"GeoKernelViewer_SetCoordinateSystemPreset": ["bool", ["void_p", "wchar_p"]],
|
|
177
|
+
"GeoKernelViewer_SetEditSnappingEnabled": ["void", ["void_p", "bool"]],
|
|
178
|
+
"GeoKernelViewer_SetEditSnappingTolerancePixels": ["void", ["void_p", "double"]],
|
|
179
|
+
"GeoKernelViewer_SetEventCallback": ["void", ["void_p", "event_callback", "void_p"]],
|
|
180
|
+
"GeoKernelViewer_SetExtraInfoText": ["void", ["void_p", "wchar_p"]],
|
|
181
|
+
"GeoKernelViewer_SetFeatureAttributesInEditLayerJson": ["bool", ["void_p", "int", "int", "int", "wchar_p"]],
|
|
182
|
+
"GeoKernelViewer_SetLayerCoordinateSystemPreset": ["bool", ["void_p", "int", "wchar_p"]],
|
|
183
|
+
"GeoKernelViewer_SetLayerName": ["bool", ["void_p", "int", "wchar_p"]],
|
|
184
|
+
"GeoKernelViewer_SetLayerStyleJson": ["bool", ["void_p", "int", "wchar_p"]],
|
|
185
|
+
"GeoKernelViewer_SetLayerSymbolRendererJson": ["bool", ["void_p", "int", "wchar_p"]],
|
|
186
|
+
"GeoKernelViewer_SetLayerVisible": ["bool", ["void_p", "int", "bool"]],
|
|
187
|
+
"GeoKernelViewer_SetLayerVisibleScaleRange": ["bool", ["void_p", "int", "double", "double"]],
|
|
188
|
+
"GeoKernelViewer_SetLicenseKey": ["void", ["void_p", "wchar_p"]],
|
|
189
|
+
"GeoKernelViewer_SetLoggingModeName": ["void", ["void_p", "wchar_p"]],
|
|
190
|
+
"GeoKernelViewer_SetMapBackgroundColor": ["void", ["void_p", "int"]],
|
|
191
|
+
"GeoKernelViewer_SetMapStyleName": ["bool", ["void_p", "wchar_p", "bool"]],
|
|
192
|
+
"GeoKernelViewer_SetMeasureColors": ["void", ["void_p", "int", "int", "int", "int"]],
|
|
193
|
+
"GeoKernelViewer_SetMeasureMode": ["void", ["void_p", "int"]],
|
|
194
|
+
"GeoKernelViewer_SetMeasureToolActive": ["void", ["void_p", "bool"]],
|
|
195
|
+
"GeoKernelViewer_SetMiniMapAnchor": ["void", ["void_p", "int"]],
|
|
196
|
+
"GeoKernelViewer_SetMiniMapBackgroundColor": ["void", ["void_p", "int"]],
|
|
197
|
+
"GeoKernelViewer_SetMiniMapVisible": ["void", ["void_p", "bool"]],
|
|
198
|
+
"GeoKernelViewer_SetNewFeatureAttributesJson": ["void", ["void_p", "wchar_p"]],
|
|
199
|
+
"GeoKernelViewer_SetRenderBackendPreference": ["void", ["void_p", "int"]],
|
|
200
|
+
"GeoKernelViewer_SetRenderBackendPreferenceName": ["void", ["void_p", "wchar_p"]],
|
|
201
|
+
"GeoKernelViewer_SetRenderDebugFile": ["void", ["void_p", "bool"]],
|
|
202
|
+
"GeoKernelViewer_SetRenderDebugWindow": ["void", ["void_p", "bool"]],
|
|
203
|
+
"GeoKernelViewer_SetRenderMetricsLogPath": ["void", ["void_p", "wchar_p"]],
|
|
204
|
+
"GeoKernelViewer_SetRenderMetricsVisible": ["void", ["void_p", "bool"]],
|
|
205
|
+
"GeoKernelViewer_SetRenderStepLog": ["void", ["void_p", "bool"]],
|
|
206
|
+
"GeoKernelViewer_SetRenderStepLogPath": ["void", ["void_p", "wchar_p"]],
|
|
207
|
+
"GeoKernelViewer_SetScaleBarAnchor": ["void", ["void_p", "int"]],
|
|
208
|
+
"GeoKernelViewer_SetScaleBarColors": ["void", ["void_p", "int", "int", "int"]],
|
|
209
|
+
"GeoKernelViewer_SetScaleBarVisible": ["void", ["void_p", "bool"]],
|
|
210
|
+
"GeoKernelViewer_SetShapeAttributesInEditLayerJson": ["bool", ["void_p", "int", "int", "wchar_p"]],
|
|
211
|
+
"GeoKernelViewer_SetShowExtraInfo": ["void", ["void_p", "bool"]],
|
|
212
|
+
"GeoKernelViewer_SetShowFPS": ["void", ["void_p", "bool"]],
|
|
213
|
+
"GeoKernelViewer_SetSpatialIndexType": ["void", ["void_p", "int"]],
|
|
214
|
+
"GeoKernelViewer_SetTool": ["void", ["void_p", "int"]],
|
|
215
|
+
"GeoKernelViewer_SetUseHardwareAcceleration": ["void", ["void_p", "bool"]],
|
|
216
|
+
"GeoKernelViewer_SetVerboseMode": ["void", ["void_p", "bool"]],
|
|
217
|
+
"GeoKernelViewer_SetViewExtent": ["void", ["void_p", "extent"]],
|
|
218
|
+
"GeoKernelViewer_Show": ["void", ["void_p"]],
|
|
219
|
+
"GeoKernelViewer_SimplifyPolygonRingJson": ["int", ["void_p", "double_p", "int", "double", "out_wchar_p", "int"]],
|
|
220
|
+
"GeoKernelViewer_StartMeasureArea": ["void", ["void_p"]],
|
|
221
|
+
"GeoKernelViewer_StartMeasureDistance": ["void", ["void_p"]],
|
|
222
|
+
"GeoKernelViewer_ToggleTopFeatureSelectionAt": ["bool", ["void_p", "double", "double", "int"]],
|
|
223
|
+
"GeoKernelViewer_UndoEditLayer": ["bool", ["void_p", "int"]],
|
|
224
|
+
"GeoKernelViewer_WorldToScreen": ["bool", ["void_p", "double", "double", "out_double_p", "out_double_p"]],
|
|
225
|
+
"GeoKernelViewer_WriteGeoJsonLineString": ["int", ["void_p", "double_p", "int", "out_wchar_p", "int"]],
|
|
226
|
+
"GeoKernelViewer_WriteGeoJsonPoint": ["int", ["void_p", "double", "double", "out_wchar_p", "int"]],
|
|
227
|
+
"GeoKernelViewer_WriteGeoJsonPolygon": ["int", ["void_p", "double_p", "int_p", "int", "out_wchar_p", "int"]],
|
|
228
|
+
"GeoKernelViewer_WriteWkbLineString": ["int", ["void_p", "double_p", "int", "out_ubyte_p", "int"]],
|
|
229
|
+
"GeoKernelViewer_WriteWkbPoint": ["int", ["void_p", "double", "double", "out_ubyte_p", "int"]],
|
|
230
|
+
"GeoKernelViewer_WriteWkbPolygon": ["int", ["void_p", "double_p", "int_p", "int", "out_ubyte_p", "int"]],
|
|
231
|
+
"GeoKernelViewer_WriteWktLineString": ["int", ["void_p", "double_p", "int", "out_wchar_p", "int"]],
|
|
232
|
+
"GeoKernelViewer_WriteWktPoint": ["int", ["void_p", "double", "double", "out_wchar_p", "int"]],
|
|
233
|
+
"GeoKernelViewer_WriteWktPolygon": ["int", ["void_p", "double_p", "int_p", "int", "out_wchar_p", "int"]],
|
|
234
|
+
"GeoKernelViewer_ZoomAtPoint": ["void", ["void_p", "int", "int", "double"]],
|
|
235
|
+
"GeoKernelViewer_ZoomIn": ["void", ["void_p", "double"]],
|
|
236
|
+
"GeoKernelViewer_ZoomOut": ["void", ["void_p", "double"]],
|
|
237
|
+
"GeoKernelViewer_ZoomToLayer": ["bool", ["void_p", "int"]],
|
|
238
|
+
"GeoKernelViewer_ZoomToScreenRect": ["void", ["void_p", "int", "int", "int", "int"]],
|
|
239
|
+
"GeoKernelViewer_ZoomToSelectedFeatures": ["bool", ["void_p"]],
|
|
240
|
+
"GeoKernelWindow_AddNavigationToolbar": ["void", ["void_p", "void_p"]],
|
|
241
|
+
"GeoKernelWindow_Create": ["void_p", ["int", "int", "wchar_p"]],
|
|
242
|
+
"GeoKernelWindow_Destroy": ["void", ["void_p"]],
|
|
243
|
+
"GeoKernelWindow_IsVisible": ["bool", ["void_p"]],
|
|
244
|
+
"GeoKernelWindow_SetCentralViewer": ["void_p", ["void_p"]],
|
|
245
|
+
"GeoKernelWindow_Show": ["void", ["void_p"]],
|
|
246
|
+
});
|
|
247
|
+
|
|
248
|
+
module.exports = {
|
|
249
|
+
SIGNATURES,
|
|
250
|
+
};
|
|
251
|
+
|