@mapgis/webclient-cesium-plugin 17.2.8 → 17.4.1
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 +601 -576
- package/dist/es5/webclient-cesium-plugin.min.js +64 -5
- package/dist/es5/webclient-common.min.js +37 -5
- package/dist/webclient-cesium-plugin-es6.min.js +64 -5
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_067_cleaning.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_094_vector_path_square.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_095_vector_path_circle.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_096_vector_path_polygon.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_097_vector_path_line.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/icon/glyphicons_242_google_maps.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/river3.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/sandydrysoil-albedo2b.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/images/wall-texture-default.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/arrow3.png +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormals.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/assets/textures/waterNormalsSmall.jpg +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/crunch_s3m.wasm +0 -0
- package/dist/webclient-cesium-plugin-resource/thirdparty/draco_decoder_new_s3m.wasm +0 -0
- package/documention/AlgorithmLib.html +118 -12
- package/documention/AngulationTool.html +158 -16
- package/documention/AnimationTool.html +148 -34
- package/documention/ArcGISMapServerImageryProvider.html +419 -193
- package/documention/ArcGISTileServerImageryProvider.html +380 -134
- package/documention/ArcGISVectorTileImageryProvider.html +498 -168
- package/documention/Cesium.Material.html +580 -0
- package/documention/Cesium.Viewer.html +1241 -0
- package/documention/Cesium3DTileset.html +691 -0
- package/documention/CesiumHeatmap.html +123 -2439
- package/documention/CesiumTerrainProvider.html +322 -10
- package/documention/CircleWaveMaterialProperty.html +120 -17
- package/documention/CollisionDetectionByRender.html +116 -10
- package/documention/CompatibleFunc.html +731 -0
- package/documention/CustomProjection.html +1208 -0
- package/documention/CustomTilingScheme.html +392 -475
- package/documention/CutFillAnalysis.html +1943 -0
- package/documention/CuttingTool.html +154 -238
- package/documention/Deferred.html +116 -10
- package/documention/DrawElement.html +125 -10
- package/documention/DrawTool.html +117 -11
- package/documention/DynamicEntityVisualizer.html +342 -30
- package/documention/DynamicLabelLayer.html +451 -333
- package/documention/EditTool.html +117 -11
- package/documention/FloodAnalysis.html +1895 -0
- package/documention/FloodAnalysisReflection.html +127 -15
- package/documention/GeoJSONLayerUtil.html +337 -63
- package/documention/GlobeIndependentTranslucency.html +121 -13
- package/documention/Graphic.html +233 -585
- package/documention/GraphicTransformTool.html +1207 -0
- package/documention/GraphicsLayer.html +207 -212
- package/documention/GraphicsLayerUtil.html +337 -63
- package/documention/HashMap.html +4010 -317
- package/documention/HeightLimited.html +127 -15
- package/documention/IGSFeatureLayerUtil.html +495 -58
- package/documention/ISSceneLayerUtil.html +329 -9
- package/documention/KeyboardCameraController.html +118 -10
- package/documention/MapGISM3DSet.html +728 -0
- package/documention/MapGISMapServerImageryProvider.html +475 -648
- package/documention/MapGISTerrainProvider.html +1228 -8281
- package/documention/MapGISTileAvailability.html +1546 -0
- package/documention/MapGISTileServerImageryProvider.html +419 -660
- package/documention/MapGISVectorTileImageryProvider.html +408 -1283
- package/documention/MeasureAreaTool.html +177 -62
- package/documention/MeasureLengthTool.html +179 -64
- package/documention/MeasureSlopeTool.html +129 -15
- package/documention/ModelEditor.html +132 -21
- package/documention/ModelFilterTool.html +213 -23
- package/documention/ModelTransformTool.html +191 -38
- package/documention/NavigationTool.html +694 -0
- package/documention/OpenWeatherImageryProvider.html +762 -0
- package/documention/PolylineTrailLinkMaterialProperty.html +120 -17
- package/documention/Popup.html +351 -266
- package/documention/PostProcessStageLibrary.html +118 -12
- package/documention/Promise.html +119 -13
- package/documention/RadarMaterialProperty.html +120 -17
- package/documention/ReImg.html +133 -9
- package/documention/RiverGeometry.html +126 -20
- package/documention/RoamParticle.html +119 -9
- package/documention/S3MTileset.html +136 -10
- package/documention/SceneView.html +4993 -0
- package/documention/SceneViewCesium.html +447 -1028
- package/documention/Screenshot.html +337 -134
- package/documention/SelectTool.html +116 -38
- package/documention/ShadowRateAnalysis.html +117 -18
- package/documention/ShadowRateDrawCommand.html +115 -9
- package/documention/SketchEditor.html +1774 -0
- package/documention/SketchEditorCesium.html +365 -249
- package/documention/SkyLineAnalysis.html +9 -9
- package/documention/StableParticle.html +119 -9
- package/documention/Style.html +154 -533
- package/documention/TerrainAnalyse.html +265 -40
- package/documention/TerrainProfile.html +128 -16
- package/documention/ThemeManager.html +2237 -0
- package/documention/Tooltip.html +115 -9
- package/documention/TriangulationTool.html +176 -61
- package/documention/UrlTemplateImageryProvider.html +856 -38
- package/documention/VisiblityAnalysis.html +132 -24
- package/documention/WFSLayerUtil.html +337 -63
- package/documention/WaterReflection.html +132 -20
- package/documention/WebMapServiceImageryProvider.html +924 -70
- package/documention/WebMapTileServiceImageryProvider.html +843 -78
- package/documention/Wind3D.html +122 -11
- package/documention/createColorTexture.html +608 -0
- package/documention/global.html +14325 -68
- package/documention/index.html +167 -14
- package/documention/initializeOptions.html +561 -0
- package/documention/isCounterClockwise.html +760 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +339 -86
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +361 -218
- package/documention/module.exports_module.exports.html +338 -44
- package/documention/scripts/search.js +1 -26
- package/documention/styles/app.min.css +1 -1
- package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +152 -7
- package/package.json +6 -5
|
@@ -1,10 +1,296 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
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> MapGISVectorTileImageryProvider</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>
|
|
5
23
|
|
|
6
|
-
</header>
|
|
7
24
|
|
|
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">MapGISVectorTileImageryProvider</span>
|
|
292
|
+
</header>
|
|
293
|
+
|
|
8
294
|
|
|
9
295
|
|
|
10
296
|
|
|
@@ -25,7 +311,7 @@
|
|
|
25
311
|
<h4 class="name" id="MapGISVectorTileImageryProvider">
|
|
26
312
|
<a class="href-link" href="#MapGISVectorTileImageryProvider">#</a>
|
|
27
313
|
|
|
28
|
-
<span class="code-name"
|
|
314
|
+
<span class="code-name" style="font-size:30px">
|
|
29
315
|
|
|
30
316
|
new MapGISVectorTileImageryProvider<span class="signature">(options)</span>
|
|
31
317
|
|
|
@@ -35,7 +321,7 @@
|
|
|
35
321
|
|
|
36
322
|
|
|
37
323
|
<div class="description">
|
|
38
|
-
<p>MapGIS
|
|
324
|
+
<p>MapGIS矢量瓦片图层</p>
|
|
39
325
|
</div>
|
|
40
326
|
|
|
41
327
|
|
|
@@ -47,7 +333,7 @@
|
|
|
47
333
|
|
|
48
334
|
|
|
49
335
|
|
|
50
|
-
<h4
|
|
336
|
+
<h4>参数:</h4>
|
|
51
337
|
|
|
52
338
|
<div class="table-container">
|
|
53
339
|
<table class="params table">
|
|
@@ -79,12 +365,7 @@
|
|
|
79
365
|
<td class="type">
|
|
80
366
|
|
|
81
367
|
|
|
82
|
-
<span class="param-type">
|
|
83
|
-
|
|
84
|
-
Object
|
|
85
|
-
|
|
86
|
-
</span>
|
|
87
|
-
|
|
368
|
+
<span class="param-type">Object</span>
|
|
88
369
|
|
|
89
370
|
|
|
90
371
|
|
|
@@ -110,19 +391,7 @@
|
|
|
110
391
|
<td class="type">
|
|
111
392
|
|
|
112
393
|
|
|
113
|
-
<span class="param-type">
|
|
114
|
-
|
|
115
|
-
Object
|
|
116
|
-
|
|
117
|
-
</span>
|
|
118
|
-
|
|
|
119
|
-
|
|
120
|
-
<span class="param-type">
|
|
121
|
-
|
|
122
|
-
String
|
|
123
|
-
|
|
124
|
-
</span>
|
|
125
|
-
|
|
394
|
+
<span class="param-type">Object</span>
|
|
126
395
|
|
|
127
396
|
|
|
128
397
|
|
|
@@ -131,10 +400,12 @@
|
|
|
131
400
|
|
|
132
401
|
<td class="default">
|
|
133
402
|
|
|
403
|
+
null
|
|
404
|
+
|
|
134
405
|
</td>
|
|
135
406
|
|
|
136
407
|
|
|
137
|
-
<td class="description last"><p
|
|
408
|
+
<td class="description last"><p>矢量瓦片样式,必填,请参考Mapboxgl的矢量瓦片标准文档:https://docs.mapbox.com/style-spec/reference/</p></td>
|
|
138
409
|
</tr>
|
|
139
410
|
|
|
140
411
|
|
|
@@ -148,12 +419,7 @@
|
|
|
148
419
|
<td class="type">
|
|
149
420
|
|
|
150
421
|
|
|
151
|
-
<span class="param-type">
|
|
152
|
-
|
|
153
|
-
Cseium.Scene
|
|
154
|
-
|
|
155
|
-
</span>
|
|
156
|
-
|
|
422
|
+
<span class="param-type">Cesium.Scene</span>
|
|
157
423
|
|
|
158
424
|
|
|
159
425
|
|
|
@@ -162,10 +428,12 @@
|
|
|
162
428
|
|
|
163
429
|
<td class="default">
|
|
164
430
|
|
|
431
|
+
null
|
|
432
|
+
|
|
165
433
|
</td>
|
|
166
434
|
|
|
167
435
|
|
|
168
|
-
<td class="description last"><p>Cesium
|
|
436
|
+
<td class="description last"><p>Cesium的场景对象,必填,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=Scene' target='_blank'>详见Cesium.Scene</a></p></td>
|
|
169
437
|
</tr>
|
|
170
438
|
|
|
171
439
|
|
|
@@ -179,12 +447,10 @@
|
|
|
179
447
|
<td class="type">
|
|
180
448
|
|
|
181
449
|
|
|
182
|
-
<span class="param-type">
|
|
183
|
-
|
|
184
|
-
Object
|
|
185
|
-
|
|
186
|
-
</span>
|
|
450
|
+
<span class="param-type">Cesium.TilingScheme</span>
|
|
451
|
+
|
|
|
187
452
|
|
|
453
|
+
<span class="param-type"><a href="CustomTilingScheme.html">CustomTilingScheme</a></span>
|
|
188
454
|
|
|
189
455
|
|
|
190
456
|
|
|
@@ -198,7 +464,7 @@
|
|
|
198
464
|
</td>
|
|
199
465
|
|
|
200
466
|
|
|
201
|
-
<td class="description last"><p
|
|
467
|
+
<td class="description last"><p>矢量瓦片服务的平铺方案,必填,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=TilingScheme' target='_blank'>详见Cesium.TilingScheme</a></p></td>
|
|
202
468
|
</tr>
|
|
203
469
|
|
|
204
470
|
|
|
@@ -212,12 +478,7 @@
|
|
|
212
478
|
<td class="type">
|
|
213
479
|
|
|
214
480
|
|
|
215
|
-
<span class="param-type">
|
|
216
|
-
|
|
217
|
-
Boolean
|
|
218
|
-
|
|
219
|
-
</span>
|
|
220
|
-
|
|
481
|
+
<span class="param-type">Boolean</span>
|
|
221
482
|
|
|
222
483
|
|
|
223
484
|
|
|
@@ -245,12 +506,7 @@
|
|
|
245
506
|
<td class="type">
|
|
246
507
|
|
|
247
508
|
|
|
248
|
-
<span class="param-type">
|
|
249
|
-
|
|
250
|
-
Number
|
|
251
|
-
|
|
252
|
-
</span>
|
|
253
|
-
|
|
509
|
+
<span class="param-type">Number</span>
|
|
254
510
|
|
|
255
511
|
|
|
256
512
|
|
|
@@ -278,12 +534,7 @@
|
|
|
278
534
|
<td class="type">
|
|
279
535
|
|
|
280
536
|
|
|
281
|
-
<span class="param-type">
|
|
282
|
-
|
|
283
|
-
Number
|
|
284
|
-
|
|
285
|
-
</span>
|
|
286
|
-
|
|
537
|
+
<span class="param-type">Number</span>
|
|
287
538
|
|
|
288
539
|
|
|
289
540
|
|
|
@@ -311,12 +562,7 @@
|
|
|
311
562
|
<td class="type">
|
|
312
563
|
|
|
313
564
|
|
|
314
|
-
<span class="param-type">
|
|
315
|
-
|
|
316
|
-
Number
|
|
317
|
-
|
|
318
|
-
</span>
|
|
319
|
-
|
|
565
|
+
<span class="param-type">Number</span>
|
|
320
566
|
|
|
321
567
|
|
|
322
568
|
|
|
@@ -344,12 +590,7 @@
|
|
|
344
590
|
<td class="type">
|
|
345
591
|
|
|
346
592
|
|
|
347
|
-
<span class="param-type">
|
|
348
|
-
|
|
349
|
-
Cseium.Rectangle
|
|
350
|
-
|
|
351
|
-
</span>
|
|
352
|
-
|
|
593
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
353
594
|
|
|
354
595
|
|
|
355
596
|
|
|
@@ -358,10 +599,12 @@
|
|
|
358
599
|
|
|
359
600
|
<td class="default">
|
|
360
601
|
|
|
602
|
+
tilingScheme.rectangle
|
|
603
|
+
|
|
361
604
|
</td>
|
|
362
605
|
|
|
363
606
|
|
|
364
|
-
<td class="description last"><p
|
|
607
|
+
<td class="description last"><p>图层显示范围,超出范围不会额外请求瓦片,若不设置,则从tilingScheme中获取,<a href='http://webclient.smaryun.com/static/modules/cesium/api/cesium/index.html?classFilter=Rectangle' target='_blank'>详见Cesium.Rectangle</a></p></td>
|
|
365
608
|
</tr>
|
|
366
609
|
|
|
367
610
|
|
|
@@ -375,12 +618,7 @@
|
|
|
375
618
|
<td class="type">
|
|
376
619
|
|
|
377
620
|
|
|
378
|
-
<span class="param-type">
|
|
379
|
-
|
|
380
|
-
Number
|
|
381
|
-
|
|
382
|
-
</span>
|
|
383
|
-
|
|
621
|
+
<span class="param-type">Number</span>
|
|
384
622
|
|
|
385
623
|
|
|
386
624
|
|
|
@@ -408,12 +646,7 @@
|
|
|
408
646
|
<td class="type">
|
|
409
647
|
|
|
410
648
|
|
|
411
|
-
<span class="param-type">
|
|
412
|
-
|
|
413
|
-
Number
|
|
414
|
-
|
|
415
|
-
</span>
|
|
416
|
-
|
|
649
|
+
<span class="param-type">Number</span>
|
|
417
650
|
|
|
418
651
|
|
|
419
652
|
|
|
@@ -441,19 +674,10 @@
|
|
|
441
674
|
<td class="type">
|
|
442
675
|
|
|
443
676
|
|
|
444
|
-
<span class="param-type">
|
|
445
|
-
|
|
446
|
-
Boolean
|
|
447
|
-
|
|
448
|
-
</span>
|
|
677
|
+
<span class="param-type">Boolean</span>
|
|
449
678
|
|
|
|
450
679
|
|
|
451
|
-
<span class="param-type">
|
|
452
|
-
|
|
453
|
-
undefined
|
|
454
|
-
|
|
455
|
-
</span>
|
|
456
|
-
|
|
680
|
+
<span class="param-type">undefined</span>
|
|
457
681
|
|
|
458
682
|
|
|
459
683
|
|
|
@@ -481,12 +705,7 @@
|
|
|
481
705
|
<td class="type">
|
|
482
706
|
|
|
483
707
|
|
|
484
|
-
<span class="param-type">
|
|
485
|
-
|
|
486
|
-
String
|
|
487
|
-
|
|
488
|
-
</span>
|
|
489
|
-
|
|
708
|
+
<span class="param-type">String</span>
|
|
490
709
|
|
|
491
710
|
|
|
492
711
|
|
|
@@ -514,12 +733,7 @@
|
|
|
514
733
|
<td class="type">
|
|
515
734
|
|
|
516
735
|
|
|
517
|
-
<span class="param-type">
|
|
518
|
-
|
|
519
|
-
String
|
|
520
|
-
|
|
521
|
-
</span>
|
|
522
|
-
|
|
736
|
+
<span class="param-type">String</span>
|
|
523
737
|
|
|
524
738
|
|
|
525
739
|
|
|
@@ -547,12 +761,7 @@
|
|
|
547
761
|
<td class="type">
|
|
548
762
|
|
|
549
763
|
|
|
550
|
-
<span class="param-type">
|
|
551
|
-
|
|
552
|
-
Number
|
|
553
|
-
|
|
554
|
-
</span>
|
|
555
|
-
|
|
764
|
+
<span class="param-type">Number</span>
|
|
556
765
|
|
|
557
766
|
|
|
558
767
|
|
|
@@ -580,12 +789,7 @@
|
|
|
580
789
|
<td class="type">
|
|
581
790
|
|
|
582
791
|
|
|
583
|
-
<span class="param-type">
|
|
584
|
-
|
|
585
|
-
Array.<Number>
|
|
586
|
-
|
|
587
|
-
</span>
|
|
588
|
-
|
|
792
|
+
<span class="param-type">Array.<Number></span>
|
|
589
793
|
|
|
590
794
|
|
|
591
795
|
|
|
@@ -613,12 +817,7 @@
|
|
|
613
817
|
<td class="type">
|
|
614
818
|
|
|
615
819
|
|
|
616
|
-
<span class="param-type">
|
|
617
|
-
|
|
618
|
-
Object
|
|
619
|
-
|
|
620
|
-
</span>
|
|
621
|
-
|
|
820
|
+
<span class="param-type">Object</span>
|
|
622
821
|
|
|
623
822
|
|
|
624
823
|
|
|
@@ -644,12 +843,7 @@
|
|
|
644
843
|
<td class="type">
|
|
645
844
|
|
|
646
845
|
|
|
647
|
-
<span class="param-type">
|
|
648
|
-
|
|
649
|
-
String
|
|
650
|
-
|
|
651
|
-
</span>
|
|
652
|
-
|
|
846
|
+
<span class="param-type">String</span>
|
|
653
847
|
|
|
654
848
|
|
|
655
849
|
|
|
@@ -675,12 +869,7 @@
|
|
|
675
869
|
<td class="type">
|
|
676
870
|
|
|
677
871
|
|
|
678
|
-
<span class="param-type">
|
|
679
|
-
|
|
680
|
-
Promise
|
|
681
|
-
|
|
682
|
-
</span>
|
|
683
|
-
|
|
872
|
+
<span class="param-type"><a href="Promise.html">Promise</a></span>
|
|
684
873
|
|
|
685
874
|
|
|
686
875
|
|
|
@@ -763,16 +952,25 @@
|
|
|
763
952
|
|
|
764
953
|
|
|
765
954
|
|
|
955
|
+
|
|
956
|
+
<p class="summary"><h5>请参考以下示例:</h5>
|
|
957
|
+
<a href='#example1'>1、添加一个MapGIS矢量瓦片图层:原生接口开发</a><br>
|
|
958
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/analyse/compareAnalyse/roller-shutter' target='_blank'>2、卷帘</a><br>
|
|
959
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#vectorTile' target='_blank'>3、更多图层加载示例</a>
|
|
960
|
+
<h5>支持如下方法:</h5>
|
|
961
|
+
<a href='#fromUrl'>[1、通过URL来构造一个MapGISVectorTileImageryProvider对象]</a><br/>
|
|
962
|
+
<a href='#getLabelClass'>[2、获取注记的渲染模式]</a><br/>
|
|
963
|
+
<a href='#destroy'>[3、销毁MapGISVectorTileImageryProvider的相关事件和私有变量]</a><br/></p>
|
|
766
964
|
|
|
767
965
|
|
|
768
966
|
|
|
769
967
|
<h5>示例</h5>
|
|
770
968
|
|
|
771
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
969
|
+
<p class="code-caption"><h7 id='example1'>添加一个MapGIS矢量瓦片图层:原生接口开发</h7></p>
|
|
772
970
|
|
|
773
971
|
|
|
774
972
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
775
|
-
const { MapGISVectorTileImageryProvider } = zondy
|
|
973
|
+
const { MapGISVectorTileImageryProvider } = zondy.cesium
|
|
776
974
|
// ES6引入方式
|
|
777
975
|
import { MapGISVectorTileImageryProvider } from "@mapgis/webclient-cesium-plugin"
|
|
778
976
|
|
|
@@ -809,409 +1007,6 @@ addImageryProvider(url)</code></pre>
|
|
|
809
1007
|
|
|
810
1008
|
<div class='vertical-section'>
|
|
811
1009
|
<h3 id='member'>成员变量</h3>
|
|
812
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量概述</h4>
|
|
813
|
-
<div class="table-container">
|
|
814
|
-
<table class="params table">
|
|
815
|
-
<thead>
|
|
816
|
-
<tr>
|
|
817
|
-
<th>名称</th>
|
|
818
|
-
<th>类型</th>
|
|
819
|
-
<th>描述</th>
|
|
820
|
-
</tr>
|
|
821
|
-
</thead>
|
|
822
|
-
<tbody>
|
|
823
|
-
|
|
824
|
-
<tr class="deep-level-0">
|
|
825
|
-
<td class="name"><code><a href="#defaultAlpha">defaultAlpha</a></code></td>
|
|
826
|
-
<td class="name">
|
|
827
|
-
<code>
|
|
828
|
-
|
|
829
|
-
<span class="param-type">
|
|
830
|
-
|
|
831
|
-
Number
|
|
832
|
-
|
|
833
|
-
</span>
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
</code>
|
|
838
|
-
</td>
|
|
839
|
-
<td class="name"><code><p>初始化时的图层透明度</p></code></td>
|
|
840
|
-
</tr>
|
|
841
|
-
|
|
842
|
-
<tr class="deep-level-0">
|
|
843
|
-
<td class="name"><code><a href="#hasAlphaChannel">hasAlphaChannel</a></code></td>
|
|
844
|
-
<td class="name">
|
|
845
|
-
<code>
|
|
846
|
-
|
|
847
|
-
<span class="param-type">
|
|
848
|
-
|
|
849
|
-
Boolean
|
|
850
|
-
|
|
851
|
-
</span>
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
</code>
|
|
856
|
-
</td>
|
|
857
|
-
<td class="name"><code><p>瓦片是否能设置透明度</p></code></td>
|
|
858
|
-
</tr>
|
|
859
|
-
|
|
860
|
-
<tr class="deep-level-0">
|
|
861
|
-
<td class="name"><code><a href="#isStretchImage">isStretchImage</a></code></td>
|
|
862
|
-
<td class="name">
|
|
863
|
-
<code>
|
|
864
|
-
|
|
865
|
-
<span class="param-type">
|
|
866
|
-
|
|
867
|
-
Boolean
|
|
868
|
-
|
|
869
|
-
</span>
|
|
870
|
-
|
|
|
871
|
-
|
|
872
|
-
<span class="param-type">
|
|
873
|
-
|
|
874
|
-
undefined
|
|
875
|
-
|
|
876
|
-
</span>
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
</code>
|
|
881
|
-
</td>
|
|
882
|
-
<td class="name"><code><p>超过最大最小层级范围图像是否进行图像的拉伸</p></code></td>
|
|
883
|
-
</tr>
|
|
884
|
-
|
|
885
|
-
<tr class="deep-level-0">
|
|
886
|
-
<td class="name"><code><a href="#labelsRenderMode">labelsRenderMode</a></code></td>
|
|
887
|
-
<td class="name">
|
|
888
|
-
<code>
|
|
889
|
-
|
|
890
|
-
<span class="param-type">
|
|
891
|
-
|
|
892
|
-
String
|
|
893
|
-
|
|
894
|
-
</span>
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
</code>
|
|
899
|
-
</td>
|
|
900
|
-
<td class="name"><code><p>指定矢量瓦片注记的渲染模式,仅在三维上有效。
|
|
901
|
-
on-screen表示使用三维接口实时渲染注记;
|
|
902
|
-
off-screen表示通过先将注记渲染到图片上,再通过三维接口渲染到屏幕。</p></code></td>
|
|
903
|
-
</tr>
|
|
904
|
-
|
|
905
|
-
<tr class="deep-level-0">
|
|
906
|
-
<td class="name"><code><a href="#maximumLevel">maximumLevel</a></code></td>
|
|
907
|
-
<td class="name">
|
|
908
|
-
<code>
|
|
909
|
-
|
|
910
|
-
<span class="param-type">
|
|
911
|
-
|
|
912
|
-
Number
|
|
913
|
-
|
|
914
|
-
</span>
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
</code>
|
|
919
|
-
</td>
|
|
920
|
-
<td class="name"><code><p>矢量瓦片的最大显示级别</p></code></td>
|
|
921
|
-
</tr>
|
|
922
|
-
|
|
923
|
-
<tr class="deep-level-0">
|
|
924
|
-
<td class="name"><code><a href="#minimumLevel">minimumLevel</a></code></td>
|
|
925
|
-
<td class="name">
|
|
926
|
-
<code>
|
|
927
|
-
|
|
928
|
-
<span class="param-type">
|
|
929
|
-
|
|
930
|
-
Number
|
|
931
|
-
|
|
932
|
-
</span>
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
</code>
|
|
937
|
-
</td>
|
|
938
|
-
<td class="name"><code><p>矢量瓦片的最小显示级别</p></code></td>
|
|
939
|
-
</tr>
|
|
940
|
-
|
|
941
|
-
<tr class="deep-level-0">
|
|
942
|
-
<td class="name"><code><a href="#mvtParser">mvtParser</a></code></td>
|
|
943
|
-
<td class="name">
|
|
944
|
-
<code>
|
|
945
|
-
|
|
946
|
-
<span class="param-type">
|
|
947
|
-
|
|
948
|
-
MVT
|
|
949
|
-
|
|
950
|
-
</span>
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
</code>
|
|
955
|
-
</td>
|
|
956
|
-
<td class="name"><code><p>MVT解析器</p></code></td>
|
|
957
|
-
</tr>
|
|
958
|
-
|
|
959
|
-
<tr class="deep-level-0">
|
|
960
|
-
<td class="name"><code><a href="#pixelRatio">pixelRatio</a></code></td>
|
|
961
|
-
<td class="name">
|
|
962
|
-
<code>
|
|
963
|
-
|
|
964
|
-
<span class="param-type">
|
|
965
|
-
|
|
966
|
-
Number
|
|
967
|
-
|
|
968
|
-
</span>
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
</code>
|
|
973
|
-
</td>
|
|
974
|
-
<td class="name"><code><p>像素缩放因子,既canvas中一个像素对应屏幕像素的大小</p></code></td>
|
|
975
|
-
</tr>
|
|
976
|
-
|
|
977
|
-
<tr class="deep-level-0">
|
|
978
|
-
<td class="name"><code><a href="#ready">ready</a></code></td>
|
|
979
|
-
<td class="name">
|
|
980
|
-
<code>
|
|
981
|
-
|
|
982
|
-
<span class="param-type">
|
|
983
|
-
|
|
984
|
-
Boolean
|
|
985
|
-
|
|
986
|
-
</span>
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
</code>
|
|
991
|
-
</td>
|
|
992
|
-
<td class="name"><code><p>图层是否加载完毕</p></code></td>
|
|
993
|
-
</tr>
|
|
994
|
-
|
|
995
|
-
<tr class="deep-level-0">
|
|
996
|
-
<td class="name"><code><a href="#readyPromise">readyPromise</a></code></td>
|
|
997
|
-
<td class="name">
|
|
998
|
-
<code>
|
|
999
|
-
|
|
1000
|
-
<span class="param-type">
|
|
1001
|
-
|
|
1002
|
-
Promise
|
|
1003
|
-
|
|
1004
|
-
</span>
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
</code>
|
|
1009
|
-
</td>
|
|
1010
|
-
<td class="name"><code><p>图层加载成功后的回调函数</p></code></td>
|
|
1011
|
-
</tr>
|
|
1012
|
-
|
|
1013
|
-
<tr class="deep-level-0">
|
|
1014
|
-
<td class="name"><code><a href="#rectangle">rectangle</a></code></td>
|
|
1015
|
-
<td class="name">
|
|
1016
|
-
<code>
|
|
1017
|
-
|
|
1018
|
-
<span class="param-type">
|
|
1019
|
-
|
|
1020
|
-
Cseium.Rectangle
|
|
1021
|
-
|
|
1022
|
-
</span>
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
</code>
|
|
1027
|
-
</td>
|
|
1028
|
-
<td class="name"><code><p>地图加载范围</p></code></td>
|
|
1029
|
-
</tr>
|
|
1030
|
-
|
|
1031
|
-
<tr class="deep-level-0">
|
|
1032
|
-
<td class="name"><code><a href="#scene">scene</a></code></td>
|
|
1033
|
-
<td class="name">
|
|
1034
|
-
<code>
|
|
1035
|
-
|
|
1036
|
-
<span class="param-type">
|
|
1037
|
-
|
|
1038
|
-
Cseium.Scene
|
|
1039
|
-
|
|
1040
|
-
</span>
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
</code>
|
|
1045
|
-
</td>
|
|
1046
|
-
<td class="name"><code><p>Cesium的场景对象</p></code></td>
|
|
1047
|
-
</tr>
|
|
1048
|
-
|
|
1049
|
-
<tr class="deep-level-0">
|
|
1050
|
-
<td class="name"><code><a href="#style">style</a></code></td>
|
|
1051
|
-
<td class="name">
|
|
1052
|
-
<code>
|
|
1053
|
-
|
|
1054
|
-
<span class="param-type">
|
|
1055
|
-
|
|
1056
|
-
Object
|
|
1057
|
-
|
|
1058
|
-
</span>
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
</code>
|
|
1063
|
-
</td>
|
|
1064
|
-
<td class="name"><code><p>矢量瓦片样式</p></code></td>
|
|
1065
|
-
</tr>
|
|
1066
|
-
|
|
1067
|
-
<tr class="deep-level-0">
|
|
1068
|
-
<td class="name"><code><a href="#sublayerLabelingInfos">sublayerLabelingInfos</a></code></td>
|
|
1069
|
-
<td class="name">
|
|
1070
|
-
<code>
|
|
1071
|
-
|
|
1072
|
-
<span class="param-type">
|
|
1073
|
-
|
|
1074
|
-
Object
|
|
1075
|
-
|
|
1076
|
-
</span>
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
</code>
|
|
1081
|
-
</td>
|
|
1082
|
-
<td class="name"><code><p>矢量瓦片注记参数</p></code></td>
|
|
1083
|
-
</tr>
|
|
1084
|
-
|
|
1085
|
-
<tr class="deep-level-0">
|
|
1086
|
-
<td class="name"><code><a href="#tileHeight">tileHeight</a></code></td>
|
|
1087
|
-
<td class="name">
|
|
1088
|
-
<code>
|
|
1089
|
-
|
|
1090
|
-
<span class="param-type">
|
|
1091
|
-
|
|
1092
|
-
Number
|
|
1093
|
-
|
|
1094
|
-
</span>
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
</code>
|
|
1099
|
-
</td>
|
|
1100
|
-
<td class="name"><code><p>矢量瓦片高度</p></code></td>
|
|
1101
|
-
</tr>
|
|
1102
|
-
|
|
1103
|
-
<tr class="deep-level-0">
|
|
1104
|
-
<td class="name"><code><a href="#tileWidth">tileWidth</a></code></td>
|
|
1105
|
-
<td class="name">
|
|
1106
|
-
<code>
|
|
1107
|
-
|
|
1108
|
-
<span class="param-type">
|
|
1109
|
-
|
|
1110
|
-
Number
|
|
1111
|
-
|
|
1112
|
-
</span>
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
</code>
|
|
1117
|
-
</td>
|
|
1118
|
-
<td class="name"><code><p>矢量瓦片宽度</p></code></td>
|
|
1119
|
-
</tr>
|
|
1120
|
-
|
|
1121
|
-
<tr class="deep-level-0">
|
|
1122
|
-
<td class="name"><code><a href="#tilingScheme">tilingScheme</a></code></td>
|
|
1123
|
-
<td class="name">
|
|
1124
|
-
<code>
|
|
1125
|
-
|
|
1126
|
-
<span class="param-type">
|
|
1127
|
-
|
|
1128
|
-
Object
|
|
1129
|
-
|
|
1130
|
-
</span>
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
</code>
|
|
1135
|
-
</td>
|
|
1136
|
-
<td class="name"><code><p>矢量瓦片服务的平铺方案</p></code></td>
|
|
1137
|
-
</tr>
|
|
1138
|
-
|
|
1139
|
-
<tr class="deep-level-0">
|
|
1140
|
-
<td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
|
|
1141
|
-
<td class="name">
|
|
1142
|
-
<code>
|
|
1143
|
-
|
|
1144
|
-
<span class="param-type">
|
|
1145
|
-
|
|
1146
|
-
String
|
|
1147
|
-
|
|
1148
|
-
</span>
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
</code>
|
|
1153
|
-
</td>
|
|
1154
|
-
<td class="name"><code><p>token名</p></code></td>
|
|
1155
|
-
</tr>
|
|
1156
|
-
|
|
1157
|
-
<tr class="deep-level-0">
|
|
1158
|
-
<td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
|
|
1159
|
-
<td class="name">
|
|
1160
|
-
<code>
|
|
1161
|
-
|
|
1162
|
-
<span class="param-type">
|
|
1163
|
-
|
|
1164
|
-
String
|
|
1165
|
-
|
|
1166
|
-
</span>
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
</code>
|
|
1171
|
-
</td>
|
|
1172
|
-
<td class="name"><code><p>token值</p></code></td>
|
|
1173
|
-
</tr>
|
|
1174
|
-
|
|
1175
|
-
<tr class="deep-level-0">
|
|
1176
|
-
<td class="name"><code><a href="#transform">transform</a></code></td>
|
|
1177
|
-
<td class="name">
|
|
1178
|
-
<code>
|
|
1179
|
-
|
|
1180
|
-
<span class="param-type">
|
|
1181
|
-
|
|
1182
|
-
Array.<Number>
|
|
1183
|
-
|
|
1184
|
-
</span>
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
</code>
|
|
1189
|
-
</td>
|
|
1190
|
-
<td class="name"><code><p>矢量瓦片中绘制的几何内容的缩放矩阵,默认是[0.125, 0, 0, 0.125, 0, 0],意味着将矢量瓦片里的内容缩放至1/8,并填充到canvas中</p></code></td>
|
|
1191
|
-
</tr>
|
|
1192
|
-
|
|
1193
|
-
<tr class="deep-level-0">
|
|
1194
|
-
<td class="name"><code><a href="#url">url</a></code></td>
|
|
1195
|
-
<td class="name">
|
|
1196
|
-
<code>
|
|
1197
|
-
|
|
1198
|
-
<span class="param-type">
|
|
1199
|
-
|
|
1200
|
-
Boolean
|
|
1201
|
-
|
|
1202
|
-
</span>
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
</code>
|
|
1207
|
-
</td>
|
|
1208
|
-
<td class="name"><code><p>是否显示图层</p></code></td>
|
|
1209
|
-
</tr>
|
|
1210
|
-
|
|
1211
|
-
</tbody>
|
|
1212
|
-
</table>
|
|
1213
|
-
</div>
|
|
1214
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">成员变量详情</h4>
|
|
1215
1010
|
<div class="members">
|
|
1216
1011
|
|
|
1217
1012
|
<div class="member">
|
|
@@ -1219,12 +1014,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1219
1014
|
<span class="method-parameter is-pulled-right">
|
|
1220
1015
|
<label>类型:</label>
|
|
1221
1016
|
|
|
1222
|
-
<span class="param-type">
|
|
1223
|
-
|
|
1224
|
-
Number
|
|
1225
|
-
|
|
1226
|
-
</span>
|
|
1227
|
-
|
|
1017
|
+
<span class="param-type">Number</span>
|
|
1228
1018
|
|
|
1229
1019
|
|
|
1230
1020
|
</span>
|
|
@@ -1299,12 +1089,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1299
1089
|
<span class="method-parameter is-pulled-right">
|
|
1300
1090
|
<label>类型:</label>
|
|
1301
1091
|
|
|
1302
|
-
<span class="param-type">
|
|
1303
|
-
|
|
1304
|
-
Boolean
|
|
1305
|
-
|
|
1306
|
-
</span>
|
|
1307
|
-
|
|
1092
|
+
<span class="param-type">Boolean</span>
|
|
1308
1093
|
|
|
1309
1094
|
|
|
1310
1095
|
</span>
|
|
@@ -1374,19 +1159,10 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1374
1159
|
<span class="method-parameter is-pulled-right">
|
|
1375
1160
|
<label>类型:</label>
|
|
1376
1161
|
|
|
1377
|
-
<span class="param-type">
|
|
1378
|
-
|
|
1379
|
-
Boolean
|
|
1380
|
-
|
|
1381
|
-
</span>
|
|
1162
|
+
<span class="param-type">Boolean</span>
|
|
1382
1163
|
|
|
|
1383
1164
|
|
|
1384
|
-
<span class="param-type">
|
|
1385
|
-
|
|
1386
|
-
undefined
|
|
1387
|
-
|
|
1388
|
-
</span>
|
|
1389
|
-
|
|
1165
|
+
<span class="param-type">undefined</span>
|
|
1390
1166
|
|
|
1391
1167
|
|
|
1392
1168
|
</span>
|
|
@@ -1461,12 +1237,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1461
1237
|
<span class="method-parameter is-pulled-right">
|
|
1462
1238
|
<label>类型:</label>
|
|
1463
1239
|
|
|
1464
|
-
<span class="param-type">
|
|
1465
|
-
|
|
1466
|
-
String
|
|
1467
|
-
|
|
1468
|
-
</span>
|
|
1469
|
-
|
|
1240
|
+
<span class="param-type">String</span>
|
|
1470
1241
|
|
|
1471
1242
|
|
|
1472
1243
|
</span>
|
|
@@ -1543,12 +1314,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1543
1314
|
<span class="method-parameter is-pulled-right">
|
|
1544
1315
|
<label>类型:</label>
|
|
1545
1316
|
|
|
1546
|
-
<span class="param-type">
|
|
1547
|
-
|
|
1548
|
-
Number
|
|
1549
|
-
|
|
1550
|
-
</span>
|
|
1551
|
-
|
|
1317
|
+
<span class="param-type">Number</span>
|
|
1552
1318
|
|
|
1553
1319
|
|
|
1554
1320
|
</span>
|
|
@@ -1623,12 +1389,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1623
1389
|
<span class="method-parameter is-pulled-right">
|
|
1624
1390
|
<label>类型:</label>
|
|
1625
1391
|
|
|
1626
|
-
<span class="param-type">
|
|
1627
|
-
|
|
1628
|
-
Number
|
|
1629
|
-
|
|
1630
|
-
</span>
|
|
1631
|
-
|
|
1392
|
+
<span class="param-type">Number</span>
|
|
1632
1393
|
|
|
1633
1394
|
|
|
1634
1395
|
</span>
|
|
@@ -1703,12 +1464,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1703
1464
|
<span class="method-parameter is-pulled-right">
|
|
1704
1465
|
<label>类型:</label>
|
|
1705
1466
|
|
|
1706
|
-
<span class="param-type">
|
|
1707
|
-
|
|
1708
|
-
MVT
|
|
1709
|
-
|
|
1710
|
-
</span>
|
|
1711
|
-
|
|
1467
|
+
<span class="param-type">MVT</span>
|
|
1712
1468
|
|
|
1713
1469
|
|
|
1714
1470
|
</span>
|
|
@@ -1782,12 +1538,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1782
1538
|
<span class="method-parameter is-pulled-right">
|
|
1783
1539
|
<label>类型:</label>
|
|
1784
1540
|
|
|
1785
|
-
<span class="param-type">
|
|
1786
|
-
|
|
1787
|
-
Number
|
|
1788
|
-
|
|
1789
|
-
</span>
|
|
1790
|
-
|
|
1541
|
+
<span class="param-type">Number</span>
|
|
1791
1542
|
|
|
1792
1543
|
|
|
1793
1544
|
</span>
|
|
@@ -1862,12 +1613,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1862
1613
|
<span class="method-parameter is-pulled-right">
|
|
1863
1614
|
<label>类型:</label>
|
|
1864
1615
|
|
|
1865
|
-
<span class="param-type">
|
|
1866
|
-
|
|
1867
|
-
Boolean
|
|
1868
|
-
|
|
1869
|
-
</span>
|
|
1870
|
-
|
|
1616
|
+
<span class="param-type">Boolean</span>
|
|
1871
1617
|
|
|
1872
1618
|
|
|
1873
1619
|
</span>
|
|
@@ -1937,12 +1683,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1937
1683
|
<span class="method-parameter is-pulled-right">
|
|
1938
1684
|
<label>类型:</label>
|
|
1939
1685
|
|
|
1940
|
-
<span class="param-type">
|
|
1941
|
-
|
|
1942
|
-
Promise
|
|
1943
|
-
|
|
1944
|
-
</span>
|
|
1945
|
-
|
|
1686
|
+
<span class="param-type"><a href="Promise.html">Promise</a></span>
|
|
1946
1687
|
|
|
1947
1688
|
|
|
1948
1689
|
</span>
|
|
@@ -2012,12 +1753,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2012
1753
|
<span class="method-parameter is-pulled-right">
|
|
2013
1754
|
<label>类型:</label>
|
|
2014
1755
|
|
|
2015
|
-
<span class="param-type">
|
|
2016
|
-
|
|
2017
|
-
Cseium.Rectangle
|
|
2018
|
-
|
|
2019
|
-
</span>
|
|
2020
|
-
|
|
1756
|
+
<span class="param-type">Cseium.Rectangle</span>
|
|
2021
1757
|
|
|
2022
1758
|
|
|
2023
1759
|
</span>
|
|
@@ -2087,12 +1823,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2087
1823
|
<span class="method-parameter is-pulled-right">
|
|
2088
1824
|
<label>类型:</label>
|
|
2089
1825
|
|
|
2090
|
-
<span class="param-type">
|
|
2091
|
-
|
|
2092
|
-
Cseium.Scene
|
|
2093
|
-
|
|
2094
|
-
</span>
|
|
2095
|
-
|
|
1826
|
+
<span class="param-type">Cseium.Scene</span>
|
|
2096
1827
|
|
|
2097
1828
|
|
|
2098
1829
|
</span>
|
|
@@ -2162,12 +1893,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2162
1893
|
<span class="method-parameter is-pulled-right">
|
|
2163
1894
|
<label>类型:</label>
|
|
2164
1895
|
|
|
2165
|
-
<span class="param-type">
|
|
2166
|
-
|
|
2167
|
-
Object
|
|
2168
|
-
|
|
2169
|
-
</span>
|
|
2170
|
-
|
|
1896
|
+
<span class="param-type">Object</span>
|
|
2171
1897
|
|
|
2172
1898
|
|
|
2173
1899
|
</span>
|
|
@@ -2237,12 +1963,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2237
1963
|
<span class="method-parameter is-pulled-right">
|
|
2238
1964
|
<label>类型:</label>
|
|
2239
1965
|
|
|
2240
|
-
<span class="param-type">
|
|
2241
|
-
|
|
2242
|
-
Object
|
|
2243
|
-
|
|
2244
|
-
</span>
|
|
2245
|
-
|
|
1966
|
+
<span class="param-type">Object</span>
|
|
2246
1967
|
|
|
2247
1968
|
|
|
2248
1969
|
</span>
|
|
@@ -2312,12 +2033,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2312
2033
|
<span class="method-parameter is-pulled-right">
|
|
2313
2034
|
<label>类型:</label>
|
|
2314
2035
|
|
|
2315
|
-
<span class="param-type">
|
|
2316
|
-
|
|
2317
|
-
Number
|
|
2318
|
-
|
|
2319
|
-
</span>
|
|
2320
|
-
|
|
2036
|
+
<span class="param-type">Number</span>
|
|
2321
2037
|
|
|
2322
2038
|
|
|
2323
2039
|
</span>
|
|
@@ -2392,12 +2108,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2392
2108
|
<span class="method-parameter is-pulled-right">
|
|
2393
2109
|
<label>类型:</label>
|
|
2394
2110
|
|
|
2395
|
-
<span class="param-type">
|
|
2396
|
-
|
|
2397
|
-
Number
|
|
2398
|
-
|
|
2399
|
-
</span>
|
|
2400
|
-
|
|
2111
|
+
<span class="param-type">Number</span>
|
|
2401
2112
|
|
|
2402
2113
|
|
|
2403
2114
|
</span>
|
|
@@ -2472,12 +2183,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2472
2183
|
<span class="method-parameter is-pulled-right">
|
|
2473
2184
|
<label>类型:</label>
|
|
2474
2185
|
|
|
2475
|
-
<span class="param-type">
|
|
2476
|
-
|
|
2477
|
-
Object
|
|
2478
|
-
|
|
2479
|
-
</span>
|
|
2480
|
-
|
|
2186
|
+
<span class="param-type">Object</span>
|
|
2481
2187
|
|
|
2482
2188
|
|
|
2483
2189
|
</span>
|
|
@@ -2552,12 +2258,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2552
2258
|
<span class="method-parameter is-pulled-right">
|
|
2553
2259
|
<label>类型:</label>
|
|
2554
2260
|
|
|
2555
|
-
<span class="param-type">
|
|
2556
|
-
|
|
2557
|
-
String
|
|
2558
|
-
|
|
2559
|
-
</span>
|
|
2560
|
-
|
|
2261
|
+
<span class="param-type">String</span>
|
|
2561
2262
|
|
|
2562
2263
|
|
|
2563
2264
|
</span>
|
|
@@ -2632,12 +2333,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2632
2333
|
<span class="method-parameter is-pulled-right">
|
|
2633
2334
|
<label>类型:</label>
|
|
2634
2335
|
|
|
2635
|
-
<span class="param-type">
|
|
2636
|
-
|
|
2637
|
-
String
|
|
2638
|
-
|
|
2639
|
-
</span>
|
|
2640
|
-
|
|
2336
|
+
<span class="param-type">String</span>
|
|
2641
2337
|
|
|
2642
2338
|
|
|
2643
2339
|
</span>
|
|
@@ -2707,12 +2403,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2707
2403
|
<span class="method-parameter is-pulled-right">
|
|
2708
2404
|
<label>类型:</label>
|
|
2709
2405
|
|
|
2710
|
-
<span class="param-type">
|
|
2711
|
-
|
|
2712
|
-
Array.<Number>
|
|
2713
|
-
|
|
2714
|
-
</span>
|
|
2715
|
-
|
|
2406
|
+
<span class="param-type">Array.<Number></span>
|
|
2716
2407
|
|
|
2717
2408
|
|
|
2718
2409
|
</span>
|
|
@@ -2787,12 +2478,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2787
2478
|
<span class="method-parameter is-pulled-right">
|
|
2788
2479
|
<label>类型:</label>
|
|
2789
2480
|
|
|
2790
|
-
<span class="param-type">
|
|
2791
|
-
|
|
2792
|
-
Boolean
|
|
2793
|
-
|
|
2794
|
-
</span>
|
|
2795
|
-
|
|
2481
|
+
<span class="param-type">Boolean</span>
|
|
2796
2482
|
|
|
2797
2483
|
|
|
2798
2484
|
</span>
|
|
@@ -2869,113 +2555,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2869
2555
|
|
|
2870
2556
|
<div class='vertical-section'>
|
|
2871
2557
|
<h3 id='function'>方法</h3>
|
|
2872
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
2873
2558
|
<div class="members">
|
|
2874
|
-
<div class="table-container">
|
|
2875
|
-
<table class="params table">
|
|
2876
|
-
<thead>
|
|
2877
|
-
<tr>
|
|
2878
|
-
<th>名称</th>
|
|
2879
|
-
<th>返回值类型</th>
|
|
2880
|
-
<th>描述</th>
|
|
2881
|
-
</tr>
|
|
2882
|
-
</thead>
|
|
2883
|
-
<tbody>
|
|
2884
|
-
|
|
2885
|
-
<tr class="deep-level-0">
|
|
2886
|
-
<td class="name"><code><a href="#fromUrl">fromUrl</a></code></td>
|
|
2887
|
-
<td class="name">
|
|
2888
|
-
<code>
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
<span class="param-type">
|
|
2892
|
-
|
|
2893
|
-
<a link="MapGISVectorTileImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISVectorTileImageryProvider" MapGISVectorTileImageryProvider.html>MapGISVectorTileImageryProvider</a>
|
|
2894
|
-
|
|
2895
|
-
</span>
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
</code>
|
|
2901
|
-
</td>
|
|
2902
|
-
<td class="name"><code><p>通过URL来构造一个MapGISVectorTileImageryProvider对象</p></code></td>
|
|
2903
|
-
</tr>
|
|
2904
|
-
|
|
2905
|
-
<tr class="deep-level-0">
|
|
2906
|
-
<td class="name"><code><a href="#getRenderMode">getRenderMode</a></code></td>
|
|
2907
|
-
<td class="name">
|
|
2908
|
-
<code>
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
<span class="param-type">
|
|
2912
|
-
|
|
2913
|
-
String
|
|
2914
|
-
|
|
2915
|
-
</span>
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
</code>
|
|
2921
|
-
</td>
|
|
2922
|
-
<td class="name"><code><p>获取注记的渲染模式</p></code></td>
|
|
2923
|
-
</tr>
|
|
2924
|
-
|
|
2925
|
-
<tr class="deep-level-0">
|
|
2926
|
-
<td class="name"><code><a href="#destroy">destroy</a></code></td>
|
|
2927
|
-
<td class="name">
|
|
2928
|
-
<code>
|
|
2929
|
-
|
|
2930
|
-
</code>
|
|
2931
|
-
</td>
|
|
2932
|
-
<td class="name"><code><p>销毁MapGISVectorTileImageryProvider的相关事件和私有变量</p></code></td>
|
|
2933
|
-
</tr>
|
|
2934
|
-
|
|
2935
|
-
<tr class="deep-level-0">
|
|
2936
|
-
<td class="name"><code><a href="#drawTile">drawTile</a></code></td>
|
|
2937
|
-
<td class="name">
|
|
2938
|
-
<code>
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
<span class="param-type">
|
|
2942
|
-
|
|
2943
|
-
Promise
|
|
2944
|
-
|
|
2945
|
-
</span>
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
</code>
|
|
2951
|
-
</td>
|
|
2952
|
-
<td class="name"><code><p>重载绘制瓦片的方法</p></code></td>
|
|
2953
|
-
</tr>
|
|
2954
|
-
|
|
2955
|
-
<tr class="deep-level-0">
|
|
2956
|
-
<td class="name"><code><a href="#requestImage">requestImage</a></code></td>
|
|
2957
|
-
<td class="name">
|
|
2958
|
-
<code>
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
<span class="param-type">
|
|
2962
|
-
|
|
2963
|
-
Promise
|
|
2964
|
-
|
|
2965
|
-
</span>
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
</code>
|
|
2971
|
-
</td>
|
|
2972
|
-
<td class="name"><code><p>重载请求瓦片的方法</p></code></td>
|
|
2973
|
-
</tr>
|
|
2974
|
-
|
|
2975
|
-
</tbody>
|
|
2976
|
-
</table>
|
|
2977
|
-
</div>
|
|
2978
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法详情</h4>
|
|
2979
2559
|
|
|
2980
2560
|
<div class="member">
|
|
2981
2561
|
|
|
@@ -2988,7 +2568,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2988
2568
|
<span class='tag'>static</span>
|
|
2989
2569
|
|
|
2990
2570
|
|
|
2991
|
-
<span class="code-name"
|
|
2571
|
+
<span class="code-name" style="font-size:30px">
|
|
2992
2572
|
|
|
2993
2573
|
fromUrl<span class="signature">(url, options)</span>
|
|
2994
2574
|
|
|
@@ -2998,7 +2578,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2998
2578
|
|
|
2999
2579
|
|
|
3000
2580
|
<div class="description">
|
|
3001
|
-
<p>通过URL来构造一个MapGISVectorTileImageryProvider
|
|
2581
|
+
<p>通过URL来构造一个MapGISVectorTileImageryProvider对象<a id='fromUrl'/></p>
|
|
3002
2582
|
</div>
|
|
3003
2583
|
|
|
3004
2584
|
|
|
@@ -3010,7 +2590,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3010
2590
|
|
|
3011
2591
|
|
|
3012
2592
|
|
|
3013
|
-
<h4
|
|
2593
|
+
<h4>参数:</h4>
|
|
3014
2594
|
|
|
3015
2595
|
<div class="table-container">
|
|
3016
2596
|
<table class="params table">
|
|
@@ -3040,12 +2620,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3040
2620
|
<td class="type">
|
|
3041
2621
|
|
|
3042
2622
|
|
|
3043
|
-
<span class="param-type">
|
|
3044
|
-
|
|
3045
|
-
String
|
|
3046
|
-
|
|
3047
|
-
</span>
|
|
3048
|
-
|
|
2623
|
+
<span class="param-type">String</span>
|
|
3049
2624
|
|
|
3050
2625
|
|
|
3051
2626
|
|
|
@@ -3069,12 +2644,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3069
2644
|
<td class="type">
|
|
3070
2645
|
|
|
3071
2646
|
|
|
3072
|
-
<span class="param-type">
|
|
3073
|
-
|
|
3074
|
-
Object
|
|
3075
|
-
|
|
3076
|
-
</span>
|
|
3077
|
-
|
|
2647
|
+
<span class="param-type">Object</span>
|
|
3078
2648
|
|
|
3079
2649
|
|
|
3080
2650
|
|
|
@@ -3149,25 +2719,20 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3149
2719
|
|
|
3150
2720
|
|
|
3151
2721
|
<div class='columns method-parameter'>
|
|
3152
|
-
<div class="column is-2"><label
|
|
2722
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3153
2723
|
<div class="column is-10">
|
|
3154
2724
|
|
|
3155
2725
|
|
|
3156
2726
|
|
|
3157
2727
|
<div class="columns">
|
|
3158
2728
|
|
|
3159
|
-
<div class='param-desc column is-7'><p
|
|
2729
|
+
<div class='param-desc column is-7'><p>初始化完毕的MapGISVectorTileImageryProvider对象</p></div>
|
|
3160
2730
|
|
|
3161
2731
|
|
|
3162
2732
|
<div class='column is-5 has-text-left'>
|
|
3163
2733
|
<label>类型: </label>
|
|
3164
2734
|
|
|
3165
|
-
<span class="param-type">
|
|
3166
|
-
|
|
3167
|
-
<a link="MapGISVectorTileImageryProvider.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="MapGISVectorTileImageryProvider" MapGISVectorTileImageryProvider.html>MapGISVectorTileImageryProvider</a>
|
|
3168
|
-
|
|
3169
|
-
</span>
|
|
3170
|
-
|
|
2735
|
+
<span class="param-type">Cesium.MapGISVectorTileImageryProvider</span>
|
|
3171
2736
|
|
|
3172
2737
|
|
|
3173
2738
|
</div>
|
|
@@ -3189,16 +2754,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3189
2754
|
|
|
3190
2755
|
|
|
3191
2756
|
|
|
3192
|
-
<h4 class="name" id=".
|
|
3193
|
-
<a class="href-link" href="#.
|
|
2757
|
+
<h4 class="name" id=".getLabelClass">
|
|
2758
|
+
<a class="href-link" href="#.getLabelClass">#</a>
|
|
3194
2759
|
|
|
3195
2760
|
|
|
3196
2761
|
<span class='tag'>static</span>
|
|
3197
2762
|
|
|
3198
2763
|
|
|
3199
|
-
<span class="code-name"
|
|
2764
|
+
<span class="code-name" style="font-size:30px">
|
|
3200
2765
|
|
|
3201
|
-
|
|
2766
|
+
getLabelClass<span class="signature">(sublayerLabelingInfos)</span>
|
|
3202
2767
|
|
|
3203
2768
|
</span>
|
|
3204
2769
|
</h4>
|
|
@@ -3206,7 +2771,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3206
2771
|
|
|
3207
2772
|
|
|
3208
2773
|
<div class="description">
|
|
3209
|
-
<p
|
|
2774
|
+
<p>获取注记的渲染模式<a id='getLabelClass'/></p>
|
|
3210
2775
|
</div>
|
|
3211
2776
|
|
|
3212
2777
|
|
|
@@ -3218,7 +2783,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3218
2783
|
|
|
3219
2784
|
|
|
3220
2785
|
|
|
3221
|
-
<h4
|
|
2786
|
+
<h4>参数:</h4>
|
|
3222
2787
|
|
|
3223
2788
|
<div class="table-container">
|
|
3224
2789
|
<table class="params table">
|
|
@@ -3248,12 +2813,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3248
2813
|
<td class="type">
|
|
3249
2814
|
|
|
3250
2815
|
|
|
3251
|
-
<span class="param-type">
|
|
3252
|
-
|
|
3253
|
-
Object
|
|
3254
|
-
|
|
3255
|
-
</span>
|
|
3256
|
-
|
|
2816
|
+
<span class="param-type">Object</span>
|
|
3257
2817
|
|
|
3258
2818
|
|
|
3259
2819
|
|
|
@@ -3328,25 +2888,18 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3328
2888
|
|
|
3329
2889
|
|
|
3330
2890
|
<div class='columns method-parameter'>
|
|
3331
|
-
<div class="column is-2"><label
|
|
2891
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3332
2892
|
<div class="column is-10">
|
|
3333
2893
|
|
|
3334
2894
|
|
|
3335
2895
|
|
|
3336
2896
|
<div class="columns">
|
|
3337
2897
|
|
|
3338
|
-
<div class='param-desc column is-7'><p>renderMode 渲染模式</p></div>
|
|
3339
|
-
|
|
3340
2898
|
|
|
3341
2899
|
<div class='column is-5 has-text-left'>
|
|
3342
2900
|
<label>类型: </label>
|
|
3343
2901
|
|
|
3344
|
-
<span class="param-type">
|
|
3345
|
-
|
|
3346
|
-
String
|
|
3347
|
-
|
|
3348
|
-
</span>
|
|
3349
|
-
|
|
2902
|
+
<span class="param-type">LabelClass</span>
|
|
3350
2903
|
|
|
3351
2904
|
|
|
3352
2905
|
</div>
|
|
@@ -3371,7 +2924,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3371
2924
|
<h4 class="name" id="destroy">
|
|
3372
2925
|
<a class="href-link" href="#destroy">#</a>
|
|
3373
2926
|
|
|
3374
|
-
<span class="code-name"
|
|
2927
|
+
<span class="code-name" style="font-size:30px">
|
|
3375
2928
|
|
|
3376
2929
|
destroy<span class="signature">()</span>
|
|
3377
2930
|
|
|
@@ -3381,7 +2934,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3381
2934
|
|
|
3382
2935
|
|
|
3383
2936
|
<div class="description">
|
|
3384
|
-
<p>销毁MapGISVectorTileImageryProvider
|
|
2937
|
+
<p>销毁MapGISVectorTileImageryProvider的相关事件和私有变量<a id='destroy'/></p>
|
|
3385
2938
|
</div>
|
|
3386
2939
|
|
|
3387
2940
|
|
|
@@ -3455,479 +3008,51 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3455
3008
|
|
|
3456
3009
|
</div>
|
|
3457
3010
|
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
<h4 class="name" id="drawTile">
|
|
3463
|
-
<a class="href-link" href="#drawTile">#</a>
|
|
3464
|
-
|
|
3465
|
-
<span class="code-name" id="drawTile" style="font-size:30px">
|
|
3466
|
-
|
|
3467
|
-
drawTile<span class="signature">(x, y, level)</span>
|
|
3468
|
-
|
|
3469
|
-
</span>
|
|
3470
|
-
</h4>
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
<div class="description">
|
|
3475
|
-
<p>重载绘制瓦片的方法</p>
|
|
3476
|
-
</div>
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
<h4>参数</h4>
|
|
3488
|
-
|
|
3489
|
-
<div class="table-container">
|
|
3490
|
-
<table class="params table">
|
|
3491
|
-
<thead>
|
|
3492
|
-
<tr>
|
|
3493
|
-
|
|
3494
|
-
<th>名称</th>
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
<th>类型</th>
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
<th class="last">描述</th>
|
|
3502
|
-
</tr>
|
|
3503
|
-
</thead>
|
|
3504
|
-
|
|
3505
|
-
<tbody>
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
<tr class="deep-level-0">
|
|
3510
|
-
|
|
3511
|
-
<td class="name"><code>x</code></td>
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
<td class="type">
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
<span class="param-type">
|
|
3518
|
-
|
|
3519
|
-
String
|
|
3520
|
-
|
|
3521
|
-
</span>
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
</td>
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
<td class="description last"><p>请求的行号</p></td>
|
|
3531
|
-
</tr>
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
<tr class="deep-level-0">
|
|
3539
|
-
|
|
3540
|
-
<td class="name"><code>y</code></td>
|
|
3541
|
-
|
|
3542
|
-
|
|
3543
|
-
<td class="type">
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
<span class="param-type">
|
|
3547
|
-
|
|
3548
|
-
String
|
|
3549
|
-
|
|
3550
|
-
</span>
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
</td>
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3559
|
-
<td class="description last"><p>请求的列号</p></td>
|
|
3560
|
-
</tr>
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
<tr class="deep-level-0">
|
|
3568
|
-
|
|
3569
|
-
<td class="name"><code>level</code></td>
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
<td class="type">
|
|
3573
|
-
|
|
3574
|
-
|
|
3575
|
-
<span class="param-type">
|
|
3576
|
-
|
|
3577
|
-
String
|
|
3578
|
-
|
|
3579
|
-
</span>
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
</td>
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
<td class="description last"><p>请求的级数</p></td>
|
|
3589
|
-
</tr>
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
</tbody>
|
|
3595
|
-
</table>
|
|
3596
|
-
</div>
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
<dl class="details">
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
</dl>
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
<div class='columns method-parameter'>
|
|
3655
|
-
<div class="column is-2"><label>返回值</label></div>
|
|
3656
|
-
<div class="column is-10">
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
<div class="columns">
|
|
3661
|
-
|
|
3662
|
-
<div class='param-desc column is-7'><p>请求对象</p></div>
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
<div class='column is-5 has-text-left'>
|
|
3666
|
-
<label>类型: </label>
|
|
3667
|
-
|
|
3668
|
-
<span class="param-type">
|
|
3669
|
-
|
|
3670
|
-
Promise
|
|
3671
|
-
|
|
3672
|
-
</span>
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
</div>
|
|
3677
|
-
|
|
3678
|
-
</div>
|
|
3679
|
-
|
|
3680
|
-
|
|
3011
|
+
</div>
|
|
3681
3012
|
</div>
|
|
3682
|
-
</div>
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
</div>
|
|
3690
|
-
|
|
3691
|
-
<div class="member">
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
<h4 class="name" id="requestImage">
|
|
3696
|
-
<a class="href-link" href="#requestImage">#</a>
|
|
3697
|
-
|
|
3698
|
-
<span class="code-name" id="requestImage" style="font-size:30px">
|
|
3699
|
-
|
|
3700
|
-
requestImage<span class="signature">(x, y, level)</span>
|
|
3701
|
-
|
|
3702
|
-
</span>
|
|
3703
|
-
</h4>
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
<div class="description">
|
|
3708
|
-
<p>重载请求瓦片的方法</p>
|
|
3709
|
-
</div>
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
<h4>参数</h4>
|
|
3721
3013
|
|
|
3722
|
-
<div class="table-container">
|
|
3723
|
-
<table class="params table">
|
|
3724
|
-
<thead>
|
|
3725
|
-
<tr>
|
|
3726
|
-
|
|
3727
|
-
<th>名称</th>
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
<th>类型</th>
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
<th class="last">描述</th>
|
|
3735
|
-
</tr>
|
|
3736
|
-
</thead>
|
|
3737
|
-
|
|
3738
|
-
<tbody>
|
|
3739
|
-
|
|
3740
3014
|
|
|
3741
|
-
|
|
3742
|
-
<tr class="deep-level-0">
|
|
3743
|
-
|
|
3744
|
-
<td class="name"><code>x</code></td>
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
<td class="type">
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
<span class="param-type">
|
|
3751
3015
|
|
|
3752
|
-
String
|
|
3753
|
-
|
|
3754
|
-
</span>
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
</td>
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
3016
|
|
|
3763
|
-
<td class="description last"><p>请求的行号</p></td>
|
|
3764
|
-
</tr>
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
<tr class="deep-level-0">
|
|
3772
|
-
|
|
3773
|
-
<td class="name"><code>y</code></td>
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
<td class="type">
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
<span class="param-type">
|
|
3780
3017
|
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
</span>
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
</td>
|
|
3018
|
+
</article>
|
|
3789
3019
|
|
|
3790
|
-
|
|
3020
|
+
</section>
|
|
3791
3021
|
|
|
3792
|
-
<td class="description last"><p>请求的列号</p></td>
|
|
3793
|
-
</tr>
|
|
3794
3022
|
|
|
3795
3023
|
|
|
3796
3024
|
|
|
3797
|
-
|
|
3798
|
-
|
|
3025
|
+
</div>
|
|
3799
3026
|
|
|
3800
|
-
<
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
String
|
|
3811
|
-
|
|
3812
|
-
</span>
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
</td>
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
<td class="description last"><p>请求的级数</p></td>
|
|
3822
|
-
</tr>
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
</tbody>
|
|
3828
|
-
</table>
|
|
3829
|
-
</div>
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
<dl class="details">
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
</dl>
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
<div class='columns method-parameter'>
|
|
3888
|
-
<div class="column is-2"><label>返回值</label></div>
|
|
3889
|
-
<div class="column is-10">
|
|
3027
|
+
<footer class="footer">
|
|
3028
|
+
<div class="content has-text-centered">
|
|
3029
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
3030
|
+
<p class="sidebar-created-by">
|
|
3031
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
3032
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
3033
|
+
</p>
|
|
3034
|
+
</div>
|
|
3035
|
+
</footer>
|
|
3890
3036
|
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
<div class="columns">
|
|
3894
|
-
|
|
3895
|
-
<div class='param-desc column is-7'><p>请求对象</p></div>
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
<div class='column is-5 has-text-left'>
|
|
3899
|
-
<label>类型: </label>
|
|
3900
|
-
|
|
3901
|
-
<span class="param-type">
|
|
3902
|
-
|
|
3903
|
-
Promise
|
|
3904
|
-
|
|
3905
|
-
</span>
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
|
|
3909
|
-
</div>
|
|
3910
|
-
|
|
3911
|
-
</div>
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
3037
|
</div>
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3038
|
+
<div id="side-nav" class="side-nav">
|
|
3039
|
+
<div style="margin-bottom: 10px;">
|
|
3040
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
3041
|
+
</div>
|
|
3042
|
+
<div style="margin-bottom: 10px;">
|
|
3043
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
3044
|
+
</div>
|
|
3045
|
+
<div style="margin-bottom: 10px;">
|
|
3046
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
3047
|
+
</div>
|
|
3048
|
+
<div>
|
|
3049
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
3924
3050
|
</div>
|
|
3925
3051
|
</div>
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3052
|
+
</div>
|
|
3053
|
+
<script src="scripts/linenumber.js"> </script>
|
|
3929
3054
|
|
|
3930
|
-
|
|
3931
|
-
</article>
|
|
3055
|
+
<script src="scripts/search.js"> </script>
|
|
3932
3056
|
|
|
3933
|
-
</
|
|
3057
|
+
</body>
|
|
3058
|
+
</html>
|