@mapgis/webclient-cesium-plugin 17.4.1 → 17.6.0
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 +674 -601
- package/dist/es5/webclient-cesium-plugin.min.js +10 -10
- package/dist/es5/webclient-common.min.js +32 -6
- package/dist/webclient-cesium-plugin-es6.min.js +10 -10
- package/documention/AlgorithmLib.html +6 -6
- package/documention/AngulationTool.html +143 -86
- package/documention/AnimationTool.html +6 -6
- package/documention/ArcGISMapServerImageryProvider.html +20 -40
- package/documention/ArcGISMapServerSingleImageryProvider.html +1070 -0
- package/documention/ArcGISTileServerImageryProvider.html +18 -10
- package/documention/ArcGISVectorTileImageryProvider.html +14 -9
- package/documention/BaseImageryProvider.html +1777 -0
- package/documention/Cesium.Material.html +6 -6
- package/documention/Cesium.Viewer.html +6 -6
- package/documention/Cesium3DTileset.html +6 -6
- package/documention/CesiumHeatmap.html +6 -6
- package/documention/CesiumNavigation.html +511 -0
- package/documention/CesiumTerrainProvider.html +6 -6
- package/documention/CircleWaveMaterialProperty.html +6 -6
- package/documention/CollisionDetectionByRender.html +6 -6
- package/documention/CompatibleFunc.html +258 -9
- package/documention/CustomPrimitive.html +463 -0
- package/documention/CustomProjection.html +6 -6
- package/documention/CustomTilingScheme.html +6 -6
- package/documention/CutFillAnalysis.html +6 -6
- package/documention/CuttingTool.html +154 -21
- package/documention/Deferred.html +6 -6
- package/documention/DrawElement.html +16 -16
- package/documention/DrawTool.html +8 -8
- package/documention/DynamicEntityVisualizer.html +8 -6
- package/documention/DynamicLabelLayer.html +333 -451
- package/documention/EditTool.html +6 -6
- package/documention/FloodAnalysis.html +6 -6
- package/documention/FloodAnalysisReflection.html +6 -6
- package/documention/FlowParticle.html +1052 -0
- package/documention/Fluid.html +2712 -0
- package/documention/FluidFoam.html +1052 -0
- package/documention/FluidReflection.html +954 -0
- package/documention/FluidShadow.html +954 -0
- package/documention/FluidSourceCollection.html +1399 -0
- package/documention/FluidSpecular.html +954 -0
- package/documention/GeoJSONLayerUtil.html +6 -6
- package/documention/GlobeIndependentTranslucency.html +6 -6
- package/documention/Graphic.html +6 -6
- package/documention/GraphicTransformTool.html +6 -6
- package/documention/GraphicsLayer.html +7 -7
- package/documention/GraphicsLayerUtil.html +6 -6
- package/documention/GroundPrimitiveLayer.html +1675 -0
- package/documention/HashMap.html +6 -6
- package/documention/HeightLimited.html +6 -6
- package/documention/IGSFeatureLayerUtil.html +169 -6
- package/documention/ISSceneLayerUtil.html +6 -870
- package/documention/KeyboardCameraController.html +6 -6
- package/documention/MapGISDynamicLabelCollection.html +1696 -0
- package/documention/MapGISFeatureGridCollection.html +1579 -0
- package/documention/MapGISImageServerImageryProvider.html +1878 -0
- package/documention/MapGISM3DSet.html +9 -6
- package/documention/MapGISMapServerImageryProvider.html +171 -814
- package/documention/MapGISMapServerSingleImageryProvider.html +1222 -0
- package/documention/MapGISTerrainProvider.html +1098 -13
- package/documention/MapGISTerrainService.html +1740 -0
- package/documention/MapGISTileAvailability.html +8 -8
- package/documention/MapGISTileServerImageryProvider.html +98 -1343
- package/documention/MapGISVectorTileImageryProvider.html +126 -694
- package/documention/MeasureAreaTool.html +371 -6
- package/documention/MeasureLengthTool.html +99 -88
- package/documention/MeasureSlopeTool.html +216 -12
- package/documention/ModelEditor.html +6 -6
- package/documention/ModelFilterTool.html +6 -6
- package/documention/ModelTransformTool.html +439 -19
- package/documention/NavigationControl.html +512 -0
- package/documention/NavigationTool.html +7 -7
- package/documention/OpenWeatherImageryProvider.html +39 -87
- package/documention/PointFluidSource.html +866 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +6 -6
- package/documention/Popup.html +7 -7
- package/documention/PostProcessStageLibrary.html +6 -6
- package/documention/Promise.html +6 -6
- package/documention/ProviderBaseUrlRegExp.html +735 -0
- package/documention/RadarMaterialProperty.html +6 -6
- package/documention/ReImg.html +6 -6
- package/documention/RenderUtil.html +685 -0
- package/documention/ResetViewNavigationControl.html +975 -0
- package/documention/RiverGeometry.html +6 -6
- package/documention/RoamParticle.html +6 -6
- package/documention/S3MTileset.html +9 -6
- package/documention/SceneView.html +319 -192
- package/documention/SceneViewCesium.html +1028 -447
- package/documention/Screenshot.html +6 -6
- package/documention/SelectTool.html +6 -6
- package/documention/ShadowRateAnalysis.html +6 -6
- package/documention/ShadowRateDrawCommand.html +6 -6
- package/documention/SingleImageryProvider.html +1544 -0
- package/documention/SketchEditor.html +7 -7
- package/documention/SketchEditorCesium.html +249 -365
- package/documention/StableParticle.html +6 -6
- package/documention/Style.html +6 -6
- package/documention/TerrainAnalyse.html +9 -9
- package/documention/TerrainProfile.html +86 -11
- package/documention/ThemeManager.html +7 -7
- package/documention/Tooltip.html +6 -6
- package/documention/TriangulationTool.html +115 -362
- package/documention/UrlTemplateImageryProvider.html +11 -10
- package/documention/UserInterfaceControl.html +1187 -0
- package/documention/VisiblityAnalysis.html +7 -7
- package/documention/VolumeFluidSource.html +664 -0
- package/documention/WFSLayerUtil.html +6 -6
- package/documention/WaterReflection.html +6 -6
- package/documention/WebMapServiceImageryProvider.html +13 -8
- package/documention/WebMapServiceSingleImageryProvider.html +1043 -0
- package/documention/WebMapTileServiceImageryProvider.html +14 -8
- package/documention/Wind3D.html +6 -6
- package/documention/ZoomNavigationControl.html +861 -0
- package/documention/createColorTexture.html +6 -6
- package/documention/global.html +957 -888
- package/documention/index.html +6 -6
- package/documention/initializeOptions.html +6 -6
- package/documention/isCounterClockwise.html +6 -6
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +6 -6
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +6 -6
- package/documention/module.exports_module.exports.html +6 -6
- package/package.json +2 -2
- package/documention/IGSSceneLayerUtil.html +0 -2313
- package/documention/SkyLineAnalysis.html +0 -660
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
|
|
105
105
|
<nav>
|
|
106
106
|
|
|
107
|
-
<div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS
|
|
107
|
+
<div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS地图服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerSingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerSingleImageryProvider.html">ArcGISMapServerSingleImageryProvider</a><span style="display: none;"><p>ArcGIS地图服务一张图出图接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><span style="display: none;"><p>ArcGIS瓦片服务接入类,现已不支持通过构造函数(new ArcGISTileServerImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISVectorTileImageryProvider.html">ArcGISVectorTileImageryProvider</a><span style="display: none;"><p>ArcGIS矢量瓦片服务接入类,现已不支持通过构造函数(new ArcGISVectorTileImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="BaseImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="BaseImageryProvider.html">BaseImageryProvider</a><span style="display: none;"><p>基础影像服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium3DTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium3DTileset.html">Cesium3DTileset</a><span style="display: none;"><p>Cesium3DTileset对象,现已不支持通过构造函数(new Cesium3DTileset())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Material"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Material.html">Material</a><span style="display: none;"><p>新增了部分Cesium材质<br>
|
|
108
108
|
《PolylineTrailLink材质》<br>
|
|
109
109
|
参考示例:
|
|
110
110
|
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
|
|
@@ -201,7 +201,7 @@ repeat: 重复次数,2.0<br><br></p></span></li><li style="white-space: nowrap
|
|
|
201
201
|
</ol></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CutFillAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CutFillAnalysis.html">CutFillAnalysis</a><span style="display: none;"><p>填挖方分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CuttingTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CuttingTool.html">CuttingTool</a><span style="display: none;"><p>三维场景裁剪工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawElement"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawElement.html">DrawElement</a><span style="display: none;"><p>几何绘制类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawTool.html">DrawTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DynamicEntityVisualizer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DynamicEntityVisualizer.html">DynamicEntityVisualizer</a><span style="display: none;"><p>动态实体视图类封装
|
|
202
202
|
1、支持BillBoard、Label、GroundPrimitive等动态显示,处理覆盖问题
|
|
203
203
|
2、动态显隐效果
|
|
204
|
-
3、视窗内性能优化</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
|
|
204
|
+
3、视窗内性能优化</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FlowParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FlowParticle.html">FlowParticle</a><span style="display: none;"><p>流体粒子对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Fluid"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Fluid.html">Fluid</a><span style="display: none;"><p>流体模拟对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidFoam"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidFoam.html">FluidFoam</a><span style="display: none;"><p>流体白浪对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidReflection.html">FluidReflection</a><span style="display: none;"><p>流体反射对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidShadow"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidShadow.html">FluidShadow</a><span style="display: none;"><p>流体阴影对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidSourceCollection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidSourceCollection.html">FluidSourceCollection</a><span style="display: none;"><p>流体源集合对象(该对象会在Fluid内部进行实例化,不需要额外手动实例化)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidSpecular"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidSpecular.html">FluidSpecular</a><span style="display: none;"><p>流体高光对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
|
|
205
205
|
<p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
|
|
206
206
|
viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
|
|
207
207
|
使用原生的地表透明方式还是该类的地表透明方式由 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
|
|
@@ -260,9 +260,9 @@ viewer.scene.globe.translucency依然能够使用,但两者同时使用时会
|
|
|
260
260
|
<ul>
|
|
261
261
|
<li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
|
|
262
262
|
<li><code>R</code>:重置视角到初始视角,仅在参数<code>initView</code>定义时有效</li>
|
|
263
|
-
</ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>
|
|
263
|
+
</ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISDynamicLabelCollection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISDynamicLabelCollection.html">MapGISDynamicLabelCollection</a><span style="display: none;"><p>动态注记容器</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISFeatureGridCollection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISFeatureGridCollection.html">MapGISFeatureGridCollection</a><span style="display: none;"><p>网格要素容器</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISImageServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISImageServerImageryProvider.html">MapGISImageServerImageryProvider</a><span style="display: none;"><p>IGS影像服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>IGS地图服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerSingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerSingleImageryProvider.html">MapGISMapServerSingleImageryProvider</a><span style="display: none;"><p>IGS地图服务一张图出图接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainProvider.html">MapGISTerrainProvider</a><span style="display: none;"><p>MapGIS地形服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainService"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainService.html">MapGISTerrainService</a><span style="display: none;"><p>MapGIS地形服务对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileAvailability"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileAvailability.html">MapGISTileAvailability</a><span style="display: none;"><p>MapGIS的TileAvailability类,重写了Cesium.TileAvailability的所有方法,支持在内部自动筛选要使用的地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><span style="display: none;"><p>IGS瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><span style="display: none;"><p>MapGIS矢量瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureAreaTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureAreaTool.html">MeasureAreaTool</a><span style="display: none;"><p>面积测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureLengthTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureLengthTool.html">MeasureLengthTool</a><span style="display: none;"><p>距离测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureSlopeTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureSlopeTool.html">MeasureSlopeTool</a><span style="display: none;"><p>坡度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelEditor.html">ModelEditor</a><span style="display: none;"><p>模型矩阵编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelFilterTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelFilterTool.html">ModelFilterTool</a><span style="display: none;"><p>模型空间过滤工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelTransformTool.html">ModelTransformTool</a><span style="display: none;"><p>模型变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="NavigationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="NavigationTool.html">NavigationTool</a><span style="display: none;"><p>A mixin which adds the Compass/Navigation widget to the Viewer widget.
|
|
264
264
|
Rather than being called directly, this function is normally passed as
|
|
265
|
-
a parameter to <code>Viewer#extend</code>, as shown in the example below.</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="OpenWeatherImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="OpenWeatherImageryProvider.html">OpenWeatherImageryProvider</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS图层,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS图层,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
|
|
265
|
+
a parameter to <code>Viewer#extend</code>, as shown in the example below.</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="OpenWeatherImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="OpenWeatherImageryProvider.html">OpenWeatherImageryProvider</a><span style="display: none;"><p>OpenWeatherMap服务服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PointFluidSource"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PointFluidSource.html">PointFluidSource</a><span style="display: none;"><p>点流体源对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SingleImageryProvider.html">SingleImageryProvider</a><span style="display: none;"><p>一张图出图的服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VolumeFluidSource"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VolumeFluidSource.html">VolumeFluidSource</a><span style="display: none;"><p>全域流体源对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS服务接入类,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceSingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceSingleImageryProvider.html">WebMapServiceSingleImageryProvider</a><span style="display: none;"><p>WMS服务一张图出图接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS服务接入类,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
|
|
266
266
|
参考示例:
|
|
267
267
|
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
268
268
|
<br>[ES5引入方式]:<br/>
|
|
@@ -270,12 +270,12 @@ zondy.cesium.SceneView() <br/>
|
|
|
270
270
|
[ES6引入方式]:<br/>
|
|
271
271
|
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
272
272
|
自定义样式说明:<br/>
|
|
273
|
-
zondy-
|
|
273
|
+
zondy-popup__container 弹窗容器样式<br/>
|
|
274
274
|
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
275
275
|
zondy-popup__header 弹窗头部样式<br/>
|
|
276
276
|
zondy-popup__content 弹窗主体样式<br/>
|
|
277
277
|
zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SceneView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SceneView.html">SceneView</a><span style="display: none;"><p>场景视图类<br/>
|
|
278
|
-
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SceneView.html' target='_blank'>zondy.SceneView</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
278
|
+
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SceneView.html' target='_blank'>zondy.SceneView</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">服务模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ProviderBaseUrlRegExp"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ProviderBaseUrlRegExp.html">ProviderBaseUrlRegExp</a><span style="display: none;"><p>服务基地址匹配正则表达式</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
279
279
|
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor3D.html' target='_blank'>zondy.SketchEditor3D</a><br/>
|
|
280
280
|
<br>[ES5引入方式]:<br/>
|
|
281
281
|
const { SketchEditor } = zondy.tool.sketch <br/>
|
|
@@ -457,7 +457,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
457
457
|
|
|
458
458
|
<li><a href="ModelTransformTool.html#rotateLocal">ModelTransformTool#rotateLocal</a></li>
|
|
459
459
|
|
|
460
|
-
<li><a href="ModelTransformTool.html#
|
|
460
|
+
<li><a href="ModelTransformTool.html#setLocalScale">ModelTransformTool#setLocalScale</a></li>
|
|
461
461
|
</ul>
|
|
462
462
|
</dd>
|
|
463
463
|
|
|
@@ -1729,7 +1729,7 @@ Cesium3DTilesCacheLayer.on('layerview-created', function (result) {
|
|
|
1729
1729
|
|
|
1730
1730
|
|
|
1731
1731
|
<div class="description">
|
|
1732
|
-
<p
|
|
1732
|
+
<p>控制模型在本地空间下做旋转变换(绕指定的旋转中心旋转)</p>
|
|
1733
1733
|
</div>
|
|
1734
1734
|
|
|
1735
1735
|
|
|
@@ -1937,7 +1937,7 @@ HeadingPitchRoll类型为弧度制,Cartesian3类型为角度制。</p></td>
|
|
|
1937
1937
|
<h5>示例</h5>
|
|
1938
1938
|
|
|
1939
1939
|
|
|
1940
|
-
<pre class="prettyprint"><code>var modelTransformTool = new
|
|
1940
|
+
<pre class="prettyprint"><code>var modelTransformTool = new zondy.cesium.ModelTransformTool();
|
|
1941
1941
|
// 从SceneLayer图层中获取MapGISM3DSet
|
|
1942
1942
|
var model = layer._m3dLayerMap.values()[0];
|
|
1943
1943
|
modelTransformTool.initModelEditor(viewer);
|
|
@@ -1977,7 +1977,7 @@ modelTransformTool.rotateLocal({
|
|
|
1977
1977
|
|
|
1978
1978
|
|
|
1979
1979
|
<div class="description">
|
|
1980
|
-
<p
|
|
1980
|
+
<p>设置模型缩放(缩放中心点为模型局部坐标系的原点)。计划废弃,请使用 setLocalScale 代替</p>
|
|
1981
1981
|
</div>
|
|
1982
1982
|
|
|
1983
1983
|
|
|
@@ -2158,7 +2158,7 @@ modelTransformTool.rotateLocal({
|
|
|
2158
2158
|
<h5>示例</h5>
|
|
2159
2159
|
|
|
2160
2160
|
|
|
2161
|
-
<pre class="prettyprint"><code>var modelTransformTool = new
|
|
2161
|
+
<pre class="prettyprint"><code>var modelTransformTool = new zondy.cesium.ModelTransformTool();
|
|
2162
2162
|
modelTransformTool.initModelEditor(viewer);
|
|
2163
2163
|
modelTransformTool.setLocalScala({
|
|
2164
2164
|
size: new Cesium.Cartesian3(2, 2, 2),
|
|
@@ -2168,6 +2168,216 @@ modelTransformTool.setLocalScala({
|
|
|
2168
2168
|
|
|
2169
2169
|
|
|
2170
2170
|
|
|
2171
|
+
</div>
|
|
2172
|
+
|
|
2173
|
+
<div class="member">
|
|
2174
|
+
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
<h4 class="name" id="setLocalScale">
|
|
2178
|
+
<a class="href-link" href="#setLocalScale">#</a>
|
|
2179
|
+
|
|
2180
|
+
<span class="code-name" style="font-size:30px">
|
|
2181
|
+
|
|
2182
|
+
setLocalScale<span class="signature">(options)</span>
|
|
2183
|
+
|
|
2184
|
+
</span>
|
|
2185
|
+
</h4>
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
|
|
2189
|
+
<div class="description">
|
|
2190
|
+
<p>设置模型缩放(缩放中心点为模型局部坐标系的原点)</p>
|
|
2191
|
+
</div>
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
|
|
2199
|
+
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
<h4>参数:</h4>
|
|
2203
|
+
|
|
2204
|
+
<div class="table-container">
|
|
2205
|
+
<table class="params table">
|
|
2206
|
+
<thead>
|
|
2207
|
+
<tr>
|
|
2208
|
+
|
|
2209
|
+
<th>名称</th>
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
<th>类型</th>
|
|
2213
|
+
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
<th class="last">描述</th>
|
|
2217
|
+
</tr>
|
|
2218
|
+
</thead>
|
|
2219
|
+
|
|
2220
|
+
<tbody>
|
|
2221
|
+
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
<tr class="deep-level-0">
|
|
2225
|
+
|
|
2226
|
+
<td class="name"><code>options</code></td>
|
|
2227
|
+
|
|
2228
|
+
|
|
2229
|
+
<td class="type">
|
|
2230
|
+
|
|
2231
|
+
|
|
2232
|
+
<span class="param-type">Object</span>
|
|
2233
|
+
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
</td>
|
|
2237
|
+
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
<td class="description last"></td>
|
|
2241
|
+
</tr>
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
|
|
2245
|
+
|
|
2246
|
+
<tr class="deep-level-1">
|
|
2247
|
+
|
|
2248
|
+
<td class="name"><code>size</code></td>
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
<td class="type">
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
<span class="param-type">Cesium.Cartesian3</span>
|
|
2255
|
+
|
|
2256
|
+
|
|
2257
|
+
|
|
2258
|
+
</td>
|
|
2259
|
+
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
<td class="description last"><p>缩放矢量</p></td>
|
|
2263
|
+
</tr>
|
|
2264
|
+
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
<tr class="deep-level-1">
|
|
2269
|
+
|
|
2270
|
+
<td class="name"><code>model</code></td>
|
|
2271
|
+
|
|
2272
|
+
|
|
2273
|
+
<td class="type">
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
<span class="param-type">Cesium.MapGISM3DSet</span>
|
|
2277
|
+
|
|
|
2278
|
+
|
|
2279
|
+
<span class="param-type">Cesium.MapGISM3D</span>
|
|
2280
|
+
|
|
|
2281
|
+
|
|
2282
|
+
<span class="param-type">Cesium.Cesium3DTileset</span>
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
</td>
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
<td class="description last"><p>要被平移的模型,
|
|
2291
|
+
置空时将从构造函数的layer中取M3D模型。不推荐置空。
|
|
2292
|
+
详见<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/MapGISM3DSet.html' target='_blank'>《Cesium.MapGISM3DSet》</a>
|
|
2293
|
+
<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/MapGISM3D.html' target='_blank'>《Cesium.MapGISM3D》</a>
|
|
2294
|
+
<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/Cesium3DTileset.html' target='_blank'>《Cesium.Cesium3DTileset》</a></p></td>
|
|
2295
|
+
</tr>
|
|
2296
|
+
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
|
|
2303
|
+
</tbody>
|
|
2304
|
+
</table>
|
|
2305
|
+
</div>
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
<dl class="details">
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
|
|
2331
|
+
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
</dl>
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
|
|
2365
|
+
|
|
2366
|
+
|
|
2367
|
+
|
|
2368
|
+
<h5>示例</h5>
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
<pre class="prettyprint"><code>var modelTransformTool = new zondy.cesium.ModelTransformTool();
|
|
2372
|
+
modelTransformTool.initModelEditor(viewer);
|
|
2373
|
+
modelTransformTool.setLocalScale({
|
|
2374
|
+
size: new Cesium.Cartesian3(2, 2, 2),
|
|
2375
|
+
// 从SceneLayer图层中获取MapGISM3DSet
|
|
2376
|
+
model: layer._m3dLayerMap.values()[0]
|
|
2377
|
+
})</code></pre>
|
|
2378
|
+
|
|
2379
|
+
|
|
2380
|
+
|
|
2171
2381
|
</div>
|
|
2172
2382
|
|
|
2173
2383
|
<div class="member">
|
|
@@ -2187,7 +2397,7 @@ modelTransformTool.setLocalScala({
|
|
|
2187
2397
|
|
|
2188
2398
|
|
|
2189
2399
|
<div class="description">
|
|
2190
|
-
<p>设置M3D
|
|
2400
|
+
<p>设置M3D模型在笛卡尔世界坐标系下位置(将模型外包球中心平移到指定的位置)</p>
|
|
2191
2401
|
</div>
|
|
2192
2402
|
|
|
2193
2403
|
|
|
@@ -2368,7 +2578,7 @@ modelTransformTool.setLocalScala({
|
|
|
2368
2578
|
<h5>示例</h5>
|
|
2369
2579
|
|
|
2370
2580
|
|
|
2371
|
-
<pre class="prettyprint"><code>var modelTransformTool = new
|
|
2581
|
+
<pre class="prettyprint"><code>var modelTransformTool = new zondy.cesium.ModelTransformTool();
|
|
2372
2582
|
modelTransformTool.initModelEditor(viewer);
|
|
2373
2583
|
modelTransformTool.setPositionWorld({
|
|
2374
2584
|
position: Cesium.Cartesian3.fromDegrees(113.0750, 30, 100),
|
|
@@ -2397,7 +2607,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2397
2607
|
|
|
2398
2608
|
|
|
2399
2609
|
<div class="description">
|
|
2400
|
-
<p
|
|
2610
|
+
<p>模型旋转(绕模型外包球中心旋转)</p>
|
|
2401
2611
|
</div>
|
|
2402
2612
|
|
|
2403
2613
|
|
|
@@ -2575,7 +2785,217 @@ modelTransformTool.setPositionWorld({
|
|
|
2575
2785
|
|
|
2576
2786
|
|
|
2577
2787
|
<div class="description">
|
|
2578
|
-
<p
|
|
2788
|
+
<p>模型缩放(缩放中心点为模型局部坐标系的原点)。计划废弃,请使用 setScale 代替。</p>
|
|
2789
|
+
</div>
|
|
2790
|
+
|
|
2791
|
+
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
|
|
2800
|
+
<h4>参数:</h4>
|
|
2801
|
+
|
|
2802
|
+
<div class="table-container">
|
|
2803
|
+
<table class="params table">
|
|
2804
|
+
<thead>
|
|
2805
|
+
<tr>
|
|
2806
|
+
|
|
2807
|
+
<th>名称</th>
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
<th>类型</th>
|
|
2811
|
+
|
|
2812
|
+
|
|
2813
|
+
<th style="min-width: 100px;">默认值</th>
|
|
2814
|
+
|
|
2815
|
+
|
|
2816
|
+
<th class="last">描述</th>
|
|
2817
|
+
</tr>
|
|
2818
|
+
</thead>
|
|
2819
|
+
|
|
2820
|
+
<tbody>
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
<tr class="deep-level-0">
|
|
2825
|
+
|
|
2826
|
+
<td class="name"><code>x</code></td>
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
<td class="type">
|
|
2830
|
+
|
|
2831
|
+
|
|
2832
|
+
<span class="param-type">Number</span>
|
|
2833
|
+
|
|
2834
|
+
|
|
2835
|
+
|
|
2836
|
+
</td>
|
|
2837
|
+
|
|
2838
|
+
|
|
2839
|
+
<td class="default">
|
|
2840
|
+
|
|
2841
|
+
1
|
|
2842
|
+
|
|
2843
|
+
</td>
|
|
2844
|
+
|
|
2845
|
+
|
|
2846
|
+
<td class="description last"><p>x轴放大</p></td>
|
|
2847
|
+
</tr>
|
|
2848
|
+
|
|
2849
|
+
|
|
2850
|
+
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
|
|
2854
|
+
<tr class="deep-level-0">
|
|
2855
|
+
|
|
2856
|
+
<td class="name"><code>y</code></td>
|
|
2857
|
+
|
|
2858
|
+
|
|
2859
|
+
<td class="type">
|
|
2860
|
+
|
|
2861
|
+
|
|
2862
|
+
<span class="param-type">Number</span>
|
|
2863
|
+
|
|
2864
|
+
|
|
2865
|
+
|
|
2866
|
+
</td>
|
|
2867
|
+
|
|
2868
|
+
|
|
2869
|
+
<td class="default">
|
|
2870
|
+
|
|
2871
|
+
1
|
|
2872
|
+
|
|
2873
|
+
</td>
|
|
2874
|
+
|
|
2875
|
+
|
|
2876
|
+
<td class="description last"><p>y轴放大</p></td>
|
|
2877
|
+
</tr>
|
|
2878
|
+
|
|
2879
|
+
|
|
2880
|
+
|
|
2881
|
+
|
|
2882
|
+
|
|
2883
|
+
|
|
2884
|
+
<tr class="deep-level-0">
|
|
2885
|
+
|
|
2886
|
+
<td class="name"><code>z</code></td>
|
|
2887
|
+
|
|
2888
|
+
|
|
2889
|
+
<td class="type">
|
|
2890
|
+
|
|
2891
|
+
|
|
2892
|
+
<span class="param-type">Number</span>
|
|
2893
|
+
|
|
2894
|
+
|
|
2895
|
+
|
|
2896
|
+
</td>
|
|
2897
|
+
|
|
2898
|
+
|
|
2899
|
+
<td class="default">
|
|
2900
|
+
|
|
2901
|
+
1
|
|
2902
|
+
|
|
2903
|
+
</td>
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
<td class="description last"><p>z轴放大</p></td>
|
|
2907
|
+
</tr>
|
|
2908
|
+
|
|
2909
|
+
|
|
2910
|
+
|
|
2911
|
+
|
|
2912
|
+
</tbody>
|
|
2913
|
+
</table>
|
|
2914
|
+
</div>
|
|
2915
|
+
|
|
2916
|
+
|
|
2917
|
+
|
|
2918
|
+
|
|
2919
|
+
|
|
2920
|
+
|
|
2921
|
+
<dl class="details">
|
|
2922
|
+
|
|
2923
|
+
|
|
2924
|
+
|
|
2925
|
+
|
|
2926
|
+
|
|
2927
|
+
|
|
2928
|
+
|
|
2929
|
+
|
|
2930
|
+
|
|
2931
|
+
|
|
2932
|
+
|
|
2933
|
+
|
|
2934
|
+
|
|
2935
|
+
|
|
2936
|
+
|
|
2937
|
+
|
|
2938
|
+
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>请使用<a href="ModelTransformTool.html#setLocalScale"><code>ModelTransformTool#setLocalScale</code></a></li></ul></dd>
|
|
2939
|
+
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
|
|
2943
|
+
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
|
|
2947
|
+
|
|
2948
|
+
|
|
2949
|
+
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
|
|
2955
|
+
</dl>
|
|
2956
|
+
|
|
2957
|
+
|
|
2958
|
+
|
|
2959
|
+
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
|
|
2963
|
+
|
|
2964
|
+
|
|
2965
|
+
|
|
2966
|
+
|
|
2967
|
+
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
|
|
2971
|
+
|
|
2972
|
+
|
|
2973
|
+
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
|
|
2977
|
+
|
|
2978
|
+
|
|
2979
|
+
</div>
|
|
2980
|
+
|
|
2981
|
+
<div class="member">
|
|
2982
|
+
|
|
2983
|
+
|
|
2984
|
+
|
|
2985
|
+
<h4 class="name" id="setScale">
|
|
2986
|
+
<a class="href-link" href="#setScale">#</a>
|
|
2987
|
+
|
|
2988
|
+
<span class="code-name" style="font-size:30px">
|
|
2989
|
+
|
|
2990
|
+
setScale<span class="signature">(x<span class="signature-attributes">opt</span>, y<span class="signature-attributes">opt</span>, z<span class="signature-attributes">opt</span>)</span>
|
|
2991
|
+
|
|
2992
|
+
</span>
|
|
2993
|
+
</h4>
|
|
2994
|
+
|
|
2995
|
+
|
|
2996
|
+
|
|
2997
|
+
<div class="description">
|
|
2998
|
+
<p>模型缩放(缩放中心点为模型局部坐标系的原点)</p>
|
|
2579
2999
|
</div>
|
|
2580
3000
|
|
|
2581
3001
|
|
|
@@ -2725,7 +3145,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2725
3145
|
|
|
2726
3146
|
|
|
2727
3147
|
|
|
2728
|
-
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>请使用<a href="ModelTransformTool.html#
|
|
3148
|
+
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>请使用<a href="ModelTransformTool.html#setLocalScale"><code>ModelTransformTool#setLocalScale</code></a></li></ul></dd>
|
|
2729
3149
|
|
|
2730
3150
|
|
|
2731
3151
|
|
|
@@ -2785,7 +3205,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2785
3205
|
|
|
2786
3206
|
|
|
2787
3207
|
<div class="description">
|
|
2788
|
-
<p
|
|
3208
|
+
<p>将模型局部坐标系原点平移到指定的位置</p>
|
|
2789
3209
|
</div>
|
|
2790
3210
|
|
|
2791
3211
|
|
|
@@ -2993,7 +3413,7 @@ modelTransformTool.setPositionWorld({
|
|
|
2993
3413
|
|
|
2994
3414
|
|
|
2995
3415
|
<div class="description">
|
|
2996
|
-
<p>设置M3D
|
|
3416
|
+
<p>设置M3D模型在笛卡尔世界坐标系下平移(将模型从当前位置平移指定的笛卡尔坐标距离)</p>
|
|
2997
3417
|
</div>
|
|
2998
3418
|
|
|
2999
3419
|
|
|
@@ -3174,7 +3594,7 @@ modelTransformTool.setPositionWorld({
|
|
|
3174
3594
|
<h5>示例</h5>
|
|
3175
3595
|
|
|
3176
3596
|
|
|
3177
|
-
<pre class="prettyprint"><code>var modelTransformTool = new
|
|
3597
|
+
<pre class="prettyprint"><code>var modelTransformTool = new zondy.cesium.ModelTransformTool();
|
|
3178
3598
|
modelTransformTool.initModelEditor(viewer);
|
|
3179
3599
|
modelTransformTool.translateWorld({
|
|
3180
3600
|
vector: new Cesium.Cartesian3(5000, 0, 1000),
|