@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>MapGIS
|
|
324
|
+
<p>MapGIS矢量瓦片服务接入类</p>
|
|
325
325
|
</div>
|
|
326
326
|
|
|
327
327
|
|
|
@@ -470,62 +470,6 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
470
470
|
|
|
471
471
|
|
|
472
472
|
|
|
473
|
-
<tr class="deep-level-1">
|
|
474
|
-
|
|
475
|
-
<td class="name"><code>show</code></td>
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
<td class="type">
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
<span class="param-type">Boolean</span>
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
</td>
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
<td class="default">
|
|
489
|
-
|
|
490
|
-
true
|
|
491
|
-
|
|
492
|
-
</td>
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
<td class="description last"><p>是否显示图层</p></td>
|
|
496
|
-
</tr>
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
<tr class="deep-level-1">
|
|
502
|
-
|
|
503
|
-
<td class="name"><code>defaultAlpha</code></td>
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
<td class="type">
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
<span class="param-type">Number</span>
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
</td>
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
<td class="default">
|
|
517
|
-
|
|
518
|
-
1.0
|
|
519
|
-
|
|
520
|
-
</td>
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
<td class="description last"><p>图层初始化时的透明度,0到1之间的值</p></td>
|
|
524
|
-
</tr>
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
473
|
<tr class="deep-level-1">
|
|
530
474
|
|
|
531
475
|
<td class="name"><code>tileWidth</code></td>
|
|
@@ -1014,16 +958,19 @@ addImageryProvider(url)</code></pre>
|
|
|
1014
958
|
<span class="method-parameter is-pulled-right">
|
|
1015
959
|
<label>类型:</label>
|
|
1016
960
|
|
|
1017
|
-
<span class="param-type">
|
|
961
|
+
<span class="param-type">Boolean</span>
|
|
962
|
+
|
|
|
963
|
+
|
|
964
|
+
<span class="param-type">undefined</span>
|
|
1018
965
|
|
|
1019
966
|
|
|
1020
967
|
</span>
|
|
1021
968
|
|
|
1022
|
-
<h4 class="name" id="
|
|
1023
|
-
<a class="href-link" href="#
|
|
969
|
+
<h4 class="name" id="isStretchImage">
|
|
970
|
+
<a class="href-link" href="#isStretchImage">#</a>
|
|
1024
971
|
|
|
1025
972
|
<span class="code-name">
|
|
1026
|
-
|
|
973
|
+
isStretchImage
|
|
1027
974
|
</span>
|
|
1028
975
|
|
|
1029
976
|
</h4>
|
|
@@ -1032,7 +979,7 @@ addImageryProvider(url)</code></pre>
|
|
|
1032
979
|
|
|
1033
980
|
|
|
1034
981
|
<div class="description">
|
|
1035
|
-
<p
|
|
982
|
+
<p>超过最大最小层级范围图像是否进行图像的拉伸</p>
|
|
1036
983
|
</div>
|
|
1037
984
|
|
|
1038
985
|
|
|
@@ -1066,7 +1013,7 @@ addImageryProvider(url)</code></pre>
|
|
|
1066
1013
|
|
|
1067
1014
|
<dt class="tag-default">Default Value:</dt>
|
|
1068
1015
|
<dd class="tag-default"><ul class="dummy">
|
|
1069
|
-
<li>
|
|
1016
|
+
<li>false</li>
|
|
1070
1017
|
</ul></dd>
|
|
1071
1018
|
|
|
1072
1019
|
|
|
@@ -1089,16 +1036,16 @@ addImageryProvider(url)</code></pre>
|
|
|
1089
1036
|
<span class="method-parameter is-pulled-right">
|
|
1090
1037
|
<label>类型:</label>
|
|
1091
1038
|
|
|
1092
|
-
<span class="param-type">
|
|
1039
|
+
<span class="param-type">String</span>
|
|
1093
1040
|
|
|
1094
1041
|
|
|
1095
1042
|
</span>
|
|
1096
1043
|
|
|
1097
|
-
<h4 class="name" id="
|
|
1098
|
-
<a class="href-link" href="#
|
|
1044
|
+
<h4 class="name" id="labelsRenderMode">
|
|
1045
|
+
<a class="href-link" href="#labelsRenderMode">#</a>
|
|
1099
1046
|
|
|
1100
1047
|
<span class="code-name">
|
|
1101
|
-
|
|
1048
|
+
labelsRenderMode
|
|
1102
1049
|
</span>
|
|
1103
1050
|
|
|
1104
1051
|
</h4>
|
|
@@ -1107,7 +1054,9 @@ addImageryProvider(url)</code></pre>
|
|
|
1107
1054
|
|
|
1108
1055
|
|
|
1109
1056
|
<div class="description">
|
|
1110
|
-
<p
|
|
1057
|
+
<p>指定矢量瓦片注记的渲染模式,仅在三维上有效。
|
|
1058
|
+
on-screen表示使用三维接口实时渲染注记;
|
|
1059
|
+
off-screen表示通过先将注记渲染到图片上,再通过三维接口渲染到屏幕。</p>
|
|
1111
1060
|
</div>
|
|
1112
1061
|
|
|
1113
1062
|
|
|
@@ -1138,6 +1087,11 @@ addImageryProvider(url)</code></pre>
|
|
|
1138
1087
|
|
|
1139
1088
|
|
|
1140
1089
|
|
|
1090
|
+
|
|
1091
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1092
|
+
<dd class="tag-default"><ul class="dummy">
|
|
1093
|
+
<li>on-screen</li>
|
|
1094
|
+
</ul></dd>
|
|
1141
1095
|
|
|
1142
1096
|
|
|
1143
1097
|
|
|
@@ -1159,19 +1113,20 @@ addImageryProvider(url)</code></pre>
|
|
|
1159
1113
|
<span class="method-parameter is-pulled-right">
|
|
1160
1114
|
<label>类型:</label>
|
|
1161
1115
|
|
|
1162
|
-
<span class="param-type">
|
|
1163
|
-
|
|
|
1164
|
-
|
|
1165
|
-
<span class="param-type">undefined</span>
|
|
1116
|
+
<span class="param-type">MVT</span>
|
|
1166
1117
|
|
|
1167
1118
|
|
|
1168
1119
|
</span>
|
|
1169
1120
|
|
|
1170
|
-
<h4 class="name" id="
|
|
1171
|
-
<a class="href-link" href="#
|
|
1121
|
+
<h4 class="name" id="mvtParser">
|
|
1122
|
+
<a class="href-link" href="#mvtParser">#</a>
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
<span class='tag'>readonly</span>
|
|
1126
|
+
|
|
1172
1127
|
|
|
1173
1128
|
<span class="code-name">
|
|
1174
|
-
|
|
1129
|
+
mvtParser
|
|
1175
1130
|
</span>
|
|
1176
1131
|
|
|
1177
1132
|
</h4>
|
|
@@ -1180,7 +1135,7 @@ addImageryProvider(url)</code></pre>
|
|
|
1180
1135
|
|
|
1181
1136
|
|
|
1182
1137
|
<div class="description">
|
|
1183
|
-
<p
|
|
1138
|
+
<p>MVT解析器</p>
|
|
1184
1139
|
</div>
|
|
1185
1140
|
|
|
1186
1141
|
|
|
@@ -1211,11 +1166,6 @@ addImageryProvider(url)</code></pre>
|
|
|
1211
1166
|
|
|
1212
1167
|
|
|
1213
1168
|
|
|
1214
|
-
|
|
1215
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1216
|
-
<dd class="tag-default"><ul class="dummy">
|
|
1217
|
-
<li>false</li>
|
|
1218
|
-
</ul></dd>
|
|
1219
1169
|
|
|
1220
1170
|
|
|
1221
1171
|
|
|
@@ -1237,16 +1187,16 @@ addImageryProvider(url)</code></pre>
|
|
|
1237
1187
|
<span class="method-parameter is-pulled-right">
|
|
1238
1188
|
<label>类型:</label>
|
|
1239
1189
|
|
|
1240
|
-
<span class="param-type">
|
|
1190
|
+
<span class="param-type">Number</span>
|
|
1241
1191
|
|
|
1242
1192
|
|
|
1243
1193
|
</span>
|
|
1244
1194
|
|
|
1245
|
-
<h4 class="name" id="
|
|
1246
|
-
<a class="href-link" href="#
|
|
1195
|
+
<h4 class="name" id="pixelRatio">
|
|
1196
|
+
<a class="href-link" href="#pixelRatio">#</a>
|
|
1247
1197
|
|
|
1248
1198
|
<span class="code-name">
|
|
1249
|
-
|
|
1199
|
+
pixelRatio
|
|
1250
1200
|
</span>
|
|
1251
1201
|
|
|
1252
1202
|
</h4>
|
|
@@ -1255,9 +1205,7 @@ addImageryProvider(url)</code></pre>
|
|
|
1255
1205
|
|
|
1256
1206
|
|
|
1257
1207
|
<div class="description">
|
|
1258
|
-
<p
|
|
1259
|
-
on-screen表示使用三维接口实时渲染注记;
|
|
1260
|
-
off-screen表示通过先将注记渲染到图片上,再通过三维接口渲染到屏幕。</p>
|
|
1208
|
+
<p>像素缩放因子,既canvas中一个像素对应屏幕像素的大小</p>
|
|
1261
1209
|
</div>
|
|
1262
1210
|
|
|
1263
1211
|
|
|
@@ -1291,7 +1239,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1291
1239
|
|
|
1292
1240
|
<dt class="tag-default">Default Value:</dt>
|
|
1293
1241
|
<dd class="tag-default"><ul class="dummy">
|
|
1294
|
-
<li>
|
|
1242
|
+
<li>1</li>
|
|
1295
1243
|
</ul></dd>
|
|
1296
1244
|
|
|
1297
1245
|
|
|
@@ -1314,16 +1262,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1314
1262
|
<span class="method-parameter is-pulled-right">
|
|
1315
1263
|
<label>类型:</label>
|
|
1316
1264
|
|
|
1317
|
-
<span class="param-type">
|
|
1265
|
+
<span class="param-type">Boolean</span>
|
|
1318
1266
|
|
|
1319
1267
|
|
|
1320
1268
|
</span>
|
|
1321
1269
|
|
|
1322
|
-
<h4 class="name" id="
|
|
1323
|
-
<a class="href-link" href="#
|
|
1270
|
+
<h4 class="name" id="ready">
|
|
1271
|
+
<a class="href-link" href="#ready">#</a>
|
|
1324
1272
|
|
|
1325
1273
|
<span class="code-name">
|
|
1326
|
-
|
|
1274
|
+
ready
|
|
1327
1275
|
</span>
|
|
1328
1276
|
|
|
1329
1277
|
</h4>
|
|
@@ -1332,7 +1280,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1332
1280
|
|
|
1333
1281
|
|
|
1334
1282
|
<div class="description">
|
|
1335
|
-
<p
|
|
1283
|
+
<p>图层是否加载完毕</p>
|
|
1336
1284
|
</div>
|
|
1337
1285
|
|
|
1338
1286
|
|
|
@@ -1363,11 +1311,6 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1363
1311
|
|
|
1364
1312
|
|
|
1365
1313
|
|
|
1366
|
-
|
|
1367
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1368
|
-
<dd class="tag-default"><ul class="dummy">
|
|
1369
|
-
<li>20</li>
|
|
1370
|
-
</ul></dd>
|
|
1371
1314
|
|
|
1372
1315
|
|
|
1373
1316
|
|
|
@@ -1389,16 +1332,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1389
1332
|
<span class="method-parameter is-pulled-right">
|
|
1390
1333
|
<label>类型:</label>
|
|
1391
1334
|
|
|
1392
|
-
<span class="param-type">
|
|
1335
|
+
<span class="param-type"><a href="Promise.html">Promise</a></span>
|
|
1393
1336
|
|
|
1394
1337
|
|
|
1395
1338
|
</span>
|
|
1396
1339
|
|
|
1397
|
-
<h4 class="name" id="
|
|
1398
|
-
<a class="href-link" href="#
|
|
1340
|
+
<h4 class="name" id="readyPromise">
|
|
1341
|
+
<a class="href-link" href="#readyPromise">#</a>
|
|
1399
1342
|
|
|
1400
1343
|
<span class="code-name">
|
|
1401
|
-
|
|
1344
|
+
readyPromise
|
|
1402
1345
|
</span>
|
|
1403
1346
|
|
|
1404
1347
|
</h4>
|
|
@@ -1407,7 +1350,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1407
1350
|
|
|
1408
1351
|
|
|
1409
1352
|
<div class="description">
|
|
1410
|
-
<p
|
|
1353
|
+
<p>图层加载成功后的回调函数</p>
|
|
1411
1354
|
</div>
|
|
1412
1355
|
|
|
1413
1356
|
|
|
@@ -1438,11 +1381,6 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1438
1381
|
|
|
1439
1382
|
|
|
1440
1383
|
|
|
1441
|
-
|
|
1442
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1443
|
-
<dd class="tag-default"><ul class="dummy">
|
|
1444
|
-
<li>0</li>
|
|
1445
|
-
</ul></dd>
|
|
1446
1384
|
|
|
1447
1385
|
|
|
1448
1386
|
|
|
@@ -1464,20 +1402,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1464
1402
|
<span class="method-parameter is-pulled-right">
|
|
1465
1403
|
<label>类型:</label>
|
|
1466
1404
|
|
|
1467
|
-
<span class="param-type">
|
|
1405
|
+
<span class="param-type">Cseium.Scene</span>
|
|
1468
1406
|
|
|
1469
1407
|
|
|
1470
1408
|
</span>
|
|
1471
1409
|
|
|
1472
|
-
<h4 class="name" id="
|
|
1473
|
-
<a class="href-link" href="#
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
<span class='tag'>readonly</span>
|
|
1477
|
-
|
|
1410
|
+
<h4 class="name" id="scene">
|
|
1411
|
+
<a class="href-link" href="#scene">#</a>
|
|
1478
1412
|
|
|
1479
1413
|
<span class="code-name">
|
|
1480
|
-
|
|
1414
|
+
scene
|
|
1481
1415
|
</span>
|
|
1482
1416
|
|
|
1483
1417
|
</h4>
|
|
@@ -1486,7 +1420,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1486
1420
|
|
|
1487
1421
|
|
|
1488
1422
|
<div class="description">
|
|
1489
|
-
<p>
|
|
1423
|
+
<p>Cesium的场景对象</p>
|
|
1490
1424
|
</div>
|
|
1491
1425
|
|
|
1492
1426
|
|
|
@@ -1538,16 +1472,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1538
1472
|
<span class="method-parameter is-pulled-right">
|
|
1539
1473
|
<label>类型:</label>
|
|
1540
1474
|
|
|
1541
|
-
<span class="param-type">
|
|
1475
|
+
<span class="param-type">Object</span>
|
|
1542
1476
|
|
|
1543
1477
|
|
|
1544
1478
|
</span>
|
|
1545
1479
|
|
|
1546
|
-
<h4 class="name" id="
|
|
1547
|
-
<a class="href-link" href="#
|
|
1480
|
+
<h4 class="name" id="style">
|
|
1481
|
+
<a class="href-link" href="#style">#</a>
|
|
1548
1482
|
|
|
1549
1483
|
<span class="code-name">
|
|
1550
|
-
|
|
1484
|
+
style
|
|
1551
1485
|
</span>
|
|
1552
1486
|
|
|
1553
1487
|
</h4>
|
|
@@ -1556,7 +1490,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1556
1490
|
|
|
1557
1491
|
|
|
1558
1492
|
<div class="description">
|
|
1559
|
-
<p
|
|
1493
|
+
<p>矢量瓦片样式</p>
|
|
1560
1494
|
</div>
|
|
1561
1495
|
|
|
1562
1496
|
|
|
@@ -1587,11 +1521,6 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1587
1521
|
|
|
1588
1522
|
|
|
1589
1523
|
|
|
1590
|
-
|
|
1591
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1592
|
-
<dd class="tag-default"><ul class="dummy">
|
|
1593
|
-
<li>1</li>
|
|
1594
|
-
</ul></dd>
|
|
1595
1524
|
|
|
1596
1525
|
|
|
1597
1526
|
|
|
@@ -1613,16 +1542,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1613
1542
|
<span class="method-parameter is-pulled-right">
|
|
1614
1543
|
<label>类型:</label>
|
|
1615
1544
|
|
|
1616
|
-
<span class="param-type">
|
|
1545
|
+
<span class="param-type">Object</span>
|
|
1617
1546
|
|
|
1618
1547
|
|
|
1619
1548
|
</span>
|
|
1620
1549
|
|
|
1621
|
-
<h4 class="name" id="
|
|
1622
|
-
<a class="href-link" href="#
|
|
1550
|
+
<h4 class="name" id="sublayerLabelingInfos">
|
|
1551
|
+
<a class="href-link" href="#sublayerLabelingInfos">#</a>
|
|
1623
1552
|
|
|
1624
1553
|
<span class="code-name">
|
|
1625
|
-
|
|
1554
|
+
sublayerLabelingInfos
|
|
1626
1555
|
</span>
|
|
1627
1556
|
|
|
1628
1557
|
</h4>
|
|
@@ -1631,7 +1560,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1631
1560
|
|
|
1632
1561
|
|
|
1633
1562
|
<div class="description">
|
|
1634
|
-
<p
|
|
1563
|
+
<p>矢量瓦片注记参数</p>
|
|
1635
1564
|
</div>
|
|
1636
1565
|
|
|
1637
1566
|
|
|
@@ -1683,16 +1612,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1683
1612
|
<span class="method-parameter is-pulled-right">
|
|
1684
1613
|
<label>类型:</label>
|
|
1685
1614
|
|
|
1686
|
-
<span class="param-type"
|
|
1615
|
+
<span class="param-type">Number</span>
|
|
1687
1616
|
|
|
1688
1617
|
|
|
1689
1618
|
</span>
|
|
1690
1619
|
|
|
1691
|
-
<h4 class="name" id="
|
|
1692
|
-
<a class="href-link" href="#
|
|
1620
|
+
<h4 class="name" id="tileHeight">
|
|
1621
|
+
<a class="href-link" href="#tileHeight">#</a>
|
|
1693
1622
|
|
|
1694
1623
|
<span class="code-name">
|
|
1695
|
-
|
|
1624
|
+
tileHeight
|
|
1696
1625
|
</span>
|
|
1697
1626
|
|
|
1698
1627
|
</h4>
|
|
@@ -1701,7 +1630,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1701
1630
|
|
|
1702
1631
|
|
|
1703
1632
|
<div class="description">
|
|
1704
|
-
<p
|
|
1633
|
+
<p>矢量瓦片高度</p>
|
|
1705
1634
|
</div>
|
|
1706
1635
|
|
|
1707
1636
|
|
|
@@ -1732,6 +1661,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1732
1661
|
|
|
1733
1662
|
|
|
1734
1663
|
|
|
1664
|
+
|
|
1665
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1666
|
+
<dd class="tag-default"><ul class="dummy">
|
|
1667
|
+
<li>512</li>
|
|
1668
|
+
</ul></dd>
|
|
1735
1669
|
|
|
1736
1670
|
|
|
1737
1671
|
|
|
@@ -1753,16 +1687,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1753
1687
|
<span class="method-parameter is-pulled-right">
|
|
1754
1688
|
<label>类型:</label>
|
|
1755
1689
|
|
|
1756
|
-
<span class="param-type">
|
|
1690
|
+
<span class="param-type">Number</span>
|
|
1757
1691
|
|
|
1758
1692
|
|
|
1759
1693
|
</span>
|
|
1760
1694
|
|
|
1761
|
-
<h4 class="name" id="
|
|
1762
|
-
<a class="href-link" href="#
|
|
1695
|
+
<h4 class="name" id="tileWidth">
|
|
1696
|
+
<a class="href-link" href="#tileWidth">#</a>
|
|
1763
1697
|
|
|
1764
1698
|
<span class="code-name">
|
|
1765
|
-
|
|
1699
|
+
tileWidth
|
|
1766
1700
|
</span>
|
|
1767
1701
|
|
|
1768
1702
|
</h4>
|
|
@@ -1771,7 +1705,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1771
1705
|
|
|
1772
1706
|
|
|
1773
1707
|
<div class="description">
|
|
1774
|
-
<p
|
|
1708
|
+
<p>矢量瓦片宽度</p>
|
|
1775
1709
|
</div>
|
|
1776
1710
|
|
|
1777
1711
|
|
|
@@ -1802,6 +1736,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1802
1736
|
|
|
1803
1737
|
|
|
1804
1738
|
|
|
1739
|
+
|
|
1740
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1741
|
+
<dd class="tag-default"><ul class="dummy">
|
|
1742
|
+
<li>512</li>
|
|
1743
|
+
</ul></dd>
|
|
1805
1744
|
|
|
1806
1745
|
|
|
1807
1746
|
|
|
@@ -1823,16 +1762,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1823
1762
|
<span class="method-parameter is-pulled-right">
|
|
1824
1763
|
<label>类型:</label>
|
|
1825
1764
|
|
|
1826
|
-
<span class="param-type">
|
|
1765
|
+
<span class="param-type">String</span>
|
|
1827
1766
|
|
|
1828
1767
|
|
|
1829
1768
|
</span>
|
|
1830
1769
|
|
|
1831
|
-
<h4 class="name" id="
|
|
1832
|
-
<a class="href-link" href="#
|
|
1770
|
+
<h4 class="name" id="tokenKey">
|
|
1771
|
+
<a class="href-link" href="#tokenKey">#</a>
|
|
1833
1772
|
|
|
1834
1773
|
<span class="code-name">
|
|
1835
|
-
|
|
1774
|
+
tokenKey
|
|
1836
1775
|
</span>
|
|
1837
1776
|
|
|
1838
1777
|
</h4>
|
|
@@ -1841,7 +1780,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1841
1780
|
|
|
1842
1781
|
|
|
1843
1782
|
<div class="description">
|
|
1844
|
-
<p>
|
|
1783
|
+
<p>token名</p>
|
|
1845
1784
|
</div>
|
|
1846
1785
|
|
|
1847
1786
|
|
|
@@ -1872,6 +1811,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1872
1811
|
|
|
1873
1812
|
|
|
1874
1813
|
|
|
1814
|
+
|
|
1815
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1816
|
+
<dd class="tag-default"><ul class="dummy">
|
|
1817
|
+
<li>token</li>
|
|
1818
|
+
</ul></dd>
|
|
1875
1819
|
|
|
1876
1820
|
|
|
1877
1821
|
|
|
@@ -1893,16 +1837,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1893
1837
|
<span class="method-parameter is-pulled-right">
|
|
1894
1838
|
<label>类型:</label>
|
|
1895
1839
|
|
|
1896
|
-
<span class="param-type">
|
|
1840
|
+
<span class="param-type">String</span>
|
|
1897
1841
|
|
|
1898
1842
|
|
|
1899
1843
|
</span>
|
|
1900
1844
|
|
|
1901
|
-
<h4 class="name" id="
|
|
1902
|
-
<a class="href-link" href="#
|
|
1845
|
+
<h4 class="name" id="tokenValue">
|
|
1846
|
+
<a class="href-link" href="#tokenValue">#</a>
|
|
1903
1847
|
|
|
1904
1848
|
<span class="code-name">
|
|
1905
|
-
|
|
1849
|
+
tokenValue
|
|
1906
1850
|
</span>
|
|
1907
1851
|
|
|
1908
1852
|
</h4>
|
|
@@ -1911,7 +1855,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1911
1855
|
|
|
1912
1856
|
|
|
1913
1857
|
<div class="description">
|
|
1914
|
-
<p
|
|
1858
|
+
<p>token值</p>
|
|
1915
1859
|
</div>
|
|
1916
1860
|
|
|
1917
1861
|
|
|
@@ -1963,16 +1907,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1963
1907
|
<span class="method-parameter is-pulled-right">
|
|
1964
1908
|
<label>类型:</label>
|
|
1965
1909
|
|
|
1966
|
-
<span class="param-type">
|
|
1910
|
+
<span class="param-type">Array.<Number></span>
|
|
1967
1911
|
|
|
1968
1912
|
|
|
1969
1913
|
</span>
|
|
1970
1914
|
|
|
1971
|
-
<h4 class="name" id="
|
|
1972
|
-
<a class="href-link" href="#
|
|
1915
|
+
<h4 class="name" id="transform">
|
|
1916
|
+
<a class="href-link" href="#transform">#</a>
|
|
1973
1917
|
|
|
1974
1918
|
<span class="code-name">
|
|
1975
|
-
|
|
1919
|
+
transform
|
|
1976
1920
|
</span>
|
|
1977
1921
|
|
|
1978
1922
|
</h4>
|
|
@@ -1981,7 +1925,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1981
1925
|
|
|
1982
1926
|
|
|
1983
1927
|
<div class="description">
|
|
1984
|
-
<p
|
|
1928
|
+
<p>矢量瓦片中绘制的几何内容的缩放矩阵,默认是[0.125, 0, 0, 0.125, 0, 0],意味着将矢量瓦片里的内容缩放至1/8,并填充到canvas中</p>
|
|
1985
1929
|
</div>
|
|
1986
1930
|
|
|
1987
1931
|
|
|
@@ -2012,6 +1956,11 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2012
1956
|
|
|
2013
1957
|
|
|
2014
1958
|
|
|
1959
|
+
|
|
1960
|
+
<dt class="tag-default">Default Value:</dt>
|
|
1961
|
+
<dd class="tag-default"><ul class="dummy">
|
|
1962
|
+
<li>[0.125, 0, 0, 0.125, 0, 0]</li>
|
|
1963
|
+
</ul></dd>
|
|
2015
1964
|
|
|
2016
1965
|
|
|
2017
1966
|
|
|
@@ -2028,536 +1977,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2028
1977
|
|
|
2029
1978
|
</div>
|
|
2030
1979
|
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
<label>类型:</label>
|
|
2035
|
-
|
|
2036
|
-
<span class="param-type">Number</span>
|
|
1980
|
+
</div>
|
|
1981
|
+
</div>
|
|
1982
|
+
|
|
2037
1983
|
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
<
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
<span class="code-name">
|
|
2045
|
-
tileHeight
|
|
2046
|
-
</span>
|
|
2047
|
-
|
|
2048
|
-
</h4>
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
<div class="description">
|
|
2054
|
-
<p>矢量瓦片高度</p>
|
|
2055
|
-
</div>
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
<dl class="details">
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2087
|
-
<dd class="tag-default"><ul class="dummy">
|
|
2088
|
-
<li>512</li>
|
|
2089
|
-
</ul></dd>
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
</dl>
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
</div>
|
|
2105
|
-
|
|
2106
|
-
<div class="member">
|
|
2107
|
-
|
|
2108
|
-
<span class="method-parameter is-pulled-right">
|
|
2109
|
-
<label>类型:</label>
|
|
2110
|
-
|
|
2111
|
-
<span class="param-type">Number</span>
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
</span>
|
|
2115
|
-
|
|
2116
|
-
<h4 class="name" id="tileWidth">
|
|
2117
|
-
<a class="href-link" href="#tileWidth">#</a>
|
|
2118
|
-
|
|
2119
|
-
<span class="code-name">
|
|
2120
|
-
tileWidth
|
|
2121
|
-
</span>
|
|
2122
|
-
|
|
2123
|
-
</h4>
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
<div class="description">
|
|
2129
|
-
<p>矢量瓦片宽度</p>
|
|
2130
|
-
</div>
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
<dl class="details">
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2162
|
-
<dd class="tag-default"><ul class="dummy">
|
|
2163
|
-
<li>512</li>
|
|
2164
|
-
</ul></dd>
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
</dl>
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
</div>
|
|
2180
|
-
|
|
2181
|
-
<div class="member">
|
|
2182
|
-
|
|
2183
|
-
<span class="method-parameter is-pulled-right">
|
|
2184
|
-
<label>类型:</label>
|
|
2185
|
-
|
|
2186
|
-
<span class="param-type">Object</span>
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
</span>
|
|
2190
|
-
|
|
2191
|
-
<h4 class="name" id="tilingScheme">
|
|
2192
|
-
<a class="href-link" href="#tilingScheme">#</a>
|
|
2193
|
-
|
|
2194
|
-
<span class="code-name">
|
|
2195
|
-
tilingScheme
|
|
2196
|
-
</span>
|
|
2197
|
-
|
|
2198
|
-
</h4>
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
<div class="description">
|
|
2204
|
-
<p>矢量瓦片服务的平铺方案</p>
|
|
2205
|
-
</div>
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
<dl class="details">
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2237
|
-
<dd class="tag-default"><ul class="dummy">
|
|
2238
|
-
<li>Cesium.WebMercatorTilingScheme</li>
|
|
2239
|
-
</ul></dd>
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
</dl>
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
</div>
|
|
2255
|
-
|
|
2256
|
-
<div class="member">
|
|
2257
|
-
|
|
2258
|
-
<span class="method-parameter is-pulled-right">
|
|
2259
|
-
<label>类型:</label>
|
|
2260
|
-
|
|
2261
|
-
<span class="param-type">String</span>
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
</span>
|
|
2265
|
-
|
|
2266
|
-
<h4 class="name" id="tokenKey">
|
|
2267
|
-
<a class="href-link" href="#tokenKey">#</a>
|
|
2268
|
-
|
|
2269
|
-
<span class="code-name">
|
|
2270
|
-
tokenKey
|
|
2271
|
-
</span>
|
|
2272
|
-
|
|
2273
|
-
</h4>
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
<div class="description">
|
|
2279
|
-
<p>token名</p>
|
|
2280
|
-
</div>
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
<dl class="details">
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2312
|
-
<dd class="tag-default"><ul class="dummy">
|
|
2313
|
-
<li>token</li>
|
|
2314
|
-
</ul></dd>
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
</dl>
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
</div>
|
|
2330
|
-
|
|
2331
|
-
<div class="member">
|
|
2332
|
-
|
|
2333
|
-
<span class="method-parameter is-pulled-right">
|
|
2334
|
-
<label>类型:</label>
|
|
2335
|
-
|
|
2336
|
-
<span class="param-type">String</span>
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
</span>
|
|
2340
|
-
|
|
2341
|
-
<h4 class="name" id="tokenValue">
|
|
2342
|
-
<a class="href-link" href="#tokenValue">#</a>
|
|
2343
|
-
|
|
2344
|
-
<span class="code-name">
|
|
2345
|
-
tokenValue
|
|
2346
|
-
</span>
|
|
2347
|
-
|
|
2348
|
-
</h4>
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
<div class="description">
|
|
2354
|
-
<p>token值</p>
|
|
2355
|
-
</div>
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
<dl class="details">
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
</dl>
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
</div>
|
|
2400
|
-
|
|
2401
|
-
<div class="member">
|
|
2402
|
-
|
|
2403
|
-
<span class="method-parameter is-pulled-right">
|
|
2404
|
-
<label>类型:</label>
|
|
2405
|
-
|
|
2406
|
-
<span class="param-type">Array.<Number></span>
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
</span>
|
|
2410
|
-
|
|
2411
|
-
<h4 class="name" id="transform">
|
|
2412
|
-
<a class="href-link" href="#transform">#</a>
|
|
2413
|
-
|
|
2414
|
-
<span class="code-name">
|
|
2415
|
-
transform
|
|
2416
|
-
</span>
|
|
2417
|
-
|
|
2418
|
-
</h4>
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
<div class="description">
|
|
2424
|
-
<p>矢量瓦片中绘制的几何内容的缩放矩阵,默认是[0.125, 0, 0, 0.125, 0, 0],意味着将矢量瓦片里的内容缩放至1/8,并填充到canvas中</p>
|
|
2425
|
-
</div>
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
<dl class="details">
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2457
|
-
<dd class="tag-default"><ul class="dummy">
|
|
2458
|
-
<li>[0.125, 0, 0, 0.125, 0, 0]</li>
|
|
2459
|
-
</ul></dd>
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
</dl>
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
</div>
|
|
2475
|
-
|
|
2476
|
-
<div class="member">
|
|
2477
|
-
|
|
2478
|
-
<span class="method-parameter is-pulled-right">
|
|
2479
|
-
<label>类型:</label>
|
|
2480
|
-
|
|
2481
|
-
<span class="param-type">Boolean</span>
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
</span>
|
|
2485
|
-
|
|
2486
|
-
<h4 class="name" id="url">
|
|
2487
|
-
<a class="href-link" href="#url">#</a>
|
|
2488
|
-
|
|
2489
|
-
<span class="code-name">
|
|
2490
|
-
url
|
|
2491
|
-
</span>
|
|
2492
|
-
|
|
2493
|
-
</h4>
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
<div class="description">
|
|
2499
|
-
<p>是否显示图层</p>
|
|
2500
|
-
</div>
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
<dl class="details">
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2532
|
-
<dd class="tag-default"><ul class="dummy">
|
|
2533
|
-
<li>true</li>
|
|
2534
|
-
</ul></dd>
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
</dl>
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
</div>
|
|
2550
|
-
|
|
2551
|
-
</div>
|
|
2552
|
-
</div>
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
<div class='vertical-section'>
|
|
2557
|
-
<h3 id='function'>方法</h3>
|
|
2558
|
-
<div class="members">
|
|
2559
|
-
|
|
2560
|
-
<div class="member">
|
|
1984
|
+
|
|
1985
|
+
<div class='vertical-section'>
|
|
1986
|
+
<h3 id='function'>方法</h3>
|
|
1987
|
+
<div class="members">
|
|
1988
|
+
|
|
1989
|
+
<div class="member">
|
|
2561
1990
|
|
|
2562
1991
|
|
|
2563
1992
|
|
|
@@ -2620,6 +2049,9 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2620
2049
|
<td class="type">
|
|
2621
2050
|
|
|
2622
2051
|
|
|
2052
|
+
<span class="param-type">Cesium.Resource</span>
|
|
2053
|
+
|
|
|
2054
|
+
|
|
2623
2055
|
<span class="param-type">String</span>
|
|
2624
2056
|
|
|
2625
2057
|
|
|
@@ -2628,7 +2060,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2628
2060
|
|
|
2629
2061
|
|
|
2630
2062
|
|
|
2631
|
-
<td class="description last"><p
|
|
2063
|
+
<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>
|
|
2632
2064
|
</tr>
|
|
2633
2065
|
|
|
2634
2066
|
|