@mapgis/webclient-cesium-plugin 17.2.7 → 17.2.10

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 (83) hide show
  1. package/README.md +25 -1
  2. package/dist/es5/webclient-cesium-plugin.min.js +3 -3
  3. package/dist/es5/webclient-common.min.js +3 -3
  4. package/dist/webclient-cesium-plugin-es6.min.js +3 -3
  5. package/documention/AlgorithmLib.html +118 -12
  6. package/documention/AngulationTool.html +158 -16
  7. package/documention/AnimationTool.html +148 -34
  8. package/documention/ArcGISMapServerImageryProvider.html +2 -2
  9. package/documention/ArcGISTileServerImageryProvider.html +2 -2
  10. package/documention/ArcGISVectorTileImageryProvider.html +1 -1
  11. package/documention/Cesium.Material.html +580 -0
  12. package/documention/Cesium.Viewer.html +1241 -0
  13. package/documention/Cesium3DTileset.html +691 -0
  14. package/documention/CesiumHeatmap.html +123 -2439
  15. package/documention/CesiumTerrainProvider.html +322 -10
  16. package/documention/CircleWaveMaterialProperty.html +120 -17
  17. package/documention/CollisionDetectionByRender.html +116 -10
  18. package/documention/CompatibleFunc.html +731 -0
  19. package/documention/CustomProjection.html +1208 -0
  20. package/documention/CustomTilingScheme.html +2 -2
  21. package/documention/CutFillAnalysis.html +1943 -0
  22. package/documention/CuttingTool.html +154 -238
  23. package/documention/Deferred.html +116 -10
  24. package/documention/DrawElement.html +125 -10
  25. package/documention/DrawTool.html +117 -11
  26. package/documention/EditTool.html +117 -11
  27. package/documention/FloodAnalysis.html +1895 -0
  28. package/documention/FloodAnalysisReflection.html +127 -15
  29. package/documention/GlobeIndependentTranslucency.html +121 -13
  30. package/documention/Graphic.html +233 -585
  31. package/documention/GraphicTransformTool.html +1207 -0
  32. package/documention/GraphicsLayer.html +207 -212
  33. package/documention/HeightLimited.html +127 -15
  34. package/documention/ISSceneLayerUtil.html +329 -9
  35. package/documention/KeyboardCameraController.html +118 -10
  36. package/documention/MapGISDynamicLabelCollection.html +1471 -0
  37. package/documention/MapGISM3DSet.html +728 -0
  38. package/documention/MapGISMapServerImageryProvider.html +2 -2
  39. package/documention/MapGISTerrainProvider.html +4 -4
  40. package/documention/MapGISTileAvailability.html +1546 -0
  41. package/documention/MapGISTileServerImageryProvider.html +2 -33
  42. package/documention/MapGISVectorTileImageryProvider.html +2 -2
  43. package/documention/MeasureAreaTool.html +177 -62
  44. package/documention/MeasureLengthTool.html +179 -64
  45. package/documention/MeasureSlopeTool.html +129 -15
  46. package/documention/ModelEditor.html +132 -21
  47. package/documention/ModelFilterTool.html +213 -23
  48. package/documention/ModelTransformTool.html +191 -38
  49. package/documention/NavigationTool.html +694 -0
  50. package/documention/OpenWeatherImageryProvider.html +766 -0
  51. package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
  52. package/documention/PostProcessStageLibrary.html +118 -12
  53. package/documention/Promise.html +119 -13
  54. package/documention/RadarMaterialProperty.html +120 -17
  55. package/documention/ReImg.html +133 -9
  56. package/documention/RiverGeometry.html +126 -20
  57. package/documention/RoamParticle.html +119 -9
  58. package/documention/S3MTileset.html +136 -10
  59. package/documention/SceneView.html +4993 -0
  60. package/documention/SceneViewCesium.html +6 -6
  61. package/documention/SelectTool.html +116 -38
  62. package/documention/ShadowRateAnalysis.html +117 -18
  63. package/documention/ShadowRateDrawCommand.html +115 -9
  64. package/documention/SketchEditor.html +1774 -0
  65. package/documention/SketchEditorCesium.html +1 -1
  66. package/documention/SkyLineAnalysis.html +9 -9
  67. package/documention/StableParticle.html +119 -9
  68. package/documention/Style.html +154 -533
  69. package/documention/TerrainAnalyse.html +265 -40
  70. package/documention/TerrainProfile.html +128 -16
  71. package/documention/ThemeManager.html +2237 -0
  72. package/documention/Tooltip.html +115 -9
  73. package/documention/TriangulationTool.html +176 -61
  74. package/documention/VisiblityAnalysis.html +132 -24
  75. package/documention/WaterReflection.html +132 -20
  76. package/documention/WebMapServiceImageryProvider.html +2 -2
  77. package/documention/WebMapTileServiceImageryProvider.html +2 -2
  78. package/documention/Wind3D.html +122 -11
  79. package/documention/createColorTexture.html +608 -0
  80. package/documention/index.html +5 -5
  81. package/documention/initializeOptions.html +561 -0
  82. package/documention/isCounterClockwise.html +760 -0
  83. package/package.json +1 -1
