@mapgis/webclient-cesium-plugin 17.4.0 → 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 +9 -0
- package/dist/es5/webclient-cesium-plugin.min.js +8 -8
- package/dist/es5/webclient-common.min.js +35 -3
- package/dist/webclient-cesium-plugin-es6.min.js +8 -8
- package/documention/AlgorithmLib.html +7 -3
- package/documention/AngulationTool.html +7 -3
- package/documention/AnimationTool.html +7 -3
- package/documention/ArcGISMapServerImageryProvider.html +7 -3
- package/documention/ArcGISTileServerImageryProvider.html +7 -3
- package/documention/ArcGISVectorTileImageryProvider.html +7 -3
- package/documention/Cesium.Material.html +7 -3
- package/documention/Cesium.Viewer.html +184 -3
- package/documention/Cesium3DTileset.html +7 -3
- package/documention/CesiumHeatmap.html +7 -3
- package/documention/CesiumTerrainProvider.html +7 -3
- package/documention/CircleWaveMaterialProperty.html +7 -3
- package/documention/CollisionDetectionByRender.html +7 -3
- package/documention/CompatibleFunc.html +7 -3
- package/documention/CustomProjection.html +7 -3
- package/documention/CustomTilingScheme.html +7 -3
- package/documention/CutFillAnalysis.html +7 -3
- package/documention/CuttingTool.html +7 -3
- package/documention/Deferred.html +7 -3
- package/documention/DrawElement.html +7 -3
- package/documention/DrawTool.html +7 -3
- package/documention/DynamicEntityVisualizer.html +7 -3
- package/documention/DynamicLabelLayer.html +7 -3
- package/documention/EditTool.html +7 -3
- package/documention/FloodAnalysis.html +7 -3
- package/documention/FloodAnalysisReflection.html +7 -3
- package/documention/GeoJSONLayerUtil.html +7 -3
- package/documention/GlobeIndependentTranslucency.html +7 -3
- package/documention/Graphic.html +7 -3
- package/documention/GraphicTransformTool.html +1207 -0
- package/documention/GraphicsLayer.html +7 -3
- package/documention/GraphicsLayerUtil.html +7 -3
- package/documention/HashMap.html +7 -3
- package/documention/HeightLimited.html +7 -3
- package/documention/IGSFeatureLayerUtil.html +7 -3
- package/documention/ISSceneLayerUtil.html +221 -3
- package/documention/KeyboardCameraController.html +7 -3
- package/documention/MapGISM3DSet.html +7 -3
- package/documention/MapGISMapServerImageryProvider.html +7 -3
- package/documention/MapGISTerrainProvider.html +7 -3
- package/documention/MapGISTileAvailability.html +7 -3
- package/documention/MapGISTileServerImageryProvider.html +7 -3
- package/documention/MapGISVectorTileImageryProvider.html +7 -3
- package/documention/MeasureAreaTool.html +7 -3
- package/documention/MeasureLengthTool.html +7 -3
- package/documention/MeasureSlopeTool.html +7 -3
- package/documention/ModelEditor.html +7 -3
- package/documention/ModelFilterTool.html +7 -3
- package/documention/ModelTransformTool.html +7 -3
- package/documention/NavigationTool.html +694 -0
- package/documention/OpenWeatherImageryProvider.html +762 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +7 -3
- package/documention/Popup.html +7 -3
- package/documention/PostProcessStageLibrary.html +7 -3
- package/documention/Promise.html +7 -3
- package/documention/RadarMaterialProperty.html +7 -3
- package/documention/ReImg.html +7 -3
- package/documention/RiverGeometry.html +7 -3
- package/documention/RoamParticle.html +7 -3
- package/documention/S3MTileset.html +7 -3
- package/documention/SceneView.html +3251 -5
- package/documention/Screenshot.html +7 -3
- package/documention/SelectTool.html +7 -3
- package/documention/ShadowRateAnalysis.html +7 -3
- package/documention/ShadowRateDrawCommand.html +7 -3
- package/documention/SketchEditor.html +1774 -0
- package/documention/StableParticle.html +7 -3
- package/documention/Style.html +7 -3
- package/documention/TerrainAnalyse.html +7 -3
- package/documention/TerrainProfile.html +7 -3
- package/documention/ThemeManager.html +7 -3
- package/documention/Tooltip.html +7 -3
- package/documention/TriangulationTool.html +7 -3
- package/documention/UrlTemplateImageryProvider.html +7 -3
- package/documention/VisiblityAnalysis.html +7 -3
- package/documention/WFSLayerUtil.html +7 -3
- package/documention/WaterReflection.html +7 -3
- package/documention/WebMapServiceImageryProvider.html +7 -3
- package/documention/WebMapTileServiceImageryProvider.html +7 -3
- package/documention/Wind3D.html +7 -3
- package/documention/createColorTexture.html +7 -3
- package/documention/global.html +7 -3
- package/documention/index.html +7 -3
- package/documention/initializeOptions.html +7 -3
- package/documention/isCounterClockwise.html +7 -3
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +7 -3
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +7 -3
- package/documention/module.exports_module.exports.html +7 -3
- package/package.json +1 -1
package/README.md
CHANGED