@mapgis/webclient-cesium-plugin 17.2.8 → 17.4.1

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 (113) hide show
  1. package/README.md +601 -576
  2. package/dist/es5/webclient-cesium-plugin.min.js +64 -5
  3. package/dist/es5/webclient-common.min.js +37 -5
  4. package/dist/webclient-cesium-plugin-es6.min.js +64 -5
  5. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
  6. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
  7. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
  8. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
  9. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
  10. package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
  11. package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
  12. package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
  13. package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
  14. package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
  15. package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
  16. package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
  17. package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
  18. package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
  19. package/documention/AlgorithmLib.html +118 -12
  20. package/documention/AngulationTool.html +158 -16
  21. package/documention/AnimationTool.html +148 -34
  22. package/documention/ArcGISMapServerImageryProvider.html +419 -193
  23. package/documention/ArcGISTileServerImageryProvider.html +380 -134
  24. package/documention/ArcGISVectorTileImageryProvider.html +498 -168
  25. package/documention/Cesium.Material.html +580 -0
  26. package/documention/Cesium.Viewer.html +1241 -0
  27. package/documention/Cesium3DTileset.html +691 -0
  28. package/documention/CesiumHeatmap.html +123 -2439
  29. package/documention/CesiumTerrainProvider.html +322 -10
  30. package/documention/CircleWaveMaterialProperty.html +120 -17
  31. package/documention/CollisionDetectionByRender.html +116 -10
  32. package/documention/CompatibleFunc.html +731 -0
  33. package/documention/CustomProjection.html +1208 -0
  34. package/documention/CustomTilingScheme.html +392 -475
  35. package/documention/CutFillAnalysis.html +1943 -0
  36. package/documention/CuttingTool.html +154 -238
  37. package/documention/Deferred.html +116 -10
  38. package/documention/DrawElement.html +125 -10
  39. package/documention/DrawTool.html +117 -11
  40. package/documention/DynamicEntityVisualizer.html +342 -30
  41. package/documention/DynamicLabelLayer.html +451 -333
  42. package/documention/EditTool.html +117 -11
  43. package/documention/FloodAnalysis.html +1895 -0
  44. package/documention/FloodAnalysisReflection.html +127 -15
  45. package/documention/GeoJSONLayerUtil.html +337 -63
  46. package/documention/GlobeIndependentTranslucency.html +121 -13
  47. package/documention/Graphic.html +233 -585
  48. package/documention/GraphicTransformTool.html +1207 -0
  49. package/documention/GraphicsLayer.html +207 -212
  50. package/documention/GraphicsLayerUtil.html +337 -63
  51. package/documention/HashMap.html +4010 -317
  52. package/documention/HeightLimited.html +127 -15
  53. package/documention/IGSFeatureLayerUtil.html +495 -58
  54. package/documention/ISSceneLayerUtil.html +329 -9
  55. package/documention/KeyboardCameraController.html +118 -10
  56. package/documention/MapGISM3DSet.html +728 -0
  57. package/documention/MapGISMapServerImageryProvider.html +475 -648
  58. package/documention/MapGISTerrainProvider.html +1228 -8281
  59. package/documention/MapGISTileAvailability.html +1546 -0
  60. package/documention/MapGISTileServerImageryProvider.html +419 -660
  61. package/documention/MapGISVectorTileImageryProvider.html +408 -1283
  62. package/documention/MeasureAreaTool.html +177 -62
  63. package/documention/MeasureLengthTool.html +179 -64
  64. package/documention/MeasureSlopeTool.html +129 -15
  65. package/documention/ModelEditor.html +132 -21
  66. package/documention/ModelFilterTool.html +213 -23
  67. package/documention/ModelTransformTool.html +191 -38
  68. package/documention/NavigationTool.html +694 -0
  69. package/documention/OpenWeatherImageryProvider.html +762 -0
  70. package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
  71. package/documention/Popup.html +351 -266
  72. package/documention/PostProcessStageLibrary.html +118 -12
  73. package/documention/Promise.html +119 -13
  74. package/documention/RadarMaterialProperty.html +120 -17
  75. package/documention/ReImg.html +133 -9
  76. package/documention/RiverGeometry.html +126 -20
  77. package/documention/RoamParticle.html +119 -9
  78. package/documention/S3MTileset.html +136 -10
  79. package/documention/SceneView.html +4993 -0
  80. package/documention/SceneViewCesium.html +447 -1028
  81. package/documention/Screenshot.html +337 -134
  82. package/documention/SelectTool.html +116 -38
  83. package/documention/ShadowRateAnalysis.html +117 -18
  84. package/documention/ShadowRateDrawCommand.html +115 -9
  85. package/documention/SketchEditor.html +1774 -0
  86. package/documention/SketchEditorCesium.html +365 -249
  87. package/documention/SkyLineAnalysis.html +9 -9
  88. package/documention/StableParticle.html +119 -9
  89. package/documention/Style.html +154 -533
  90. package/documention/TerrainAnalyse.html +265 -40
  91. package/documention/TerrainProfile.html +128 -16
  92. package/documention/ThemeManager.html +2237 -0
  93. package/documention/Tooltip.html +115 -9
  94. package/documention/TriangulationTool.html +176 -61
  95. package/documention/UrlTemplateImageryProvider.html +856 -38
  96. package/documention/VisiblityAnalysis.html +132 -24
  97. package/documention/WFSLayerUtil.html +337 -63
  98. package/documention/WaterReflection.html +132 -20
  99. package/documention/WebMapServiceImageryProvider.html +924 -70
  100. package/documention/WebMapTileServiceImageryProvider.html +843 -78
  101. package/documention/Wind3D.html +122 -11
  102. package/documention/createColorTexture.html +608 -0
  103. package/documention/global.html +14325 -68
  104. package/documention/index.html +167 -14
  105. package/documention/initializeOptions.html +561 -0
  106. package/documention/isCounterClockwise.html +760 -0
  107. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +339 -86
  108. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +361 -218
  109. package/documention/module.exports_module.exports.html +338 -44
  110. package/documention/scripts/search.js +1 -26
  111. package/documention/styles/app.min.css +1 -1
  112. package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
  113. package/package.json +6 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.