@@ -2084,7 +2084,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
2084
2084
 
2085
2085
  <span class="param-type">
2086
2086
 
2087
- <a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISMapServerImageryProvider" MapGISMapServerImageryProvider.html>MapGISMapServerImageryProvider</a>
2087
+ <a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a>
2088
2088
 
2089
2089
  </span>
2090
2090
 
@@ -2335,7 +2335,7 @@ const imageryProvider = new MapGISMapServerImageryProvider({
2335
2335
 
2336
2336
  <span class="param-type">
2337
2337
 
2338
- <a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISMapServerImageryProvider" MapGISMapServerImageryProvider.html>MapGISMapServerImageryProvider</a>
2338
+ <a link="MapGISMapServerImageryProvider.html" onclick="getTypeHTML(event)" href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a>
2339
2339
 
2340
2340
  </span>
2341
2341
 
@@ -2066,7 +2066,7 @@ not be called before Cesium.CesiumTerrainProvider.ready returns true.</p>
2066
2066
 
2067
2067
  <span class="param-type">
2068
2068
 
2069
- <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
2069
+ <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" href="MapGISTerrainProvider.html">MapGISTerrainProvider</a>
2070
2070
 
2071
2071
  </span>
2072
2072
  |
@@ -2472,7 +2472,7 @@ usually completes in time logarithmic to the number of rectangles added with Ces
2472
2472
 
2473
2473
  <span class="param-type">
2474
2474
 
2475
- <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
2475
+ <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" href="MapGISTerrainProvider.html">MapGISTerrainProvider</a>
2476
2476
 
2477
2477
  </span>
2478
2478
  |
@@ -7066,7 +7066,7 @@ not be called before Cesium.CesiumTerrainProvider.ready returns true.</p>
7066
7066
 
7067
7067
  <span class="param-type">
7068
7068
 
7069
- <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
7069
+ <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" href="MapGISTerrainProvider.html">MapGISTerrainProvider</a>
7070
7070
 
7071
7071
  </span>
7072
7072
  |
@@ -7472,7 +7472,7 @@ usually completes in time logarithmic to the number of rectangles added with Ces
7472
7472
 
7473
7473
  <span class="param-type">
7474
7474
 
7475
- <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISTerrainProvider" MapGISTerrainProvider.html>MapGISTerrainProvider</a>
7475
+ <a link="MapGISTerrainProvider.html" onclick="getTypeHTML(event)" href="MapGISTerrainProvider.html">MapGISTerrainProvider</a>
7476
7476
 
7477
7477
  </span>
7478
7478
  |