@mapgis/webclient-cesium-plugin 17.4.0 → 17.4.8
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 +76 -1
- package/dist/es5/webclient-cesium-plugin.min.js +9 -9
- package/dist/es5/webclient-common.min.js +37 -5
- package/dist/webclient-cesium-plugin-es6.min.js +9 -9
- package/documention/AlgorithmLib.html +8 -4
- package/documention/AngulationTool.html +8 -4
- package/documention/AnimationTool.html +8 -4
- package/documention/ArcGISMapServerImageryProvider.html +8 -4
- package/documention/ArcGISTileServerImageryProvider.html +8 -4
- package/documention/ArcGISVectorTileImageryProvider.html +8 -4
- package/documention/Cesium.Material.html +8 -4
- package/documention/Cesium.Viewer.html +185 -4
- package/documention/Cesium3DTileset.html +8 -4
- package/documention/CesiumHeatmap.html +8 -4
- package/documention/CesiumNavigation.html +511 -0
- package/documention/CesiumTerrainProvider.html +8 -4
- package/documention/CircleWaveMaterialProperty.html +8 -4
- package/documention/CollisionDetectionByRender.html +8 -4
- package/documention/CompatibleFunc.html +8 -4
- package/documention/CustomProjection.html +8 -4
- package/documention/CustomTilingScheme.html +8 -4
- package/documention/CutFillAnalysis.html +8 -4
- package/documention/CuttingTool.html +155 -18
- package/documention/Deferred.html +8 -4
- package/documention/DrawElement.html +18 -14
- package/documention/DrawTool.html +10 -6
- package/documention/DynamicEntityVisualizer.html +8 -4
- package/documention/DynamicLabelLayer.html +333 -447
- package/documention/EditTool.html +8 -4
- package/documention/FloodAnalysis.html +8 -4
- package/documention/FloodAnalysisReflection.html +8 -4
- package/documention/GeoJSONLayerUtil.html +8 -4
- package/documention/GlobeIndependentTranslucency.html +8 -4
- package/documention/Graphic.html +8 -4
- package/documention/GraphicTransformTool.html +1207 -0
- package/documention/GraphicsLayer.html +9 -5
- package/documention/GraphicsLayerUtil.html +8 -4
- package/documention/GroundPrimitiveLayer.html +1645 -0
- package/documention/HashMap.html +8 -4
- package/documention/HeightLimited.html +8 -4
- package/documention/IGSFeatureLayerUtil.html +171 -4
- package/documention/ISSceneLayerUtil.html +222 -4
- package/documention/KeyboardCameraController.html +8 -4
- package/documention/MapGISDynamicLabelCollection.html +1696 -0
- package/documention/MapGISFeatureGridCollection.html +1579 -0
- package/documention/MapGISImageServerImageryProvider.html +2388 -0
- package/documention/MapGISM3DSet.html +8 -4
- package/documention/MapGISMapServerImageProvider.html +2523 -0
- package/documention/MapGISMapServerImageryProvider.html +9 -5
- package/documention/MapGISTerrainProvider.html +8 -4
- package/documention/MapGISTileAvailability.html +10 -6
- package/documention/MapGISTileServerImageProvider.html +2033 -0
- package/documention/MapGISTileServerImageryProvider.html +8 -4
- package/documention/MapGISVectorTileImageryProvider.html +8 -4
- package/documention/MeasureAreaTool.html +8 -4
- package/documention/MeasureLengthTool.html +8 -4
- package/documention/MeasureSlopeTool.html +8 -4
- package/documention/ModelEditor.html +8 -4
- package/documention/ModelFilterTool.html +8 -4
- package/documention/ModelTransformTool.html +12 -8
- package/documention/NavigationControl.html +512 -0
- package/documention/NavigationTool.html +694 -0
- package/documention/OpenWeatherImageryProvider.html +766 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +8 -4
- package/documention/Popup.html +9 -5
- package/documention/PostProcessStageLibrary.html +8 -4
- package/documention/Promise.html +8 -4
- package/documention/ProviderBaseUrlRegExp.html +735 -0
- package/documention/RadarMaterialProperty.html +8 -4
- package/documention/ReImg.html +8 -4
- package/documention/ResetViewNavigationControl.html +975 -0
- package/documention/RiverGeometry.html +8 -4
- package/documention/RoamParticle.html +8 -4
- package/documention/S3MTileset.html +8 -4
- package/documention/SceneView.html +3274 -6
- package/documention/SceneViewCesium.html +1028 -447
- package/documention/Screenshot.html +8 -4
- package/documention/SelectTool.html +8 -4
- package/documention/ShadowRateAnalysis.html +8 -4
- package/documention/ShadowRateDrawCommand.html +8 -4
- package/documention/SketchEditor.html +1774 -0
- package/documention/SketchEditorCesium.html +249 -365
- package/documention/StableParticle.html +8 -4
- package/documention/Style.html +8 -4
- package/documention/TerrainAnalyse.html +11 -7
- package/documention/TerrainProfile.html +8 -4
- package/documention/ThemeManager.html +9 -5
- package/documention/Tooltip.html +8 -4
- package/documention/TriangulationTool.html +8 -4
- package/documention/UrlTemplateImageryProvider.html +8 -4
- package/documention/UserInterfaceControl.html +1187 -0
- package/documention/VisiblityAnalysis.html +9 -5
- package/documention/WFSLayerUtil.html +8 -4
- package/documention/WaterReflection.html +8 -4
- package/documention/WebMapServiceImageryProvider.html +8 -4
- package/documention/WebMapTileServiceImageryProvider.html +8 -4
- package/documention/Wind3D.html +8 -4
- package/documention/ZoomNavigationControl.html +861 -0
- package/documention/createColorTexture.html +8 -4
- package/documention/global.html +80 -218
- package/documention/index.html +8 -4
- package/documention/initializeOptions.html +8 -4
- package/documention/isCounterClockwise.html +8 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +8 -4
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +8 -4
- package/documention/module.exports_module.exports.html +8 -4
- package/package.json +1 -1
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.