@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.
- package/README.md +601 -576
- package/dist/es5/webclient-cesium-plugin.min.js +64 -5
- package/dist/es5/webclient-common.min.js +37 -5
- package/dist/webclient-cesium-plugin-es6.min.js +64 -5
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
- package/documention/AlgorithmLib.html +118 -12
- package/documention/AngulationTool.html +158 -16
- package/documention/AnimationTool.html +148 -34
- package/documention/ArcGISMapServerImageryProvider.html +419 -193
- package/documention/ArcGISTileServerImageryProvider.html +380 -134
- package/documention/ArcGISVectorTileImageryProvider.html +498 -168
- package/documention/Cesium.Material.html +580 -0
- package/documention/Cesium.Viewer.html +1241 -0
- package/documention/Cesium3DTileset.html +691 -0
- package/documention/CesiumHeatmap.html +123 -2439
- package/documention/CesiumTerrainProvider.html +322 -10
- package/documention/CircleWaveMaterialProperty.html +120 -17
- package/documention/CollisionDetectionByRender.html +116 -10
- package/documention/CompatibleFunc.html +731 -0
- package/documention/CustomProjection.html +1208 -0
- package/documention/CustomTilingScheme.html +392 -475
- package/documention/CutFillAnalysis.html +1943 -0
- package/documention/CuttingTool.html +154 -238
- package/documention/Deferred.html +116 -10
- package/documention/DrawElement.html +125 -10
- package/documention/DrawTool.html +117 -11
- package/documention/DynamicEntityVisualizer.html +342 -30
- package/documention/DynamicLabelLayer.html +451 -333
- package/documention/EditTool.html +117 -11
- package/documention/FloodAnalysis.html +1895 -0
- package/documention/FloodAnalysisReflection.html +127 -15
- package/documention/GeoJSONLayerUtil.html +337 -63
- package/documention/GlobeIndependentTranslucency.html +121 -13
- package/documention/Graphic.html +233 -585
- package/documention/GraphicTransformTool.html +1207 -0
- package/documention/GraphicsLayer.html +207 -212
- package/documention/GraphicsLayerUtil.html +337 -63
- package/documention/HashMap.html +4010 -317
- package/documention/HeightLimited.html +127 -15
- package/documention/IGSFeatureLayerUtil.html +495 -58
- package/documention/ISSceneLayerUtil.html +329 -9
- package/documention/KeyboardCameraController.html +118 -10
- package/documention/MapGISM3DSet.html +728 -0
- package/documention/MapGISMapServerImageryProvider.html +475 -648
- package/documention/MapGISTerrainProvider.html +1228 -8281
- package/documention/MapGISTileAvailability.html +1546 -0
- package/documention/MapGISTileServerImageryProvider.html +419 -660
- package/documention/MapGISVectorTileImageryProvider.html +408 -1283
- package/documention/MeasureAreaTool.html +177 -62
- package/documention/MeasureLengthTool.html +179 -64
- package/documention/MeasureSlopeTool.html +129 -15
- package/documention/ModelEditor.html +132 -21
- package/documention/ModelFilterTool.html +213 -23
- package/documention/ModelTransformTool.html +191 -38
- package/documention/NavigationTool.html +694 -0
- package/documention/OpenWeatherImageryProvider.html +762 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
- package/documention/Popup.html +351 -266
- package/documention/PostProcessStageLibrary.html +118 -12
- package/documention/Promise.html +119 -13
- package/documention/RadarMaterialProperty.html +120 -17
- package/documention/ReImg.html +133 -9
- package/documention/RiverGeometry.html +126 -20
- package/documention/RoamParticle.html +119 -9
- package/documention/S3MTileset.html +136 -10
- package/documention/SceneView.html +4993 -0
- package/documention/SceneViewCesium.html +447 -1028
- package/documention/Screenshot.html +337 -134
- package/documention/SelectTool.html +116 -38
- package/documention/ShadowRateAnalysis.html +117 -18
- package/documention/ShadowRateDrawCommand.html +115 -9
- package/documention/SketchEditor.html +1774 -0
- package/documention/SketchEditorCesium.html +365 -249
- package/documention/SkyLineAnalysis.html +9 -9
- package/documention/StableParticle.html +119 -9
- package/documention/Style.html +154 -533
- package/documention/TerrainAnalyse.html +265 -40
- package/documention/TerrainProfile.html +128 -16
- package/documention/ThemeManager.html +2237 -0
- package/documention/Tooltip.html +115 -9
- package/documention/TriangulationTool.html +176 -61
- package/documention/UrlTemplateImageryProvider.html +856 -38
- package/documention/VisiblityAnalysis.html +132 -24
- package/documention/WFSLayerUtil.html +337 -63
- package/documention/WaterReflection.html +132 -20
- package/documention/WebMapServiceImageryProvider.html +924 -70
- package/documention/WebMapTileServiceImageryProvider.html +843 -78
- package/documention/Wind3D.html +122 -11
- package/documention/createColorTexture.html +608 -0
- package/documention/global.html +14325 -68
- package/documention/index.html +167 -14
- package/documention/initializeOptions.html +561 -0
- package/documention/isCounterClockwise.html +760 -0
- 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
- 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
- package/documention/module.exports_module.exports.html +338 -44
- package/documention/scripts/search.js +1 -26
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
- 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.