@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
package/documention/global.html
CHANGED
|
@@ -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/>
|
|
@@ -404,6 +404,76 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
404
404
|
|
|
405
405
|
|
|
406
406
|
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
</dl>
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
</div>
|
|
425
|
+
|
|
426
|
+
<div class="member">
|
|
427
|
+
|
|
428
|
+
<span class="method-parameter is-pulled-right">
|
|
429
|
+
<label>类型:</label>
|
|
430
|
+
|
|
431
|
+
<span class="param-type">Object</span>
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
</span>
|
|
435
|
+
|
|
436
|
+
<h4 class="name" id="hasText">
|
|
437
|
+
<a class="href-link" href="#hasText">#</a>
|
|
438
|
+
|
|
439
|
+
<span class="code-name">
|
|
440
|
+
hasText
|
|
441
|
+
</span>
|
|
442
|
+
|
|
443
|
+
</h4>
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
<div class="description">
|
|
449
|
+
<p>Gets a value indicating whether this button has text associated with it.</p>
|
|
450
|
+
</div>
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
<dl class="details">
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
407
477
|
|
|
408
478
|
|
|
409
479
|
|
|
@@ -529,7 +599,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
529
599
|
|
|
530
600
|
<tr class="deep-level-0">
|
|
531
601
|
|
|
532
|
-
<td class="name"><code>
|
|
602
|
+
<td class="name"><code>MapGISDynamicLabelCollection</code></td>
|
|
533
603
|
|
|
534
604
|
|
|
535
605
|
<td class="type">
|
|
@@ -1837,7 +1907,7 @@ the geometry is expected to appear translucent.</p>
|
|
|
1837
1907
|
|
|
1838
1908
|
<span class="code-name" style="font-size:30px">
|
|
1839
1909
|
|
|
1840
|
-
addMapRefLayer<span class="signature">(
|
|
1910
|
+
addMapRefLayer<span class="signature">(mapRefOption, sublayerView)</span>
|
|
1841
1911
|
|
|
1842
1912
|
</span>
|
|
1843
1913
|
</h4>
|
|
@@ -1881,7 +1951,7 @@ the geometry is expected to appear translucent.</p>
|
|
|
1881
1951
|
|
|
1882
1952
|
<tr class="deep-level-0">
|
|
1883
1953
|
|
|
1884
|
-
<td class="name"><code>
|
|
1954
|
+
<td class="name"><code>mapRefOption</code></td>
|
|
1885
1955
|
|
|
1886
1956
|
|
|
1887
1957
|
<td class="type">
|
|
@@ -1905,13 +1975,13 @@ the geometry is expected to appear translucent.</p>
|
|
|
1905
1975
|
|
|
1906
1976
|
<tr class="deep-level-0">
|
|
1907
1977
|
|
|
1908
|
-
<td class="name"><code>
|
|
1978
|
+
<td class="name"><code>sublayerView</code></td>
|
|
1909
1979
|
|
|
1910
1980
|
|
|
1911
1981
|
<td class="type">
|
|
1912
1982
|
|
|
1913
1983
|
|
|
1914
|
-
<span class="param-type">
|
|
1984
|
+
<span class="param-type"><a href="IGSSceneSubLayerView.html">IGSSceneSubLayerView</a></span>
|
|
1915
1985
|
|
|
1916
1986
|
|
|
1917
1987
|
|
|
@@ -2212,12 +2282,12 @@ the geometry is expected to appear translucent.</p>
|
|
|
2212
2282
|
|
|
2213
2283
|
|
|
2214
2284
|
|
|
2215
|
-
<h4 class="name" id="
|
|
2216
|
-
<a class="href-link" href="#
|
|
2285
|
+
<h4 class="name" id="addrewriteQueryParameters">
|
|
2286
|
+
<a class="href-link" href="#addrewriteQueryParameters">#</a>
|
|
2217
2287
|
|
|
2218
2288
|
<span class="code-name" style="font-size:30px">
|
|
2219
2289
|
|
|
2220
|
-
|
|
2290
|
+
addrewriteQueryParameters<span class="signature">()</span>
|
|
2221
2291
|
|
|
2222
2292
|
</span>
|
|
2223
2293
|
</h4>
|
|
@@ -2225,7 +2295,7 @@ the geometry is expected to appear translucent.</p>
|
|
|
2225
2295
|
|
|
2226
2296
|
|
|
2227
2297
|
<div class="description">
|
|
2228
|
-
<p
|
|
2298
|
+
<p>新增一个rewriteQueryParameters方法,对queryParameters属性重新赋值</p>
|
|
2229
2299
|
</div>
|
|
2230
2300
|
|
|
2231
2301
|
|
|
@@ -2237,79 +2307,6 @@ the geometry is expected to appear translucent.</p>
|
|
|
2237
2307
|
|
|
2238
2308
|
|
|
2239
2309
|
|
|
2240
|
-
<h4>参数:</h4>
|
|
2241
|
-
|
|
2242
|
-
<div class="table-container">
|
|
2243
|
-
<table class="params table">
|
|
2244
|
-
<thead>
|
|
2245
|
-
<tr>
|
|
2246
|
-
|
|
2247
|
-
<th>名称</th>
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
<th>类型</th>
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
<th class="last">描述</th>
|
|
2255
|
-
</tr>
|
|
2256
|
-
</thead>
|
|
2257
|
-
|
|
2258
|
-
<tbody>
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
<tr class="deep-level-0">
|
|
2263
|
-
|
|
2264
|
-
<td class="name"><code>innerView</code></td>
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
<td class="type">
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
<span class="param-type">View</span>
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
</td>
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
<td class="description last"><p>Cesium的view对象</p></td>
|
|
2279
|
-
</tr>
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
<tr class="deep-level-0">
|
|
2287
|
-
|
|
2288
|
-
<td class="name"><code>options</code></td>
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
<td class="type">
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
<span class="param-type">Object</span>
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
</td>
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
<td class="description last"><p>构造参数</p></td>
|
|
2303
|
-
</tr>
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
</tbody>
|
|
2309
|
-
</table>
|
|
2310
|
-
</div>
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
2310
|
|
|
2314
2311
|
|
|
2315
2312
|
|
|
@@ -2620,12 +2617,12 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2620
2617
|
|
|
2621
2618
|
|
|
2622
2619
|
|
|
2623
|
-
<h4 class="name" id="
|
|
2624
|
-
<a class="href-link" href="#
|
|
2620
|
+
<h4 class="name" id="buildModuleUrl">
|
|
2621
|
+
<a class="href-link" href="#buildModuleUrl">#</a>
|
|
2625
2622
|
|
|
2626
2623
|
<span class="code-name" style="font-size:30px">
|
|
2627
2624
|
|
|
2628
|
-
|
|
2625
|
+
buildModuleUrl<span class="signature">(relativeUrl)</span>
|
|
2629
2626
|
|
|
2630
2627
|
</span>
|
|
2631
2628
|
</h4>
|
|
@@ -2633,7 +2630,7 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2633
2630
|
|
|
2634
2631
|
|
|
2635
2632
|
<div class="description">
|
|
2636
|
-
<p
|
|
2633
|
+
<p>Given a relative URL under the MapGIS base URL, returns an absolute URL.</p>
|
|
2637
2634
|
</div>
|
|
2638
2635
|
|
|
2639
2636
|
|
|
@@ -2669,7 +2666,7 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2669
2666
|
|
|
2670
2667
|
<tr class="deep-level-0">
|
|
2671
2668
|
|
|
2672
|
-
<td class="name"><code>
|
|
2669
|
+
<td class="name"><code>relativeUrl</code></td>
|
|
2673
2670
|
|
|
2674
2671
|
|
|
2675
2672
|
<td class="type">
|
|
@@ -2683,79 +2680,7 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2683
2680
|
|
|
2684
2681
|
|
|
2685
2682
|
|
|
2686
|
-
<td class="description last"><p
|
|
2687
|
-
</tr>
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
<tr class="deep-level-0">
|
|
2695
|
-
|
|
2696
|
-
<td class="name"><code>options</code></td>
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
<td class="type">
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
<span class="param-type">Object</span>
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
</td>
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
<td class="description last"><p>可选参数</p></td>
|
|
2711
|
-
</tr>
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
<tr class="deep-level-0">
|
|
2719
|
-
|
|
2720
|
-
<td class="name"><code>layerInfo</code></td>
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
<td class="type">
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
<span class="param-type">Object</span>
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
</td>
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
<td class="description last"><p>从IGS查询到的图层的信息,如最大最小比例尺,避让等</p></td>
|
|
2735
|
-
</tr>
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
<tr class="deep-level-0">
|
|
2743
|
-
|
|
2744
|
-
<td class="name"><code>innerView</code></td>
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
<td class="type">
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
<span class="param-type">View</span>
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
</td>
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
<td class="description last"><p>Cesium的view对象</p></td>
|
|
2683
|
+
<td class="description last"><p>The relative path.</p></td>
|
|
2759
2684
|
</tr>
|
|
2760
2685
|
|
|
2761
2686
|
|
|
@@ -2821,6 +2746,31 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2821
2746
|
|
|
2822
2747
|
|
|
2823
2748
|
|
|
2749
|
+
<div class='columns method-parameter'>
|
|
2750
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
2751
|
+
<div class="column is-10">
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
|
|
2755
|
+
<div class="columns">
|
|
2756
|
+
|
|
2757
|
+
<div class='param-desc column is-7'><p>The absolutely URL representation of the provided path.</p></div>
|
|
2758
|
+
|
|
2759
|
+
|
|
2760
|
+
<div class='column is-5 has-text-left'>
|
|
2761
|
+
<label>类型: </label>
|
|
2762
|
+
|
|
2763
|
+
<span class="param-type">String</span>
|
|
2764
|
+
|
|
2765
|
+
|
|
2766
|
+
</div>
|
|
2767
|
+
|
|
2768
|
+
</div>
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
</div>
|
|
2772
|
+
</div>
|
|
2773
|
+
|
|
2824
2774
|
|
|
2825
2775
|
|
|
2826
2776
|
|
|
@@ -2832,12 +2782,12 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2832
2782
|
|
|
2833
2783
|
|
|
2834
2784
|
|
|
2835
|
-
<h4 class="name" id="
|
|
2836
|
-
<a class="href-link" href="#
|
|
2785
|
+
<h4 class="name" id="chain">
|
|
2786
|
+
<a class="href-link" href="#chain">#</a>
|
|
2837
2787
|
|
|
2838
2788
|
<span class="code-name" style="font-size:30px">
|
|
2839
2789
|
|
|
2840
|
-
|
|
2790
|
+
chain<span class="signature">(promiseOrValue, resolver, resolveValue<span class="signature-attributes">opt</span>)</span>
|
|
2841
2791
|
|
|
2842
2792
|
</span>
|
|
2843
2793
|
</h4>
|
|
@@ -2845,7 +2795,8 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2845
2795
|
|
|
2846
2796
|
|
|
2847
2797
|
<div class="description">
|
|
2848
|
-
<p>
|
|
2798
|
+
<p>Ensure that resolution of promiseOrValue will trigger resolver with the
|
|
2799
|
+
value or reason of promiseOrValue, or instead with resolveValue if it is provided.</p>
|
|
2849
2800
|
</div>
|
|
2850
2801
|
|
|
2851
2802
|
|
|
@@ -2881,178 +2832,12 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2881
2832
|
|
|
2882
2833
|
<tr class="deep-level-0">
|
|
2883
2834
|
|
|
2884
|
-
<td class="name"><code>
|
|
2835
|
+
<td class="name"><code>promiseOrValue</code></td>
|
|
2885
2836
|
|
|
2886
2837
|
|
|
2887
2838
|
<td class="type">
|
|
2888
2839
|
|
|
2889
|
-
|
|
2890
|
-
<span class="param-type">String</span>
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
</td>
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
<td class="description last"><p>The relative path.</p></td>
|
|
2899
|
-
</tr>
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
</tbody>
|
|
2905
|
-
</table>
|
|
2906
|
-
</div>
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
<dl class="details">
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
</dl>
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
<div class='columns method-parameter'>
|
|
2965
|
-
<div class="column is-2"><label>返回值:</label></div>
|
|
2966
|
-
<div class="column is-10">
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
<div class="columns">
|
|
2971
|
-
|
|
2972
|
-
<div class='param-desc column is-7'><p>The absolutely URL representation of the provided path.</p></div>
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
<div class='column is-5 has-text-left'>
|
|
2976
|
-
<label>类型: </label>
|
|
2977
|
-
|
|
2978
|
-
<span class="param-type">String</span>
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
</div>
|
|
2982
|
-
|
|
2983
|
-
</div>
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
</div>
|
|
2987
|
-
</div>
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
</div>
|
|
2995
|
-
|
|
2996
|
-
<div class="member">
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
<h4 class="name" id="chain">
|
|
3001
|
-
<a class="href-link" href="#chain">#</a>
|
|
3002
|
-
|
|
3003
|
-
<span class="code-name" style="font-size:30px">
|
|
3004
|
-
|
|
3005
|
-
chain<span class="signature">(promiseOrValue, resolver, resolveValue<span class="signature-attributes">opt</span>)</span>
|
|
3006
|
-
|
|
3007
|
-
</span>
|
|
3008
|
-
</h4>
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
<div class="description">
|
|
3013
|
-
<p>Ensure that resolution of promiseOrValue will trigger resolver with the
|
|
3014
|
-
value or reason of promiseOrValue, or instead with resolveValue if it is provided.</p>
|
|
3015
|
-
</div>
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
<h4>参数:</h4>
|
|
3027
|
-
|
|
3028
|
-
<div class="table-container">
|
|
3029
|
-
<table class="params table">
|
|
3030
|
-
<thead>
|
|
3031
|
-
<tr>
|
|
3032
|
-
|
|
3033
|
-
<th>名称</th>
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
<th>类型</th>
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
<th class="last">描述</th>
|
|
3041
|
-
</tr>
|
|
3042
|
-
</thead>
|
|
3043
|
-
|
|
3044
|
-
<tbody>
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
<tr class="deep-level-0">
|
|
3049
|
-
|
|
3050
|
-
<td class="name"><code>promiseOrValue</code></td>
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
<td class="type">
|
|
3054
|
-
|
|
3055
|
-
</td>
|
|
2840
|
+
</td>
|
|
3056
2841
|
|
|
3057
2842
|
|
|
3058
2843
|
|
|
@@ -5231,7 +5016,7 @@ value or reason of promiseOrValue, or instead with resolveValue if it is provide
|
|
|
5231
5016
|
<div class='column is-5 has-text-left'>
|
|
5232
5017
|
<label>类型: </label>
|
|
5233
5018
|
|
|
5234
|
-
<span class="param-type">
|
|
5019
|
+
<span class="param-type">zondy.cesium.Graphic</span>
|
|
5235
5020
|
|
|
5236
5021
|
|
|
5237
5022
|
</div>
|
|
@@ -5474,6 +5259,97 @@ value or reason of promiseOrValue, or instead with resolveValue if it is provide
|
|
|
5474
5259
|
|
|
5475
5260
|
|
|
5476
5261
|
|
|
5262
|
+
|
|
5263
|
+
|
|
5264
|
+
|
|
5265
|
+
</div>
|
|
5266
|
+
|
|
5267
|
+
<div class="member">
|
|
5268
|
+
|
|
5269
|
+
|
|
5270
|
+
|
|
5271
|
+
<h4 class="name" id="createSegmentsGeometry">
|
|
5272
|
+
<a class="href-link" href="#createSegmentsGeometry">#</a>
|
|
5273
|
+
|
|
5274
|
+
<span class="code-name" style="font-size:30px">
|
|
5275
|
+
|
|
5276
|
+
createSegmentsGeometry<span class="signature">()</span>
|
|
5277
|
+
|
|
5278
|
+
</span>
|
|
5279
|
+
</h4>
|
|
5280
|
+
|
|
5281
|
+
|
|
5282
|
+
|
|
5283
|
+
<div class="description">
|
|
5284
|
+
<p>创建粒子段的几何形状</p>
|
|
5285
|
+
</div>
|
|
5286
|
+
|
|
5287
|
+
|
|
5288
|
+
|
|
5289
|
+
|
|
5290
|
+
|
|
5291
|
+
|
|
5292
|
+
|
|
5293
|
+
|
|
5294
|
+
|
|
5295
|
+
|
|
5296
|
+
|
|
5297
|
+
|
|
5298
|
+
|
|
5299
|
+
|
|
5300
|
+
<dl class="details">
|
|
5301
|
+
|
|
5302
|
+
|
|
5303
|
+
|
|
5304
|
+
|
|
5305
|
+
|
|
5306
|
+
|
|
5307
|
+
|
|
5308
|
+
|
|
5309
|
+
|
|
5310
|
+
|
|
5311
|
+
|
|
5312
|
+
|
|
5313
|
+
|
|
5314
|
+
|
|
5315
|
+
|
|
5316
|
+
|
|
5317
|
+
|
|
5318
|
+
|
|
5319
|
+
|
|
5320
|
+
|
|
5321
|
+
|
|
5322
|
+
|
|
5323
|
+
|
|
5324
|
+
|
|
5325
|
+
|
|
5326
|
+
|
|
5327
|
+
|
|
5328
|
+
|
|
5329
|
+
|
|
5330
|
+
|
|
5331
|
+
|
|
5332
|
+
</dl>
|
|
5333
|
+
|
|
5334
|
+
|
|
5335
|
+
|
|
5336
|
+
|
|
5337
|
+
|
|
5338
|
+
|
|
5339
|
+
|
|
5340
|
+
|
|
5341
|
+
|
|
5342
|
+
|
|
5343
|
+
|
|
5344
|
+
|
|
5345
|
+
|
|
5346
|
+
|
|
5347
|
+
|
|
5348
|
+
|
|
5349
|
+
|
|
5350
|
+
|
|
5351
|
+
|
|
5352
|
+
|
|
5477
5353
|
|
|
5478
5354
|
|
|
5479
5355
|
|
|
@@ -6498,12 +6374,12 @@ only has then.</p>
|
|
|
6498
6374
|
|
|
6499
6375
|
|
|
6500
6376
|
|
|
6501
|
-
<h4 class="name" id="
|
|
6502
|
-
<a class="href-link" href="#
|
|
6377
|
+
<h4 class="name" id="getClassificationTyp">
|
|
6378
|
+
<a class="href-link" href="#getClassificationTyp">#</a>
|
|
6503
6379
|
|
|
6504
6380
|
<span class="code-name" style="font-size:30px">
|
|
6505
6381
|
|
|
6506
|
-
|
|
6382
|
+
getClassificationTyp<span class="signature">(elevationMode)</span>
|
|
6507
6383
|
|
|
6508
6384
|
</span>
|
|
6509
6385
|
</h4>
|
|
@@ -6511,171 +6387,7 @@ only has then.</p>
|
|
|
6511
6387
|
|
|
6512
6388
|
|
|
6513
6389
|
<div class="description">
|
|
6514
|
-
<p
|
|
6515
|
-
</div>
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6526
|
-
<h4>参数:</h4>
|
|
6527
|
-
|
|
6528
|
-
<div class="table-container">
|
|
6529
|
-
<table class="params table">
|
|
6530
|
-
<thead>
|
|
6531
|
-
<tr>
|
|
6532
|
-
|
|
6533
|
-
<th>名称</th>
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
<th>类型</th>
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
<th class="last">描述</th>
|
|
6541
|
-
</tr>
|
|
6542
|
-
</thead>
|
|
6543
|
-
|
|
6544
|
-
<tbody>
|
|
6545
|
-
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
<tr class="deep-level-0">
|
|
6549
|
-
|
|
6550
|
-
<td class="name"><code>layer</code></td>
|
|
6551
|
-
|
|
6552
|
-
|
|
6553
|
-
<td class="type">
|
|
6554
|
-
|
|
6555
|
-
|
|
6556
|
-
<span class="param-type">Object</span>
|
|
6557
|
-
|
|
6558
|
-
|
|
6559
|
-
|
|
6560
|
-
</td>
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
|
|
6564
|
-
<td class="description last"><p>基础图层对象</p></td>
|
|
6565
|
-
</tr>
|
|
6566
|
-
|
|
6567
|
-
|
|
6568
|
-
|
|
6569
|
-
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
<tr class="deep-level-0">
|
|
6573
|
-
|
|
6574
|
-
<td class="name"><code>innerView</code></td>
|
|
6575
|
-
|
|
6576
|
-
|
|
6577
|
-
<td class="type">
|
|
6578
|
-
|
|
6579
|
-
|
|
6580
|
-
<span class="param-type">Object</span>
|
|
6581
|
-
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
</td>
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
6588
|
-
<td class="description last"><p>cesium的view对象</p></td>
|
|
6589
|
-
</tr>
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6594
|
-
</tbody>
|
|
6595
|
-
</table>
|
|
6596
|
-
</div>
|
|
6597
|
-
|
|
6598
|
-
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
<dl class="details">
|
|
6604
|
-
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
|
|
6615
|
-
|
|
6616
|
-
|
|
6617
|
-
|
|
6618
|
-
|
|
6619
|
-
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
|
|
6623
|
-
|
|
6624
|
-
|
|
6625
|
-
|
|
6626
|
-
|
|
6627
|
-
|
|
6628
|
-
|
|
6629
|
-
|
|
6630
|
-
|
|
6631
|
-
|
|
6632
|
-
|
|
6633
|
-
|
|
6634
|
-
|
|
6635
|
-
</dl>
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
|
|
6653
|
-
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
|
|
6659
|
-
</div>
|
|
6660
|
-
|
|
6661
|
-
<div class="member">
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
<h4 class="name" id="getClassificationTyp">
|
|
6666
|
-
<a class="href-link" href="#getClassificationTyp">#</a>
|
|
6667
|
-
|
|
6668
|
-
<span class="code-name" style="font-size:30px">
|
|
6669
|
-
|
|
6670
|
-
getClassificationTyp<span class="signature">(elevationMode)</span>
|
|
6671
|
-
|
|
6672
|
-
</span>
|
|
6673
|
-
</h4>
|
|
6674
|
-
|
|
6675
|
-
|
|
6676
|
-
|
|
6677
|
-
<div class="description">
|
|
6678
|
-
<p>通过ElevationMode的值来获取Cesium的ClassificationTyp值</p>
|
|
6390
|
+
<p>通过ElevationMode的值来获取Cesium的ClassificationTyp值</p>
|
|
6679
6391
|
</div>
|
|
6680
6392
|
|
|
6681
6393
|
|
|
@@ -6997,7 +6709,7 @@ only has then.</p>
|
|
|
6997
6709
|
|
|
6998
6710
|
<span class="code-name" style="font-size:30px">
|
|
6999
6711
|
|
|
7000
|
-
getFeatureBySymbolLayer<span class="signature">(symbolLayer, type, position,
|
|
6712
|
+
getFeatureBySymbolLayer<span class="signature">(symbolLayer, type, position, graphic)</span>
|
|
7001
6713
|
|
|
7002
6714
|
</span>
|
|
7003
6715
|
</h4>
|
|
@@ -7113,13 +6825,13 @@ only has then.</p>
|
|
|
7113
6825
|
|
|
7114
6826
|
<tr class="deep-level-0">
|
|
7115
6827
|
|
|
7116
|
-
<td class="name"><code>
|
|
6828
|
+
<td class="name"><code>graphic</code></td>
|
|
7117
6829
|
|
|
7118
6830
|
|
|
7119
6831
|
<td class="type">
|
|
7120
6832
|
|
|
7121
6833
|
|
|
7122
|
-
<span class="param-type">
|
|
6834
|
+
<span class="param-type"><a href="BaseGraphic.html">BaseGraphic</a></span>
|
|
7123
6835
|
|
|
7124
6836
|
|
|
7125
6837
|
|
|
@@ -7127,7 +6839,7 @@ only has then.</p>
|
|
|
7127
6839
|
|
|
7128
6840
|
|
|
7129
6841
|
|
|
7130
|
-
<td class="description last"><p
|
|
6842
|
+
<td class="description last"><p>三维几何对象</p></td>
|
|
7131
6843
|
</tr>
|
|
7132
6844
|
|
|
7133
6845
|
|
|
@@ -7229,12 +6941,12 @@ only has then.</p>
|
|
|
7229
6941
|
|
|
7230
6942
|
|
|
7231
6943
|
|
|
7232
|
-
<h4 class="name" id="
|
|
7233
|
-
<a class="href-link" href="#
|
|
6944
|
+
<h4 class="name" id="getLayerByUrl">
|
|
6945
|
+
<a class="href-link" href="#getLayerByUrl">#</a>
|
|
7234
6946
|
|
|
7235
6947
|
<span class="code-name" style="font-size:30px">
|
|
7236
6948
|
|
|
7237
|
-
|
|
6949
|
+
getLayerByUrl<span class="signature">(url, LayerConstructor)</span>
|
|
7238
6950
|
|
|
7239
6951
|
</span>
|
|
7240
6952
|
</h4>
|
|
@@ -7242,7 +6954,7 @@ only has then.</p>
|
|
|
7242
6954
|
|
|
7243
6955
|
|
|
7244
6956
|
<div class="description">
|
|
7245
|
-
<p
|
|
6957
|
+
<p>通过url构造Common的图层对象</p>
|
|
7246
6958
|
</div>
|
|
7247
6959
|
|
|
7248
6960
|
|
|
@@ -7278,13 +6990,13 @@ only has then.</p>
|
|
|
7278
6990
|
|
|
7279
6991
|
<tr class="deep-level-0">
|
|
7280
6992
|
|
|
7281
|
-
<td class="name"><code>
|
|
6993
|
+
<td class="name"><code>url</code></td>
|
|
7282
6994
|
|
|
7283
6995
|
|
|
7284
6996
|
<td class="type">
|
|
7285
6997
|
|
|
7286
6998
|
|
|
7287
|
-
<span class="param-type">
|
|
6999
|
+
<span class="param-type">String</span>
|
|
7288
7000
|
|
|
7289
7001
|
|
|
7290
7002
|
|
|
@@ -7292,7 +7004,7 @@ only has then.</p>
|
|
|
7292
7004
|
|
|
7293
7005
|
|
|
7294
7006
|
|
|
7295
|
-
<td class="description last"><p
|
|
7007
|
+
<td class="description last"><p>服务基地址</p></td>
|
|
7296
7008
|
</tr>
|
|
7297
7009
|
|
|
7298
7010
|
|
|
@@ -7302,13 +7014,13 @@ only has then.</p>
|
|
|
7302
7014
|
|
|
7303
7015
|
<tr class="deep-level-0">
|
|
7304
7016
|
|
|
7305
|
-
<td class="name"><code>
|
|
7017
|
+
<td class="name"><code>LayerConstructor</code></td>
|
|
7306
7018
|
|
|
7307
7019
|
|
|
7308
7020
|
<td class="type">
|
|
7309
7021
|
|
|
7310
7022
|
|
|
7311
|
-
<span class="param-type">
|
|
7023
|
+
<span class="param-type">Layer</span>
|
|
7312
7024
|
|
|
7313
7025
|
|
|
7314
7026
|
|
|
@@ -7316,7 +7028,7 @@ only has then.</p>
|
|
|
7316
7028
|
|
|
7317
7029
|
|
|
7318
7030
|
|
|
7319
|
-
<td class="description last"><p
|
|
7031
|
+
<td class="description last"><p>图层构造函数</p></td>
|
|
7320
7032
|
</tr>
|
|
7321
7033
|
|
|
7322
7034
|
|
|
@@ -7390,13 +7102,13 @@ only has then.</p>
|
|
|
7390
7102
|
|
|
7391
7103
|
<div class="columns">
|
|
7392
7104
|
|
|
7393
|
-
<div class='param-desc column is-7'><p
|
|
7105
|
+
<div class='param-desc column is-7'><p>构造好的图层对象</p></div>
|
|
7394
7106
|
|
|
7395
7107
|
|
|
7396
7108
|
<div class='column is-5 has-text-left'>
|
|
7397
7109
|
<label>类型: </label>
|
|
7398
7110
|
|
|
7399
|
-
<span class="param-type">
|
|
7111
|
+
<span class="param-type">Layer</span>
|
|
7400
7112
|
|
|
7401
7113
|
|
|
7402
7114
|
</div>
|
|
@@ -8153,12 +7865,12 @@ only has then.</p>
|
|
|
8153
7865
|
|
|
8154
7866
|
|
|
8155
7867
|
|
|
8156
|
-
<h4 class="name" id="
|
|
8157
|
-
<a class="href-link" href="#
|
|
7868
|
+
<h4 class="name" id="getOpacityExpression">
|
|
7869
|
+
<a class="href-link" href="#getOpacityExpression">#</a>
|
|
8158
7870
|
|
|
8159
7871
|
<span class="code-name" style="font-size:30px">
|
|
8160
7872
|
|
|
8161
|
-
|
|
7873
|
+
getOpacityExpression<span class="signature">(opacity)</span>
|
|
8162
7874
|
|
|
8163
7875
|
</span>
|
|
8164
7876
|
</h4>
|
|
@@ -8166,7 +7878,7 @@ only has then.</p>
|
|
|
8166
7878
|
|
|
8167
7879
|
|
|
8168
7880
|
<div class="description">
|
|
8169
|
-
<p
|
|
7881
|
+
<p>获取Cesium.Cesium3DTileStyle的透明度表达式字符串</p>
|
|
8170
7882
|
</div>
|
|
8171
7883
|
|
|
8172
7884
|
|
|
@@ -8202,13 +7914,13 @@ only has then.</p>
|
|
|
8202
7914
|
|
|
8203
7915
|
<tr class="deep-level-0">
|
|
8204
7916
|
|
|
8205
|
-
<td class="name"><code>
|
|
7917
|
+
<td class="name"><code>opacity</code></td>
|
|
8206
7918
|
|
|
8207
7919
|
|
|
8208
7920
|
<td class="type">
|
|
8209
7921
|
|
|
8210
7922
|
|
|
8211
|
-
<span class="param-type">
|
|
7923
|
+
<span class="param-type">Number</span>
|
|
8212
7924
|
|
|
8213
7925
|
|
|
8214
7926
|
|
|
@@ -8216,7 +7928,7 @@ only has then.</p>
|
|
|
8216
7928
|
|
|
8217
7929
|
|
|
8218
7930
|
|
|
8219
|
-
<td class="description last"><p
|
|
7931
|
+
<td class="description last"><p>透明度,0到1之间的值</p></td>
|
|
8220
7932
|
</tr>
|
|
8221
7933
|
|
|
8222
7934
|
|
|
@@ -8290,13 +8002,13 @@ only has then.</p>
|
|
|
8290
8002
|
|
|
8291
8003
|
<div class="columns">
|
|
8292
8004
|
|
|
8293
|
-
<div class='param-desc column is-7'><p
|
|
8005
|
+
<div class='param-desc column is-7'><p>透明度表达式字符串</p></div>
|
|
8294
8006
|
|
|
8295
8007
|
|
|
8296
8008
|
<div class='column is-5 has-text-left'>
|
|
8297
8009
|
<label>类型: </label>
|
|
8298
8010
|
|
|
8299
|
-
<span class="param-type">
|
|
8011
|
+
<span class="param-type">String</span>
|
|
8300
8012
|
|
|
8301
8013
|
|
|
8302
8014
|
</div>
|
|
@@ -8318,12 +8030,12 @@ only has then.</p>
|
|
|
8318
8030
|
|
|
8319
8031
|
|
|
8320
8032
|
|
|
8321
|
-
<h4 class="name" id="
|
|
8322
|
-
<a class="href-link" href="#
|
|
8033
|
+
<h4 class="name" id="getPointOptionsFromSimpleMarkerSymbol">
|
|
8034
|
+
<a class="href-link" href="#getPointOptionsFromSimpleMarkerSymbol">#</a>
|
|
8323
8035
|
|
|
8324
8036
|
<span class="code-name" style="font-size:30px">
|
|
8325
8037
|
|
|
8326
|
-
|
|
8038
|
+
getPointOptionsFromSimpleMarkerSymbol<span class="signature">(symbol)</span>
|
|
8327
8039
|
|
|
8328
8040
|
</span>
|
|
8329
8041
|
</h4>
|
|
@@ -8331,7 +8043,7 @@ only has then.</p>
|
|
|
8331
8043
|
|
|
8332
8044
|
|
|
8333
8045
|
<div class="description">
|
|
8334
|
-
<p
|
|
8046
|
+
<p>通过符号来构造一个entity的点构造参数</p>
|
|
8335
8047
|
</div>
|
|
8336
8048
|
|
|
8337
8049
|
|
|
@@ -8367,37 +8079,13 @@ only has then.</p>
|
|
|
8367
8079
|
|
|
8368
8080
|
<tr class="deep-level-0">
|
|
8369
8081
|
|
|
8370
|
-
<td class="name"><code>
|
|
8371
|
-
|
|
8372
|
-
|
|
8373
|
-
<td class="type">
|
|
8374
|
-
|
|
8375
|
-
|
|
8376
|
-
<span class="param-type">Object</span>
|
|
8377
|
-
|
|
8378
|
-
|
|
8379
|
-
|
|
8380
|
-
</td>
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8384
|
-
<td class="description last"><p>基本图层对象</p></td>
|
|
8385
|
-
</tr>
|
|
8386
|
-
|
|
8387
|
-
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8392
|
-
<tr class="deep-level-0">
|
|
8393
|
-
|
|
8394
|
-
<td class="name"><code>tilingSchemeRectangle</code></td>
|
|
8082
|
+
<td class="name"><code>symbol</code></td>
|
|
8395
8083
|
|
|
8396
8084
|
|
|
8397
8085
|
<td class="type">
|
|
8398
8086
|
|
|
8399
8087
|
|
|
8400
|
-
<span class="param-type">
|
|
8088
|
+
<span class="param-type">Symbol</span>
|
|
8401
8089
|
|
|
8402
8090
|
|
|
8403
8091
|
|
|
@@ -8405,7 +8093,7 @@ only has then.</p>
|
|
|
8405
8093
|
|
|
8406
8094
|
|
|
8407
8095
|
|
|
8408
|
-
<td class="description last"><p
|
|
8096
|
+
<td class="description last"><p>符号对象</p></td>
|
|
8409
8097
|
</tr>
|
|
8410
8098
|
|
|
8411
8099
|
|
|
@@ -8479,13 +8167,13 @@ only has then.</p>
|
|
|
8479
8167
|
|
|
8480
8168
|
<div class="columns">
|
|
8481
8169
|
|
|
8482
|
-
<div class='param-desc column is-7'><p>
|
|
8170
|
+
<div class='param-desc column is-7'><p>entity的点构造参数</p></div>
|
|
8483
8171
|
|
|
8484
8172
|
|
|
8485
8173
|
<div class='column is-5 has-text-left'>
|
|
8486
8174
|
<label>类型: </label>
|
|
8487
8175
|
|
|
8488
|
-
<span class="param-type">
|
|
8176
|
+
<span class="param-type">Object</span>
|
|
8489
8177
|
|
|
8490
8178
|
|
|
8491
8179
|
</div>
|
|
@@ -8507,12 +8195,12 @@ only has then.</p>
|
|
|
8507
8195
|
|
|
8508
8196
|
|
|
8509
8197
|
|
|
8510
|
-
<h4 class="name" id="
|
|
8511
|
-
<a class="href-link" href="#
|
|
8198
|
+
<h4 class="name" id="getProviderExtent">
|
|
8199
|
+
<a class="href-link" href="#getProviderExtent">#</a>
|
|
8512
8200
|
|
|
8513
8201
|
<span class="code-name" style="font-size:30px">
|
|
8514
8202
|
|
|
8515
|
-
|
|
8203
|
+
getProviderExtent<span class="signature">(layer, tilingSchemeRectangle)</span>
|
|
8516
8204
|
|
|
8517
8205
|
</span>
|
|
8518
8206
|
</h4>
|
|
@@ -8520,7 +8208,7 @@ only has then.</p>
|
|
|
8520
8208
|
|
|
8521
8209
|
|
|
8522
8210
|
<div class="description">
|
|
8523
|
-
<p>获取
|
|
8211
|
+
<p>获取provider的范围,并将范围统一成4326坐标系</p>
|
|
8524
8212
|
</div>
|
|
8525
8213
|
|
|
8526
8214
|
|
|
@@ -8556,7 +8244,7 @@ only has then.</p>
|
|
|
8556
8244
|
|
|
8557
8245
|
<tr class="deep-level-0">
|
|
8558
8246
|
|
|
8559
|
-
<td class="name"><code>
|
|
8247
|
+
<td class="name"><code>layer</code></td>
|
|
8560
8248
|
|
|
8561
8249
|
|
|
8562
8250
|
<td class="type">
|
|
@@ -8570,22 +8258,211 @@ only has then.</p>
|
|
|
8570
8258
|
|
|
8571
8259
|
|
|
8572
8260
|
|
|
8573
|
-
<td class="description last"><p
|
|
8261
|
+
<td class="description last"><p>基本图层对象</p></td>
|
|
8574
8262
|
</tr>
|
|
8575
8263
|
|
|
8576
8264
|
|
|
8577
8265
|
|
|
8578
8266
|
|
|
8579
|
-
</tbody>
|
|
8580
|
-
</table>
|
|
8581
|
-
</div>
|
|
8582
8267
|
|
|
8268
|
+
|
|
8269
|
+
<tr class="deep-level-0">
|
|
8270
|
+
|
|
8271
|
+
<td class="name"><code>tilingSchemeRectangle</code></td>
|
|
8272
|
+
|
|
8583
8273
|
|
|
8274
|
+
<td class="type">
|
|
8275
|
+
|
|
8276
|
+
|
|
8277
|
+
<span class="param-type">Object</span>
|
|
8584
8278
|
|
|
8585
8279
|
|
|
8280
|
+
|
|
8281
|
+
</td>
|
|
8586
8282
|
|
|
8283
|
+
|
|
8587
8284
|
|
|
8588
|
-
<
|
|
8285
|
+
<td class="description last"><p>瓦片平铺规则的矩形范围</p></td>
|
|
8286
|
+
</tr>
|
|
8287
|
+
|
|
8288
|
+
|
|
8289
|
+
|
|
8290
|
+
|
|
8291
|
+
</tbody>
|
|
8292
|
+
</table>
|
|
8293
|
+
</div>
|
|
8294
|
+
|
|
8295
|
+
|
|
8296
|
+
|
|
8297
|
+
|
|
8298
|
+
|
|
8299
|
+
|
|
8300
|
+
<dl class="details">
|
|
8301
|
+
|
|
8302
|
+
|
|
8303
|
+
|
|
8304
|
+
|
|
8305
|
+
|
|
8306
|
+
|
|
8307
|
+
|
|
8308
|
+
|
|
8309
|
+
|
|
8310
|
+
|
|
8311
|
+
|
|
8312
|
+
|
|
8313
|
+
|
|
8314
|
+
|
|
8315
|
+
|
|
8316
|
+
|
|
8317
|
+
|
|
8318
|
+
|
|
8319
|
+
|
|
8320
|
+
|
|
8321
|
+
|
|
8322
|
+
|
|
8323
|
+
|
|
8324
|
+
|
|
8325
|
+
|
|
8326
|
+
|
|
8327
|
+
|
|
8328
|
+
|
|
8329
|
+
|
|
8330
|
+
|
|
8331
|
+
|
|
8332
|
+
</dl>
|
|
8333
|
+
|
|
8334
|
+
|
|
8335
|
+
|
|
8336
|
+
|
|
8337
|
+
|
|
8338
|
+
|
|
8339
|
+
|
|
8340
|
+
|
|
8341
|
+
|
|
8342
|
+
|
|
8343
|
+
|
|
8344
|
+
|
|
8345
|
+
|
|
8346
|
+
|
|
8347
|
+
|
|
8348
|
+
|
|
8349
|
+
|
|
8350
|
+
|
|
8351
|
+
<div class='columns method-parameter'>
|
|
8352
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
8353
|
+
<div class="column is-10">
|
|
8354
|
+
|
|
8355
|
+
|
|
8356
|
+
|
|
8357
|
+
<div class="columns">
|
|
8358
|
+
|
|
8359
|
+
<div class='param-desc column is-7'><p>cesium中provider的范围</p></div>
|
|
8360
|
+
|
|
8361
|
+
|
|
8362
|
+
<div class='column is-5 has-text-left'>
|
|
8363
|
+
<label>类型: </label>
|
|
8364
|
+
|
|
8365
|
+
<span class="param-type">Extent</span>
|
|
8366
|
+
|
|
8367
|
+
|
|
8368
|
+
</div>
|
|
8369
|
+
|
|
8370
|
+
</div>
|
|
8371
|
+
|
|
8372
|
+
|
|
8373
|
+
</div>
|
|
8374
|
+
</div>
|
|
8375
|
+
|
|
8376
|
+
|
|
8377
|
+
|
|
8378
|
+
|
|
8379
|
+
|
|
8380
|
+
|
|
8381
|
+
</div>
|
|
8382
|
+
|
|
8383
|
+
<div class="member">
|
|
8384
|
+
|
|
8385
|
+
|
|
8386
|
+
|
|
8387
|
+
<h4 class="name" id="getShadows">
|
|
8388
|
+
<a class="href-link" href="#getShadows">#</a>
|
|
8389
|
+
|
|
8390
|
+
<span class="code-name" style="font-size:30px">
|
|
8391
|
+
|
|
8392
|
+
getShadows<span class="signature">(symbolLayer)</span>
|
|
8393
|
+
|
|
8394
|
+
</span>
|
|
8395
|
+
</h4>
|
|
8396
|
+
|
|
8397
|
+
|
|
8398
|
+
|
|
8399
|
+
<div class="description">
|
|
8400
|
+
<p>获取cesium的阴影模式</p>
|
|
8401
|
+
</div>
|
|
8402
|
+
|
|
8403
|
+
|
|
8404
|
+
|
|
8405
|
+
|
|
8406
|
+
|
|
8407
|
+
|
|
8408
|
+
|
|
8409
|
+
|
|
8410
|
+
|
|
8411
|
+
|
|
8412
|
+
<h4>参数:</h4>
|
|
8413
|
+
|
|
8414
|
+
<div class="table-container">
|
|
8415
|
+
<table class="params table">
|
|
8416
|
+
<thead>
|
|
8417
|
+
<tr>
|
|
8418
|
+
|
|
8419
|
+
<th>名称</th>
|
|
8420
|
+
|
|
8421
|
+
|
|
8422
|
+
<th>类型</th>
|
|
8423
|
+
|
|
8424
|
+
|
|
8425
|
+
|
|
8426
|
+
<th class="last">描述</th>
|
|
8427
|
+
</tr>
|
|
8428
|
+
</thead>
|
|
8429
|
+
|
|
8430
|
+
<tbody>
|
|
8431
|
+
|
|
8432
|
+
|
|
8433
|
+
|
|
8434
|
+
<tr class="deep-level-0">
|
|
8435
|
+
|
|
8436
|
+
<td class="name"><code>symbolLayer</code></td>
|
|
8437
|
+
|
|
8438
|
+
|
|
8439
|
+
<td class="type">
|
|
8440
|
+
|
|
8441
|
+
|
|
8442
|
+
<span class="param-type">Object</span>
|
|
8443
|
+
|
|
8444
|
+
|
|
8445
|
+
|
|
8446
|
+
</td>
|
|
8447
|
+
|
|
8448
|
+
|
|
8449
|
+
|
|
8450
|
+
<td class="description last"><p>三维符号图层</p></td>
|
|
8451
|
+
</tr>
|
|
8452
|
+
|
|
8453
|
+
|
|
8454
|
+
|
|
8455
|
+
|
|
8456
|
+
</tbody>
|
|
8457
|
+
</table>
|
|
8458
|
+
</div>
|
|
8459
|
+
|
|
8460
|
+
|
|
8461
|
+
|
|
8462
|
+
|
|
8463
|
+
|
|
8464
|
+
|
|
8465
|
+
<dl class="details">
|
|
8589
8466
|
|
|
8590
8467
|
|
|
8591
8468
|
|
|
@@ -9428,12 +9305,12 @@ only has then.</p>
|
|
|
9428
9305
|
|
|
9429
9306
|
|
|
9430
9307
|
|
|
9431
|
-
<h4 class="name" id="
|
|
9432
|
-
<a class="href-link" href="#
|
|
9308
|
+
<h4 class="name" id="initResourceByUrl">
|
|
9309
|
+
<a class="href-link" href="#initResourceByUrl">#</a>
|
|
9433
9310
|
|
|
9434
9311
|
<span class="code-name" style="font-size:30px">
|
|
9435
9312
|
|
|
9436
|
-
|
|
9313
|
+
initResourceByUrl<span class="signature">(url, options)</span>
|
|
9437
9314
|
|
|
9438
9315
|
</span>
|
|
9439
9316
|
</h4>
|
|
@@ -9441,7 +9318,7 @@ only has then.</p>
|
|
|
9441
9318
|
|
|
9442
9319
|
|
|
9443
9320
|
<div class="description">
|
|
9444
|
-
<p
|
|
9321
|
+
<p>通过url构造Cesium.Resource对象,请求参数的优先级:?号后的参数<resource.queryParameters<外部传入的请求参数</p>
|
|
9445
9322
|
</div>
|
|
9446
9323
|
|
|
9447
9324
|
|
|
@@ -9466,6 +9343,8 @@ only has then.</p>
|
|
|
9466
9343
|
<th>类型</th>
|
|
9467
9344
|
|
|
9468
9345
|
|
|
9346
|
+
<th style="min-width: 100px;">默认值</th>
|
|
9347
|
+
|
|
9469
9348
|
|
|
9470
9349
|
<th class="last">描述</th>
|
|
9471
9350
|
</tr>
|
|
@@ -9477,63 +9356,350 @@ only has then.</p>
|
|
|
9477
9356
|
|
|
9478
9357
|
<tr class="deep-level-0">
|
|
9479
9358
|
|
|
9480
|
-
<td class="name"><code>
|
|
9359
|
+
<td class="name"><code>url</code></td>
|
|
9481
9360
|
|
|
9482
9361
|
|
|
9483
9362
|
<td class="type">
|
|
9484
9363
|
|
|
9485
9364
|
|
|
9486
|
-
<span class="param-type"
|
|
9365
|
+
<span class="param-type">Cesium.Resource</span>
|
|
9366
|
+
|
|
|
9367
|
+
|
|
9368
|
+
<span class="param-type">String</span>
|
|
9487
9369
|
|
|
9488
9370
|
|
|
9489
9371
|
|
|
9490
9372
|
</td>
|
|
9491
9373
|
|
|
9492
9374
|
|
|
9375
|
+
<td class="default">
|
|
9376
|
+
|
|
9377
|
+
</td>
|
|
9378
|
+
|
|
9493
9379
|
|
|
9494
|
-
<td class="description last"></td>
|
|
9380
|
+
<td class="description last"><p>url对象</p></td>
|
|
9495
9381
|
</tr>
|
|
9496
9382
|
|
|
9497
9383
|
|
|
9498
9384
|
|
|
9499
9385
|
|
|
9500
|
-
</tbody>
|
|
9501
|
-
</table>
|
|
9502
|
-
</div>
|
|
9503
9386
|
|
|
9387
|
+
|
|
9388
|
+
<tr class="deep-level-0">
|
|
9389
|
+
|
|
9390
|
+
<td class="name"><code>options</code></td>
|
|
9391
|
+
|
|
9504
9392
|
|
|
9393
|
+
<td class="type">
|
|
9394
|
+
|
|
9395
|
+
|
|
9396
|
+
<span class="param-type">Object</span>
|
|
9505
9397
|
|
|
9506
9398
|
|
|
9399
|
+
|
|
9400
|
+
</td>
|
|
9507
9401
|
|
|
9402
|
+
|
|
9403
|
+
<td class="default">
|
|
9404
|
+
|
|
9405
|
+
</td>
|
|
9406
|
+
|
|
9508
9407
|
|
|
9509
|
-
<
|
|
9408
|
+
<td class="description last"><p>额外构造参数</p></td>
|
|
9409
|
+
</tr>
|
|
9510
9410
|
|
|
9511
|
-
|
|
9512
9411
|
|
|
9412
|
+
|
|
9513
9413
|
|
|
9414
|
+
<tr class="deep-level-1">
|
|
9415
|
+
|
|
9416
|
+
<td class="name"><code>headers</code></td>
|
|
9417
|
+
|
|
9514
9418
|
|
|
9515
|
-
|
|
9419
|
+
<td class="type">
|
|
9420
|
+
|
|
9421
|
+
|
|
9422
|
+
<span class="param-type">Object</span>
|
|
9516
9423
|
|
|
9517
|
-
|
|
9518
9424
|
|
|
9519
|
-
|
|
9425
|
+
|
|
9426
|
+
</td>
|
|
9520
9427
|
|
|
9521
|
-
|
|
9428
|
+
|
|
9429
|
+
<td class="default">
|
|
9430
|
+
|
|
9431
|
+
{}
|
|
9432
|
+
|
|
9433
|
+
</td>
|
|
9434
|
+
|
|
9522
9435
|
|
|
9523
|
-
|
|
9436
|
+
<td class="description last"><p>请求头参数</p></td>
|
|
9437
|
+
</tr>
|
|
9524
9438
|
|
|
9525
|
-
|
|
9526
9439
|
|
|
9440
|
+
|
|
9527
9441
|
|
|
9442
|
+
<tr class="deep-level-1">
|
|
9443
|
+
|
|
9444
|
+
<td class="name"><code>queryParameters</code></td>
|
|
9445
|
+
|
|
9446
|
+
|
|
9447
|
+
<td class="type">
|
|
9448
|
+
|
|
9449
|
+
|
|
9450
|
+
<span class="param-type">Object</span>
|
|
9451
|
+
|
|
9452
|
+
|
|
9453
|
+
|
|
9454
|
+
</td>
|
|
9455
|
+
|
|
9456
|
+
|
|
9457
|
+
<td class="default">
|
|
9458
|
+
|
|
9459
|
+
{}
|
|
9460
|
+
|
|
9461
|
+
</td>
|
|
9462
|
+
|
|
9463
|
+
|
|
9464
|
+
<td class="description last"><p>请求参数对象,格式为{ key1: value1, key2: value2,... }</p></td>
|
|
9465
|
+
</tr>
|
|
9466
|
+
|
|
9467
|
+
|
|
9468
|
+
|
|
9469
|
+
|
|
9470
|
+
<tr class="deep-level-1">
|
|
9471
|
+
|
|
9472
|
+
<td class="name"><code>enableMatchString</code></td>
|
|
9473
|
+
|
|
9474
|
+
|
|
9475
|
+
<td class="type">
|
|
9476
|
+
|
|
9477
|
+
|
|
9478
|
+
<span class="param-type">Boolean</span>
|
|
9479
|
+
|
|
9480
|
+
|
|
9481
|
+
|
|
9482
|
+
</td>
|
|
9483
|
+
|
|
9484
|
+
|
|
9485
|
+
<td class="default">
|
|
9486
|
+
|
|
9487
|
+
true
|
|
9488
|
+
|
|
9489
|
+
</td>
|
|
9490
|
+
|
|
9491
|
+
|
|
9492
|
+
<td class="description last"><p>是否开启基地址模版字符串匹配</p></td>
|
|
9493
|
+
</tr>
|
|
9494
|
+
|
|
9495
|
+
|
|
9496
|
+
|
|
9497
|
+
|
|
9498
|
+
|
|
9499
|
+
|
|
9500
|
+
|
|
9501
|
+
</tbody>
|
|
9502
|
+
</table>
|
|
9503
|
+
</div>
|
|
9504
|
+
|
|
9505
|
+
|
|
9506
|
+
|
|
9507
|
+
|
|
9508
|
+
|
|
9509
|
+
|
|
9510
|
+
<dl class="details">
|
|
9511
|
+
|
|
9512
|
+
|
|
9513
|
+
|
|
9514
|
+
|
|
9515
|
+
|
|
9516
|
+
|
|
9517
|
+
|
|
9518
|
+
|
|
9519
|
+
|
|
9520
|
+
|
|
9521
|
+
|
|
9522
|
+
|
|
9523
|
+
|
|
9524
|
+
|
|
9525
|
+
|
|
9526
|
+
|
|
9527
|
+
|
|
9528
|
+
|
|
9529
|
+
|
|
9530
|
+
|
|
9531
|
+
|
|
9532
|
+
|
|
9533
|
+
|
|
9534
|
+
|
|
9535
|
+
|
|
9536
|
+
|
|
9537
|
+
|
|
9538
|
+
|
|
9539
|
+
|
|
9540
|
+
|
|
9541
|
+
|
|
9542
|
+
</dl>
|
|
9543
|
+
|
|
9544
|
+
|
|
9545
|
+
|
|
9546
|
+
|
|
9547
|
+
|
|
9548
|
+
|
|
9549
|
+
|
|
9550
|
+
|
|
9551
|
+
|
|
9552
|
+
|
|
9553
|
+
|
|
9554
|
+
|
|
9555
|
+
|
|
9556
|
+
|
|
9557
|
+
|
|
9558
|
+
|
|
9559
|
+
|
|
9560
|
+
|
|
9561
|
+
<div class='columns method-parameter'>
|
|
9562
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
9563
|
+
<div class="column is-10">
|
|
9564
|
+
|
|
9565
|
+
|
|
9566
|
+
|
|
9567
|
+
<div class="columns">
|
|
9568
|
+
|
|
9569
|
+
<div class='param-desc column is-7'><p>构造好的Cesium.Resource对象</p></div>
|
|
9570
|
+
|
|
9571
|
+
|
|
9572
|
+
<div class='column is-5 has-text-left'>
|
|
9573
|
+
<label>类型: </label>
|
|
9574
|
+
|
|
9575
|
+
<span class="param-type">Cesium.Resource</span>
|
|
9576
|
+
|
|
9577
|
+
|
|
9578
|
+
</div>
|
|
9579
|
+
|
|
9580
|
+
</div>
|
|
9581
|
+
|
|
9582
|
+
|
|
9583
|
+
</div>
|
|
9584
|
+
</div>
|
|
9585
|
+
|
|
9528
9586
|
|
|
9529
|
-
|
|
9530
9587
|
|
|
9531
|
-
|
|
9532
9588
|
|
|
9533
|
-
|
|
9534
|
-
|
|
9535
9589
|
|
|
9536
|
-
|
|
9590
|
+
|
|
9591
|
+
</div>
|
|
9592
|
+
|
|
9593
|
+
<div class="member">
|
|
9594
|
+
|
|
9595
|
+
|
|
9596
|
+
|
|
9597
|
+
<h4 class="name" id="isGeographic">
|
|
9598
|
+
<a class="href-link" href="#isGeographic">#</a>
|
|
9599
|
+
|
|
9600
|
+
<span class="code-name" style="font-size:30px">
|
|
9601
|
+
|
|
9602
|
+
isGeographic<span class="signature">(projection)</span>
|
|
9603
|
+
|
|
9604
|
+
</span>
|
|
9605
|
+
</h4>
|
|
9606
|
+
|
|
9607
|
+
|
|
9608
|
+
|
|
9609
|
+
<div class="description">
|
|
9610
|
+
<p>判断projection对象投影是否是地理经纬度坐标系</p>
|
|
9611
|
+
</div>
|
|
9612
|
+
|
|
9613
|
+
|
|
9614
|
+
|
|
9615
|
+
|
|
9616
|
+
|
|
9617
|
+
|
|
9618
|
+
|
|
9619
|
+
|
|
9620
|
+
|
|
9621
|
+
|
|
9622
|
+
<h4>参数:</h4>
|
|
9623
|
+
|
|
9624
|
+
<div class="table-container">
|
|
9625
|
+
<table class="params table">
|
|
9626
|
+
<thead>
|
|
9627
|
+
<tr>
|
|
9628
|
+
|
|
9629
|
+
<th>名称</th>
|
|
9630
|
+
|
|
9631
|
+
|
|
9632
|
+
<th>类型</th>
|
|
9633
|
+
|
|
9634
|
+
|
|
9635
|
+
|
|
9636
|
+
<th class="last">描述</th>
|
|
9637
|
+
</tr>
|
|
9638
|
+
</thead>
|
|
9639
|
+
|
|
9640
|
+
<tbody>
|
|
9641
|
+
|
|
9642
|
+
|
|
9643
|
+
|
|
9644
|
+
<tr class="deep-level-0">
|
|
9645
|
+
|
|
9646
|
+
<td class="name"><code>projection</code></td>
|
|
9647
|
+
|
|
9648
|
+
|
|
9649
|
+
<td class="type">
|
|
9650
|
+
|
|
9651
|
+
|
|
9652
|
+
<span class="param-type">*</span>
|
|
9653
|
+
|
|
9654
|
+
|
|
9655
|
+
|
|
9656
|
+
</td>
|
|
9657
|
+
|
|
9658
|
+
|
|
9659
|
+
|
|
9660
|
+
<td class="description last"></td>
|
|
9661
|
+
</tr>
|
|
9662
|
+
|
|
9663
|
+
|
|
9664
|
+
|
|
9665
|
+
|
|
9666
|
+
</tbody>
|
|
9667
|
+
</table>
|
|
9668
|
+
</div>
|
|
9669
|
+
|
|
9670
|
+
|
|
9671
|
+
|
|
9672
|
+
|
|
9673
|
+
|
|
9674
|
+
|
|
9675
|
+
<dl class="details">
|
|
9676
|
+
|
|
9677
|
+
|
|
9678
|
+
|
|
9679
|
+
|
|
9680
|
+
|
|
9681
|
+
|
|
9682
|
+
|
|
9683
|
+
|
|
9684
|
+
|
|
9685
|
+
|
|
9686
|
+
|
|
9687
|
+
|
|
9688
|
+
|
|
9689
|
+
|
|
9690
|
+
|
|
9691
|
+
|
|
9692
|
+
|
|
9693
|
+
|
|
9694
|
+
|
|
9695
|
+
|
|
9696
|
+
|
|
9697
|
+
|
|
9698
|
+
|
|
9699
|
+
|
|
9700
|
+
|
|
9701
|
+
|
|
9702
|
+
|
|
9537
9703
|
|
|
9538
9704
|
|
|
9539
9705
|
|
|
@@ -11218,12 +11384,12 @@ the mapped output values.</p></div>
|
|
|
11218
11384
|
|
|
11219
11385
|
|
|
11220
11386
|
|
|
11221
|
-
<h4 class="name" id="
|
|
11222
|
-
<a class="href-link" href="#
|
|
11387
|
+
<h4 class="name" id="redefineGlobeSurfaceTileProviderPrototype">
|
|
11388
|
+
<a class="href-link" href="#redefineGlobeSurfaceTileProviderPrototype">#</a>
|
|
11223
11389
|
|
|
11224
11390
|
<span class="code-name" style="font-size:30px">
|
|
11225
11391
|
|
|
11226
|
-
|
|
11392
|
+
redefineGlobeSurfaceTileProviderPrototype<span class="signature">()</span>
|
|
11227
11393
|
|
|
11228
11394
|
</span>
|
|
11229
11395
|
</h4>
|
|
@@ -11231,7 +11397,7 @@ the mapped output values.</p></div>
|
|
|
11231
11397
|
|
|
11232
11398
|
|
|
11233
11399
|
<div class="description">
|
|
11234
|
-
<p>重写cesium对象
|
|
11400
|
+
<p>重写cesium对象GlobeSurfaceTileProvider中的方法</p>
|
|
11235
11401
|
</div>
|
|
11236
11402
|
|
|
11237
11403
|
|
|
@@ -11309,12 +11475,12 @@ the mapped output values.</p></div>
|
|
|
11309
11475
|
|
|
11310
11476
|
|
|
11311
11477
|
|
|
11312
|
-
<h4 class="name" id="
|
|
11313
|
-
<a class="href-link" href="#
|
|
11478
|
+
<h4 class="name" id="redefineImageryLayerPrototype">
|
|
11479
|
+
<a class="href-link" href="#redefineImageryLayerPrototype">#</a>
|
|
11314
11480
|
|
|
11315
11481
|
<span class="code-name" style="font-size:30px">
|
|
11316
11482
|
|
|
11317
|
-
|
|
11483
|
+
redefineImageryLayerPrototype<span class="signature">()</span>
|
|
11318
11484
|
|
|
11319
11485
|
</span>
|
|
11320
11486
|
</h4>
|
|
@@ -11322,7 +11488,7 @@ the mapped output values.</p></div>
|
|
|
11322
11488
|
|
|
11323
11489
|
|
|
11324
11490
|
<div class="description">
|
|
11325
|
-
<p
|
|
11491
|
+
<p>重写cesium对象ImageryLayer中的方法</p>
|
|
11326
11492
|
</div>
|
|
11327
11493
|
|
|
11328
11494
|
|
|
@@ -11400,9 +11566,100 @@ the mapped output values.</p></div>
|
|
|
11400
11566
|
|
|
11401
11567
|
|
|
11402
11568
|
|
|
11403
|
-
<h4 class="name" id="
|
|
11404
|
-
<a class="href-link" href="#
|
|
11405
|
-
|
|
11569
|
+
<h4 class="name" id="redefineMakeRequestByWhen">
|
|
11570
|
+
<a class="href-link" href="#redefineMakeRequestByWhen">#</a>
|
|
11571
|
+
|
|
11572
|
+
<span class="code-name" style="font-size:30px">
|
|
11573
|
+
|
|
11574
|
+
redefineMakeRequestByWhen<span class="signature">()</span>
|
|
11575
|
+
|
|
11576
|
+
</span>
|
|
11577
|
+
</h4>
|
|
11578
|
+
|
|
11579
|
+
|
|
11580
|
+
|
|
11581
|
+
<div class="description">
|
|
11582
|
+
<p>如果Cesium.when方法存在,则使用Cesium.when来重定义_makeRequest方法</p>
|
|
11583
|
+
</div>
|
|
11584
|
+
|
|
11585
|
+
|
|
11586
|
+
|
|
11587
|
+
|
|
11588
|
+
|
|
11589
|
+
|
|
11590
|
+
|
|
11591
|
+
|
|
11592
|
+
|
|
11593
|
+
|
|
11594
|
+
|
|
11595
|
+
|
|
11596
|
+
|
|
11597
|
+
|
|
11598
|
+
<dl class="details">
|
|
11599
|
+
|
|
11600
|
+
|
|
11601
|
+
|
|
11602
|
+
|
|
11603
|
+
|
|
11604
|
+
|
|
11605
|
+
|
|
11606
|
+
|
|
11607
|
+
|
|
11608
|
+
|
|
11609
|
+
|
|
11610
|
+
|
|
11611
|
+
|
|
11612
|
+
|
|
11613
|
+
|
|
11614
|
+
|
|
11615
|
+
|
|
11616
|
+
|
|
11617
|
+
|
|
11618
|
+
|
|
11619
|
+
|
|
11620
|
+
|
|
11621
|
+
|
|
11622
|
+
|
|
11623
|
+
|
|
11624
|
+
|
|
11625
|
+
|
|
11626
|
+
|
|
11627
|
+
|
|
11628
|
+
|
|
11629
|
+
|
|
11630
|
+
</dl>
|
|
11631
|
+
|
|
11632
|
+
|
|
11633
|
+
|
|
11634
|
+
|
|
11635
|
+
|
|
11636
|
+
|
|
11637
|
+
|
|
11638
|
+
|
|
11639
|
+
|
|
11640
|
+
|
|
11641
|
+
|
|
11642
|
+
|
|
11643
|
+
|
|
11644
|
+
|
|
11645
|
+
|
|
11646
|
+
|
|
11647
|
+
|
|
11648
|
+
|
|
11649
|
+
|
|
11650
|
+
|
|
11651
|
+
|
|
11652
|
+
|
|
11653
|
+
|
|
11654
|
+
</div>
|
|
11655
|
+
|
|
11656
|
+
<div class="member">
|
|
11657
|
+
|
|
11658
|
+
|
|
11659
|
+
|
|
11660
|
+
<h4 class="name" id="redefineMakeRequestWithoutWhen">
|
|
11661
|
+
<a class="href-link" href="#redefineMakeRequestWithoutWhen">#</a>
|
|
11662
|
+
|
|
11406
11663
|
<span class="code-name" style="font-size:30px">
|
|
11407
11664
|
|
|
11408
11665
|
redefineMakeRequestWithoutWhen<span class="signature">()</span>
|
|
@@ -12053,6 +12310,97 @@ the mapped output values.</p></div>
|
|
|
12053
12310
|
|
|
12054
12311
|
|
|
12055
12312
|
|
|
12313
|
+
|
|
12314
|
+
|
|
12315
|
+
|
|
12316
|
+
|
|
12317
|
+
|
|
12318
|
+
|
|
12319
|
+
|
|
12320
|
+
|
|
12321
|
+
|
|
12322
|
+
|
|
12323
|
+
|
|
12324
|
+
</dl>
|
|
12325
|
+
|
|
12326
|
+
|
|
12327
|
+
|
|
12328
|
+
|
|
12329
|
+
|
|
12330
|
+
|
|
12331
|
+
|
|
12332
|
+
|
|
12333
|
+
|
|
12334
|
+
|
|
12335
|
+
|
|
12336
|
+
|
|
12337
|
+
|
|
12338
|
+
|
|
12339
|
+
|
|
12340
|
+
|
|
12341
|
+
|
|
12342
|
+
|
|
12343
|
+
|
|
12344
|
+
|
|
12345
|
+
|
|
12346
|
+
|
|
12347
|
+
|
|
12348
|
+
</div>
|
|
12349
|
+
|
|
12350
|
+
<div class="member">
|
|
12351
|
+
|
|
12352
|
+
|
|
12353
|
+
|
|
12354
|
+
<h4 class="name" id="redefineWebMapTileServiceImageryProviderPrototype">
|
|
12355
|
+
<a class="href-link" href="#redefineWebMapTileServiceImageryProviderPrototype">#</a>
|
|
12356
|
+
|
|
12357
|
+
<span class="code-name" style="font-size:30px">
|
|
12358
|
+
|
|
12359
|
+
redefineWebMapTileServiceImageryProviderPrototype<span class="signature">()</span>
|
|
12360
|
+
|
|
12361
|
+
</span>
|
|
12362
|
+
</h4>
|
|
12363
|
+
|
|
12364
|
+
|
|
12365
|
+
|
|
12366
|
+
<div class="description">
|
|
12367
|
+
<p>重写cesium对象WebMapTileServiceImageryProvider中的方法</p>
|
|
12368
|
+
</div>
|
|
12369
|
+
|
|
12370
|
+
|
|
12371
|
+
|
|
12372
|
+
|
|
12373
|
+
|
|
12374
|
+
|
|
12375
|
+
|
|
12376
|
+
|
|
12377
|
+
|
|
12378
|
+
|
|
12379
|
+
|
|
12380
|
+
|
|
12381
|
+
|
|
12382
|
+
|
|
12383
|
+
<dl class="details">
|
|
12384
|
+
|
|
12385
|
+
|
|
12386
|
+
|
|
12387
|
+
|
|
12388
|
+
|
|
12389
|
+
|
|
12390
|
+
|
|
12391
|
+
|
|
12392
|
+
|
|
12393
|
+
|
|
12394
|
+
|
|
12395
|
+
|
|
12396
|
+
|
|
12397
|
+
|
|
12398
|
+
|
|
12399
|
+
|
|
12400
|
+
|
|
12401
|
+
|
|
12402
|
+
|
|
12403
|
+
|
|
12056
12404
|
|
|
12057
12405
|
|
|
12058
12406
|
|
|
@@ -13784,285 +14132,6 @@ rejection reasons.</p></div>
|
|
|
13784
14132
|
|
|
13785
14133
|
|
|
13786
14134
|
|
|
13787
|
-
|
|
13788
|
-
|
|
13789
|
-
|
|
13790
|
-
</div>
|
|
13791
|
-
|
|
13792
|
-
<div class="member">
|
|
13793
|
-
|
|
13794
|
-
|
|
13795
|
-
|
|
13796
|
-
<h4 class="name" id="updateLayerIndex">
|
|
13797
|
-
<a class="href-link" href="#updateLayerIndex">#</a>
|
|
13798
|
-
|
|
13799
|
-
<span class="code-name" style="font-size:30px">
|
|
13800
|
-
|
|
13801
|
-
updateLayerIndex<span class="signature">(layer, innerLayer, innerView)</span>
|
|
13802
|
-
|
|
13803
|
-
</span>
|
|
13804
|
-
</h4>
|
|
13805
|
-
|
|
13806
|
-
|
|
13807
|
-
|
|
13808
|
-
<div class="description">
|
|
13809
|
-
<p>修改图层顺序</p>
|
|
13810
|
-
</div>
|
|
13811
|
-
|
|
13812
|
-
|
|
13813
|
-
|
|
13814
|
-
|
|
13815
|
-
|
|
13816
|
-
|
|
13817
|
-
|
|
13818
|
-
|
|
13819
|
-
|
|
13820
|
-
|
|
13821
|
-
<h4>参数:</h4>
|
|
13822
|
-
|
|
13823
|
-
<div class="table-container">
|
|
13824
|
-
<table class="params table">
|
|
13825
|
-
<thead>
|
|
13826
|
-
<tr>
|
|
13827
|
-
|
|
13828
|
-
<th>名称</th>
|
|
13829
|
-
|
|
13830
|
-
|
|
13831
|
-
<th>类型</th>
|
|
13832
|
-
|
|
13833
|
-
|
|
13834
|
-
|
|
13835
|
-
<th class="last">描述</th>
|
|
13836
|
-
</tr>
|
|
13837
|
-
</thead>
|
|
13838
|
-
|
|
13839
|
-
<tbody>
|
|
13840
|
-
|
|
13841
|
-
|
|
13842
|
-
|
|
13843
|
-
<tr class="deep-level-0">
|
|
13844
|
-
|
|
13845
|
-
<td class="name"><code>layer</code></td>
|
|
13846
|
-
|
|
13847
|
-
|
|
13848
|
-
<td class="type">
|
|
13849
|
-
|
|
13850
|
-
|
|
13851
|
-
<span class="param-type">Object</span>
|
|
13852
|
-
|
|
13853
|
-
|
|
13854
|
-
|
|
13855
|
-
</td>
|
|
13856
|
-
|
|
13857
|
-
|
|
13858
|
-
|
|
13859
|
-
<td class="description last"><p>基础图层对象</p></td>
|
|
13860
|
-
</tr>
|
|
13861
|
-
|
|
13862
|
-
|
|
13863
|
-
|
|
13864
|
-
|
|
13865
|
-
|
|
13866
|
-
|
|
13867
|
-
<tr class="deep-level-0">
|
|
13868
|
-
|
|
13869
|
-
<td class="name"><code>innerLayer</code></td>
|
|
13870
|
-
|
|
13871
|
-
|
|
13872
|
-
<td class="type">
|
|
13873
|
-
|
|
13874
|
-
|
|
13875
|
-
<span class="param-type">Object</span>
|
|
13876
|
-
|
|
13877
|
-
|
|
13878
|
-
|
|
13879
|
-
</td>
|
|
13880
|
-
|
|
13881
|
-
|
|
13882
|
-
|
|
13883
|
-
<td class="description last"><p>三维上的图层对象</p></td>
|
|
13884
|
-
</tr>
|
|
13885
|
-
|
|
13886
|
-
|
|
13887
|
-
|
|
13888
|
-
|
|
13889
|
-
|
|
13890
|
-
|
|
13891
|
-
<tr class="deep-level-0">
|
|
13892
|
-
|
|
13893
|
-
<td class="name"><code>innerView</code></td>
|
|
13894
|
-
|
|
13895
|
-
|
|
13896
|
-
<td class="type">
|
|
13897
|
-
|
|
13898
|
-
|
|
13899
|
-
<span class="param-type">Object</span>
|
|
13900
|
-
|
|
13901
|
-
|
|
13902
|
-
|
|
13903
|
-
</td>
|
|
13904
|
-
|
|
13905
|
-
|
|
13906
|
-
|
|
13907
|
-
<td class="description last"><p>cesium的view对象</p></td>
|
|
13908
|
-
</tr>
|
|
13909
|
-
|
|
13910
|
-
|
|
13911
|
-
|
|
13912
|
-
|
|
13913
|
-
</tbody>
|
|
13914
|
-
</table>
|
|
13915
|
-
</div>
|
|
13916
|
-
|
|
13917
|
-
|
|
13918
|
-
|
|
13919
|
-
|
|
13920
|
-
|
|
13921
|
-
|
|
13922
|
-
<dl class="details">
|
|
13923
|
-
|
|
13924
|
-
|
|
13925
|
-
|
|
13926
|
-
|
|
13927
|
-
|
|
13928
|
-
|
|
13929
|
-
|
|
13930
|
-
|
|
13931
|
-
|
|
13932
|
-
|
|
13933
|
-
|
|
13934
|
-
|
|
13935
|
-
|
|
13936
|
-
|
|
13937
|
-
|
|
13938
|
-
|
|
13939
|
-
|
|
13940
|
-
|
|
13941
|
-
|
|
13942
|
-
|
|
13943
|
-
|
|
13944
|
-
|
|
13945
|
-
|
|
13946
|
-
|
|
13947
|
-
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
|
|
13951
|
-
|
|
13952
|
-
|
|
13953
|
-
|
|
13954
|
-
</dl>
|
|
13955
|
-
|
|
13956
|
-
|
|
13957
|
-
|
|
13958
|
-
|
|
13959
|
-
|
|
13960
|
-
|
|
13961
|
-
|
|
13962
|
-
|
|
13963
|
-
|
|
13964
|
-
|
|
13965
|
-
|
|
13966
|
-
|
|
13967
|
-
|
|
13968
|
-
|
|
13969
|
-
|
|
13970
|
-
|
|
13971
|
-
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
|
|
13975
|
-
|
|
13976
|
-
|
|
13977
|
-
|
|
13978
|
-
</div>
|
|
13979
|
-
|
|
13980
|
-
<div class="member">
|
|
13981
|
-
|
|
13982
|
-
|
|
13983
|
-
|
|
13984
|
-
<h4 class="name" id="UrlUtil">
|
|
13985
|
-
<a class="href-link" href="#UrlUtil">#</a>
|
|
13986
|
-
|
|
13987
|
-
<span class="code-name" style="font-size:30px">
|
|
13988
|
-
|
|
13989
|
-
UrlUtil<span class="signature">()</span>
|
|
13990
|
-
|
|
13991
|
-
</span>
|
|
13992
|
-
</h4>
|
|
13993
|
-
|
|
13994
|
-
|
|
13995
|
-
|
|
13996
|
-
<div class="description">
|
|
13997
|
-
<p>UrlUtil工具类封装</p>
|
|
13998
|
-
</div>
|
|
13999
|
-
|
|
14000
|
-
|
|
14001
|
-
|
|
14002
|
-
|
|
14003
|
-
|
|
14004
|
-
|
|
14005
|
-
|
|
14006
|
-
|
|
14007
|
-
|
|
14008
|
-
|
|
14009
|
-
|
|
14010
|
-
|
|
14011
|
-
|
|
14012
|
-
|
|
14013
|
-
<dl class="details">
|
|
14014
|
-
|
|
14015
|
-
|
|
14016
|
-
|
|
14017
|
-
|
|
14018
|
-
|
|
14019
|
-
|
|
14020
|
-
|
|
14021
|
-
|
|
14022
|
-
|
|
14023
|
-
|
|
14024
|
-
|
|
14025
|
-
|
|
14026
|
-
|
|
14027
|
-
|
|
14028
|
-
|
|
14029
|
-
|
|
14030
|
-
|
|
14031
|
-
|
|
14032
|
-
|
|
14033
|
-
|
|
14034
|
-
|
|
14035
|
-
|
|
14036
|
-
|
|
14037
|
-
|
|
14038
|
-
|
|
14039
|
-
|
|
14040
|
-
|
|
14041
|
-
|
|
14042
|
-
|
|
14043
|
-
|
|
14044
|
-
|
|
14045
|
-
</dl>
|
|
14046
|
-
|
|
14047
|
-
|
|
14048
|
-
|
|
14049
|
-
|
|
14050
|
-
|
|
14051
|
-
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
|
|
14055
|
-
|
|
14056
|
-
|
|
14057
|
-
|
|
14058
|
-
|
|
14059
|
-
|
|
14060
|
-
|
|
14061
|
-
|
|
14062
|
-
|
|
14063
|
-
|
|
14064
|
-
|
|
14065
|
-
|
|
14066
14135
|
|
|
14067
14136
|
|
|
14068
14137
|
|