@mapgis/webclient-cesium-plugin 17.2.7 → 17.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +592 -568
- package/dist/es5/webclient-cesium-plugin.min.js +64 -5
- package/dist/es5/webclient-common.min.js +5 -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 +114 -12
- package/documention/AngulationTool.html +154 -16
- package/documention/AnimationTool.html +144 -34
- package/documention/ArcGISMapServerImageryProvider.html +415 -193
- package/documention/ArcGISTileServerImageryProvider.html +376 -134
- package/documention/ArcGISVectorTileImageryProvider.html +494 -168
- package/documention/Cesium.Material.html +576 -0
- package/documention/Cesium.Viewer.html +1060 -0
- package/documention/Cesium3DTileset.html +687 -0
- package/documention/CesiumHeatmap.html +119 -2439
- package/documention/CesiumTerrainProvider.html +318 -10
- package/documention/CircleWaveMaterialProperty.html +116 -17
- package/documention/CollisionDetectionByRender.html +112 -10
- package/documention/CompatibleFunc.html +727 -0
- package/documention/CustomProjection.html +1204 -0
- package/documention/CustomTilingScheme.html +388 -475
- package/documention/CutFillAnalysis.html +1939 -0
- package/documention/CuttingTool.html +150 -238
- package/documention/Deferred.html +112 -10
- package/documention/DrawElement.html +121 -10
- package/documention/DrawTool.html +113 -11
- package/documention/DynamicEntityVisualizer.html +338 -30
- package/documention/DynamicLabelLayer.html +447 -333
- package/documention/EditTool.html +113 -11
- package/documention/FloodAnalysis.html +1891 -0
- package/documention/FloodAnalysisReflection.html +123 -15
- package/documention/GeoJSONLayerUtil.html +333 -63
- package/documention/GlobeIndependentTranslucency.html +117 -13
- package/documention/Graphic.html +229 -585
- package/documention/GraphicsLayer.html +203 -212
- package/documention/GraphicsLayerUtil.html +333 -63
- package/documention/HashMap.html +4006 -317
- package/documention/HeightLimited.html +123 -15
- package/documention/IGSFeatureLayerUtil.html +491 -58
- package/documention/ISSceneLayerUtil.html +111 -9
- package/documention/KeyboardCameraController.html +114 -10
- package/documention/MapGISM3DSet.html +724 -0
- package/documention/MapGISMapServerImageryProvider.html +471 -648
- package/documention/MapGISTerrainProvider.html +1224 -8281
- package/documention/MapGISTileAvailability.html +1542 -0
- package/documention/MapGISTileServerImageryProvider.html +415 -660
- package/documention/MapGISVectorTileImageryProvider.html +404 -1283
- package/documention/MeasureAreaTool.html +173 -62
- package/documention/MeasureLengthTool.html +175 -64
- package/documention/MeasureSlopeTool.html +125 -15
- package/documention/ModelEditor.html +128 -21
- package/documention/ModelFilterTool.html +209 -23
- package/documention/ModelTransformTool.html +187 -38
- package/documention/PolylineTrailLinkMaterialProperty.html +116 -17
- package/documention/Popup.html +347 -266
- package/documention/PostProcessStageLibrary.html +114 -12
- package/documention/Promise.html +115 -13
- package/documention/RadarMaterialProperty.html +116 -17
- package/documention/ReImg.html +129 -9
- package/documention/RiverGeometry.html +122 -20
- package/documention/RoamParticle.html +115 -9
- package/documention/S3MTileset.html +132 -10
- package/documention/SceneView.html +1747 -0
- package/documention/SceneViewCesium.html +447 -1028
- package/documention/Screenshot.html +333 -134
- package/documention/SelectTool.html +112 -38
- package/documention/ShadowRateAnalysis.html +113 -18
- package/documention/ShadowRateDrawCommand.html +111 -9
- package/documention/SketchEditorCesium.html +365 -249
- package/documention/SkyLineAnalysis.html +9 -9
- package/documention/StableParticle.html +115 -9
- package/documention/Style.html +150 -533
- package/documention/TerrainAnalyse.html +261 -40
- package/documention/TerrainProfile.html +124 -16
- package/documention/ThemeManager.html +2233 -0
- package/documention/Tooltip.html +111 -9
- package/documention/TriangulationTool.html +172 -61
- package/documention/UrlTemplateImageryProvider.html +852 -38
- package/documention/VisiblityAnalysis.html +128 -24
- package/documention/WFSLayerUtil.html +333 -63
- package/documention/WaterReflection.html +128 -20
- package/documention/WebMapServiceImageryProvider.html +920 -70
- package/documention/WebMapTileServiceImageryProvider.html +839 -78
- package/documention/Wind3D.html +118 -11
- package/documention/createColorTexture.html +604 -0
- package/documention/global.html +14321 -68
- package/documention/index.html +163 -14
- package/documention/initializeOptions.html +557 -0
- package/documention/isCounterClockwise.html +756 -0
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +335 -86
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +357 -218
- package/documention/module.exports_module.exports.html +334 -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,292 @@
|
|
|
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="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="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引擎)
|
|
264
|
+
参考示例:
|
|
265
|
+
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
266
|
+
<br>[ES5引入方式]:<br/>
|
|
267
|
+
zondy.cesium.SceneView() <br/>
|
|
268
|
+
[ES6引入方式]:<br/>
|
|
269
|
+
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
270
|
+
自定义样式说明:<br/>
|
|
271
|
+
zondy-popup__content 弹窗容器样式<br/>
|
|
272
|
+
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
273
|
+
zondy-popup__header 弹窗头部样式<br/>
|
|
274
|
+
zondy-popup__content 弹窗主体样式<br/>
|
|
275
|
+
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>视图类</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="SketchEditorCesium"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditorCesium.html">SketchEditorCesium</a><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
276
|
+
<br>[ES5引入方式]:<br/>
|
|
277
|
+
const { SketchEditor } = zondy.tool.sketch <br/>
|
|
278
|
+
[ES6引入方式]:<br/>
|
|
279
|
+
import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li></ul></div>
|
|
280
|
+
|
|
281
|
+
</nav>
|
|
282
|
+
</div>
|
|
283
|
+
<div class="core" id="main-content-wrapper">
|
|
284
|
+
<div class="content">
|
|
285
|
+
<header id="page-title" class="page-title">
|
|
286
|
+
<span class="page-title-main">类名</span>
|
|
287
|
+
<span class="page-title-sub">MapGISVectorTileImageryProvider</span>
|
|
288
|
+
</header>
|
|
289
|
+
|
|
8
290
|
|
|
9
291
|
|
|
10
292
|
|
|
@@ -25,7 +307,7 @@
|
|
|
25
307
|
<h4 class="name" id="MapGISVectorTileImageryProvider">
|
|
26
308
|
<a class="href-link" href="#MapGISVectorTileImageryProvider">#</a>
|
|
27
309
|
|
|
28
|
-
<span class="code-name"
|
|
310
|
+
<span class="code-name" style="font-size:30px">
|
|
29
311
|
|
|
30
312
|
new MapGISVectorTileImageryProvider<span class="signature">(options)</span>
|
|
31
313
|
|
|
@@ -35,7 +317,7 @@
|
|
|
35
317
|
|
|
36
318
|
|
|
37
319
|
<div class="description">
|
|
38
|
-
<p>MapGIS
|
|
320
|
+
<p>MapGIS矢量瓦片图层</p>
|
|
39
321
|
</div>
|
|
40
322
|
|
|
41
323
|
|
|
@@ -47,7 +329,7 @@
|
|
|
47
329
|
|
|
48
330
|
|
|
49
331
|
|
|
50
|
-
<h4
|
|
332
|
+
<h4>参数:</h4>
|
|
51
333
|
|
|
52
334
|
<div class="table-container">
|
|
53
335
|
<table class="params table">
|
|
@@ -79,12 +361,7 @@
|
|
|
79
361
|
<td class="type">
|
|
80
362
|
|
|
81
363
|
|
|
82
|
-
<span class="param-type">
|
|
83
|
-
|
|
84
|
-
Object
|
|
85
|
-
|
|
86
|
-
</span>
|
|
87
|
-
|
|
364
|
+
<span class="param-type">Object</span>
|
|
88
365
|
|
|
89
366
|
|
|
90
367
|
|
|
@@ -110,19 +387,7 @@
|
|
|
110
387
|
<td class="type">
|
|
111
388
|
|
|
112
389
|
|
|
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
|
-
|
|
390
|
+
<span class="param-type">Object</span>
|
|
126
391
|
|
|
127
392
|
|
|
128
393
|
|
|
@@ -131,10 +396,12 @@
|
|
|
131
396
|
|
|
132
397
|
<td class="default">
|
|
133
398
|
|
|
399
|
+
null
|
|
400
|
+
|
|
134
401
|
</td>
|
|
135
402
|
|
|
136
403
|
|
|
137
|
-
<td class="description last"><p
|
|
404
|
+
<td class="description last"><p>矢量瓦片样式,必填,请参考Mapboxgl的矢量瓦片标准文档:https://docs.mapbox.com/style-spec/reference/</p></td>
|
|
138
405
|
</tr>
|
|
139
406
|
|
|
140
407
|
|
|
@@ -148,12 +415,7 @@
|
|
|
148
415
|
<td class="type">
|
|
149
416
|
|
|
150
417
|
|
|
151
|
-
<span class="param-type">
|
|
152
|
-
|
|
153
|
-
Cseium.Scene
|
|
154
|
-
|
|
155
|
-
</span>
|
|
156
|
-
|
|
418
|
+
<span class="param-type">Cesium.Scene</span>
|
|
157
419
|
|
|
158
420
|
|
|
159
421
|
|
|
@@ -162,10 +424,12 @@
|
|
|
162
424
|
|
|
163
425
|
<td class="default">
|
|
164
426
|
|
|
427
|
+
null
|
|
428
|
+
|
|
165
429
|
</td>
|
|
166
430
|
|
|
167
431
|
|
|
168
|
-
<td class="description last"><p>Cesium
|
|
432
|
+
<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
433
|
</tr>
|
|
170
434
|
|
|
171
435
|
|
|
@@ -179,12 +443,10 @@
|
|
|
179
443
|
<td class="type">
|
|
180
444
|
|
|
181
445
|
|
|
182
|
-
<span class="param-type">
|
|
183
|
-
|
|
184
|
-
Object
|
|
185
|
-
|
|
186
|
-
</span>
|
|
446
|
+
<span class="param-type">Cesium.TilingScheme</span>
|
|
447
|
+
|
|
|
187
448
|
|
|
449
|
+
<span class="param-type"><a href="CustomTilingScheme.html">CustomTilingScheme</a></span>
|
|
188
450
|
|
|
189
451
|
|
|
190
452
|
|
|
@@ -198,7 +460,7 @@
|
|
|
198
460
|
</td>
|
|
199
461
|
|
|
200
462
|
|
|
201
|
-
<td class="description last"><p
|
|
463
|
+
<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
464
|
</tr>
|
|
203
465
|
|
|
204
466
|
|
|
@@ -212,12 +474,7 @@
|
|
|
212
474
|
<td class="type">
|
|
213
475
|
|
|
214
476
|
|
|
215
|
-
<span class="param-type">
|
|
216
|
-
|
|
217
|
-
Boolean
|
|
218
|
-
|
|
219
|
-
</span>
|
|
220
|
-
|
|
477
|
+
<span class="param-type">Boolean</span>
|
|
221
478
|
|
|
222
479
|
|
|
223
480
|
|
|
@@ -245,12 +502,7 @@
|
|
|
245
502
|
<td class="type">
|
|
246
503
|
|
|
247
504
|
|
|
248
|
-
<span class="param-type">
|
|
249
|
-
|
|
250
|
-
Number
|
|
251
|
-
|
|
252
|
-
</span>
|
|
253
|
-
|
|
505
|
+
<span class="param-type">Number</span>
|
|
254
506
|
|
|
255
507
|
|
|
256
508
|
|
|
@@ -278,12 +530,7 @@
|
|
|
278
530
|
<td class="type">
|
|
279
531
|
|
|
280
532
|
|
|
281
|
-
<span class="param-type">
|
|
282
|
-
|
|
283
|
-
Number
|
|
284
|
-
|
|
285
|
-
</span>
|
|
286
|
-
|
|
533
|
+
<span class="param-type">Number</span>
|
|
287
534
|
|
|
288
535
|
|
|
289
536
|
|
|
@@ -311,12 +558,7 @@
|
|
|
311
558
|
<td class="type">
|
|
312
559
|
|
|
313
560
|
|
|
314
|
-
<span class="param-type">
|
|
315
|
-
|
|
316
|
-
Number
|
|
317
|
-
|
|
318
|
-
</span>
|
|
319
|
-
|
|
561
|
+
<span class="param-type">Number</span>
|
|
320
562
|
|
|
321
563
|
|
|
322
564
|
|
|
@@ -344,12 +586,7 @@
|
|
|
344
586
|
<td class="type">
|
|
345
587
|
|
|
346
588
|
|
|
347
|
-
<span class="param-type">
|
|
348
|
-
|
|
349
|
-
Cseium.Rectangle
|
|
350
|
-
|
|
351
|
-
</span>
|
|
352
|
-
|
|
589
|
+
<span class="param-type">Cesium.Rectangle</span>
|
|
353
590
|
|
|
354
591
|
|
|
355
592
|
|
|
@@ -358,10 +595,12 @@
|
|
|
358
595
|
|
|
359
596
|
<td class="default">
|
|
360
597
|
|
|
598
|
+
tilingScheme.rectangle
|
|
599
|
+
|
|
361
600
|
</td>
|
|
362
601
|
|
|
363
602
|
|
|
364
|
-
<td class="description last"><p
|
|
603
|
+
<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
604
|
</tr>
|
|
366
605
|
|
|
367
606
|
|
|
@@ -375,12 +614,7 @@
|
|
|
375
614
|
<td class="type">
|
|
376
615
|
|
|
377
616
|
|
|
378
|
-
<span class="param-type">
|
|
379
|
-
|
|
380
|
-
Number
|
|
381
|
-
|
|
382
|
-
</span>
|
|
383
|
-
|
|
617
|
+
<span class="param-type">Number</span>
|
|
384
618
|
|
|
385
619
|
|
|
386
620
|
|
|
@@ -408,12 +642,7 @@
|
|
|
408
642
|
<td class="type">
|
|
409
643
|
|
|
410
644
|
|
|
411
|
-
<span class="param-type">
|
|
412
|
-
|
|
413
|
-
Number
|
|
414
|
-
|
|
415
|
-
</span>
|
|
416
|
-
|
|
645
|
+
<span class="param-type">Number</span>
|
|
417
646
|
|
|
418
647
|
|
|
419
648
|
|
|
@@ -441,19 +670,10 @@
|
|
|
441
670
|
<td class="type">
|
|
442
671
|
|
|
443
672
|
|
|
444
|
-
<span class="param-type">
|
|
445
|
-
|
|
446
|
-
Boolean
|
|
447
|
-
|
|
448
|
-
</span>
|
|
673
|
+
<span class="param-type">Boolean</span>
|
|
449
674
|
|
|
|
450
675
|
|
|
451
|
-
<span class="param-type">
|
|
452
|
-
|
|
453
|
-
undefined
|
|
454
|
-
|
|
455
|
-
</span>
|
|
456
|
-
|
|
676
|
+
<span class="param-type">undefined</span>
|
|
457
677
|
|
|
458
678
|
|
|
459
679
|
|
|
@@ -481,12 +701,7 @@
|
|
|
481
701
|
<td class="type">
|
|
482
702
|
|
|
483
703
|
|
|
484
|
-
<span class="param-type">
|
|
485
|
-
|
|
486
|
-
String
|
|
487
|
-
|
|
488
|
-
</span>
|
|
489
|
-
|
|
704
|
+
<span class="param-type">String</span>
|
|
490
705
|
|
|
491
706
|
|
|
492
707
|
|
|
@@ -514,12 +729,7 @@
|
|
|
514
729
|
<td class="type">
|
|
515
730
|
|
|
516
731
|
|
|
517
|
-
<span class="param-type">
|
|
518
|
-
|
|
519
|
-
String
|
|
520
|
-
|
|
521
|
-
</span>
|
|
522
|
-
|
|
732
|
+
<span class="param-type">String</span>
|
|
523
733
|
|
|
524
734
|
|
|
525
735
|
|
|
@@ -547,12 +757,7 @@
|
|
|
547
757
|
<td class="type">
|
|
548
758
|
|
|
549
759
|
|
|
550
|
-
<span class="param-type">
|
|
551
|
-
|
|
552
|
-
Number
|
|
553
|
-
|
|
554
|
-
</span>
|
|
555
|
-
|
|
760
|
+
<span class="param-type">Number</span>
|
|
556
761
|
|
|
557
762
|
|
|
558
763
|
|
|
@@ -580,12 +785,7 @@
|
|
|
580
785
|
<td class="type">
|
|
581
786
|
|
|
582
787
|
|
|
583
|
-
<span class="param-type">
|
|
584
|
-
|
|
585
|
-
Array.<Number>
|
|
586
|
-
|
|
587
|
-
</span>
|
|
588
|
-
|
|
788
|
+
<span class="param-type">Array.<Number></span>
|
|
589
789
|
|
|
590
790
|
|
|
591
791
|
|
|
@@ -613,12 +813,7 @@
|
|
|
613
813
|
<td class="type">
|
|
614
814
|
|
|
615
815
|
|
|
616
|
-
<span class="param-type">
|
|
617
|
-
|
|
618
|
-
Object
|
|
619
|
-
|
|
620
|
-
</span>
|
|
621
|
-
|
|
816
|
+
<span class="param-type">Object</span>
|
|
622
817
|
|
|
623
818
|
|
|
624
819
|
|
|
@@ -644,12 +839,7 @@
|
|
|
644
839
|
<td class="type">
|
|
645
840
|
|
|
646
841
|
|
|
647
|
-
<span class="param-type">
|
|
648
|
-
|
|
649
|
-
String
|
|
650
|
-
|
|
651
|
-
</span>
|
|
652
|
-
|
|
842
|
+
<span class="param-type">String</span>
|
|
653
843
|
|
|
654
844
|
|
|
655
845
|
|
|
@@ -675,12 +865,7 @@
|
|
|
675
865
|
<td class="type">
|
|
676
866
|
|
|
677
867
|
|
|
678
|
-
<span class="param-type">
|
|
679
|
-
|
|
680
|
-
Promise
|
|
681
|
-
|
|
682
|
-
</span>
|
|
683
|
-
|
|
868
|
+
<span class="param-type"><a href="Promise.html">Promise</a></span>
|
|
684
869
|
|
|
685
870
|
|
|
686
871
|
|
|
@@ -763,16 +948,25 @@
|
|
|
763
948
|
|
|
764
949
|
|
|
765
950
|
|
|
951
|
+
|
|
952
|
+
<p class="summary"><h5>请参考以下示例:</h5>
|
|
953
|
+
<a href='#example1'>1、添加一个MapGIS矢量瓦片图层:原生接口开发</a><br>
|
|
954
|
+
<a href='http://webclient.smaryun.com/#/modules/cesium/analyse/compareAnalyse/roller-shutter' target='_blank'>2、卷帘</a><br>
|
|
955
|
+
<a href='http://webclient.smaryun.com/#/example-gallery/cesium#vectorTile' target='_blank'>3、更多图层加载示例</a>
|
|
956
|
+
<h5>支持如下方法:</h5>
|
|
957
|
+
<a href='#fromUrl'>[1、通过URL来构造一个MapGISVectorTileImageryProvider对象]</a><br/>
|
|
958
|
+
<a href='#getLabelClass'>[2、获取注记的渲染模式]</a><br/>
|
|
959
|
+
<a href='#destroy'>[3、销毁MapGISVectorTileImageryProvider的相关事件和私有变量]</a><br/></p>
|
|
766
960
|
|
|
767
961
|
|
|
768
962
|
|
|
769
963
|
<h5>示例</h5>
|
|
770
964
|
|
|
771
|
-
<p class="code-caption"><h7>添加一个MapGIS
|
|
965
|
+
<p class="code-caption"><h7 id='example1'>添加一个MapGIS矢量瓦片图层:原生接口开发</h7></p>
|
|
772
966
|
|
|
773
967
|
|
|
774
968
|
<pre class="prettyprint"><code>// ES5引入方式
|
|
775
|
-
const { MapGISVectorTileImageryProvider } = zondy
|
|
969
|
+
const { MapGISVectorTileImageryProvider } = zondy.cesium
|
|
776
970
|
// ES6引入方式
|
|
777
971
|
import { MapGISVectorTileImageryProvider } from "@mapgis/webclient-cesium-plugin"
|
|
778
972
|
|
|
@@ -809,409 +1003,6 @@ addImageryProvider(url)</code></pre>
|
|
|
809
1003
|
|
|
810
1004
|
<div class='vertical-section'>
|
|
811
1005
|
<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
1006
|
<div class="members">
|
|
1216
1007
|
|
|
1217
1008
|
<div class="member">
|
|
@@ -1219,12 +1010,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1219
1010
|
<span class="method-parameter is-pulled-right">
|
|
1220
1011
|
<label>类型:</label>
|
|
1221
1012
|
|
|
1222
|
-
<span class="param-type">
|
|
1223
|
-
|
|
1224
|
-
Number
|
|
1225
|
-
|
|
1226
|
-
</span>
|
|
1227
|
-
|
|
1013
|
+
<span class="param-type">Number</span>
|
|
1228
1014
|
|
|
1229
1015
|
|
|
1230
1016
|
</span>
|
|
@@ -1299,12 +1085,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1299
1085
|
<span class="method-parameter is-pulled-right">
|
|
1300
1086
|
<label>类型:</label>
|
|
1301
1087
|
|
|
1302
|
-
<span class="param-type">
|
|
1303
|
-
|
|
1304
|
-
Boolean
|
|
1305
|
-
|
|
1306
|
-
</span>
|
|
1307
|
-
|
|
1088
|
+
<span class="param-type">Boolean</span>
|
|
1308
1089
|
|
|
1309
1090
|
|
|
1310
1091
|
</span>
|
|
@@ -1374,19 +1155,10 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1374
1155
|
<span class="method-parameter is-pulled-right">
|
|
1375
1156
|
<label>类型:</label>
|
|
1376
1157
|
|
|
1377
|
-
<span class="param-type">
|
|
1378
|
-
|
|
1379
|
-
Boolean
|
|
1380
|
-
|
|
1381
|
-
</span>
|
|
1158
|
+
<span class="param-type">Boolean</span>
|
|
1382
1159
|
|
|
|
1383
1160
|
|
|
1384
|
-
<span class="param-type">
|
|
1385
|
-
|
|
1386
|
-
undefined
|
|
1387
|
-
|
|
1388
|
-
</span>
|
|
1389
|
-
|
|
1161
|
+
<span class="param-type">undefined</span>
|
|
1390
1162
|
|
|
1391
1163
|
|
|
1392
1164
|
</span>
|
|
@@ -1461,12 +1233,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1461
1233
|
<span class="method-parameter is-pulled-right">
|
|
1462
1234
|
<label>类型:</label>
|
|
1463
1235
|
|
|
1464
|
-
<span class="param-type">
|
|
1465
|
-
|
|
1466
|
-
String
|
|
1467
|
-
|
|
1468
|
-
</span>
|
|
1469
|
-
|
|
1236
|
+
<span class="param-type">String</span>
|
|
1470
1237
|
|
|
1471
1238
|
|
|
1472
1239
|
</span>
|
|
@@ -1543,12 +1310,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1543
1310
|
<span class="method-parameter is-pulled-right">
|
|
1544
1311
|
<label>类型:</label>
|
|
1545
1312
|
|
|
1546
|
-
<span class="param-type">
|
|
1547
|
-
|
|
1548
|
-
Number
|
|
1549
|
-
|
|
1550
|
-
</span>
|
|
1551
|
-
|
|
1313
|
+
<span class="param-type">Number</span>
|
|
1552
1314
|
|
|
1553
1315
|
|
|
1554
1316
|
</span>
|
|
@@ -1623,12 +1385,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1623
1385
|
<span class="method-parameter is-pulled-right">
|
|
1624
1386
|
<label>类型:</label>
|
|
1625
1387
|
|
|
1626
|
-
<span class="param-type">
|
|
1627
|
-
|
|
1628
|
-
Number
|
|
1629
|
-
|
|
1630
|
-
</span>
|
|
1631
|
-
|
|
1388
|
+
<span class="param-type">Number</span>
|
|
1632
1389
|
|
|
1633
1390
|
|
|
1634
1391
|
</span>
|
|
@@ -1703,12 +1460,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1703
1460
|
<span class="method-parameter is-pulled-right">
|
|
1704
1461
|
<label>类型:</label>
|
|
1705
1462
|
|
|
1706
|
-
<span class="param-type">
|
|
1707
|
-
|
|
1708
|
-
MVT
|
|
1709
|
-
|
|
1710
|
-
</span>
|
|
1711
|
-
|
|
1463
|
+
<span class="param-type">MVT</span>
|
|
1712
1464
|
|
|
1713
1465
|
|
|
1714
1466
|
</span>
|
|
@@ -1782,12 +1534,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1782
1534
|
<span class="method-parameter is-pulled-right">
|
|
1783
1535
|
<label>类型:</label>
|
|
1784
1536
|
|
|
1785
|
-
<span class="param-type">
|
|
1786
|
-
|
|
1787
|
-
Number
|
|
1788
|
-
|
|
1789
|
-
</span>
|
|
1790
|
-
|
|
1537
|
+
<span class="param-type">Number</span>
|
|
1791
1538
|
|
|
1792
1539
|
|
|
1793
1540
|
</span>
|
|
@@ -1862,12 +1609,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1862
1609
|
<span class="method-parameter is-pulled-right">
|
|
1863
1610
|
<label>类型:</label>
|
|
1864
1611
|
|
|
1865
|
-
<span class="param-type">
|
|
1866
|
-
|
|
1867
|
-
Boolean
|
|
1868
|
-
|
|
1869
|
-
</span>
|
|
1870
|
-
|
|
1612
|
+
<span class="param-type">Boolean</span>
|
|
1871
1613
|
|
|
1872
1614
|
|
|
1873
1615
|
</span>
|
|
@@ -1937,12 +1679,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
1937
1679
|
<span class="method-parameter is-pulled-right">
|
|
1938
1680
|
<label>类型:</label>
|
|
1939
1681
|
|
|
1940
|
-
<span class="param-type">
|
|
1941
|
-
|
|
1942
|
-
Promise
|
|
1943
|
-
|
|
1944
|
-
</span>
|
|
1945
|
-
|
|
1682
|
+
<span class="param-type"><a href="Promise.html">Promise</a></span>
|
|
1946
1683
|
|
|
1947
1684
|
|
|
1948
1685
|
</span>
|
|
@@ -2012,12 +1749,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2012
1749
|
<span class="method-parameter is-pulled-right">
|
|
2013
1750
|
<label>类型:</label>
|
|
2014
1751
|
|
|
2015
|
-
<span class="param-type">
|
|
2016
|
-
|
|
2017
|
-
Cseium.Rectangle
|
|
2018
|
-
|
|
2019
|
-
</span>
|
|
2020
|
-
|
|
1752
|
+
<span class="param-type">Cseium.Rectangle</span>
|
|
2021
1753
|
|
|
2022
1754
|
|
|
2023
1755
|
</span>
|
|
@@ -2087,12 +1819,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2087
1819
|
<span class="method-parameter is-pulled-right">
|
|
2088
1820
|
<label>类型:</label>
|
|
2089
1821
|
|
|
2090
|
-
<span class="param-type">
|
|
2091
|
-
|
|
2092
|
-
Cseium.Scene
|
|
2093
|
-
|
|
2094
|
-
</span>
|
|
2095
|
-
|
|
1822
|
+
<span class="param-type">Cseium.Scene</span>
|
|
2096
1823
|
|
|
2097
1824
|
|
|
2098
1825
|
</span>
|
|
@@ -2162,12 +1889,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2162
1889
|
<span class="method-parameter is-pulled-right">
|
|
2163
1890
|
<label>类型:</label>
|
|
2164
1891
|
|
|
2165
|
-
<span class="param-type">
|
|
2166
|
-
|
|
2167
|
-
Object
|
|
2168
|
-
|
|
2169
|
-
</span>
|
|
2170
|
-
|
|
1892
|
+
<span class="param-type">Object</span>
|
|
2171
1893
|
|
|
2172
1894
|
|
|
2173
1895
|
</span>
|
|
@@ -2237,12 +1959,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2237
1959
|
<span class="method-parameter is-pulled-right">
|
|
2238
1960
|
<label>类型:</label>
|
|
2239
1961
|
|
|
2240
|
-
<span class="param-type">
|
|
2241
|
-
|
|
2242
|
-
Object
|
|
2243
|
-
|
|
2244
|
-
</span>
|
|
2245
|
-
|
|
1962
|
+
<span class="param-type">Object</span>
|
|
2246
1963
|
|
|
2247
1964
|
|
|
2248
1965
|
</span>
|
|
@@ -2312,12 +2029,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2312
2029
|
<span class="method-parameter is-pulled-right">
|
|
2313
2030
|
<label>类型:</label>
|
|
2314
2031
|
|
|
2315
|
-
<span class="param-type">
|
|
2316
|
-
|
|
2317
|
-
Number
|
|
2318
|
-
|
|
2319
|
-
</span>
|
|
2320
|
-
|
|
2032
|
+
<span class="param-type">Number</span>
|
|
2321
2033
|
|
|
2322
2034
|
|
|
2323
2035
|
</span>
|
|
@@ -2392,12 +2104,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2392
2104
|
<span class="method-parameter is-pulled-right">
|
|
2393
2105
|
<label>类型:</label>
|
|
2394
2106
|
|
|
2395
|
-
<span class="param-type">
|
|
2396
|
-
|
|
2397
|
-
Number
|
|
2398
|
-
|
|
2399
|
-
</span>
|
|
2400
|
-
|
|
2107
|
+
<span class="param-type">Number</span>
|
|
2401
2108
|
|
|
2402
2109
|
|
|
2403
2110
|
</span>
|
|
@@ -2472,12 +2179,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2472
2179
|
<span class="method-parameter is-pulled-right">
|
|
2473
2180
|
<label>类型:</label>
|
|
2474
2181
|
|
|
2475
|
-
<span class="param-type">
|
|
2476
|
-
|
|
2477
|
-
Object
|
|
2478
|
-
|
|
2479
|
-
</span>
|
|
2480
|
-
|
|
2182
|
+
<span class="param-type">Object</span>
|
|
2481
2183
|
|
|
2482
2184
|
|
|
2483
2185
|
</span>
|
|
@@ -2552,12 +2254,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2552
2254
|
<span class="method-parameter is-pulled-right">
|
|
2553
2255
|
<label>类型:</label>
|
|
2554
2256
|
|
|
2555
|
-
<span class="param-type">
|
|
2556
|
-
|
|
2557
|
-
String
|
|
2558
|
-
|
|
2559
|
-
</span>
|
|
2560
|
-
|
|
2257
|
+
<span class="param-type">String</span>
|
|
2561
2258
|
|
|
2562
2259
|
|
|
2563
2260
|
</span>
|
|
@@ -2632,12 +2329,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2632
2329
|
<span class="method-parameter is-pulled-right">
|
|
2633
2330
|
<label>类型:</label>
|
|
2634
2331
|
|
|
2635
|
-
<span class="param-type">
|
|
2636
|
-
|
|
2637
|
-
String
|
|
2638
|
-
|
|
2639
|
-
</span>
|
|
2640
|
-
|
|
2332
|
+
<span class="param-type">String</span>
|
|
2641
2333
|
|
|
2642
2334
|
|
|
2643
2335
|
</span>
|
|
@@ -2707,12 +2399,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2707
2399
|
<span class="method-parameter is-pulled-right">
|
|
2708
2400
|
<label>类型:</label>
|
|
2709
2401
|
|
|
2710
|
-
<span class="param-type">
|
|
2711
|
-
|
|
2712
|
-
Array.<Number>
|
|
2713
|
-
|
|
2714
|
-
</span>
|
|
2715
|
-
|
|
2402
|
+
<span class="param-type">Array.<Number></span>
|
|
2716
2403
|
|
|
2717
2404
|
|
|
2718
2405
|
</span>
|
|
@@ -2787,12 +2474,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2787
2474
|
<span class="method-parameter is-pulled-right">
|
|
2788
2475
|
<label>类型:</label>
|
|
2789
2476
|
|
|
2790
|
-
<span class="param-type">
|
|
2791
|
-
|
|
2792
|
-
Boolean
|
|
2793
|
-
|
|
2794
|
-
</span>
|
|
2795
|
-
|
|
2477
|
+
<span class="param-type">Boolean</span>
|
|
2796
2478
|
|
|
2797
2479
|
|
|
2798
2480
|
</span>
|
|
@@ -2869,113 +2551,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2869
2551
|
|
|
2870
2552
|
<div class='vertical-section'>
|
|
2871
2553
|
<h3 id='function'>方法</h3>
|
|
2872
|
-
<h4 style="margin-top: 20px;margin-bottom: 20px;">方法概述</h4>
|
|
2873
2554
|
<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
2555
|
|
|
2980
2556
|
<div class="member">
|
|
2981
2557
|
|
|
@@ -2988,7 +2564,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2988
2564
|
<span class='tag'>static</span>
|
|
2989
2565
|
|
|
2990
2566
|
|
|
2991
|
-
<span class="code-name"
|
|
2567
|
+
<span class="code-name" style="font-size:30px">
|
|
2992
2568
|
|
|
2993
2569
|
fromUrl<span class="signature">(url, options)</span>
|
|
2994
2570
|
|
|
@@ -2998,7 +2574,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
2998
2574
|
|
|
2999
2575
|
|
|
3000
2576
|
<div class="description">
|
|
3001
|
-
<p>通过URL来构造一个MapGISVectorTileImageryProvider
|
|
2577
|
+
<p>通过URL来构造一个MapGISVectorTileImageryProvider对象<a id='fromUrl'/></p>
|
|
3002
2578
|
</div>
|
|
3003
2579
|
|
|
3004
2580
|
|
|
@@ -3010,7 +2586,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3010
2586
|
|
|
3011
2587
|
|
|
3012
2588
|
|
|
3013
|
-
<h4
|
|
2589
|
+
<h4>参数:</h4>
|
|
3014
2590
|
|
|
3015
2591
|
<div class="table-container">
|
|
3016
2592
|
<table class="params table">
|
|
@@ -3040,12 +2616,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3040
2616
|
<td class="type">
|
|
3041
2617
|
|
|
3042
2618
|
|
|
3043
|
-
<span class="param-type">
|
|
3044
|
-
|
|
3045
|
-
String
|
|
3046
|
-
|
|
3047
|
-
</span>
|
|
3048
|
-
|
|
2619
|
+
<span class="param-type">String</span>
|
|
3049
2620
|
|
|
3050
2621
|
|
|
3051
2622
|
|
|
@@ -3069,12 +2640,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3069
2640
|
<td class="type">
|
|
3070
2641
|
|
|
3071
2642
|
|
|
3072
|
-
<span class="param-type">
|
|
3073
|
-
|
|
3074
|
-
Object
|
|
3075
|
-
|
|
3076
|
-
</span>
|
|
3077
|
-
|
|
2643
|
+
<span class="param-type">Object</span>
|
|
3078
2644
|
|
|
3079
2645
|
|
|
3080
2646
|
|
|
@@ -3149,25 +2715,20 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3149
2715
|
|
|
3150
2716
|
|
|
3151
2717
|
<div class='columns method-parameter'>
|
|
3152
|
-
<div class="column is-2"><label
|
|
2718
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3153
2719
|
<div class="column is-10">
|
|
3154
2720
|
|
|
3155
2721
|
|
|
3156
2722
|
|
|
3157
2723
|
<div class="columns">
|
|
3158
2724
|
|
|
3159
|
-
<div class='param-desc column is-7'><p
|
|
2725
|
+
<div class='param-desc column is-7'><p>初始化完毕的MapGISVectorTileImageryProvider对象</p></div>
|
|
3160
2726
|
|
|
3161
2727
|
|
|
3162
2728
|
<div class='column is-5 has-text-left'>
|
|
3163
2729
|
<label>类型: </label>
|
|
3164
2730
|
|
|
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
|
-
|
|
2731
|
+
<span class="param-type">Cesium.MapGISVectorTileImageryProvider</span>
|
|
3171
2732
|
|
|
3172
2733
|
|
|
3173
2734
|
</div>
|
|
@@ -3189,16 +2750,16 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3189
2750
|
|
|
3190
2751
|
|
|
3191
2752
|
|
|
3192
|
-
<h4 class="name" id=".
|
|
3193
|
-
<a class="href-link" href="#.
|
|
2753
|
+
<h4 class="name" id=".getLabelClass">
|
|
2754
|
+
<a class="href-link" href="#.getLabelClass">#</a>
|
|
3194
2755
|
|
|
3195
2756
|
|
|
3196
2757
|
<span class='tag'>static</span>
|
|
3197
2758
|
|
|
3198
2759
|
|
|
3199
|
-
<span class="code-name"
|
|
2760
|
+
<span class="code-name" style="font-size:30px">
|
|
3200
2761
|
|
|
3201
|
-
|
|
2762
|
+
getLabelClass<span class="signature">(sublayerLabelingInfos)</span>
|
|
3202
2763
|
|
|
3203
2764
|
</span>
|
|
3204
2765
|
</h4>
|
|
@@ -3206,7 +2767,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3206
2767
|
|
|
3207
2768
|
|
|
3208
2769
|
<div class="description">
|
|
3209
|
-
<p
|
|
2770
|
+
<p>获取注记的渲染模式<a id='getLabelClass'/></p>
|
|
3210
2771
|
</div>
|
|
3211
2772
|
|
|
3212
2773
|
|
|
@@ -3218,7 +2779,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3218
2779
|
|
|
3219
2780
|
|
|
3220
2781
|
|
|
3221
|
-
<h4
|
|
2782
|
+
<h4>参数:</h4>
|
|
3222
2783
|
|
|
3223
2784
|
<div class="table-container">
|
|
3224
2785
|
<table class="params table">
|
|
@@ -3248,12 +2809,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3248
2809
|
<td class="type">
|
|
3249
2810
|
|
|
3250
2811
|
|
|
3251
|
-
<span class="param-type">
|
|
3252
|
-
|
|
3253
|
-
Object
|
|
3254
|
-
|
|
3255
|
-
</span>
|
|
3256
|
-
|
|
2812
|
+
<span class="param-type">Object</span>
|
|
3257
2813
|
|
|
3258
2814
|
|
|
3259
2815
|
|
|
@@ -3328,25 +2884,18 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3328
2884
|
|
|
3329
2885
|
|
|
3330
2886
|
<div class='columns method-parameter'>
|
|
3331
|
-
<div class="column is-2"><label
|
|
2887
|
+
<div class="column is-2"><label>返回值:</label></div>
|
|
3332
2888
|
<div class="column is-10">
|
|
3333
2889
|
|
|
3334
2890
|
|
|
3335
2891
|
|
|
3336
2892
|
<div class="columns">
|
|
3337
2893
|
|
|
3338
|
-
<div class='param-desc column is-7'><p>renderMode 渲染模式</p></div>
|
|
3339
|
-
|
|
3340
2894
|
|
|
3341
2895
|
<div class='column is-5 has-text-left'>
|
|
3342
2896
|
<label>类型: </label>
|
|
3343
2897
|
|
|
3344
|
-
<span class="param-type">
|
|
3345
|
-
|
|
3346
|
-
String
|
|
3347
|
-
|
|
3348
|
-
</span>
|
|
3349
|
-
|
|
2898
|
+
<span class="param-type">LabelClass</span>
|
|
3350
2899
|
|
|
3351
2900
|
|
|
3352
2901
|
</div>
|
|
@@ -3371,7 +2920,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3371
2920
|
<h4 class="name" id="destroy">
|
|
3372
2921
|
<a class="href-link" href="#destroy">#</a>
|
|
3373
2922
|
|
|
3374
|
-
<span class="code-name"
|
|
2923
|
+
<span class="code-name" style="font-size:30px">
|
|
3375
2924
|
|
|
3376
2925
|
destroy<span class="signature">()</span>
|
|
3377
2926
|
|
|
@@ -3381,7 +2930,7 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3381
2930
|
|
|
3382
2931
|
|
|
3383
2932
|
<div class="description">
|
|
3384
|
-
<p>销毁MapGISVectorTileImageryProvider
|
|
2933
|
+
<p>销毁MapGISVectorTileImageryProvider的相关事件和私有变量<a id='destroy'/></p>
|
|
3385
2934
|
</div>
|
|
3386
2935
|
|
|
3387
2936
|
|
|
@@ -3455,479 +3004,51 @@ off-screen表示通过先将注记渲染到图片上,再通过三维接口渲
|
|
|
3455
3004
|
|
|
3456
3005
|
</div>
|
|
3457
3006
|
|
|
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
|
-
|
|
3007
|
+
</div>
|
|
3681
3008
|
</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
3009
|
|
|
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
3010
|
|
|
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
3011
|
|
|
3752
|
-
String
|
|
3753
|
-
|
|
3754
|
-
</span>
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
</td>
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
3012
|
|
|
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
3013
|
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
</span>
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
</td>
|
|
3014
|
+
</article>
|
|
3789
3015
|
|
|
3790
|
-
|
|
3016
|
+
</section>
|
|
3791
3017
|
|
|
3792
|
-
<td class="description last"><p>请求的列号</p></td>
|
|
3793
|
-
</tr>
|
|
3794
3018
|
|
|
3795
3019
|
|
|
3796
3020
|
|
|
3797
|
-
|
|
3798
|
-
|
|
3021
|
+
</div>
|
|
3799
3022
|
|
|
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">
|
|
3023
|
+
<footer class="footer">
|
|
3024
|
+
<div class="content has-text-centered">
|
|
3025
|
+
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
|
|
3026
|
+
<p class="sidebar-created-by">
|
|
3027
|
+
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
3028
|
+
<a href="http://webclient.smaryun.com:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
3029
|
+
</p>
|
|
3030
|
+
</div>
|
|
3031
|
+
</footer>
|
|
3890
3032
|
|
|
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
3033
|
</div>
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
|
|
3034
|
+
<div id="side-nav" class="side-nav">
|
|
3035
|
+
<div style="margin-bottom: 10px;">
|
|
3036
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
3037
|
+
</div>
|
|
3038
|
+
<div style="margin-bottom: 10px;">
|
|
3039
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
3040
|
+
</div>
|
|
3041
|
+
<div style="margin-bottom: 10px;">
|
|
3042
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
3043
|
+
</div>
|
|
3044
|
+
<div>
|
|
3045
|
+
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
3924
3046
|
</div>
|
|
3925
3047
|
</div>
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3048
|
+
</div>
|
|
3049
|
+
<script src="scripts/linenumber.js"> </script>
|
|
3929
3050
|
|
|
3930
|
-
|
|
3931
|
-
</article>
|
|
3051
|
+
<script src="scripts/search.js"> </script>
|
|
3932
3052
|
|
|
3933
|
-
</
|
|
3053
|
+
</body>
|
|
3054
|
+
</html>
|