@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
|
@@ -1,296 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> DynamicLabelLayer</title>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<body class="layout small-header">
|
|
22
|
-
<div id="stickyNavbarOverlay"></div>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">DynamicLabelLayer</span>
|
|
5
|
+
|
|
6
|
+
</header>
|
|
24
7
|
|
|
25
|
-
<div class="top-nav">
|
|
26
|
-
<div class="inner">
|
|
27
|
-
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
28
|
-
<span aria-hidden="true"></span>
|
|
29
|
-
<span aria-hidden="true"></span>
|
|
30
|
-
<span aria-hidden="true"></span>
|
|
31
|
-
</a>
|
|
32
|
-
<div class="logo">
|
|
33
|
-
|
|
34
|
-
<h1> MapGIS Client for JavaScript API</h1>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</div>
|
|
38
|
-
<div class="menu">
|
|
39
|
-
|
|
40
|
-
<div class="navigation">
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<a
|
|
44
|
-
class="link user-link "
|
|
45
|
-
href="/static/modules/common/api/common-mapgis/index.html"
|
|
46
|
-
>
|
|
47
|
-
Common
|
|
48
|
-
</a>
|
|
49
|
-
|
|
50
|
-
<a
|
|
51
|
-
class="link user-link "
|
|
52
|
-
href="/static/modules/cesium/api/cesium-mapgis/index.html"
|
|
53
|
-
>
|
|
54
|
-
Cesium-Plugin
|
|
55
|
-
</a>
|
|
56
|
-
|
|
57
|
-
<a
|
|
58
|
-
class="link user-link "
|
|
59
|
-
href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
|
|
60
|
-
>
|
|
61
|
-
MapboxGL-Plugin
|
|
62
|
-
</a>
|
|
63
|
-
|
|
64
|
-
<a
|
|
65
|
-
class="link user-link "
|
|
66
|
-
href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
|
|
67
|
-
>
|
|
68
|
-
Leaflet-Plugin
|
|
69
|
-
</a>
|
|
70
|
-
|
|
71
|
-
<a
|
|
72
|
-
class="link user-link "
|
|
73
|
-
href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
|
|
74
|
-
>
|
|
75
|
-
OpenLayers-Plugin
|
|
76
|
-
</a>
|
|
77
|
-
|
|
78
|
-
<a
|
|
79
|
-
class="link user-link "
|
|
80
|
-
href="/static/modules/video/api/video-mapgis/index.html"
|
|
81
|
-
>
|
|
82
|
-
Video-Plugin
|
|
83
|
-
</a>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
|
|
92
|
-
<div id="main">
|
|
93
|
-
<div
|
|
94
|
-
class="sidebar "
|
|
95
|
-
id="sidebarNav"
|
|
96
|
-
>
|
|
97
|
-
<div>
|
|
98
|
-
<span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
<div class="search-wrapper">
|
|
102
|
-
<input id="search" type="text" placeholder="搜索文档..." class="input">
|
|
103
|
-
</div>
|
|
104
|
-
|
|
105
|
-
<nav>
|
|
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地图图片图层</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="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
|
-
《PolylineTrailLink材质》<br>
|
|
109
|
-
参考示例:
|
|
110
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-polyline'>《线示例》</a>
|
|
111
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-wall'>《墙示例》</a><br>
|
|
112
|
-
color: 材质颜色,Cesium.Color.WHITE<br>
|
|
113
|
-
image: 材质使用的图片,Cesium.Material.PolylineTrailLinkImage<br>
|
|
114
|
-
duration: 持续时间,100.0<br>
|
|
115
|
-
direction: 方向,1.0<br>
|
|
116
|
-
repeat: 重复次数,new Cesium.Cartesian2(1.0, 1.0)<br><br>
|
|
117
|
-
《CircleWaveMaterial材质》<br>
|
|
118
|
-
参考示例:
|
|
119
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a>
|
|
120
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circular'>《圆锥示例》</a><br>
|
|
121
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
122
|
-
duration: 持续时间,100.0<br>
|
|
123
|
-
count: 方向,1.0<br>
|
|
124
|
-
gradient: 渐变因子,0.1<br><br>
|
|
125
|
-
《RadarMaterial材质》<br>
|
|
126
|
-
参考示例:
|
|
127
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
128
|
-
color: 材质颜色,Cesium.Color.WHITE<br>
|
|
129
|
-
speed: 速度,1<br><br>
|
|
130
|
-
《AspectArrow材质》
|
|
131
|
-
AspectArrowMap: 箭头图片,Cesium.Material.DefaultImageId<br>
|
|
132
|
-
repeat: 箭头重复次数,Cesium.Cartesian2(1.0, 1.0)<br><br>
|
|
133
|
-
《TextImage材质》<br>
|
|
134
|
-
image: 文字图片,Cesium.Material.DefaultImageId<br>
|
|
135
|
-
repeat: 图片重复次数,Cesium.Cartesian2(1.0, 1.0)<br>
|
|
136
|
-
breathingLight: 是否开启呼吸灯,false<br>
|
|
137
|
-
duration: 运行周期,1000<br><br>
|
|
138
|
-
《LineFlickerMaterialType材质》<br>
|
|
139
|
-
参考示例:
|
|
140
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
141
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
142
|
-
speed: 速度,5<br><br>
|
|
143
|
-
《CircleScanMaterialType材质》<br>
|
|
144
|
-
参考示例:
|
|
145
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
146
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
147
|
-
speed: 速度,10<br><br>
|
|
148
|
-
《CirclePulseMaterialType材质》<br>
|
|
149
|
-
参考示例:
|
|
150
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
151
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
152
|
-
speed: 速度,10<br><br>
|
|
153
|
-
《CircleDiffuseMaterialType材质》<br>
|
|
154
|
-
参考示例:
|
|
155
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
156
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
157
|
-
speed: 速度,10<br><br>
|
|
158
|
-
《ScanlineType材质》<br>
|
|
159
|
-
参考示例:
|
|
160
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
161
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
162
|
-
speed: 速度,10<br><br>
|
|
163
|
-
《CircleFadeMaterialType材质》<br>
|
|
164
|
-
参考示例:
|
|
165
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
166
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
167
|
-
speed: 速度,10<br><br>
|
|
168
|
-
《CircleColorfulMaterialType材质》<br>
|
|
169
|
-
参考示例:
|
|
170
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
171
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
172
|
-
speed: 速度,10<br><br>
|
|
173
|
-
《CircleSpiralMaterialType材质》<br>
|
|
174
|
-
参考示例:
|
|
175
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
176
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
177
|
-
speed: 速度,10<br><br>
|
|
178
|
-
《CircleBlurMaterialType材质》<br>
|
|
179
|
-
参考示例:
|
|
180
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
181
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
182
|
-
speed: 速度,10<br><br>
|
|
183
|
-
《RadarScanMaterialType材质》<br>
|
|
184
|
-
参考示例:
|
|
185
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
186
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
187
|
-
speed: 速度,10<br><br>
|
|
188
|
-
《RadarLineMaterialType材质》<br>
|
|
189
|
-
参考示例:
|
|
190
|
-
<a href='http://webclient.smaryun.com/#/modules/cesium/tdGraph/tdGraphBase/td-graph-circle'>《圆示例》</a><br>
|
|
191
|
-
color: 材质颜色,Cesium.Color(1.0, 0.0, 0.0, 1.0)<br>
|
|
192
|
-
speed: 速度,10<br><br>
|
|
193
|
-
《RiverCoveringMaterial材质》<br>
|
|
194
|
-
color: 材质颜色,Cesium.Color(1, 1, 1, 0.7)<br>
|
|
195
|
-
animationSpeed: 播放速度,0.01<br>
|
|
196
|
-
image: 材质图片,CustomMaterial.DefaultImageId<br>
|
|
197
|
-
repeat: 重复次数,2.0<br><br></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Cesium.Viewer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Cesium.Viewer.html">Viewer</a><span style="display: none;"><p>重写Cesium.Viewer的方法</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumHeatmap"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumHeatmap.html">CesiumHeatmap</a><span style="display: none;"><p>热力图</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CesiumTerrainProvider"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CesiumTerrainProvider.html">CesiumTerrainProvider</a><span style="display: none;"><p>Cesium地形图层</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CircleWaveMaterialProperty"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CircleWaveMaterialProperty.html">CircleWaveMaterialProperty</a><span style="display: none;"><p>动态圆波纹材质</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CollisionDetectionByRender"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CollisionDetectionByRender.html">CollisionDetectionByRender</a><span style="display: none;">undefined</span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CompatibleFunc"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CompatibleFunc.html">CompatibleFunc</a><span style="display: none;"><p>适配不同版本Cesium接口方法类</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="createColorTexture"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="createColorTexture.html">createColorTexture</a><span style="display: none;"><p>天际线分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomProjection"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomProjection.html">CustomProjection</a><span style="display: none;"><p>实现自定义投影坐标系与地理坐标系经纬度(弧度表示)之间的投影变换</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="CustomTilingScheme"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="CustomTilingScheme.html">CustomTilingScheme</a><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
|
|
198
|
-
<ol>
|
|
199
|
-
<li>裁图原点必须在地图范围的左上角区域;</li>
|
|
200
|
-
<li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
|
|
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
|
-
1、支持BillBoard、Label、GroundPrimitive等动态显示,处理覆盖问题
|
|
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>
|
|
205
|
-
<p>实例化该类的对象同时也能够使用原生的地表透明参数,能够直接在实例化对象上修改 <code>GlobeTranslucency</code> 的参数(原生的
|
|
206
|
-
viewer.scene.globe.translucency依然能够使用,但两者同时使用时会造成相互干扰,推荐仅使用GlobeIndependentTranslucency来实现地表透明),
|
|
207
|
-
使用原生的地表透明方式还是该类的地表透明方式由 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 数组是否为空来区分。</p>
|
|
208
|
-
<p>1. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 不为空数组时,使用该类的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
|
|
209
|
-
<ul>
|
|
210
|
-
<li><code>globeFaceAlpha</code>:地表的透明度,若设置该参数则<code>globeFaceAlphaByDistance</code>不生效;</li>
|
|
211
|
-
<li><code>globeFaceAlphaByDistance</code>:地表的透明度根据视点距离的变化范围,当<code>globeFaceAlpha</code>为<code>undefined</code>时生效;</li>
|
|
212
|
-
</ul>
|
|
213
|
-
<p>2. 当 <a href="GlobeIndependentTranslucency.html#imageryLayers"><code>GlobeIndependentTranslucency#imageryLayers</code></a> 为空数组时,使用原生的地表透明方式,此时能够设置并生效的地表透明参数如下:</p>
|
|
214
|
-
<ul>
|
|
215
|
-
<li><code>frontFaceAlpha</code>:地表正面的透明度;</li>
|
|
216
|
-
<li><code>frontFaceAlphaByDistance </code>:地表正面的透明度根据视点距离的变化范围;</li>
|
|
217
|
-
<li><code>backFaceAlpha</code>:地表背面的透明度;</li>
|
|
218
|
-
<li><code>backFaceAlphaByDistance</code>:地表背面的透明度根据视点距离的变化范围;</li>
|
|
219
|
-
<li><code>rectangle</code>:将地表透明的区域限制在一个矩形范围内。</li>
|
|
220
|
-
</ul></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="Graphic"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Graphic.html">Graphic</a><span style="display: none;"><p>标绘图元对象<br>
|
|
221
|
-
请参考以下示例:<br>
|
|
222
|
-
<a href='#example1'>1、初始化标绘图层</a><br>
|
|
223
|
-
<a href='#example2'>2、添加一个多边形图元</a><br>
|
|
224
|
-
<a href='#example3'>3、新增一个类型为div的标绘对象</a><br>
|
|
225
|
-
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>4、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicsLayer"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicsLayer.html">GraphicsLayer</a><span style="display: none;"><p>标绘图层<br>
|
|
226
|
-
请参考以下示例:<br>
|
|
227
|
-
<a href='#example1'>1、初始化标绘图层</a><br>
|
|
228
|
-
<a href='#example2'>2、重写提示框对象</a><br>
|
|
229
|
-
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#tdGraphBase' target='_blank'>3、更多示例</a></p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="GraphicTransformTool"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="GraphicTransformTool.html">GraphicTransformTool</a><span style="display: none;"><p>基础标绘变换工具集</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="HeightLimited"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="HeightLimited.html">HeightLimited</a><span style="display: none;"><p>限高分析</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="initializeOptions"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="initializeOptions.html">initializeOptions</a><span style="display: none;"><p>构建实例化对象的配置参数</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="isCounterClockwise"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="isCounterClockwise.html">isCounterClockwise</a><span style="display: none;"><p>地形剖切工具</p></span></li><li style="white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" title="KeyboardCameraController"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="KeyboardCameraController.html">KeyboardCameraController</a><span style="display: none;"><p>场景相机漫游工具,可以实现沉浸式的鼠标键盘漫游功能,具体操作方法如下:</p>
|
|
230
|
-
<p>1. 相机平移操作,这类操作不会改变相机的朝向,只会改变相机的位置:</p>
|
|
231
|
-
<ul>
|
|
232
|
-
<li><code>W</code>:相机位置向前移动</li>
|
|
233
|
-
<li><code>S</code>:相机位置向后移动</li>
|
|
234
|
-
<li><code>A</code>:相机位置向左移动</li>
|
|
235
|
-
<li><code>D</code>:相机位置向右移动</li>
|
|
236
|
-
<li><code>Q</code>:相机位置升高</li>
|
|
237
|
-
<li><code>E</code>:相机位置降低</li>
|
|
238
|
-
</ul>
|
|
239
|
-
<p>2. 相对于相机视点操作,其中<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作会改变相机的位置,也会改变相机的朝向,而<code>I</code>,<code>K</code>操作只会改变相机相较视点的距离(在执行<code>U</code>,<code>O</code>,<code>J</code>,<code>L</code>操作时请勿同时执行其他按键操作):</p>
|
|
240
|
-
<ul>
|
|
241
|
-
<li><code>I</code>:相机视角靠近屏幕中心点</li>
|
|
242
|
-
<li><code>K</code>:相机视角远离屏幕中心点</li>
|
|
243
|
-
<li><code>J</code>:绕屏幕中心点向左旋转</li>
|
|
244
|
-
<li><code>L</code>:绕屏幕中心点向右旋转</li>
|
|
245
|
-
<li><code>U</code>:绕屏幕中心点向上旋转</li>
|
|
246
|
-
<li><code>O</code>:绕屏幕中心点向下旋转</li>
|
|
247
|
-
</ul>
|
|
248
|
-
<p>3. 相机自身操作,这类操作不会改变相机的位置,只会改变相机的朝向(在全屏状态下可使用鼠标调整相机视角):</p>
|
|
249
|
-
<ul>
|
|
250
|
-
<li><code>↑</code>:向上抬高视角</li>
|
|
251
|
-
<li><code>↓</code>:向下降低视角</li>
|
|
252
|
-
<li><code>←</code>:向左移动视角</li>
|
|
253
|
-
<li><code>→</code>:向右移动视角</li>
|
|
254
|
-
</ul>
|
|
255
|
-
<p>4. 鼠标操作:</p>
|
|
256
|
-
<ul>
|
|
257
|
-
<li>开启鼠标操作功能后,页面将进入全屏模式,此时相机视角可通过鼠标移动进行操作</li>
|
|
258
|
-
</ul>
|
|
259
|
-
<p>5. 辅助操作:</p>
|
|
260
|
-
<ul>
|
|
261
|
-
<li><code>Shift</code>:加速相机平移操作,调整移动步长为原来的两倍</li>
|
|
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>MapGIS地图图片图层</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="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>MapGIS瓦片图层</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
|
-
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引擎)
|
|
266
|
-
参考示例:
|
|
267
|
-
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
268
|
-
<br>[ES5引入方式]:<br/>
|
|
269
|
-
zondy.cesium.SceneView() <br/>
|
|
270
|
-
[ES6引入方式]:<br/>
|
|
271
|
-
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
272
|
-
自定义样式说明:<br/>
|
|
273
|
-
zondy-popup__content 弹窗容器样式<br/>
|
|
274
|
-
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
275
|
-
zondy-popup__header 弹窗头部样式<br/>
|
|
276
|
-
zondy-popup__content 弹窗主体样式<br/>
|
|
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/>
|
|
279
|
-
继承自<a href='http://webclient.smaryun.com/static/modules/common/api/common-mapgis/SketchEditor3D.html' target='_blank'>zondy.SketchEditor3D</a><br/>
|
|
280
|
-
<br>[ES5引入方式]:<br/>
|
|
281
|
-
const { SketchEditor } = zondy.tool.sketch <br/>
|
|
282
|
-
[ES6引入方式]:<br/>
|
|
283
|
-
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li></ul></div>
|
|
284
|
-
|
|
285
|
-
</nav>
|
|
286
|
-
</div>
|
|
287
|
-
<div class="core" id="main-content-wrapper">
|
|
288
|
-
<div class="content">
|
|
289
|
-
<header id="page-title" class="page-title">
|
|
290
|
-
<span class="page-title-main">类名</span>
|
|
291
|
-
<span class="page-title-sub">DynamicLabelLayer</span>
|
|
292
|
-
</header>
|
|
293
|
-
|
|
294
8
|
|
|
295
9
|
|
|
296
10
|
|
|
@@ -311,7 +25,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
311
25
|
<h4 class="name" id="DynamicLabelLayer">
|
|
312
26
|
<a class="href-link" href="#DynamicLabelLayer">#</a>
|
|
313
27
|
|
|
314
|
-
<span class="code-name" style="font-size:30px">
|
|
28
|
+
<span class="code-name" id="DynamicLabelLayer" style="font-size:30px">
|
|
315
29
|
|
|
316
30
|
new DynamicLabelLayer<span class="signature">(options)</span>
|
|
317
31
|
|
|
@@ -329,7 +43,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
329
43
|
|
|
330
44
|
|
|
331
45
|
|
|
332
|
-
<h4
|
|
46
|
+
<h4>参数</h4>
|
|
333
47
|
|
|
334
48
|
<div class="table-container">
|
|
335
49
|
<table class="params table">
|
|
@@ -361,7 +75,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
361
75
|
<td class="type">
|
|
362
76
|
|
|
363
77
|
|
|
364
|
-
<span class="param-type">
|
|
78
|
+
<span class="param-type">
|
|
79
|
+
|
|
80
|
+
Object
|
|
81
|
+
|
|
82
|
+
</span>
|
|
83
|
+
|
|
365
84
|
|
|
366
85
|
|
|
367
86
|
|
|
@@ -387,7 +106,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
387
106
|
<td class="type">
|
|
388
107
|
|
|
389
108
|
|
|
390
|
-
<span class="param-type">
|
|
109
|
+
<span class="param-type">
|
|
110
|
+
|
|
111
|
+
Number
|
|
112
|
+
|
|
113
|
+
</span>
|
|
114
|
+
|
|
391
115
|
|
|
392
116
|
|
|
393
117
|
|
|
@@ -415,7 +139,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
415
139
|
<td class="type">
|
|
416
140
|
|
|
417
141
|
|
|
418
|
-
<span class="param-type">
|
|
142
|
+
<span class="param-type">
|
|
143
|
+
|
|
144
|
+
Boolean
|
|
145
|
+
|
|
146
|
+
</span>
|
|
147
|
+
|
|
419
148
|
|
|
420
149
|
|
|
421
150
|
|
|
@@ -443,7 +172,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
443
172
|
<td class="type">
|
|
444
173
|
|
|
445
174
|
|
|
446
|
-
<span class="param-type">
|
|
175
|
+
<span class="param-type">
|
|
176
|
+
|
|
177
|
+
Array.<LabelClass>
|
|
178
|
+
|
|
179
|
+
</span>
|
|
180
|
+
|
|
447
181
|
|
|
448
182
|
|
|
449
183
|
|
|
@@ -471,7 +205,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
471
205
|
<td class="type">
|
|
472
206
|
|
|
473
207
|
|
|
474
|
-
<span class="param-type">
|
|
208
|
+
<span class="param-type">
|
|
209
|
+
|
|
210
|
+
Boolean
|
|
211
|
+
|
|
212
|
+
</span>
|
|
213
|
+
|
|
475
214
|
|
|
476
215
|
|
|
477
216
|
|
|
@@ -499,7 +238,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
499
238
|
<td class="type">
|
|
500
239
|
|
|
501
240
|
|
|
502
|
-
<span class="param-type">
|
|
241
|
+
<span class="param-type">
|
|
242
|
+
|
|
243
|
+
Number
|
|
244
|
+
|
|
245
|
+
</span>
|
|
246
|
+
|
|
503
247
|
|
|
504
248
|
|
|
505
249
|
|
|
@@ -610,6 +354,76 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
610
354
|
|
|
611
355
|
<div class='vertical-section'>
|
|
612
356
|
<h3 id='member'>成员变量</h3>
|
|
357
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
358
|
+
<div class="table-container">
|
|
359
|
+
<table class="params table">
|
|
360
|
+
<thead>
|
|
361
|
+
<tr>
|
|
362
|
+
<th>名称</th>
|
|
363
|
+
<th>类型</th>
|
|
364
|
+
<th>描述</th>
|
|
365
|
+
</tr>
|
|
366
|
+
</thead>
|
|
367
|
+
<tbody>
|
|
368
|
+
|
|
369
|
+
<tr class="deep-level-0">
|
|
370
|
+
<td class="name"><code><a href="#show">show</a></code></td>
|
|
371
|
+
<td class="name">
|
|
372
|
+
<code>
|
|
373
|
+
|
|
374
|
+
<span class="param-type">
|
|
375
|
+
|
|
376
|
+
Boolean
|
|
377
|
+
|
|
378
|
+
</span>
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
</code>
|
|
383
|
+
</td>
|
|
384
|
+
<td class="name"><code><p>显隐设置</p></code></td>
|
|
385
|
+
</tr>
|
|
386
|
+
|
|
387
|
+
<tr class="deep-level-0">
|
|
388
|
+
<td class="name"><code><a href="#swipeEnabled">swipeEnabled</a></code></td>
|
|
389
|
+
<td class="name">
|
|
390
|
+
<code>
|
|
391
|
+
|
|
392
|
+
<span class="param-type">
|
|
393
|
+
|
|
394
|
+
Boolean
|
|
395
|
+
|
|
396
|
+
</span>
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
</code>
|
|
401
|
+
</td>
|
|
402
|
+
<td class="name"><code><p>开启卷帘对比分析</p></code></td>
|
|
403
|
+
</tr>
|
|
404
|
+
|
|
405
|
+
<tr class="deep-level-0">
|
|
406
|
+
<td class="name"><code><a href="#swipeInverse">swipeInverse</a></code></td>
|
|
407
|
+
<td class="name">
|
|
408
|
+
<code>
|
|
409
|
+
|
|
410
|
+
<span class="param-type">
|
|
411
|
+
|
|
412
|
+
Number
|
|
413
|
+
|
|
414
|
+
</span>
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
</code>
|
|
419
|
+
</td>
|
|
420
|
+
<td class="name"><code><p>单独控制该图层是否进行反转,小于0不反转,大于0时反转,等于0失效。该属性的控制优先级高于<code>Scene#swipeController</code>中的inverse属性.若要取消该属性对本图层的独立控制需要将该属性置为0.</p></code></td>
|
|
421
|
+
</tr>
|
|
422
|
+
|
|
423
|
+
</tbody>
|
|
424
|
+
</table>
|
|
425
|
+
</div>
|
|
426
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
613
427
|
<div class="members">
|
|
614
428
|
|
|
615
429
|
<div class="member">
|
|
@@ -617,7 +431,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
617
431
|
<span class="method-parameter is-pulled-right">
|
|
618
432
|
<label>类型:</label>
|
|
619
433
|
|
|
620
|
-
<span class="param-type">
|
|
434
|
+
<span class="param-type">
|
|
435
|
+
|
|
436
|
+
Boolean
|
|
437
|
+
|
|
438
|
+
</span>
|
|
439
|
+
|
|
621
440
|
|
|
622
441
|
|
|
623
442
|
</span>
|
|
@@ -692,7 +511,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
692
511
|
<span class="method-parameter is-pulled-right">
|
|
693
512
|
<label>类型:</label>
|
|
694
513
|
|
|
695
|
-
<span class="param-type">
|
|
514
|
+
<span class="param-type">
|
|
515
|
+
|
|
516
|
+
Boolean
|
|
517
|
+
|
|
518
|
+
</span>
|
|
519
|
+
|
|
696
520
|
|
|
697
521
|
|
|
698
522
|
</span>
|
|
@@ -767,7 +591,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
767
591
|
<span class="method-parameter is-pulled-right">
|
|
768
592
|
<label>类型:</label>
|
|
769
593
|
|
|
770
|
-
<span class="param-type">
|
|
594
|
+
<span class="param-type">
|
|
595
|
+
|
|
596
|
+
Number
|
|
597
|
+
|
|
598
|
+
</span>
|
|
599
|
+
|
|
771
600
|
|
|
772
601
|
|
|
773
602
|
</span>
|
|
@@ -844,117 +673,143 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
844
673
|
|
|
845
674
|
<div class='vertical-section'>
|
|
846
675
|
<h3 id='function'>方法</h3>
|
|
676
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
847
677
|
<div class="members">
|
|
848
|
-
|
|
849
|
-
<
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
678
|
+
<div class="table-container">
|
|
679
|
+
<table class="params table">
|
|
680
|
+
<thead>
|
|
681
|
+
<tr>
|
|
682
|
+
<th>名称</th>
|
|
683
|
+
<th>返回值类型</th>
|
|
684
|
+
<th>描述</th>
|
|
685
|
+
</tr>
|
|
686
|
+
</thead>
|
|
687
|
+
<tbody>
|
|
688
|
+
|
|
689
|
+
<tr class="deep-level-0">
|
|
690
|
+
<td class="name"><code><a href="#add">add</a></code></td>
|
|
691
|
+
<td class="name">
|
|
692
|
+
<code>
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
<span class="param-type">
|
|
862
696
|
|
|
863
|
-
|
|
697
|
+
*
|
|
864
698
|
|
|
699
|
+
</span>
|
|
865
700
|
|
|
866
701
|
|
|
867
702
|
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
703
|
+
|
|
704
|
+
</code>
|
|
705
|
+
</td>
|
|
706
|
+
<td class="name"><code></code></td>
|
|
707
|
+
</tr>
|
|
708
|
+
|
|
709
|
+
<tr class="deep-level-0">
|
|
710
|
+
<td class="name"><code><a href="#addLabels">addLabels</a></code></td>
|
|
711
|
+
<td class="name">
|
|
712
|
+
<code>
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
<span class="param-type">
|
|
880
716
|
|
|
881
|
-
|
|
717
|
+
*
|
|
882
718
|
|
|
719
|
+
</span>
|
|
883
720
|
|
|
884
|
-
|
|
885
721
|
|
|
886
|
-
|
|
887
722
|
|
|
723
|
+
|
|
724
|
+
</code>
|
|
725
|
+
</td>
|
|
726
|
+
<td class="name"><code></code></td>
|
|
727
|
+
</tr>
|
|
728
|
+
|
|
729
|
+
<tr class="deep-level-0">
|
|
730
|
+
<td class="name"><code><a href="#createLabels">createLabels</a></code></td>
|
|
731
|
+
<td class="name">
|
|
732
|
+
<code>
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
<span class="param-type">
|
|
888
736
|
|
|
889
|
-
|
|
737
|
+
*
|
|
890
738
|
|
|
739
|
+
</span>
|
|
891
740
|
|
|
892
|
-
|
|
893
741
|
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
742
|
|
|
743
|
+
|
|
744
|
+
</code>
|
|
745
|
+
</td>
|
|
746
|
+
<td class="name"><code></code></td>
|
|
747
|
+
</tr>
|
|
748
|
+
|
|
749
|
+
<tr class="deep-level-0">
|
|
750
|
+
<td class="name"><code><a href="#destroyed">destroyed</a></code></td>
|
|
751
|
+
<td class="name">
|
|
752
|
+
<code>
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
<span class="param-type">
|
|
898
756
|
|
|
899
|
-
|
|
757
|
+
*
|
|
900
758
|
|
|
759
|
+
</span>
|
|
901
760
|
|
|
902
|
-
|
|
903
|
-
|
|
904
761
|
|
|
905
|
-
|
|
906
762
|
|
|
763
|
+
|
|
764
|
+
</code>
|
|
765
|
+
</td>
|
|
766
|
+
<td class="name"><code></code></td>
|
|
767
|
+
</tr>
|
|
768
|
+
|
|
769
|
+
<tr class="deep-level-0">
|
|
770
|
+
<td class="name"><code><a href="#remove">remove</a></code></td>
|
|
771
|
+
<td class="name">
|
|
772
|
+
<code>
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
<span class="param-type">
|
|
907
776
|
|
|
908
|
-
|
|
777
|
+
*
|
|
909
778
|
|
|
910
|
-
</
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
779
|
+
</span>
|
|
925
780
|
|
|
926
781
|
|
|
927
782
|
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
<
|
|
783
|
+
|
|
784
|
+
</code>
|
|
785
|
+
</td>
|
|
786
|
+
<td class="name"><code></code></td>
|
|
787
|
+
</tr>
|
|
788
|
+
|
|
789
|
+
<tr class="deep-level-0">
|
|
790
|
+
<td class="name"><code><a href="#removeLabels">removeLabels</a></code></td>
|
|
791
|
+
<td class="name">
|
|
792
|
+
<code>
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
<span class="param-type">
|
|
936
796
|
|
|
797
|
+
*
|
|
937
798
|
|
|
938
|
-
|
|
939
|
-
<label>类型: </label>
|
|
940
|
-
|
|
941
|
-
<span class="param-type">*</span>
|
|
799
|
+
</span>
|
|
942
800
|
|
|
943
801
|
|
|
944
|
-
</div>
|
|
945
|
-
|
|
946
|
-
</div>
|
|
947
802
|
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
803
|
+
|
|
804
|
+
</code>
|
|
805
|
+
</td>
|
|
806
|
+
<td class="name"><code></code></td>
|
|
807
|
+
</tr>
|
|
808
|
+
|
|
809
|
+
</tbody>
|
|
810
|
+
</table>
|
|
811
|
+
</div>
|
|
812
|
+
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
958
813
|
|
|
959
814
|
<div class="member">
|
|
960
815
|
|
|
@@ -963,7 +818,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
963
818
|
<h4 class="name" id="add">
|
|
964
819
|
<a class="href-link" href="#add">#</a>
|
|
965
820
|
|
|
966
|
-
<span class="code-name" style="font-size:30px">
|
|
821
|
+
<span class="code-name" id="add" style="font-size:30px">
|
|
967
822
|
|
|
968
823
|
add<span class="signature">(features, labelClass)</span>
|
|
969
824
|
|
|
@@ -981,7 +836,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
981
836
|
|
|
982
837
|
|
|
983
838
|
|
|
984
|
-
<h4
|
|
839
|
+
<h4>参数</h4>
|
|
985
840
|
|
|
986
841
|
<div class="table-container">
|
|
987
842
|
<table class="params table">
|
|
@@ -1011,7 +866,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1011
866
|
<td class="type">
|
|
1012
867
|
|
|
1013
868
|
|
|
1014
|
-
<span class="param-type"
|
|
869
|
+
<span class="param-type">
|
|
870
|
+
|
|
871
|
+
*
|
|
872
|
+
|
|
873
|
+
</span>
|
|
874
|
+
|
|
1015
875
|
|
|
1016
876
|
|
|
1017
877
|
|
|
@@ -1035,7 +895,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1035
895
|
<td class="type">
|
|
1036
896
|
|
|
1037
897
|
|
|
1038
|
-
<span class="param-type">
|
|
898
|
+
<span class="param-type">
|
|
899
|
+
|
|
900
|
+
LabelClass
|
|
901
|
+
|
|
902
|
+
</span>
|
|
903
|
+
|
|
1039
904
|
|
|
1040
905
|
|
|
1041
906
|
|
|
@@ -1110,7 +975,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1110
975
|
|
|
1111
976
|
|
|
1112
977
|
<div class='columns method-parameter'>
|
|
1113
|
-
<div class="column is-2"><label
|
|
978
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1114
979
|
<div class="column is-10">
|
|
1115
980
|
|
|
1116
981
|
|
|
@@ -1121,7 +986,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1121
986
|
<div class='column is-5 has-text-left'>
|
|
1122
987
|
<label>类型: </label>
|
|
1123
988
|
|
|
1124
|
-
<span class="param-type"
|
|
989
|
+
<span class="param-type">
|
|
990
|
+
|
|
991
|
+
*
|
|
992
|
+
|
|
993
|
+
</span>
|
|
994
|
+
|
|
1125
995
|
|
|
1126
996
|
|
|
1127
997
|
</div>
|
|
@@ -1146,7 +1016,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1146
1016
|
<h4 class="name" id="addLabels">
|
|
1147
1017
|
<a class="href-link" href="#addLabels">#</a>
|
|
1148
1018
|
|
|
1149
|
-
<span class="code-name" style="font-size:30px">
|
|
1019
|
+
<span class="code-name" id="addLabels" style="font-size:30px">
|
|
1150
1020
|
|
|
1151
1021
|
addLabels<span class="signature">(labels)</span>
|
|
1152
1022
|
|
|
@@ -1164,7 +1034,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1164
1034
|
|
|
1165
1035
|
|
|
1166
1036
|
|
|
1167
|
-
<h4
|
|
1037
|
+
<h4>参数</h4>
|
|
1168
1038
|
|
|
1169
1039
|
<div class="table-container">
|
|
1170
1040
|
<table class="params table">
|
|
@@ -1194,7 +1064,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1194
1064
|
<td class="type">
|
|
1195
1065
|
|
|
1196
1066
|
|
|
1197
|
-
<span class="param-type"
|
|
1067
|
+
<span class="param-type">
|
|
1068
|
+
|
|
1069
|
+
*
|
|
1070
|
+
|
|
1071
|
+
</span>
|
|
1072
|
+
|
|
1198
1073
|
|
|
1199
1074
|
|
|
1200
1075
|
|
|
@@ -1269,7 +1144,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1269
1144
|
|
|
1270
1145
|
|
|
1271
1146
|
<div class='columns method-parameter'>
|
|
1272
|
-
<div class="column is-2"><label
|
|
1147
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1273
1148
|
<div class="column is-10">
|
|
1274
1149
|
|
|
1275
1150
|
|
|
@@ -1280,7 +1155,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1280
1155
|
<div class='column is-5 has-text-left'>
|
|
1281
1156
|
<label>类型: </label>
|
|
1282
1157
|
|
|
1283
|
-
<span class="param-type"
|
|
1158
|
+
<span class="param-type">
|
|
1159
|
+
|
|
1160
|
+
*
|
|
1161
|
+
|
|
1162
|
+
</span>
|
|
1163
|
+
|
|
1284
1164
|
|
|
1285
1165
|
|
|
1286
1166
|
</div>
|
|
@@ -1305,7 +1185,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1305
1185
|
<h4 class="name" id="createLabels">
|
|
1306
1186
|
<a class="href-link" href="#createLabels">#</a>
|
|
1307
1187
|
|
|
1308
|
-
<span class="code-name" style="font-size:30px">
|
|
1188
|
+
<span class="code-name" id="createLabels" style="font-size:30px">
|
|
1309
1189
|
|
|
1310
1190
|
createLabels<span class="signature">(features, labelClass)</span>
|
|
1311
1191
|
|
|
@@ -1323,7 +1203,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1323
1203
|
|
|
1324
1204
|
|
|
1325
1205
|
|
|
1326
|
-
<h4
|
|
1206
|
+
<h4>参数</h4>
|
|
1327
1207
|
|
|
1328
1208
|
<div class="table-container">
|
|
1329
1209
|
<table class="params table">
|
|
@@ -1353,7 +1233,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1353
1233
|
<td class="type">
|
|
1354
1234
|
|
|
1355
1235
|
|
|
1356
|
-
<span class="param-type"
|
|
1236
|
+
<span class="param-type">
|
|
1237
|
+
|
|
1238
|
+
*
|
|
1239
|
+
|
|
1240
|
+
</span>
|
|
1241
|
+
|
|
1357
1242
|
|
|
1358
1243
|
|
|
1359
1244
|
|
|
@@ -1377,7 +1262,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1377
1262
|
<td class="type">
|
|
1378
1263
|
|
|
1379
1264
|
|
|
1380
|
-
<span class="param-type"
|
|
1265
|
+
<span class="param-type">
|
|
1266
|
+
|
|
1267
|
+
*
|
|
1268
|
+
|
|
1269
|
+
</span>
|
|
1270
|
+
|
|
1381
1271
|
|
|
1382
1272
|
|
|
1383
1273
|
|
|
@@ -1452,7 +1342,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1452
1342
|
|
|
1453
1343
|
|
|
1454
1344
|
<div class='columns method-parameter'>
|
|
1455
|
-
<div class="column is-2"><label
|
|
1345
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1456
1346
|
<div class="column is-10">
|
|
1457
1347
|
|
|
1458
1348
|
|
|
@@ -1463,7 +1353,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1463
1353
|
<div class='column is-5 has-text-left'>
|
|
1464
1354
|
<label>类型: </label>
|
|
1465
1355
|
|
|
1466
|
-
<span class="param-type"
|
|
1356
|
+
<span class="param-type">
|
|
1357
|
+
|
|
1358
|
+
*
|
|
1359
|
+
|
|
1360
|
+
</span>
|
|
1361
|
+
|
|
1467
1362
|
|
|
1468
1363
|
|
|
1469
1364
|
</div>
|
|
@@ -1488,7 +1383,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1488
1383
|
<h4 class="name" id="destroyed">
|
|
1489
1384
|
<a class="href-link" href="#destroyed">#</a>
|
|
1490
1385
|
|
|
1491
|
-
<span class="code-name" style="font-size:30px">
|
|
1386
|
+
<span class="code-name" id="destroyed" style="font-size:30px">
|
|
1492
1387
|
|
|
1493
1388
|
destroyed<span class="signature">()</span>
|
|
1494
1389
|
|
|
@@ -1562,7 +1457,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1562
1457
|
|
|
1563
1458
|
|
|
1564
1459
|
<div class='columns method-parameter'>
|
|
1565
|
-
<div class="column is-2"><label
|
|
1460
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1566
1461
|
<div class="column is-10">
|
|
1567
1462
|
|
|
1568
1463
|
|
|
@@ -1573,7 +1468,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1573
1468
|
<div class='column is-5 has-text-left'>
|
|
1574
1469
|
<label>类型: </label>
|
|
1575
1470
|
|
|
1576
|
-
<span class="param-type"
|
|
1471
|
+
<span class="param-type">
|
|
1472
|
+
|
|
1473
|
+
*
|
|
1474
|
+
|
|
1475
|
+
</span>
|
|
1476
|
+
|
|
1577
1477
|
|
|
1578
1478
|
|
|
1579
1479
|
</div>
|
|
@@ -1598,7 +1498,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1598
1498
|
<h4 class="name" id="remove">
|
|
1599
1499
|
<a class="href-link" href="#remove">#</a>
|
|
1600
1500
|
|
|
1601
|
-
<span class="code-name" style="font-size:30px">
|
|
1501
|
+
<span class="code-name" id="remove" style="font-size:30px">
|
|
1602
1502
|
|
|
1603
1503
|
remove<span class="signature">(features)</span>
|
|
1604
1504
|
|
|
@@ -1616,7 +1516,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1616
1516
|
|
|
1617
1517
|
|
|
1618
1518
|
|
|
1619
|
-
<h4
|
|
1519
|
+
<h4>参数</h4>
|
|
1620
1520
|
|
|
1621
1521
|
<div class="table-container">
|
|
1622
1522
|
<table class="params table">
|
|
@@ -1646,7 +1546,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1646
1546
|
<td class="type">
|
|
1647
1547
|
|
|
1648
1548
|
|
|
1649
|
-
<span class="param-type"
|
|
1549
|
+
<span class="param-type">
|
|
1550
|
+
|
|
1551
|
+
*
|
|
1552
|
+
|
|
1553
|
+
</span>
|
|
1554
|
+
|
|
1650
1555
|
|
|
1651
1556
|
|
|
1652
1557
|
|
|
@@ -1721,7 +1626,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1721
1626
|
|
|
1722
1627
|
|
|
1723
1628
|
<div class='columns method-parameter'>
|
|
1724
|
-
<div class="column is-2"><label
|
|
1629
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1725
1630
|
<div class="column is-10">
|
|
1726
1631
|
|
|
1727
1632
|
|
|
@@ -1732,7 +1637,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1732
1637
|
<div class='column is-5 has-text-left'>
|
|
1733
1638
|
<label>类型: </label>
|
|
1734
1639
|
|
|
1735
|
-
<span class="param-type"
|
|
1640
|
+
<span class="param-type">
|
|
1641
|
+
|
|
1642
|
+
*
|
|
1643
|
+
|
|
1644
|
+
</span>
|
|
1645
|
+
|
|
1736
1646
|
|
|
1737
1647
|
|
|
1738
1648
|
</div>
|
|
@@ -1757,7 +1667,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1757
1667
|
<h4 class="name" id="removeLabels">
|
|
1758
1668
|
<a class="href-link" href="#removeLabels">#</a>
|
|
1759
1669
|
|
|
1760
|
-
<span class="code-name" style="font-size:30px">
|
|
1670
|
+
<span class="code-name" id="removeLabels" style="font-size:30px">
|
|
1761
1671
|
|
|
1762
1672
|
removeLabels<span class="signature">(labels)</span>
|
|
1763
1673
|
|
|
@@ -1775,7 +1685,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1775
1685
|
|
|
1776
1686
|
|
|
1777
1687
|
|
|
1778
|
-
<h4
|
|
1688
|
+
<h4>参数</h4>
|
|
1779
1689
|
|
|
1780
1690
|
<div class="table-container">
|
|
1781
1691
|
<table class="params table">
|
|
@@ -1805,7 +1715,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1805
1715
|
<td class="type">
|
|
1806
1716
|
|
|
1807
1717
|
|
|
1808
|
-
<span class="param-type"
|
|
1718
|
+
<span class="param-type">
|
|
1719
|
+
|
|
1720
|
+
*
|
|
1721
|
+
|
|
1722
|
+
</span>
|
|
1723
|
+
|
|
1809
1724
|
|
|
1810
1725
|
|
|
1811
1726
|
|
|
@@ -1880,7 +1795,7 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1880
1795
|
|
|
1881
1796
|
|
|
1882
1797
|
<div class='columns method-parameter'>
|
|
1883
|
-
<div class="column is-2"><label
|
|
1798
|
+
<div class="column is-2"><label>返回值</label></div>
|
|
1884
1799
|
<div class="column is-10">
|
|
1885
1800
|
|
|
1886
1801
|
|
|
@@ -1891,7 +1806,12 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1891
1806
|
<div class='column is-5 has-text-left'>
|
|
1892
1807
|
<label>类型: </label>
|
|
1893
1808
|
|
|
1894
|
-
<span class="param-type"
|
|
1809
|
+
<span class="param-type">
|
|
1810
|
+
|
|
1811
|
+
*
|
|
1812
|
+
|
|
1813
|
+
</span>
|
|
1814
|
+
|
|
1895
1815
|
|
|
1896
1816
|
|
|
1897
1817
|
</div>
|
|
@@ -1918,42 +1838,4 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
1918
1838
|
|
|
1919
1839
|
</article>
|
|
1920
1840
|
|
|
1921
|
-
</section>
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
</div>
|
|
1927
|
-
|
|
1928
|
-
<footer class="footer">
|
|
1929
|
-
<div class="content has-text-centered">
|
|
1930
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
1931
|
-
<p class="sidebar-created-by">
|
|
1932
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
1933
|
-
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
1934
|
-
</p>
|
|
1935
|
-
</div>
|
|
1936
|
-
</footer>
|
|
1937
|
-
|
|
1938
|
-
</div>
|
|
1939
|
-
<div id="side-nav" class="side-nav">
|
|
1940
|
-
<div style="margin-bottom: 10px;">
|
|
1941
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
1942
|
-
</div>
|
|
1943
|
-
<div style="margin-bottom: 10px;">
|
|
1944
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
1945
|
-
</div>
|
|
1946
|
-
<div style="margin-bottom: 10px;">
|
|
1947
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
1948
|
-
</div>
|
|
1949
|
-
<div>
|
|
1950
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
1951
|
-
</div>
|
|
1952
|
-
</div>
|
|
1953
|
-
</div>
|
|
1954
|
-
<script src="scripts/linenumber.js"> </script>
|
|
1955
|
-
|
|
1956
|
-
<script src="scripts/search.js"> </script>
|
|
1957
|
-
|
|
1958
|
-
</body>
|
|
1959
|
-
</html>
|
|
1841
|
+
</section>
|