@mapgis/webclient-cesium-plugin 17.4.1 → 17.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +674 -601
- package/dist/es5/webclient-cesium-plugin.min.js +10 -10
- package/dist/es5/webclient-common.min.js +32 -6
- package/dist/webclient-cesium-plugin-es6.min.js +10 -10
- package/documention/AlgorithmLib.html +6 -6
- package/documention/AngulationTool.html +143 -86
- package/documention/AnimationTool.html +6 -6
- package/documention/ArcGISMapServerImageryProvider.html +20 -40
- package/documention/ArcGISMapServerSingleImageryProvider.html +1070 -0
- package/documention/ArcGISTileServerImageryProvider.html +18 -10
- package/documention/ArcGISVectorTileImageryProvider.html +14 -9
- package/documention/BaseImageryProvider.html +1777 -0
- package/documention/Cesium.Material.html +6 -6
- package/documention/Cesium.Viewer.html +6 -6
- package/documention/Cesium3DTileset.html +6 -6
- package/documention/CesiumHeatmap.html +6 -6
- package/documention/CesiumNavigation.html +511 -0
- package/documention/CesiumTerrainProvider.html +6 -6
- package/documention/CircleWaveMaterialProperty.html +6 -6
- package/documention/CollisionDetectionByRender.html +6 -6
- package/documention/CompatibleFunc.html +258 -9
- package/documention/CustomPrimitive.html +463 -0
- package/documention/CustomProjection.html +6 -6
- package/documention/CustomTilingScheme.html +6 -6
- package/documention/CutFillAnalysis.html +6 -6
- package/documention/CuttingTool.html +154 -21
- package/documention/Deferred.html +6 -6
- package/documention/DrawElement.html +16 -16
- package/documention/DrawTool.html +8 -8
- package/documention/DynamicEntityVisualizer.html +8 -6
- package/documention/DynamicLabelLayer.html +333 -451
- package/documention/EditTool.html +6 -6
- package/documention/FloodAnalysis.html +6 -6
- package/documention/FloodAnalysisReflection.html +6 -6
- package/documention/FlowParticle.html +1052 -0
- package/documention/Fluid.html +2712 -0
- package/documention/FluidFoam.html +1052 -0
- package/documention/FluidReflection.html +954 -0
- package/documention/FluidShadow.html +954 -0
- package/documention/FluidSourceCollection.html +1399 -0
- package/documention/FluidSpecular.html +954 -0
- package/documention/GeoJSONLayerUtil.html +6 -6
- package/documention/GlobeIndependentTranslucency.html +6 -6
- package/documention/Graphic.html +6 -6
- package/documention/GraphicTransformTool.html +6 -6
- package/documention/GraphicsLayer.html +7 -7
- package/documention/GraphicsLayerUtil.html +6 -6
- package/documention/GroundPrimitiveLayer.html +1675 -0
- package/documention/HashMap.html +6 -6
- package/documention/HeightLimited.html +6 -6
- package/documention/IGSFeatureLayerUtil.html +169 -6
- package/documention/ISSceneLayerUtil.html +6 -870
- package/documention/KeyboardCameraController.html +6 -6
- package/documention/MapGISDynamicLabelCollection.html +1696 -0
- package/documention/MapGISFeatureGridCollection.html +1579 -0
- package/documention/MapGISImageServerImageryProvider.html +1878 -0
- package/documention/MapGISM3DSet.html +9 -6
- package/documention/MapGISMapServerImageryProvider.html +171 -814
- package/documention/MapGISMapServerSingleImageryProvider.html +1222 -0
- package/documention/MapGISTerrainProvider.html +1098 -13
- package/documention/MapGISTerrainService.html +1740 -0
- package/documention/MapGISTileAvailability.html +8 -8
- package/documention/MapGISTileServerImageryProvider.html +98 -1343
- package/documention/MapGISVectorTileImageryProvider.html +126 -694
- package/documention/MeasureAreaTool.html +371 -6
- package/documention/MeasureLengthTool.html +99 -88
- package/documention/MeasureSlopeTool.html +216 -12
- package/documention/ModelEditor.html +6 -6
- package/documention/ModelFilterTool.html +6 -6
- package/documention/ModelTransformTool.html +439 -19
- package/documention/NavigationControl.html +512 -0
- package/documention/NavigationTool.html +7 -7
- package/documention/OpenWeatherImageryProvider.html +39 -87
- package/documention/PointFluidSource.html +866 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +6 -6
- package/documention/Popup.html +7 -7
- package/documention/PostProcessStageLibrary.html +6 -6
- package/documention/Promise.html +6 -6
- package/documention/ProviderBaseUrlRegExp.html +735 -0
- package/documention/RadarMaterialProperty.html +6 -6
- package/documention/ReImg.html +6 -6
- package/documention/RenderUtil.html +685 -0
- package/documention/ResetViewNavigationControl.html +975 -0
- package/documention/RiverGeometry.html +6 -6
- package/documention/RoamParticle.html +6 -6
- package/documention/S3MTileset.html +9 -6
- package/documention/SceneView.html +319 -192
- package/documention/SceneViewCesium.html +1028 -447
- package/documention/Screenshot.html +6 -6
- package/documention/SelectTool.html +6 -6
- package/documention/ShadowRateAnalysis.html +6 -6
- package/documention/ShadowRateDrawCommand.html +6 -6
- package/documention/SingleImageryProvider.html +1544 -0
- package/documention/SketchEditor.html +7 -7
- package/documention/SketchEditorCesium.html +249 -365
- package/documention/StableParticle.html +6 -6
- package/documention/Style.html +6 -6
- package/documention/TerrainAnalyse.html +9 -9
- package/documention/TerrainProfile.html +86 -11
- package/documention/ThemeManager.html +7 -7
- package/documention/Tooltip.html +6 -6
- package/documention/TriangulationTool.html +115 -362
- package/documention/UrlTemplateImageryProvider.html +11 -10
- package/documention/UserInterfaceControl.html +1187 -0
- package/documention/VisiblityAnalysis.html +7 -7
- package/documention/VolumeFluidSource.html +664 -0
- package/documention/WFSLayerUtil.html +6 -6
- package/documention/WaterReflection.html +6 -6
- package/documention/WebMapServiceImageryProvider.html +13 -8
- package/documention/WebMapServiceSingleImageryProvider.html +1043 -0
- package/documention/WebMapTileServiceImageryProvider.html +14 -8
- package/documention/Wind3D.html +6 -6
- package/documention/ZoomNavigationControl.html +861 -0
- package/documention/createColorTexture.html +6 -6
- package/documention/global.html +957 -888
- package/documention/index.html +6 -6
- package/documention/initializeOptions.html +6 -6
- package/documention/isCounterClockwise.html +6 -6
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +6 -6
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +6 -6
- package/documention/module.exports_module.exports.html +6 -6
- package/package.json +2 -2
- package/documention/IGSSceneLayerUtil.html +0 -2313
- package/documention/SkyLineAnalysis.html +0 -660
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
|
|
105
105
|
<nav>
|
|
106
106
|
|
|
107
|
-
<div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS
|
|
107
|
+
<div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">扩展模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AlgorithmLib"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AlgorithmLib.html">AlgorithmLib</a><span style="display: none;"><p>通用算法工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AngulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AngulationTool.html">AngulationTool</a><span style="display: none;"><p>角度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="AnimationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="AnimationTool.html">AnimationTool</a><span style="display: none;"><p>场景漫游工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><span style="display: none;"><p>ArcGIS地图服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISMapServerSingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISMapServerSingleImageryProvider.html">ArcGISMapServerSingleImageryProvider</a><span style="display: none;"><p>ArcGIS地图服务一张图出图接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><span style="display: none;"><p>ArcGIS瓦片服务接入类,现已不支持通过构造函数(new ArcGISTileServerImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ArcGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ArcGISVectorTileImageryProvider.html">ArcGISVectorTileImageryProvider</a><span style="display: none;"><p>ArcGIS矢量瓦片服务接入类,现已不支持通过构造函数(new ArcGISVectorTileImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="BaseImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="BaseImageryProvider.html">BaseImageryProvider</a><span style="display: none;"><p>基础影像服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium3DTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium3DTileset.html">Cesium3DTileset</a><span style="display: none;"><p>Cesium3DTileset对象,现已不支持通过构造函数(new Cesium3DTileset())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Material"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Material.html">Material</a><span style="display: none;"><p>新增了部分Cesium材质<br>
|
|
108
108
|
《PolylineTrailLink材质》<br>
|
|
109
109
|
参考示例:
|
|
110
110
|
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
|
|
@@ -201,7 +201,7 @@ repeat: 重复次数,2.0<br><br></p></span></li><li style="white-space: nowrap
|
|
|
201
201
|
</ol></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CutFillAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CutFillAnalysis.html">CutFillAnalysis</a><span style="display: none;"><p>填挖方分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CuttingTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CuttingTool.html">CuttingTool</a><span style="display: none;"><p>三维场景裁剪工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawElement"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawElement.html">DrawElement</a><span style="display: none;"><p>几何绘制类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DrawTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DrawTool.html">DrawTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="DynamicEntityVisualizer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="DynamicEntityVisualizer.html">DynamicEntityVisualizer</a><span style="display: none;"><p>动态实体视图类封装
|
|
202
202
|
1、支持BillBoard、Label、GroundPrimitive等动态显示,处理覆盖问题
|
|
203
203
|
2、动态显隐效果
|
|
204
|
-
3、视窗内性能优化</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
|
|
204
|
+
3、视窗内性能优化</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="EditTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="EditTool.html">EditTool</a><span style="display: none;"><p>标绘编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysis.html">FloodAnalysis</a><span style="display: none;"><p>洪水淹没分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FloodAnalysisReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FloodAnalysisReflection.html">FloodAnalysisReflection</a><span style="display: none;"><p>创建反射水面淹没分析的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FlowParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FlowParticle.html">FlowParticle</a><span style="display: none;"><p>流体粒子对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Fluid"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Fluid.html">Fluid</a><span style="display: none;"><p>流体模拟对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidFoam"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidFoam.html">FluidFoam</a><span style="display: none;"><p>流体白浪对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidReflection.html">FluidReflection</a><span style="display: none;"><p>流体反射对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidShadow"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidShadow.html">FluidShadow</a><span style="display: none;"><p>流体阴影对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidSourceCollection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidSourceCollection.html">FluidSourceCollection</a><span style="display: none;"><p>流体源集合对象(该对象会在Fluid内部进行实例化,不需要额外手动实例化)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="FluidSpecular"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="FluidSpecular.html">FluidSpecular</a><span style="display: none;"><p>流体高光对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GlobeIndependentTranslucency"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GlobeIndependentTranslucency.html">GlobeIndependentTranslucency</a><span style="display: none;"><p>单独控制地表透明度和影像图层的透明度,能够在开启地表透明后使部分影像图层不受地表透明的影响。</p>
|
|
205
205
|
<p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
|
|
206
206
|
viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
|
|
207
207
|
使用原生的地表透明方式还是该类的地表透明方式由 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
|
|
@@ -260,9 +260,9 @@ viewer.scene.globe.translucency依然能够使用,但两者同时使用时会
|
|
|
260
260
|
<ul>
|
|
261
261
|
<li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
|
|
262
262
|
<li><code>R</code>:重置视角到初始视角,仅在参数<code>initView</code>定义时有效</li>
|
|
263
|
-
</ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>
|
|
263
|
+
</ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISDynamicLabelCollection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISDynamicLabelCollection.html">MapGISDynamicLabelCollection</a><span style="display: none;"><p>动态注记容器</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISFeatureGridCollection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISFeatureGridCollection.html">MapGISFeatureGridCollection</a><span style="display: none;"><p>网格要素容器</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISImageServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISImageServerImageryProvider.html">MapGISImageServerImageryProvider</a><span style="display: none;"><p>IGS影像服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISM3DSet"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISM3DSet.html">MapGISM3DSet</a><span style="display: none;"><p>MapGISM3DSet对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><span style="display: none;"><p>IGS地图服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISMapServerSingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISMapServerSingleImageryProvider.html">MapGISMapServerSingleImageryProvider</a><span style="display: none;"><p>IGS地图服务一张图出图接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainProvider.html">MapGISTerrainProvider</a><span style="display: none;"><p>MapGIS地形服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTerrainService"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTerrainService.html">MapGISTerrainService</a><span style="display: none;"><p>MapGIS地形服务对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileAvailability"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileAvailability.html">MapGISTileAvailability</a><span style="display: none;"><p>MapGIS的TileAvailability类,重写了Cesium.TileAvailability的所有方法,支持在内部自动筛选要使用的地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISTileServerImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><span style="display: none;"><p>IGS瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MapGISVectorTileImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><span style="display: none;"><p>MapGIS矢量瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureAreaTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureAreaTool.html">MeasureAreaTool</a><span style="display: none;"><p>面积测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureLengthTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureLengthTool.html">MeasureLengthTool</a><span style="display: none;"><p>距离测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="MeasureSlopeTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="MeasureSlopeTool.html">MeasureSlopeTool</a><span style="display: none;"><p>坡度测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelEditor.html">ModelEditor</a><span style="display: none;"><p>模型矩阵编辑工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelFilterTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelFilterTool.html">ModelFilterTool</a><span style="display: none;"><p>模型空间过滤工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ModelTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ModelTransformTool.html">ModelTransformTool</a><span style="display: none;"><p>模型变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="NavigationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="NavigationTool.html">NavigationTool</a><span style="display: none;"><p>A mixin which adds the Compass/Navigation widget to the Viewer widget.
|
|
264
264
|
Rather than being called directly, this function is normally passed as
|
|
265
|
-
a parameter to <code>Viewer#extend</code>, as shown in the example below.</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="OpenWeatherImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="OpenWeatherImageryProvider.html">OpenWeatherImageryProvider</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS图层,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS图层,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
|
|
265
|
+
a parameter to <code>Viewer#extend</code>, as shown in the example below.</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="OpenWeatherImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="OpenWeatherImageryProvider.html">OpenWeatherImageryProvider</a><span style="display: none;"><p>OpenWeatherMap服务服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PointFluidSource"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PointFluidSource.html">PointFluidSource</a><span style="display: none;"><p>点流体源对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PolylineTrailLinkMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PolylineTrailLinkMaterialProperty.html">PolylineTrailLinkMaterialProperty</a><span style="display: none;"><p>流动纹理线材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="PostProcessStageLibrary"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="PostProcessStageLibrary.html">PostProcessStageLibrary</a><span style="display: none;"><p>用于创建后处理特效的扩展库</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RadarMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RadarMaterialProperty.html">RadarMaterialProperty</a><span style="display: none;"><p>雷达扫描材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ReImg"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ReImg.html">ReImg</a><span style="display: none;"><p>截图(保存图片)</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="RoamParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="RoamParticle.html">RoamParticle</a><span style="display: none;"><p>跟随模型移动粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="S3MTileset"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="S3MTileset.html">S3MTileset</a><span style="display: none;"><p>S3MTileset类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SelectTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SelectTool.html">SelectTool</a><span style="display: none;"><p>绘制工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ShadowRateAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ShadowRateAnalysis.html">ShadowRateAnalysis</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SingleImageryProvider.html">SingleImageryProvider</a><span style="display: none;"><p>一张图出图的服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="StableParticle"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="StableParticle.html">StableParticle</a><span style="display: none;"><p>固定位置粒子特效,可通过更改image与附加参数来实现火焰、喷泉、烟雾等粒子特效</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Style"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Style.html">Style</a><span style="display: none;"><p>标绘图元样式</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainAnalyse"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainAnalyse.html">TerrainAnalyse</a><span style="display: none;"><p>地形分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TerrainProfile"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TerrainProfile.html">TerrainProfile</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ThemeManager"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ThemeManager.html">ThemeManager</a><span style="display: none;"><p>统计图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="TriangulationTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="TriangulationTool.html">TriangulationTool</a><span style="display: none;"><p>三角测量工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="UrlTemplateImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="UrlTemplateImageryProvider.html">UrlTemplateImageryProvider</a><span style="display: none;"><p>网络瓦片服务接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VisiblityAnalysis"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VisiblityAnalysis.html">VisiblityAnalysis</a><span style="display: none;"><p>通视分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="VolumeFluidSource"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="VolumeFluidSource.html">VolumeFluidSource</a><span style="display: none;"><p>全域流体源对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WaterReflection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WaterReflection.html">WaterReflection</a><span style="display: none;"><p>创建反射水面的实例化对象</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><span style="display: none;"><p>WMS服务接入类,现已不支持通过构造函数(new WebMapServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapServiceSingleImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapServiceSingleImageryProvider.html">WebMapServiceSingleImageryProvider</a><span style="display: none;"><p>WMS服务一张图出图接入类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WebMapTileServiceImageryProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><span style="display: none;"><p>WMTS服务接入类,现已不支持通过构造函数(new WebMapTileServiceImageryProvider())的方式初始化图层,而是使用fromUrl方法构造图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Wind3D"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Wind3D.html">Wind3D</a><span style="display: none;"><p>风场系统</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">工具类模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GeoJSONLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><span style="display: none;"><p>几何图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="IGSFeatureLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="WFSLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="WFSLayerUtil.html">WFSLayerUtil</a><span style="display: none;"><p>WFS图层的工具类</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">视图模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ISSceneLayerUtil"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ISSceneLayerUtil.html">ISSceneLayerUtil</a><span style="display: none;"><p>IS场景图层的工具类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Popup"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>场景信息弹窗(cesium引擎)
|
|
266
266
|
参考示例:
|
|
267
267
|
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
268
268
|
<br>[ES5引入方式]:<br/>
|
|
@@ -270,12 +270,12 @@ zondy.cesium.SceneView() <br/>
|
|
|
270
270
|
[ES6引入方式]:<br/>
|
|
271
271
|
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
272
272
|
自定义样式说明:<br/>
|
|
273
|
-
zondy-
|
|
273
|
+
zondy-popup__container 弹窗容器样式<br/>
|
|
274
274
|
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
275
275
|
zondy-popup__header 弹窗头部样式<br/>
|
|
276
276
|
zondy-popup__content 弹窗主体样式<br/>
|
|
277
277
|
zondy-popup__footer 弹窗底部样式<br/></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SceneView"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SceneView.html">SceneView</a><span style="display: none;"><p>场景视图类<br/>
|
|
278
|
-
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SceneView.html' target='_blank'>zondy.SceneView</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
278
|
+
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SceneView.html' target='_blank'>zondy.SceneView</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Screenshot"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>屏幕打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">服务模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="ProviderBaseUrlRegExp"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="ProviderBaseUrlRegExp.html">ProviderBaseUrlRegExp</a><span style="display: none;"><p>服务基地址匹配正则表达式</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="SketchEditor"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditor.html">SketchEditor</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
279
279
|
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor3D.html' target='_blank'>zondy.SketchEditor3D</a><br/>
|
|
280
280
|
<br>[ES5引入方式]:<br/>
|
|
281
281
|
const { SketchEditor } = zondy.tool.sketch <br/>
|
|
@@ -321,7 +321,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
321
321
|
|
|
322
322
|
|
|
323
323
|
<div class="description">
|
|
324
|
-
<p>
|
|
324
|
+
<p>IGS瓦片服务接入类</p>
|
|
325
325
|
</div>
|
|
326
326
|
|
|
327
327
|
|
|
@@ -391,60 +391,9 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
391
391
|
<td class="type">
|
|
392
392
|
|
|
393
393
|
|
|
394
|
-
<span class="param-type">
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
</td>
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
<td class="default">
|
|
402
|
-
|
|
403
|
-
</td>
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
<td class="description last"><p>服务地址,格式如下:<br/>
|
|
407
|
-
1、IGS1.0服务基地址:http://{ip}:{port}/igs/rest/mrms/tile/{文件夹名(可选)}:{serviceName}/{level}/{row}/{col}<br/>
|
|
408
|
-
2、IGS2.0服务基地址:http://{ip}:{port}/arcgis/rest/services/{文件夹名(可选)}/{服务名}/TileServer</p></td>
|
|
409
|
-
</tr>
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
<tr class="deep-level-1">
|
|
415
|
-
|
|
416
|
-
<td class="name"><code>mapStyle</code></td>
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
<td class="type">
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
<span class="param-type">String</span>
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
</td>
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
<td class="default">
|
|
430
|
-
|
|
431
|
-
</td>
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
<td class="description last"><p>瓦片地图样式</p></td>
|
|
435
|
-
</tr>
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
<tr class="deep-level-1">
|
|
441
|
-
|
|
442
|
-
<td class="name"><code>imageVersion</code></td>
|
|
443
|
-
|
|
394
|
+
<span class="param-type">Cesium.Resource</span>
|
|
395
|
+
|
|
|
444
396
|
|
|
445
|
-
<td class="type">
|
|
446
|
-
|
|
447
|
-
|
|
448
397
|
<span class="param-type">String</span>
|
|
449
398
|
|
|
450
399
|
|
|
@@ -454,68 +403,14 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
454
403
|
|
|
455
404
|
<td class="default">
|
|
456
405
|
|
|
457
|
-
'0'
|
|
458
|
-
|
|
459
|
-
</td>
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
<td class="description last"><p>瓦片影像版本</p></td>
|
|
463
|
-
</tr>
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
<tr class="deep-level-1">
|
|
469
|
-
|
|
470
|
-
<td class="name"><code>tileWidth</code></td>
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
<td class="type">
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
<span class="param-type">number</span>
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
</td>
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
<td class="default">
|
|
484
|
-
|
|
485
|
-
256
|
|
486
|
-
|
|
487
|
-
</td>
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
<td class="description last"><p>请求瓦片宽度</p></td>
|
|
491
|
-
</tr>
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
<tr class="deep-level-1">
|
|
497
|
-
|
|
498
|
-
<td class="name"><code>tileHeight</code></td>
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
<td class="type">
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
<span class="param-type">number</span>
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
</td>
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
<td class="default">
|
|
512
|
-
|
|
513
|
-
256
|
|
514
|
-
|
|
515
406
|
</td>
|
|
516
407
|
|
|
517
408
|
|
|
518
|
-
<td class="description last"><p
|
|
409
|
+
<td class="description last"><p>服务的基地址,支持url字符串和Cesium.Resource两种类型,当类型为Cesium.Resource时,支持传入额外请求参数、请求头参数等,具体请参考<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/Resource.html' target='_blank'>Cesium.Resource</a><br/>
|
|
410
|
+
格式如下:<br/>
|
|
411
|
+
1、IGS1.0服务基地址:http://{ip}:{port}/igs/rest/mrms/tile/{folder}:{serviceName}<br/>
|
|
412
|
+
2、IGS2.0服务基地址:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}/TileServer<br/>
|
|
413
|
+
3、IGS2.0服务基地址:http://{ip}:{port}/igs/rest/services/{folder}/{serviceName}/MapServer</p></td>
|
|
519
414
|
</tr>
|
|
520
415
|
|
|
521
416
|
|
|
@@ -662,34 +557,6 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
662
557
|
|
|
663
558
|
|
|
664
559
|
|
|
665
|
-
<tr class="deep-level-1">
|
|
666
|
-
|
|
667
|
-
<td class="name"><code>mapgisOffset</code></td>
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
<td class="type">
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
<span class="param-type">Number</span>
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
</td>
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
<td class="default">
|
|
681
|
-
|
|
682
|
-
0
|
|
683
|
-
|
|
684
|
-
</td>
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
<td class="description last"><p>瓦片错级参数,默认为0</p></td>
|
|
688
|
-
</tr>
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
560
|
<tr class="deep-level-1">
|
|
694
561
|
|
|
695
562
|
<td class="name"><code>proxy</code></td>
|
|
@@ -718,13 +585,13 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
718
585
|
|
|
719
586
|
<tr class="deep-level-1">
|
|
720
587
|
|
|
721
|
-
<td class="name"><code>
|
|
588
|
+
<td class="name"><code>buildImageResource</code></td>
|
|
722
589
|
|
|
723
590
|
|
|
724
591
|
<td class="type">
|
|
725
592
|
|
|
726
593
|
|
|
727
|
-
<span class="param-type">
|
|
594
|
+
<span class="param-type">function</span>
|
|
728
595
|
|
|
729
596
|
|
|
730
597
|
|
|
@@ -736,7 +603,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
736
603
|
</td>
|
|
737
604
|
|
|
738
605
|
|
|
739
|
-
<td class="description last"><p
|
|
606
|
+
<td class="description last"><p>重载buildImageResource方法,来重载瓦片的请求逻辑</p></td>
|
|
740
607
|
</tr>
|
|
741
608
|
|
|
742
609
|
|
|
@@ -744,13 +611,13 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
744
611
|
|
|
745
612
|
<tr class="deep-level-1">
|
|
746
613
|
|
|
747
|
-
<td class="name"><code>
|
|
614
|
+
<td class="name"><code>extensions</code></td>
|
|
748
615
|
|
|
749
616
|
|
|
750
617
|
<td class="type">
|
|
751
618
|
|
|
752
619
|
|
|
753
|
-
<span class="param-type">
|
|
620
|
+
<span class="param-type">Array.<Object></span>
|
|
754
621
|
|
|
755
622
|
|
|
756
623
|
|
|
@@ -759,10 +626,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
759
626
|
|
|
760
627
|
<td class="default">
|
|
761
628
|
|
|
629
|
+
[]
|
|
630
|
+
|
|
762
631
|
</td>
|
|
763
632
|
|
|
764
633
|
|
|
765
|
-
<td class="description last"><p
|
|
634
|
+
<td class="description last"><p>扩展参数,计划废弃,会将扩展参数中的非空参数拼接到请求接口上,SDK不会对扩展参数进行加密,示例:[{ key: '参数名', value: '参数值' }],计划废弃,推荐设置到Cesium.Resource中</p></td>
|
|
766
635
|
</tr>
|
|
767
636
|
|
|
768
637
|
|
|
@@ -930,20 +799,19 @@ igsTileLayer.load().then((layer) => {
|
|
|
930
799
|
<span class="method-parameter is-pulled-right">
|
|
931
800
|
<label>类型:</label>
|
|
932
801
|
|
|
933
|
-
<span class="param-type">
|
|
802
|
+
<span class="param-type">Boolean</span>
|
|
803
|
+
|
|
|
804
|
+
|
|
805
|
+
<span class="param-type">undefined</span>
|
|
934
806
|
|
|
935
807
|
|
|
936
808
|
</span>
|
|
937
809
|
|
|
938
|
-
<h4 class="name" id="
|
|
939
|
-
<a class="href-link" href="#
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
<span class='tag'>readonly</span>
|
|
943
|
-
|
|
810
|
+
<h4 class="name" id="isStretchImage">
|
|
811
|
+
<a class="href-link" href="#isStretchImage">#</a>
|
|
944
812
|
|
|
945
813
|
<span class="code-name">
|
|
946
|
-
|
|
814
|
+
isStretchImage
|
|
947
815
|
</span>
|
|
948
816
|
|
|
949
817
|
</h4>
|
|
@@ -952,7 +820,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
952
820
|
|
|
953
821
|
|
|
954
822
|
<div class="description">
|
|
955
|
-
<p
|
|
823
|
+
<p>超过最大最小层级范围图像是否进行图像的拉伸</p>
|
|
956
824
|
</div>
|
|
957
825
|
|
|
958
826
|
|
|
@@ -983,6 +851,11 @@ igsTileLayer.load().then((layer) => {
|
|
|
983
851
|
|
|
984
852
|
|
|
985
853
|
|
|
854
|
+
|
|
855
|
+
<dt class="tag-default">Default Value:</dt>
|
|
856
|
+
<dd class="tag-default"><ul class="dummy">
|
|
857
|
+
<li>false</li>
|
|
858
|
+
</ul></dd>
|
|
986
859
|
|
|
987
860
|
|
|
988
861
|
|
|
@@ -1009,15 +882,15 @@ igsTileLayer.load().then((layer) => {
|
|
|
1009
882
|
|
|
1010
883
|
</span>
|
|
1011
884
|
|
|
1012
|
-
<h4 class="name" id="
|
|
1013
|
-
<a class="href-link" href="#
|
|
885
|
+
<h4 class="name" id="ready">
|
|
886
|
+
<a class="href-link" href="#ready">#</a>
|
|
1014
887
|
|
|
1015
888
|
|
|
1016
889
|
<span class='tag'>readonly</span>
|
|
1017
890
|
|
|
1018
891
|
|
|
1019
892
|
<span class="code-name">
|
|
1020
|
-
|
|
893
|
+
ready
|
|
1021
894
|
</span>
|
|
1022
895
|
|
|
1023
896
|
</h4>
|
|
@@ -1026,8 +899,7 @@ igsTileLayer.load().then((layer) => {
|
|
|
1026
899
|
|
|
1027
900
|
|
|
1028
901
|
<div class="description">
|
|
1029
|
-
<p
|
|
1030
|
-
通道的图像将被视为它们的alpha在任何地方都是1.0。当此属性为false时,内存使用和纹理上传时间会减少</p>
|
|
902
|
+
<p>获取当前图层是否创建完成</p>
|
|
1031
903
|
</div>
|
|
1032
904
|
|
|
1033
905
|
|
|
@@ -1058,11 +930,6 @@ igsTileLayer.load().then((layer) => {
|
|
|
1058
930
|
|
|
1059
931
|
|
|
1060
932
|
|
|
1061
|
-
|
|
1062
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1063
|
-
<dd class="tag-default"><ul class="dummy">
|
|
1064
|
-
<li>true</li>
|
|
1065
|
-
</ul></dd>
|
|
1066
933
|
|
|
1067
934
|
|
|
1068
935
|
|
|
@@ -1079,992 +946,97 @@ igsTileLayer.load().then((layer) => {
|
|
|
1079
946
|
|
|
1080
947
|
</div>
|
|
1081
948
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
<label>类型:</label>
|
|
1086
|
-
|
|
1087
|
-
<span class="param-type">Boolean</span>
|
|
949
|
+
</div>
|
|
950
|
+
</div>
|
|
951
|
+
|
|
1088
952
|
|
|
953
|
+
|
|
954
|
+
<div class='vertical-section'>
|
|
955
|
+
<h3 id='function'>方法</h3>
|
|
956
|
+
<div class="members">
|
|
957
|
+
|
|
958
|
+
<div class="member">
|
|
1089
959
|
|
|
1090
|
-
</span>
|
|
1091
960
|
|
|
1092
|
-
<h4 class="name" id="hasAlphaChannel">
|
|
1093
|
-
<a class="href-link" href="#hasAlphaChannel">#</a>
|
|
1094
961
|
|
|
962
|
+
<h4 class="name" id=".fromUrl">
|
|
963
|
+
<a class="href-link" href="#.fromUrl">#</a>
|
|
1095
964
|
|
|
1096
|
-
|
|
965
|
+
|
|
966
|
+
<span class='tag'>async</span>
|
|
967
|
+
|
|
968
|
+
<span class='tag'>static</span>
|
|
969
|
+
|
|
1097
970
|
|
|
971
|
+
<span class="code-name" style="font-size:30px">
|
|
972
|
+
|
|
973
|
+
fromUrl<span class="signature">(url, options)</span>
|
|
974
|
+
|
|
975
|
+
</span>
|
|
976
|
+
</h4>
|
|
1098
977
|
|
|
1099
|
-
<span class="code-name">
|
|
1100
|
-
hasAlphaChannel
|
|
1101
|
-
</span>
|
|
1102
|
-
|
|
1103
|
-
</h4>
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
<div class="description">
|
|
1109
|
-
<p>是否包含alpha通道,如果此属性为false,则alpha通道(如果存在)将被忽略。如果此属性为真,任何没有alpha
|
|
1110
|
-
通道的图像将被视为它们的alpha在任何地方都是1.0。当此属性为false时,内存使用和纹理上传时间会减少</p>
|
|
1111
|
-
</div>
|
|
1112
978
|
|
|
979
|
+
|
|
980
|
+
<div class="description">
|
|
981
|
+
<p>通过MapGIS瓦片服务的url获取MapGISTileServerImageryProvider对象<a id='fromUrl'/></p>
|
|
982
|
+
</div>
|
|
983
|
+
|
|
1113
984
|
|
|
1114
985
|
|
|
1115
986
|
|
|
1116
987
|
|
|
1117
|
-
<dl class="details">
|
|
1118
988
|
|
|
1119
|
-
|
|
1120
989
|
|
|
1121
|
-
|
|
1122
990
|
|
|
1123
|
-
|
|
1124
991
|
|
|
1125
|
-
|
|
1126
992
|
|
|
993
|
+
<h4>参数:</h4>
|
|
1127
994
|
|
|
995
|
+
<div class="table-container">
|
|
996
|
+
<table class="params table">
|
|
997
|
+
<thead>
|
|
998
|
+
<tr>
|
|
999
|
+
|
|
1000
|
+
<th>名称</th>
|
|
1001
|
+
|
|
1128
1002
|
|
|
1129
|
-
|
|
1003
|
+
<th>类型</th>
|
|
1130
1004
|
|
|
1131
|
-
|
|
1005
|
+
|
|
1132
1006
|
|
|
1133
|
-
|
|
1007
|
+
<th class="last">描述</th>
|
|
1008
|
+
</tr>
|
|
1009
|
+
</thead>
|
|
1134
1010
|
|
|
1135
|
-
|
|
1011
|
+
<tbody>
|
|
1012
|
+
|
|
1136
1013
|
|
|
1137
|
-
|
|
1014
|
+
|
|
1015
|
+
<tr class="deep-level-0">
|
|
1016
|
+
|
|
1017
|
+
<td class="name"><code>url</code></td>
|
|
1018
|
+
|
|
1138
1019
|
|
|
1139
|
-
|
|
1020
|
+
<td class="type">
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
<span class="param-type">Cesium.Resource</span>
|
|
1024
|
+
|
|
|
1140
1025
|
|
|
1141
|
-
|
|
1142
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1143
|
-
<dd class="tag-default"><ul class="dummy">
|
|
1144
|
-
<li>true</li>
|
|
1145
|
-
</ul></dd>
|
|
1146
|
-
|
|
1147
|
-
|
|
1026
|
+
<span class="param-type">String</span>
|
|
1148
1027
|
|
|
1149
|
-
|
|
1150
1028
|
|
|
1151
|
-
|
|
1029
|
+
|
|
1030
|
+
</td>
|
|
1152
1031
|
|
|
1153
|
-
|
|
1154
|
-
</dl>
|
|
1032
|
+
|
|
1155
1033
|
|
|
1034
|
+
<td class="description last"><p>服务的基地址,支持url字符串和Cesium.Resource两种类型,当类型为Cesium.Resource时,支持传入额外请求参数、请求头参数等,具体请参考<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/Resource.html' target='_blank'>Cesium.Resource</a></p></td>
|
|
1035
|
+
</tr>
|
|
1156
1036
|
|
|
1157
1037
|
|
|
1158
1038
|
|
|
1159
|
-
|
|
1160
|
-
</div>
|
|
1161
|
-
|
|
1162
|
-
<div class="member">
|
|
1163
|
-
|
|
1164
|
-
<span class="method-parameter is-pulled-right">
|
|
1165
|
-
<label>类型:</label>
|
|
1166
|
-
|
|
1167
|
-
<span class="param-type">Boolean</span>
|
|
1168
|
-
|
|
|
1169
|
-
|
|
1170
|
-
<span class="param-type">undefined</span>
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
</span>
|
|
1174
|
-
|
|
1175
|
-
<h4 class="name" id="isStretchImage">
|
|
1176
|
-
<a class="href-link" href="#isStretchImage">#</a>
|
|
1177
|
-
|
|
1178
|
-
<span class="code-name">
|
|
1179
|
-
isStretchImage
|
|
1180
|
-
</span>
|
|
1181
|
-
|
|
1182
|
-
</h4>
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
<div class="description">
|
|
1188
|
-
<p>超过最大最小层级范围图像是否进行图像的拉伸</p>
|
|
1189
|
-
</div>
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
<dl class="details">
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1221
|
-
<dd class="tag-default"><ul class="dummy">
|
|
1222
|
-
<li>false</li>
|
|
1223
|
-
</ul></dd>
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
</dl>
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
</div>
|
|
1239
|
-
|
|
1240
|
-
<div class="member">
|
|
1241
|
-
|
|
1242
|
-
<span class="method-parameter is-pulled-right">
|
|
1243
|
-
<label>类型:</label>
|
|
1244
|
-
|
|
1245
|
-
<span class="param-type">Number</span>
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
</span>
|
|
1249
|
-
|
|
1250
|
-
<h4 class="name" id="mapgisOffset">
|
|
1251
|
-
<a class="href-link" href="#mapgisOffset">#</a>
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
<span class='tag'>readonly</span>
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
<span class="code-name">
|
|
1258
|
-
mapgisOffset
|
|
1259
|
-
</span>
|
|
1260
|
-
|
|
1261
|
-
</h4>
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
<div class="description">
|
|
1267
|
-
<p>瓦片错级参数</p>
|
|
1268
|
-
</div>
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
<dl class="details">
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
</dl>
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
</div>
|
|
1313
|
-
|
|
1314
|
-
<div class="member">
|
|
1315
|
-
|
|
1316
|
-
<span class="method-parameter is-pulled-right">
|
|
1317
|
-
<label>类型:</label>
|
|
1318
|
-
|
|
1319
|
-
<span class="param-type">Number</span>
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
</span>
|
|
1323
|
-
|
|
1324
|
-
<h4 class="name" id="maximumLevel">
|
|
1325
|
-
<a class="href-link" href="#maximumLevel">#</a>
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
<span class='tag'>readonly</span>
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
<span class="code-name">
|
|
1332
|
-
maximumLevel
|
|
1333
|
-
</span>
|
|
1334
|
-
|
|
1335
|
-
</h4>
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
<div class="description">
|
|
1341
|
-
<p>瓦片最大级别</p>
|
|
1342
|
-
</div>
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
<dl class="details">
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
</dl>
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
</div>
|
|
1387
|
-
|
|
1388
|
-
<div class="member">
|
|
1389
|
-
|
|
1390
|
-
<span class="method-parameter is-pulled-right">
|
|
1391
|
-
<label>类型:</label>
|
|
1392
|
-
|
|
1393
|
-
<span class="param-type">Number</span>
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
</span>
|
|
1397
|
-
|
|
1398
|
-
<h4 class="name" id="minimumLevel">
|
|
1399
|
-
<a class="href-link" href="#minimumLevel">#</a>
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
<span class='tag'>readonly</span>
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
<span class="code-name">
|
|
1406
|
-
minimumLevel
|
|
1407
|
-
</span>
|
|
1408
|
-
|
|
1409
|
-
</h4>
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
<div class="description">
|
|
1415
|
-
<p>瓦片最小级别</p>
|
|
1416
|
-
</div>
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
<dl class="details">
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
</dl>
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
</div>
|
|
1461
|
-
|
|
1462
|
-
<div class="member">
|
|
1463
|
-
|
|
1464
|
-
<span class="method-parameter is-pulled-right">
|
|
1465
|
-
<label>类型:</label>
|
|
1466
|
-
|
|
1467
|
-
<span class="param-type">Proxy</span>
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
</span>
|
|
1471
|
-
|
|
1472
|
-
<h4 class="name" id="proxy">
|
|
1473
|
-
<a class="href-link" href="#proxy">#</a>
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
<span class='tag'>readonly</span>
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
<span class="code-name">
|
|
1480
|
-
proxy
|
|
1481
|
-
</span>
|
|
1482
|
-
|
|
1483
|
-
</h4>
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
<div class="description">
|
|
1489
|
-
<p>获取代理</p>
|
|
1490
|
-
</div>
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
<dl class="details">
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
</dl>
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
</div>
|
|
1535
|
-
|
|
1536
|
-
<div class="member">
|
|
1537
|
-
|
|
1538
|
-
<span class="method-parameter is-pulled-right">
|
|
1539
|
-
<label>类型:</label>
|
|
1540
|
-
|
|
1541
|
-
<span class="param-type">Boolean</span>
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
</span>
|
|
1545
|
-
|
|
1546
|
-
<h4 class="name" id="ready">
|
|
1547
|
-
<a class="href-link" href="#ready">#</a>
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
<span class='tag'>readonly</span>
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
<span class="code-name">
|
|
1554
|
-
ready
|
|
1555
|
-
</span>
|
|
1556
|
-
|
|
1557
|
-
</h4>
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
<div class="description">
|
|
1563
|
-
<p>获取当前图层是否创建完成</p>
|
|
1564
|
-
</div>
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
<dl class="details">
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
</dl>
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
</div>
|
|
1609
|
-
|
|
1610
|
-
<div class="member">
|
|
1611
|
-
|
|
1612
|
-
<span class="method-parameter is-pulled-right">
|
|
1613
|
-
<label>类型:</label>
|
|
1614
|
-
|
|
1615
|
-
<span class="param-type">Rectangle</span>
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
</span>
|
|
1619
|
-
|
|
1620
|
-
<h4 class="name" id="rectangle">
|
|
1621
|
-
<a class="href-link" href="#rectangle">#</a>
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
<span class='tag'>readonly</span>
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
<span class="code-name">
|
|
1628
|
-
rectangle
|
|
1629
|
-
</span>
|
|
1630
|
-
|
|
1631
|
-
</h4>
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
<div class="description">
|
|
1637
|
-
<p>地图加载范围</p>
|
|
1638
|
-
</div>
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
<dl class="details">
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
</dl>
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
</div>
|
|
1683
|
-
|
|
1684
|
-
<div class="member">
|
|
1685
|
-
|
|
1686
|
-
<span class="method-parameter is-pulled-right">
|
|
1687
|
-
<label>类型:</label>
|
|
1688
|
-
|
|
1689
|
-
<span class="param-type">Number</span>
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
</span>
|
|
1693
|
-
|
|
1694
|
-
<h4 class="name" id="tileHeight">
|
|
1695
|
-
<a class="href-link" href="#tileHeight">#</a>
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
<span class='tag'>readonly</span>
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
<span class="code-name">
|
|
1702
|
-
tileHeight
|
|
1703
|
-
</span>
|
|
1704
|
-
|
|
1705
|
-
</h4>
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
<div class="description">
|
|
1711
|
-
<p>瓦片高度</p>
|
|
1712
|
-
</div>
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
<dl class="details">
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
</dl>
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
</div>
|
|
1757
|
-
|
|
1758
|
-
<div class="member">
|
|
1759
|
-
|
|
1760
|
-
<span class="method-parameter is-pulled-right">
|
|
1761
|
-
<label>类型:</label>
|
|
1762
|
-
|
|
1763
|
-
<span class="param-type">Number</span>
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
</span>
|
|
1767
|
-
|
|
1768
|
-
<h4 class="name" id="tileWidth">
|
|
1769
|
-
<a class="href-link" href="#tileWidth">#</a>
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
<span class='tag'>readonly</span>
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
<span class="code-name">
|
|
1776
|
-
tileWidth
|
|
1777
|
-
</span>
|
|
1778
|
-
|
|
1779
|
-
</h4>
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
<div class="description">
|
|
1785
|
-
<p>瓦片宽度</p>
|
|
1786
|
-
</div>
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
<dl class="details">
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
</dl>
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
</div>
|
|
1831
|
-
|
|
1832
|
-
<div class="member">
|
|
1833
|
-
|
|
1834
|
-
<span class="method-parameter is-pulled-right">
|
|
1835
|
-
<label>类型:</label>
|
|
1836
|
-
|
|
1837
|
-
<span class="param-type">TilingScheme</span>
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
</span>
|
|
1841
|
-
|
|
1842
|
-
<h4 class="name" id="tilingScheme">
|
|
1843
|
-
<a class="href-link" href="#tilingScheme">#</a>
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
<span class='tag'>readonly</span>
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
<span class="code-name">
|
|
1850
|
-
tilingScheme
|
|
1851
|
-
</span>
|
|
1852
|
-
|
|
1853
|
-
</h4>
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
<div class="description">
|
|
1859
|
-
<p>瓦片平铺方案</p>
|
|
1860
|
-
</div>
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
<dl class="details">
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
</dl>
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
</div>
|
|
1905
|
-
|
|
1906
|
-
<div class="member">
|
|
1907
|
-
|
|
1908
|
-
<span class="method-parameter is-pulled-right">
|
|
1909
|
-
<label>类型:</label>
|
|
1910
|
-
|
|
1911
|
-
<span class="param-type">String</span>
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
</span>
|
|
1915
|
-
|
|
1916
|
-
<h4 class="name" id="url">
|
|
1917
|
-
<a class="href-link" href="#url">#</a>
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
<span class='tag'>readonly</span>
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
<span class="code-name">
|
|
1924
|
-
url
|
|
1925
|
-
</span>
|
|
1926
|
-
|
|
1927
|
-
</h4>
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
<div class="description">
|
|
1933
|
-
<p>服务地址</p>
|
|
1934
|
-
</div>
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
<dl class="details">
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
</dl>
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
</div>
|
|
1979
|
-
|
|
1980
|
-
</div>
|
|
1981
|
-
</div>
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
<div class='vertical-section'>
|
|
1986
|
-
<h3 id='function'>方法</h3>
|
|
1987
|
-
<div class="members">
|
|
1988
|
-
|
|
1989
|
-
<div class="member">
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
<h4 class="name" id=".fromUrl">
|
|
1994
|
-
<a class="href-link" href="#.fromUrl">#</a>
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
<span class='tag'>async</span>
|
|
1998
|
-
|
|
1999
|
-
<span class='tag'>static</span>
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
<span class="code-name" style="font-size:30px">
|
|
2003
|
-
|
|
2004
|
-
fromUrl<span class="signature">(url, options)</span>
|
|
2005
|
-
|
|
2006
|
-
</span>
|
|
2007
|
-
</h4>
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
<div class="description">
|
|
2012
|
-
<p>通过MapGIS瓦片服务的url获取MapGISTileServerImageryProvider对象<a id='fromUrl'/></p>
|
|
2013
|
-
</div>
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
<h4>参数:</h4>
|
|
2025
|
-
|
|
2026
|
-
<div class="table-container">
|
|
2027
|
-
<table class="params table">
|
|
2028
|
-
<thead>
|
|
2029
|
-
<tr>
|
|
2030
|
-
|
|
2031
|
-
<th>名称</th>
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
<th>类型</th>
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
<th class="last">描述</th>
|
|
2039
|
-
</tr>
|
|
2040
|
-
</thead>
|
|
2041
|
-
|
|
2042
|
-
<tbody>
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
<tr class="deep-level-0">
|
|
2047
|
-
|
|
2048
|
-
<td class="name"><code>url</code></td>
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
<td class="type">
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
<span class="param-type">String</span>
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
</td>
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
<td class="description last"><p>服务的基地址</p></td>
|
|
2063
|
-
</tr>
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
1039
|
+
|
|
2068
1040
|
|
|
2069
1041
|
|
|
2070
1042
|
<tr class="deep-level-0">
|
|
@@ -2179,223 +1151,6 @@ igsTileLayer.load().then((layer) => {
|
|
|
2179
1151
|
|
|
2180
1152
|
|
|
2181
1153
|
|
|
2182
|
-
</div>
|
|
2183
|
-
|
|
2184
|
-
<div class="member">
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
<h4 class="name" id="pickFeatures">
|
|
2189
|
-
<a class="href-link" href="#pickFeatures">#</a>
|
|
2190
|
-
|
|
2191
|
-
<span class="code-name" style="font-size:30px">
|
|
2192
|
-
|
|
2193
|
-
pickFeatures<span class="signature">(x, y, level)</span>
|
|
2194
|
-
|
|
2195
|
-
</span>
|
|
2196
|
-
</h4>
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
<div class="description">
|
|
2201
|
-
<p>获取瓦片内要素<a id='pickFeatures'/></p>
|
|
2202
|
-
</div>
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
<h4>参数:</h4>
|
|
2214
|
-
|
|
2215
|
-
<div class="table-container">
|
|
2216
|
-
<table class="params table">
|
|
2217
|
-
<thead>
|
|
2218
|
-
<tr>
|
|
2219
|
-
|
|
2220
|
-
<th>名称</th>
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
<th>类型</th>
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
<th class="last">描述</th>
|
|
2228
|
-
</tr>
|
|
2229
|
-
</thead>
|
|
2230
|
-
|
|
2231
|
-
<tbody>
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
<tr class="deep-level-0">
|
|
2236
|
-
|
|
2237
|
-
<td class="name"><code>x</code></td>
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
<td class="type">
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
<span class="param-type">Number</span>
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
</td>
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
<td class="description last"><p>瓦片的X坐标</p></td>
|
|
2252
|
-
</tr>
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
<tr class="deep-level-0">
|
|
2260
|
-
|
|
2261
|
-
<td class="name"><code>y</code></td>
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
<td class="type">
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
<span class="param-type">Number</span>
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
</td>
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
<td class="description last"><p>瓦片的Y坐标</p></td>
|
|
2276
|
-
</tr>
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
<tr class="deep-level-0">
|
|
2284
|
-
|
|
2285
|
-
<td class="name"><code>level</code></td>
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
<td class="type">
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
<span class="param-type">Number</span>
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
</td>
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
<td class="description last"><p>瓦片的详细级别</p></td>
|
|
2300
|
-
</tr>
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
</tbody>
|
|
2306
|
-
</table>
|
|
2307
|
-
</div>
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
<dl class="details">
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
</dl>
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
<div class='columns method-parameter'>
|
|
2366
|
-
<div class="column is-2"><label>返回值:</label></div>
|
|
2367
|
-
<div class="column is-10">
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
<div class="columns">
|
|
2372
|
-
|
|
2373
|
-
<div class='param-desc column is-7'><p>所选要素的Promise,将在异步选择完成后resolve
|
|
2374
|
-
解析后的值是ImageryLayerFeatureInfo的实例数组。如果在给定位置没有找到要素,则数组可能为空</p></div>
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
<div class='column is-5 has-text-left'>
|
|
2378
|
-
<label>类型: </label>
|
|
2379
|
-
|
|
2380
|
-
<span class="param-type"><a href="Promise.html">Promise</a>.<Array.<ImageryLayerFeatureInfo>></span>
|
|
2381
|
-
|
|
|
2382
|
-
|
|
2383
|
-
<span class="param-type">undefined</span>
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
</div>
|
|
2387
|
-
|
|
2388
|
-
</div>
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
</div>
|
|
2392
|
-
</div>
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
1154
|
</div>
|
|
2400
1155
|
|
|
2401
1156
|
<div class="member">
|