@mapgis/webclient-cesium-plugin 17.0.0 → 17.0.4
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 +512 -231
- package/dist/es5/webclient-cesium-plugin.min.js +3 -3
- package/dist/es5/webclient-common.min.js +4 -4
- package/dist/webclient-cesium-plugin-es6.min.js +3 -3
- package/documention/ArcGISMapServerImageryProvider.html +56 -180
- package/documention/ArcGISTileServerImageryProvider.html +22 -180
- package/documention/CustomTilingScheme.html +67 -225
- package/documention/DynamicEntityVisualizer.html +9 -177
- package/documention/DynamicLabelLayer.html +46 -186
- package/documention/GeoJSONLayerUtil.html +10 -178
- package/documention/GraphicsLayerUtil.html +10 -178
- package/documention/HashMap.html +34 -189
- package/documention/IGSFeatureLayerUtil.html +10 -178
- package/documention/IGSSceneLayerUtil.html +1648 -242
- package/documention/MapGISMapServerImageryProvider.html +82 -194
- package/documention/MapGISTerrainProvider.html +102 -213
- package/documention/MapGISTileServerImageryProvider.html +79 -195
- package/documention/MapGISVectorTileImageryProvider.html +107 -203
- package/documention/Popup.html +35 -185
- package/documention/SceneViewCesium.html +137 -214
- package/documention/Screenshot.html +19 -185
- package/documention/SketchEditorCesium.html +33 -183
- package/documention/UrlTemplateImageryProvider.html +255 -0
- package/documention/WFSLayerUtil.html +10 -178
- package/documention/WebMapServiceImageryProvider.html +13 -180
- package/documention/WebMapTileServiceImageryProvider.html +13 -180
- package/documention/global.html +8 -176
- package/documention/index.html +6 -6
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.EchartsLayer.html +13 -183
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapVLayer.html +32 -190
- package/documention/module.exports_module.exports.html +12 -177
- package/documention/scripts/sideBar.js +98 -0
- 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 +7 -155
- package/package.json +1 -1
|
@@ -1,142 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
|
|
6
|
-
<meta charset="utf-8">
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
8
|
-
<title> CustomTilingScheme</title>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<link type="text/css" rel="stylesheet" href="styles/app.min.css">
|
|
13
|
-
<link type="text/css" rel="stylesheet" href="styles/iframe.css">
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="">
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<body class="layout small-header">
|
|
22
|
-
<div id="stickyNavbarOverlay"></div>
|
|
1
|
+
<header id="page-title" class="page-title">
|
|
23
2
|
|
|
3
|
+
<span class="page-title-main">类名</span>
|
|
4
|
+
<span class="page-title-sub">CustomTilingScheme</span>
|
|
5
|
+
|
|
6
|
+
</header>
|
|
24
7
|
|
|
25
|
-
<div class="top-nav">
|
|
26
|
-
<div class="inner">
|
|
27
|
-
<a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
|
28
|
-
<span aria-hidden="true"></span>
|
|
29
|
-
<span aria-hidden="true"></span>
|
|
30
|
-
<span aria-hidden="true"></span>
|
|
31
|
-
</a>
|
|
32
|
-
<div class="logo">
|
|
33
|
-
|
|
34
|
-
<h1> MapGIS Client for JavaScript API</h1>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
</div>
|
|
38
|
-
<div class="menu">
|
|
39
|
-
|
|
40
|
-
<div class="navigation">
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
<a
|
|
44
|
-
class="link user-link "
|
|
45
|
-
href="/static/modules/common/api/common-mapgis/index.html"
|
|
46
|
-
>
|
|
47
|
-
Common
|
|
48
|
-
</a>
|
|
49
|
-
|
|
50
|
-
<a
|
|
51
|
-
class="link user-link "
|
|
52
|
-
href="/static/modules/cesium/api/cesium-mapgis/index.html"
|
|
53
|
-
>
|
|
54
|
-
Cesium-Plugin
|
|
55
|
-
</a>
|
|
56
|
-
|
|
57
|
-
<a
|
|
58
|
-
class="link user-link "
|
|
59
|
-
href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
|
|
60
|
-
>
|
|
61
|
-
MapboxGL-Plugin
|
|
62
|
-
</a>
|
|
63
|
-
|
|
64
|
-
<a
|
|
65
|
-
class="link user-link "
|
|
66
|
-
href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
|
|
67
|
-
>
|
|
68
|
-
Leaflet-Plugin
|
|
69
|
-
</a>
|
|
70
|
-
|
|
71
|
-
<a
|
|
72
|
-
class="link user-link "
|
|
73
|
-
href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
|
|
74
|
-
>
|
|
75
|
-
OpenLayers-Plugin
|
|
76
|
-
</a>
|
|
77
|
-
|
|
78
|
-
<a
|
|
79
|
-
class="link user-link "
|
|
80
|
-
href="/static/modules/video/api/video-mapgis/index.html"
|
|
81
|
-
>
|
|
82
|
-
Video-Plugin
|
|
83
|
-
</a>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
|
|
92
|
-
<div id="main">
|
|
93
|
-
<div
|
|
94
|
-
class="sidebar "
|
|
95
|
-
id="sidebarNav"
|
|
96
|
-
>
|
|
97
|
-
<div>
|
|
98
|
-
<span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
<div class="search-wrapper">
|
|
102
|
-
<input id="search" type="text" placeholder="搜索文档..." class="input">
|
|
103
|
-
</div>
|
|
104
|
-
|
|
105
|
-
<nav>
|
|
106
|
-
|
|
107
|
-
<div class="category"><div onclick="toggleSideBar('ExtentModule-sidebar')" id="ExtentModule" 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 id="ExtentModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="ArcGISMapServerImageryProvider" href="ArcGISMapServerImageryProvider.html">ArcGISMapServerImageryProvider</a><img id="ArcGISMapServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('ArcGISMapServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>ArcGIS地图服务</p></span></li><div class="mapgis-link-detail" id="ArcGISMapServerImageryProvider-detail"><div><a href="ArcGISMapServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="ArcGISMapServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="ArcGISMapServerImageryProvider.html#fromUrl">fromUrl</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="ArcGISTileServerImageryProvider" href="ArcGISTileServerImageryProvider.html">ArcGISTileServerImageryProvider</a><img id="ArcGISTileServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('ArcGISTileServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>ArcGIS瓦片图层</p></span></li><div class="mapgis-link-detail" id="ArcGISTileServerImageryProvider-detail"><div><a href="ArcGISTileServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="ArcGISTileServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="ArcGISTileServerImageryProvider.html#fromUrl">fromUrl</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="CustomTilingScheme" href="CustomTilingScheme.html">CustomTilingScheme</a><img id="CustomTilingScheme-detail-arrow" onclick="toggleLinkDetail('CustomTilingScheme-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>自定义瓦片平铺方案,在使用时有如下限制:</p>
|
|
108
|
-
<ol>
|
|
109
|
-
<li>裁图原点必须在地图范围的左上角区域;</li>
|
|
110
|
-
<li>仅支持如同谷歌地图的瓦片组织方式,即Y轴编号从上到下递增,X轴编号从左到右递增;</li>
|
|
111
|
-
</ol></span></li><div class="mapgis-link-detail" id="CustomTilingScheme-detail"><div><a href="CustomTilingScheme.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="CustomTilingScheme.html#function">方法</a></div><div><ul><li><a title="getNumberOfXTilesAtLevel" class="mapgis-link-name" href="CustomTilingScheme.html#getNumberOfXTilesAtLevel">getNumberOfXTilesAtLevel</a></li><li><a title="getNumberOfYTilesAtLevel" class="mapgis-link-name" href="CustomTilingScheme.html#getNumberOfYTilesAtLevel">getNumberOfYTilesAtLevel</a></li><li><a title="positionToTileXY" class="mapgis-link-name" href="CustomTilingScheme.html#positionToTileXY">positionToTileXY</a></li><li><a title="rectangleToNativeRectangle" class="mapgis-link-name" href="CustomTilingScheme.html#rectangleToNativeRectangle">rectangleToNativeRectangle</a></li><li><a title="tileXYToNativeRectangle" class="mapgis-link-name" href="CustomTilingScheme.html#tileXYToNativeRectangle">tileXYToNativeRectangle</a></li><li><a title="tileXYToRectangle" class="mapgis-link-name" href="CustomTilingScheme.html#tileXYToRectangle">tileXYToRectangle</a></li></ul></div><div><a class="mapgis-link-name" href="CustomTilingScheme.html#member">成员变量</a></div><div><ul><li><a title="ellipsoid" class="mapgis-link-name" href="CustomTilingScheme.html#ellipsoid">ellipsoid</a></li><li><a title="projection" class="mapgis-link-name" href="CustomTilingScheme.html#projection">projection</a></li><li><a title="rectangle" class="mapgis-link-name" href="CustomTilingScheme.html#rectangle">rectangle</a></li><li><a title="wkid" class="mapgis-link-name" href="CustomTilingScheme.html#wkid">wkid</a></li><li><a title="wkt" class="mapgis-link-name" href="CustomTilingScheme.html#wkt">wkt</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapGISMapServerImageryProvider" href="MapGISMapServerImageryProvider.html">MapGISMapServerImageryProvider</a><img id="MapGISMapServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('MapGISMapServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>MapGIS地图服务</p></span></li><div class="mapgis-link-detail" id="MapGISMapServerImageryProvider-detail"><div><a href="MapGISMapServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#fromUrl">fromUrl</a></li><li><a title="pickFeatures" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#pickFeatures">pickFeatures</a></li><li><a title="requestImage" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#requestImage">requestImage</a></li></ul></div><div><a class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#member">成员变量</a></div><div><ul><li><a title="credit" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#credit">credit</a></li><li><a title="gdbps" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#gdbps">gdbps</a></li><li><a title="layers" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#layers">layers</a></li><li><a title="maximumLevel" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#maximumLevel">maximumLevel</a></li><li><a title="minimumLevel" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#minimumLevel">minimumLevel</a></li><li><a title="proxy" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#proxy">proxy</a></li><li><a title="ready" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#ready">ready</a></li><li><a title="rectangle" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#rectangle">rectangle</a></li><li><a title="tileHeight" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#tileHeight">tileHeight</a></li><li><a title="tileWidth" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#tileWidth">tileWidth</a></li><li><a title="tilingScheme" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#tilingScheme">tilingScheme</a></li><li><a title="url" class="mapgis-link-name" href="MapGISMapServerImageryProvider.html#url">url</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapGISTileServerImageryProvider" href="MapGISTileServerImageryProvider.html">MapGISTileServerImageryProvider</a><img id="MapGISTileServerImageryProvider-detail-arrow" onclick="toggleLinkDetail('MapGISTileServerImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>MapGIS瓦片服务</p></span></li><div class="mapgis-link-detail" id="MapGISTileServerImageryProvider-detail"><div><a href="MapGISTileServerImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#fromUrl">fromUrl</a></li><li><a title="pickFeatures" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#pickFeatures">pickFeatures</a></li><li><a title="requestImage" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#requestImage">requestImage</a></li></ul></div><div><a class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#member">成员变量</a></div><div><ul><li><a title="credit" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#credit">credit</a></li><li><a title="hasAlphaChannel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#hasAlphaChannel">hasAlphaChannel</a></li><li><a title="hasAlphaChannel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#hasAlphaChannel">hasAlphaChannel</a></li><li><a title="mapgisOffset" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#mapgisOffset">mapgisOffset</a></li><li><a title="maximumLevel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#maximumLevel">maximumLevel</a></li><li><a title="minimumLevel" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#minimumLevel">minimumLevel</a></li><li><a title="proxy" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#proxy">proxy</a></li><li><a title="ready" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#ready">ready</a></li><li><a title="rectangle" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#rectangle">rectangle</a></li><li><a title="tileHeight" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#tileHeight">tileHeight</a></li><li><a title="tileWidth" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#tileWidth">tileWidth</a></li><li><a title="tilingScheme" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#tilingScheme">tilingScheme</a></li><li><a title="url" class="mapgis-link-name" href="MapGISTileServerImageryProvider.html#url">url</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="MapGISVectorTileImageryProvider" href="MapGISVectorTileImageryProvider.html">MapGISVectorTileImageryProvider</a><img id="MapGISVectorTileImageryProvider-detail-arrow" onclick="toggleLinkDetail('MapGISVectorTileImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>MapGIS矢量瓦片服务</p></span></li><div class="mapgis-link-detail" id="MapGISVectorTileImageryProvider-detail"><div><a href="MapGISVectorTileImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#fromUrl">fromUrl</a></li><li><a title="getRenderMode" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#getRenderMode">getRenderMode</a></li><li><a title="drawTile" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#drawTile">drawTile</a></li><li><a title="requestImage" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#requestImage">requestImage</a></li></ul></div><div><a class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#member">成员变量</a></div><div><ul><li><a title="defaultAlpha" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#defaultAlpha">defaultAlpha</a></li><li><a title="hasAlphaChannel" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#hasAlphaChannel">hasAlphaChannel</a></li><li><a title="labelsRenderMode" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#labelsRenderMode">labelsRenderMode</a></li><li><a title="maximumLevel" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#maximumLevel">maximumLevel</a></li><li><a title="minimumLevel" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#minimumLevel">minimumLevel</a></li><li><a title="mvtParser" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#mvtParser">mvtParser</a></li><li><a title="pixelRatio" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#pixelRatio">pixelRatio</a></li><li><a title="ready" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#ready">ready</a></li><li><a title="readyPromise" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#readyPromise">readyPromise</a></li><li><a title="rectangle" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#rectangle">rectangle</a></li><li><a title="scene" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#scene">scene</a></li><li><a title="style" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#style">style</a></li><li><a title="sublayerLabelingInfos" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#sublayerLabelingInfos">sublayerLabelingInfos</a></li><li><a title="tileHeight" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tileHeight">tileHeight</a></li><li><a title="tileWidth" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tileWidth">tileWidth</a></li><li><a title="tilingScheme" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tilingScheme">tilingScheme</a></li><li><a title="tokenKey" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tokenKey">tokenKey</a></li><li><a title="tokenValue" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#tokenValue">tokenValue</a></li><li><a title="transform" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#transform">transform</a></li><li><a title="url" class="mapgis-link-name" href="MapGISVectorTileImageryProvider.html#url">url</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="WebMapServiceImageryProvider" href="WebMapServiceImageryProvider.html">WebMapServiceImageryProvider</a><img id="WebMapServiceImageryProvider-detail-arrow" onclick="toggleLinkDetail('WebMapServiceImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WMS地图图层,具体API请参考Cesium的WebMapServiceImageryProvider</p></span></li><div class="mapgis-link-detail" id="WebMapServiceImageryProvider-detail"><div><a href="WebMapServiceImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="WebMapServiceImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="WebMapServiceImageryProvider.html#fromUrl">fromUrl</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="WebMapTileServiceImageryProvider" href="WebMapTileServiceImageryProvider.html">WebMapTileServiceImageryProvider</a><img id="WebMapTileServiceImageryProvider-detail-arrow" onclick="toggleLinkDetail('WebMapTileServiceImageryProvider-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WMTS地图图层,具体API请参考Cesium的WebMapTileServiceImageryProvider</p></span></li><div class="mapgis-link-detail" id="WebMapTileServiceImageryProvider-detail"><div><a href="WebMapTileServiceImageryProvider.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="WebMapTileServiceImageryProvider.html#function">方法</a></div><div><ul><li><a title="fromUrl" class="mapgis-link-name" href="WebMapTileServiceImageryProvider.html#fromUrl">fromUrl</a></li></ul></div></div></ul><div onclick="toggleSideBar('ViewModule-sidebar')" id="ViewModule" 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 id="ViewModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="GeoJSONLayerUtil" href="GeoJSONLayerUtil.html">GeoJSONLayerUtil</a><img id="GeoJSONLayerUtil-detail-arrow" onclick="toggleLinkDetail('GeoJSONLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>GeoJSON图层的工具类</p></span></li><div class="mapgis-link-detail" id="GeoJSONLayerUtil-detail"><div><a href="GeoJSONLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="GeoJSONLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="GeoJSONLayerUtil.html#toPrimitive">toPrimitive</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="GraphicsLayerUtil" href="GraphicsLayerUtil.html">GraphicsLayerUtil</a><img id="GraphicsLayerUtil-detail-arrow" onclick="toggleLinkDetail('GraphicsLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>几何图层的工具类</p></span></li><div class="mapgis-link-detail" id="GraphicsLayerUtil-detail"><div><a href="GraphicsLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="GraphicsLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="GraphicsLayerUtil.html#toPrimitive">toPrimitive</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="IGSFeatureLayerUtil" href="IGSFeatureLayerUtil.html">IGSFeatureLayerUtil</a><img id="IGSFeatureLayerUtil-detail-arrow" onclick="toggleLinkDetail('IGSFeatureLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>IGSFeature图层的工具类</p></span></li><div class="mapgis-link-detail" id="IGSFeatureLayerUtil-detail"><div><a href="IGSFeatureLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="IGSFeatureLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="IGSFeatureLayerUtil.html#toPrimitive">toPrimitive</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="IGSSceneLayerUtil" href="IGSSceneLayerUtil.html">IGSSceneLayerUtil</a><img id="IGSSceneLayerUtil-detail-arrow" onclick="toggleLinkDetail('IGSSceneLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>IGS场景图层的工具类</p></span></li><div class="mapgis-link-detail" id="IGSSceneLayerUtil-detail"><div><a href="IGSSceneLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="IGSSceneLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="IGSSceneLayerUtil.html#toPrimitive">toPrimitive</a></li><li><a title="toTerrainProvider" class="mapgis-link-name" href="IGSSceneLayerUtil.html#toTerrainProvider">toTerrainProvider</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Popup" href="Popup.html">Popup</a><img id="Popup-detail-arrow" onclick="toggleLinkDetail('Popup-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>场景信息弹窗(cesium引擎)
|
|
112
|
-
参考示例:
|
|
113
|
-
<a href='#SceneView'>[初始化三维场景视图]</a>
|
|
114
|
-
<br>[ES5引入方式]:<br/>
|
|
115
|
-
Zondy.SceneView() <br/>
|
|
116
|
-
[ES6引入方式]:<br/>
|
|
117
|
-
import { SceneView } from '@mapgis/webclient-cesium-plugin' <br/>
|
|
118
|
-
自定义样式说明:<br/>
|
|
119
|
-
zondy-popup__content 弹窗容器样式<br/>
|
|
120
|
-
zondy-popup__tip 弹窗对话框箭头样式<br/>
|
|
121
|
-
zondy-popup__header 弹窗头部样式<br/>
|
|
122
|
-
zondy-popup__content 弹窗主体样式<br/>
|
|
123
|
-
zondy-popup__footer 弹窗底部样式<br/></p></span></li><div class="mapgis-link-detail" id="Popup-detail"><div><a href="Popup.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Popup.html#function">方法</a></div><div><ul><li><a title="close" class="mapgis-link-name" href="Popup.html#close">close</a></li><li><a title="open" class="mapgis-link-name" href="Popup.html#open">open</a></li></ul></div><div><a class="mapgis-link-name" href="Popup.html#member">成员变量</a></div><div><ul><li><a title="alignment" class="mapgis-link-name" href="Popup.html#alignment">alignment</a></li><li><a title="content" class="mapgis-link-name" href="Popup.html#content">content</a></li><li><a title="defaultButtons" class="mapgis-link-name" href="Popup.html#defaultButtons">defaultButtons</a></li><li><a title="location" class="mapgis-link-name" href="Popup.html#location">location</a></li><li><a title="title" class="mapgis-link-name" href="Popup.html#title">title</a></li><li><a title="view" class="mapgis-link-name" href="Popup.html#view">view</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="SceneViewCesium" href="SceneViewCesium.html">SceneViewCesium</a><img id="SceneViewCesium-detail-arrow" onclick="toggleLinkDetail('SceneViewCesium-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>视图类</p></span></li><div class="mapgis-link-detail" id="SceneViewCesium-detail"><div><a href="SceneViewCesium.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="SceneViewCesium.html#function">方法</a></div><div><ul><li><a title="fromJSON" class="mapgis-link-name" href="SceneViewCesium.html#fromJSON">fromJSON</a></li><li><a title="flyTo" class="mapgis-link-name" href="SceneViewCesium.html#flyTo">flyTo</a></li><li><a title="getCenter" class="mapgis-link-name" href="SceneViewCesium.html#getCenter">getCenter</a></li><li><a title="getExtent" class="mapgis-link-name" href="SceneViewCesium.html#getExtent">getExtent</a></li><li><a title="getInnerLayer" class="mapgis-link-name" href="SceneViewCesium.html#getInnerLayer">getInnerLayer</a></li><li><a title="getScale" class="mapgis-link-name" href="SceneViewCesium.html#getScale">getScale</a></li><li><a title="getSize" class="mapgis-link-name" href="SceneViewCesium.html#getSize">getSize</a></li><li><a title="getZoom" class="mapgis-link-name" href="SceneViewCesium.html#getZoom">getZoom</a></li><li><a title="goTo" class="mapgis-link-name" href="SceneViewCesium.html#goTo">goTo</a></li><li><a title="hitTest" class="mapgis-link-name" href="SceneViewCesium.html#hitTest">hitTest</a></li><li><a title="setCenter" class="mapgis-link-name" href="SceneViewCesium.html#setCenter">setCenter</a></li><li><a title="setExtent" class="mapgis-link-name" href="SceneViewCesium.html#setExtent">setExtent</a></li><li><a title="takeScreenshot" class="mapgis-link-name" href="SceneViewCesium.html#takeScreenshot">takeScreenshot</a></li><li><a title="toJSON" class="mapgis-link-name" href="SceneViewCesium.html#toJSON">toJSON</a></li><li><a title="toMap" class="mapgis-link-name" href="SceneViewCesium.html#toMap">toMap</a></li><li><a title="toScreen" class="mapgis-link-name" href="SceneViewCesium.html#toScreen">toScreen</a></li></ul></div><div><a class="mapgis-link-name" href="SceneViewCesium.html#member">成员变量</a></div><div><ul><li><a title="center" class="mapgis-link-name" href="SceneViewCesium.html#center">center</a></li><li><a title="engineType" class="mapgis-link-name" href="SceneViewCesium.html#engineType">engineType</a></li><li><a title="extendOptions" class="mapgis-link-name" href="SceneViewCesium.html#extendOptions">extendOptions</a></li><li><a title="extent" class="mapgis-link-name" href="SceneViewCesium.html#extent">extent</a></li><li><a title="height" class="mapgis-link-name" href="SceneViewCesium.html#height">height</a></li><li><a title="maxZoom" class="mapgis-link-name" href="SceneViewCesium.html#maxZoom">maxZoom</a></li><li><a title="minZoom" class="mapgis-link-name" href="SceneViewCesium.html#minZoom">minZoom</a></li><li><a title="popup" class="mapgis-link-name" href="SceneViewCesium.html#popup">popup</a></li><li><a title="scale" class="mapgis-link-name" href="SceneViewCesium.html#scale">scale</a></li><li><a title="spatialReference" class="mapgis-link-name" href="SceneViewCesium.html#spatialReference">spatialReference</a></li><li><a title="stationary" class="mapgis-link-name" href="SceneViewCesium.html#stationary">stationary</a></li><li><a title="width" class="mapgis-link-name" href="SceneViewCesium.html#width">width</a></li><li><a title="zoom" class="mapgis-link-name" href="SceneViewCesium.html#zoom">zoom</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="Screenshot" href="Screenshot.html">Screenshot</a><img id="Screenshot-detail-arrow" onclick="toggleLinkDetail('Screenshot-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>屏幕打印工具</p></span></li><div class="mapgis-link-detail" id="Screenshot-detail"><div><a href="Screenshot.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="Screenshot.html#member">成员变量</a></div><div><ul><li><a title="filename" class="mapgis-link-name" href="Screenshot.html#filename">filename</a></li><li><a title="format" class="mapgis-link-name" href="Screenshot.html#format">format</a></li><li><a title="height" class="mapgis-link-name" href="Screenshot.html#height">height</a></li><li><a title="isDownload" class="mapgis-link-name" href="Screenshot.html#isDownload">isDownload</a></li><li><a title="view" class="mapgis-link-name" href="Screenshot.html#view">view</a></li><li><a title="width" class="mapgis-link-name" href="Screenshot.html#width">width</a></li><li><a title="x" class="mapgis-link-name" href="Screenshot.html#x">x</a></li><li><a title="y" class="mapgis-link-name" href="Screenshot.html#y">y</a></li></ul></div></div><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="WFSLayerUtil" href="WFSLayerUtil.html">WFSLayerUtil</a><img id="WFSLayerUtil-detail-arrow" onclick="toggleLinkDetail('WFSLayerUtil-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>WFS图层的工具类</p></span></li><div class="mapgis-link-detail" id="WFSLayerUtil-detail"><div><a href="WFSLayerUtil.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="WFSLayerUtil.html#function">方法</a></div><div><ul><li><a title="toPrimitive" class="mapgis-link-name" href="WFSLayerUtil.html#toPrimitive">toPrimitive</a></li></ul></div></div></ul><div onclick="toggleSideBar('SketchEditorModule-sidebar')" id="SketchEditorModule" 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 id="SketchEditorModule-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="SketchEditorCesium" href="SketchEditorCesium.html">SketchEditorCesium</a><img id="SketchEditorCesium-detail-arrow" onclick="toggleLinkDetail('SketchEditorCesium-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>Cesium引擎草图编辑类<br/>
|
|
124
|
-
<br>[ES5引入方式]:<br/>
|
|
125
|
-
const { SketchEditorCesium } = Zondy <br/>
|
|
126
|
-
[ES6引入方式]:<br/>
|
|
127
|
-
import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin" <br/></p></span></li><div class="mapgis-link-detail" id="SketchEditorCesium-detail"><div><a href="SketchEditorCesium.html#page-title">构造函数</a></div><div><a class="mapgis-link-name" href="SketchEditorCesium.html#function">方法</a></div><div><ul><li><a title="addVertex" class="mapgis-link-name" href="SketchEditorCesium.html#addVertex">addVertex</a></li><li><a title="drawPolylineToPolygon" class="mapgis-link-name" href="SketchEditorCesium.html#drawPolylineToPolygon">drawPolylineToPolygon</a></li><li><a title="removeVertex" class="mapgis-link-name" href="SketchEditorCesium.html#removeVertex">removeVertex</a></li><li><a title="split" class="mapgis-link-name" href="SketchEditorCesium.html#split">split</a></li><li><a title="updateVertex" class="mapgis-link-name" href="SketchEditorCesium.html#updateVertex">updateVertex</a></li></ul></div></div></ul><div onclick="toggleSideBar('GlobalFunction-sidebar')" id="GlobalFunction" 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 id="GlobalFunction-sidebar" class="mapgis-sidebar-menus"><li class="mapgis-link"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a class="mapgis-link-name" title="initializeOptions" href="global.html#initializeOptions">initializeOptions</a><img id="initializeOptions-detail-arrow" onclick="toggleLinkDetail('initializeOptions-detail')" style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/up-arrow.png" alt=""><span style="display: none;"><p>构建实例化对象的配置参数</p></span></li><div class="mapgis-link-detail" id="initializeOptions-detail"><div>参数:</div><div><ul><li><a href="initializeOptions.html#layer">layer</a></li><li><a href="initializeOptions.html#viewer">viewer</a></li></ul></div></div></ul></div>
|
|
128
|
-
|
|
129
|
-
</nav>
|
|
130
|
-
</div>
|
|
131
|
-
<div class="core" id="main-content-wrapper">
|
|
132
|
-
<div class="content">
|
|
133
|
-
<header id="page-title" class="page-title">
|
|
134
|
-
|
|
135
|
-
<span class="page-title-main">类名</span>
|
|
136
|
-
<span class="page-title-sub">CustomTilingScheme</span>
|
|
137
|
-
|
|
138
|
-
</header>
|
|
139
|
-
|
|
140
8
|
|
|
141
9
|
|
|
142
10
|
|
|
@@ -218,6 +86,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
218
86
|
<span class="param-type">Object</span>
|
|
219
87
|
|
|
220
88
|
|
|
89
|
+
|
|
221
90
|
|
|
222
91
|
</td>
|
|
223
92
|
|
|
@@ -244,6 +113,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
244
113
|
<span class="param-type">Ellipsoid</span>
|
|
245
114
|
|
|
246
115
|
|
|
116
|
+
|
|
247
117
|
|
|
248
118
|
</td>
|
|
249
119
|
|
|
@@ -272,6 +142,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
272
142
|
<span class="param-type">String</span>
|
|
273
143
|
|
|
274
144
|
|
|
145
|
+
|
|
275
146
|
|
|
276
147
|
</td>
|
|
277
148
|
|
|
@@ -298,6 +169,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
298
169
|
<span class="param-type">String</span>
|
|
299
170
|
|
|
300
171
|
|
|
172
|
+
|
|
301
173
|
|
|
302
174
|
</td>
|
|
303
175
|
|
|
@@ -324,31 +196,6 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
324
196
|
<span class="param-type">Object</span>
|
|
325
197
|
|
|
326
198
|
|
|
327
|
-
|
|
328
|
-
</td>
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
<td class="default">
|
|
332
|
-
|
|
333
|
-
</td>
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
<td class="description last"><p>瓦片的属性信息,地图服务可以不提供该参数,该参数有固定的格式要求,详见下方示例</p></td>
|
|
337
|
-
</tr>
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
<tr class="deep-level-1">
|
|
343
|
-
|
|
344
|
-
<td class="name" id="numberOfLevelZeroTilesX"><code>numberOfLevelZeroTilesX</code></td>
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
<td class="type">
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
<span class="param-type">Number</span>
|
|
351
|
-
|
|
352
199
|
|
|
353
200
|
|
|
354
201
|
</td>
|
|
@@ -356,12 +203,10 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
356
203
|
|
|
357
204
|
<td class="default">
|
|
358
205
|
|
|
359
|
-
1
|
|
360
|
-
|
|
361
206
|
</td>
|
|
362
207
|
|
|
363
208
|
|
|
364
|
-
<td class="description last"><p
|
|
209
|
+
<td class="description last"><p>必传。瓦片的属性信息,地图服务可以不提供该参数,该参数有固定的格式要求,详见下方示例</p></td>
|
|
365
210
|
</tr>
|
|
366
211
|
|
|
367
212
|
|
|
@@ -369,13 +214,14 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
369
214
|
|
|
370
215
|
<tr class="deep-level-1">
|
|
371
216
|
|
|
372
|
-
<td class="name" id="
|
|
217
|
+
<td class="name" id="axisDirection"><code>axisDirection</code></td>
|
|
373
218
|
|
|
374
219
|
|
|
375
220
|
<td class="type">
|
|
376
221
|
|
|
377
222
|
|
|
378
|
-
<span class="param-type">
|
|
223
|
+
<span class="param-type">Object</span>
|
|
224
|
+
|
|
379
225
|
|
|
380
226
|
|
|
381
227
|
|
|
@@ -384,12 +230,10 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
384
230
|
|
|
385
231
|
<td class="default">
|
|
386
232
|
|
|
387
|
-
1
|
|
388
|
-
|
|
389
233
|
</td>
|
|
390
234
|
|
|
391
235
|
|
|
392
|
-
<td class="description last"><p
|
|
236
|
+
<td class="description last"><p>瓦片组织方向(裁图方向)。axisDirection.x=1代表x轴由左往右为正,axisDirection.x=-1代表x轴由右往左为正;axisDirection.y=1代表x轴由下往上为正,axisDirection.y=-1代表x轴由上往下为正。例如wmts的axisDirection为{x:1,y:-1}。</p></td>
|
|
393
237
|
</tr>
|
|
394
238
|
|
|
395
239
|
|
|
@@ -406,6 +250,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
406
250
|
<span class="param-type">Cartesian2</span>
|
|
407
251
|
|
|
408
252
|
|
|
253
|
+
|
|
409
254
|
|
|
410
255
|
</td>
|
|
411
256
|
|
|
@@ -432,6 +277,7 @@ import { SketchEditorCesium } from "@mapgis/webclient-leaflet-plugin"
|
|
|
432
277
|
<span class="param-type">Cartesian2</span>
|
|
433
278
|
|
|
434
279
|
|
|
280
|
+
|
|
435
281
|
|
|
436
282
|
</td>
|
|
437
283
|
|
|
@@ -590,8 +436,6 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
590
436
|
wkid: 4547,
|
|
591
437
|
wkt: '+proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs', // https://epsg.io/4547
|
|
592
438
|
tileInfo, // 瓦片的属性信息,地图服务可以不提供该参数
|
|
593
|
-
numberOfLevelZeroTilesX: 1, // 瓦片树第0级的X方向所包含的瓦片个数
|
|
594
|
-
numberOfLevelZeroTilesY: 1, // 瓦片树第0级的Y方向所包含的瓦片个数
|
|
595
439
|
rectangleSouthwest: new Cesium.Cartesian2(extent.xmin, extent.ymin), // 投影矩形范围的西南角
|
|
596
440
|
rectangleNortheast: new Cesium.Cartesian2(extent.xmax, extent.ymax), // 投影矩形范围的东北角
|
|
597
441
|
})</code></pre>
|
|
@@ -634,24 +478,26 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
634
478
|
<tbody>
|
|
635
479
|
|
|
636
480
|
<tr class="deep-level-0">
|
|
637
|
-
<td class="name"><code><a href="
|
|
481
|
+
<td class="name"><code><a href="#ellipsoid">ellipsoid</a></code></td>
|
|
638
482
|
<td class="name">
|
|
639
483
|
<code>
|
|
640
484
|
|
|
641
485
|
<span class="param-type">Ellipsoid</span>
|
|
642
486
|
|
|
643
487
|
|
|
488
|
+
|
|
644
489
|
</code>
|
|
645
490
|
</td>
|
|
646
491
|
<td class="name"><code><p>获取此瓦片平铺方案所使用的参考椭球体</p></code></td>
|
|
647
492
|
</tr>
|
|
648
493
|
|
|
649
494
|
<tr class="deep-level-0">
|
|
650
|
-
<td class="name"><code><a href="
|
|
495
|
+
<td class="name"><code><a href="#projection">projection</a></code></td>
|
|
651
496
|
<td class="name">
|
|
652
497
|
<code>
|
|
653
498
|
|
|
654
|
-
<span class="param-type"><a class="mapgis-link-name" title="CustomProjection"
|
|
499
|
+
<span class="param-type"><a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
|
|
500
|
+
|
|
655
501
|
|
|
656
502
|
|
|
657
503
|
</code>
|
|
@@ -660,39 +506,42 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
660
506
|
</tr>
|
|
661
507
|
|
|
662
508
|
<tr class="deep-level-0">
|
|
663
|
-
<td class="name"><code><a href="
|
|
509
|
+
<td class="name"><code><a href="#rectangle">rectangle</a></code></td>
|
|
664
510
|
<td class="name">
|
|
665
511
|
<code>
|
|
666
512
|
|
|
667
513
|
<span class="param-type">Rectangle</span>
|
|
668
514
|
|
|
669
515
|
|
|
516
|
+
|
|
670
517
|
</code>
|
|
671
518
|
</td>
|
|
672
519
|
<td class="name"><code><p>获取此瓦片平铺方案所覆盖的矩形范围</p></code></td>
|
|
673
520
|
</tr>
|
|
674
521
|
|
|
675
522
|
<tr class="deep-level-0">
|
|
676
|
-
<td class="name"><code><a href="
|
|
523
|
+
<td class="name"><code><a href="#wkid">wkid</a></code></td>
|
|
677
524
|
<td class="name">
|
|
678
525
|
<code>
|
|
679
526
|
|
|
680
527
|
<span class="param-type">String</span>
|
|
681
528
|
|
|
682
529
|
|
|
530
|
+
|
|
683
531
|
</code>
|
|
684
532
|
</td>
|
|
685
533
|
<td class="name"><code><p>获取此瓦片平铺方案所对应的投影方式的wkid</p></code></td>
|
|
686
534
|
</tr>
|
|
687
535
|
|
|
688
536
|
<tr class="deep-level-0">
|
|
689
|
-
<td class="name"><code><a href="
|
|
537
|
+
<td class="name"><code><a href="#wkt">wkt</a></code></td>
|
|
690
538
|
<td class="name">
|
|
691
539
|
<code>
|
|
692
540
|
|
|
693
541
|
<span class="param-type">String</span>
|
|
694
542
|
|
|
695
543
|
|
|
544
|
+
|
|
696
545
|
</code>
|
|
697
546
|
</td>
|
|
698
547
|
<td class="name"><code><p>获取此瓦片平铺方案所对应的投影方式的wkt</p></code></td>
|
|
@@ -712,6 +561,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
712
561
|
<span class="param-type">Ellipsoid</span>
|
|
713
562
|
|
|
714
563
|
|
|
564
|
+
|
|
715
565
|
</span>
|
|
716
566
|
|
|
717
567
|
<h4 class="name" id="ellipsoid">
|
|
@@ -779,7 +629,8 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
779
629
|
<span class="method-parameter is-pulled-right">
|
|
780
630
|
<label>类型:</label>
|
|
781
631
|
|
|
782
|
-
<span class="param-type"><a class="mapgis-link-name" title="CustomProjection"
|
|
632
|
+
<span class="param-type"><a link="CustomProjection.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="CustomProjection" CustomProjection.html>CustomProjection</a></span>
|
|
633
|
+
|
|
783
634
|
|
|
784
635
|
|
|
785
636
|
</span>
|
|
@@ -852,6 +703,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
852
703
|
<span class="param-type">Rectangle</span>
|
|
853
704
|
|
|
854
705
|
|
|
706
|
+
|
|
855
707
|
</span>
|
|
856
708
|
|
|
857
709
|
<h4 class="name" id="rectangle">
|
|
@@ -922,6 +774,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
922
774
|
<span class="param-type">String</span>
|
|
923
775
|
|
|
924
776
|
|
|
777
|
+
|
|
925
778
|
</span>
|
|
926
779
|
|
|
927
780
|
<h4 class="name" id="wkid">
|
|
@@ -992,6 +845,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
992
845
|
<span class="param-type">String</span>
|
|
993
846
|
|
|
994
847
|
|
|
848
|
+
|
|
995
849
|
</span>
|
|
996
850
|
|
|
997
851
|
<h4 class="name" id="wkt">
|
|
@@ -1075,7 +929,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1075
929
|
<tbody>
|
|
1076
930
|
|
|
1077
931
|
<tr class="deep-level-0">
|
|
1078
|
-
<td class="name"><code><a href="
|
|
932
|
+
<td class="name"><code><a href="#getNumberOfXTilesAtLevel">getNumberOfXTilesAtLevel</a></code></td>
|
|
1079
933
|
<td class="name">
|
|
1080
934
|
<code>
|
|
1081
935
|
|
|
@@ -1083,6 +937,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1083
937
|
<span class="param-type">Number</span>
|
|
1084
938
|
|
|
1085
939
|
|
|
940
|
+
|
|
1086
941
|
|
|
1087
942
|
</code>
|
|
1088
943
|
</td>
|
|
@@ -1090,7 +945,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1090
945
|
</tr>
|
|
1091
946
|
|
|
1092
947
|
<tr class="deep-level-0">
|
|
1093
|
-
<td class="name"><code><a href="
|
|
948
|
+
<td class="name"><code><a href="#getNumberOfYTilesAtLevel">getNumberOfYTilesAtLevel</a></code></td>
|
|
1094
949
|
<td class="name">
|
|
1095
950
|
<code>
|
|
1096
951
|
|
|
@@ -1098,6 +953,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1098
953
|
<span class="param-type">Number</span>
|
|
1099
954
|
|
|
1100
955
|
|
|
956
|
+
|
|
1101
957
|
|
|
1102
958
|
</code>
|
|
1103
959
|
</td>
|
|
@@ -1105,7 +961,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1105
961
|
</tr>
|
|
1106
962
|
|
|
1107
963
|
<tr class="deep-level-0">
|
|
1108
|
-
<td class="name"><code><a href="
|
|
964
|
+
<td class="name"><code><a href="#positionToTileXY">positionToTileXY</a></code></td>
|
|
1109
965
|
<td class="name">
|
|
1110
966
|
<code>
|
|
1111
967
|
|
|
@@ -1113,6 +969,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1113
969
|
<span class="param-type">Cartesian2</span>
|
|
1114
970
|
|
|
1115
971
|
|
|
972
|
+
|
|
1116
973
|
|
|
1117
974
|
</code>
|
|
1118
975
|
</td>
|
|
@@ -1120,7 +977,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1120
977
|
</tr>
|
|
1121
978
|
|
|
1122
979
|
<tr class="deep-level-0">
|
|
1123
|
-
<td class="name"><code><a href="
|
|
980
|
+
<td class="name"><code><a href="#rectangleToNativeRectangle">rectangleToNativeRectangle</a></code></td>
|
|
1124
981
|
<td class="name">
|
|
1125
982
|
<code>
|
|
1126
983
|
|
|
@@ -1128,6 +985,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1128
985
|
<span class="param-type">Rectangle</span>
|
|
1129
986
|
|
|
1130
987
|
|
|
988
|
+
|
|
1131
989
|
|
|
1132
990
|
</code>
|
|
1133
991
|
</td>
|
|
@@ -1135,7 +993,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1135
993
|
</tr>
|
|
1136
994
|
|
|
1137
995
|
<tr class="deep-level-0">
|
|
1138
|
-
<td class="name"><code><a href="
|
|
996
|
+
<td class="name"><code><a href="#tileXYToNativeRectangle">tileXYToNativeRectangle</a></code></td>
|
|
1139
997
|
<td class="name">
|
|
1140
998
|
<code>
|
|
1141
999
|
|
|
@@ -1143,6 +1001,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1143
1001
|
<span class="param-type">Rectangle</span>
|
|
1144
1002
|
|
|
1145
1003
|
|
|
1004
|
+
|
|
1146
1005
|
|
|
1147
1006
|
</code>
|
|
1148
1007
|
</td>
|
|
@@ -1150,7 +1009,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1150
1009
|
</tr>
|
|
1151
1010
|
|
|
1152
1011
|
<tr class="deep-level-0">
|
|
1153
|
-
<td class="name"><code><a href="
|
|
1012
|
+
<td class="name"><code><a href="#tileXYToRectangle">tileXYToRectangle</a></code></td>
|
|
1154
1013
|
<td class="name">
|
|
1155
1014
|
<code>
|
|
1156
1015
|
|
|
@@ -1158,6 +1017,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1158
1017
|
<span class="param-type">Rectangle</span>
|
|
1159
1018
|
|
|
1160
1019
|
|
|
1020
|
+
|
|
1161
1021
|
|
|
1162
1022
|
</code>
|
|
1163
1023
|
</td>
|
|
@@ -1231,6 +1091,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1231
1091
|
<span class="param-type">Number</span>
|
|
1232
1092
|
|
|
1233
1093
|
|
|
1094
|
+
|
|
1234
1095
|
|
|
1235
1096
|
</td>
|
|
1236
1097
|
|
|
@@ -1319,6 +1180,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1319
1180
|
<span class="param-type">Number</span>
|
|
1320
1181
|
|
|
1321
1182
|
|
|
1183
|
+
|
|
1322
1184
|
</div>
|
|
1323
1185
|
|
|
1324
1186
|
</div>
|
|
@@ -1396,6 +1258,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1396
1258
|
<span class="param-type">Number</span>
|
|
1397
1259
|
|
|
1398
1260
|
|
|
1261
|
+
|
|
1399
1262
|
|
|
1400
1263
|
</td>
|
|
1401
1264
|
|
|
@@ -1484,6 +1347,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1484
1347
|
<span class="param-type">Number</span>
|
|
1485
1348
|
|
|
1486
1349
|
|
|
1350
|
+
|
|
1487
1351
|
</div>
|
|
1488
1352
|
|
|
1489
1353
|
</div>
|
|
@@ -1561,6 +1425,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1561
1425
|
<span class="param-type">Cartographic</span>
|
|
1562
1426
|
|
|
1563
1427
|
|
|
1428
|
+
|
|
1564
1429
|
|
|
1565
1430
|
</td>
|
|
1566
1431
|
|
|
@@ -1585,6 +1450,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1585
1450
|
<span class="param-type">Number</span>
|
|
1586
1451
|
|
|
1587
1452
|
|
|
1453
|
+
|
|
1588
1454
|
|
|
1589
1455
|
</td>
|
|
1590
1456
|
|
|
@@ -1609,6 +1475,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1609
1475
|
<span class="param-type">Cartesian2</span>
|
|
1610
1476
|
|
|
1611
1477
|
|
|
1478
|
+
|
|
1612
1479
|
|
|
1613
1480
|
</td>
|
|
1614
1481
|
|
|
@@ -1697,6 +1564,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1697
1564
|
<span class="param-type">Cartesian2</span>
|
|
1698
1565
|
|
|
1699
1566
|
|
|
1567
|
+
|
|
1700
1568
|
</div>
|
|
1701
1569
|
|
|
1702
1570
|
</div>
|
|
@@ -1774,6 +1642,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1774
1642
|
<span class="param-type">Rectangle</span>
|
|
1775
1643
|
|
|
1776
1644
|
|
|
1645
|
+
|
|
1777
1646
|
|
|
1778
1647
|
</td>
|
|
1779
1648
|
|
|
@@ -1798,6 +1667,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1798
1667
|
<span class="param-type">Rectangle</span>
|
|
1799
1668
|
|
|
1800
1669
|
|
|
1670
|
+
|
|
1801
1671
|
|
|
1802
1672
|
</td>
|
|
1803
1673
|
|
|
@@ -1886,6 +1756,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1886
1756
|
<span class="param-type">Rectangle</span>
|
|
1887
1757
|
|
|
1888
1758
|
|
|
1759
|
+
|
|
1889
1760
|
</div>
|
|
1890
1761
|
|
|
1891
1762
|
</div>
|
|
@@ -1963,6 +1834,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1963
1834
|
<span class="param-type">Number</span>
|
|
1964
1835
|
|
|
1965
1836
|
|
|
1837
|
+
|
|
1966
1838
|
|
|
1967
1839
|
</td>
|
|
1968
1840
|
|
|
@@ -1987,6 +1859,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
1987
1859
|
<span class="param-type">Number</span>
|
|
1988
1860
|
|
|
1989
1861
|
|
|
1862
|
+
|
|
1990
1863
|
|
|
1991
1864
|
</td>
|
|
1992
1865
|
|
|
@@ -2011,6 +1884,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2011
1884
|
<span class="param-type">Number</span>
|
|
2012
1885
|
|
|
2013
1886
|
|
|
1887
|
+
|
|
2014
1888
|
|
|
2015
1889
|
</td>
|
|
2016
1890
|
|
|
@@ -2035,6 +1909,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2035
1909
|
<span class="param-type">Rectangle</span>
|
|
2036
1910
|
|
|
2037
1911
|
|
|
1912
|
+
|
|
2038
1913
|
|
|
2039
1914
|
</td>
|
|
2040
1915
|
|
|
@@ -2123,6 +1998,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2123
1998
|
<span class="param-type">Rectangle</span>
|
|
2124
1999
|
|
|
2125
2000
|
|
|
2001
|
+
|
|
2126
2002
|
</div>
|
|
2127
2003
|
|
|
2128
2004
|
</div>
|
|
@@ -2200,6 +2076,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2200
2076
|
<span class="param-type">Number</span>
|
|
2201
2077
|
|
|
2202
2078
|
|
|
2079
|
+
|
|
2203
2080
|
|
|
2204
2081
|
</td>
|
|
2205
2082
|
|
|
@@ -2224,6 +2101,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2224
2101
|
<span class="param-type">Number</span>
|
|
2225
2102
|
|
|
2226
2103
|
|
|
2104
|
+
|
|
2227
2105
|
|
|
2228
2106
|
</td>
|
|
2229
2107
|
|
|
@@ -2248,6 +2126,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2248
2126
|
<span class="param-type">Number</span>
|
|
2249
2127
|
|
|
2250
2128
|
|
|
2129
|
+
|
|
2251
2130
|
|
|
2252
2131
|
</td>
|
|
2253
2132
|
|
|
@@ -2272,6 +2151,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2272
2151
|
<span class="param-type">Rectangle</span>
|
|
2273
2152
|
|
|
2274
2153
|
|
|
2154
|
+
|
|
2275
2155
|
|
|
2276
2156
|
</td>
|
|
2277
2157
|
|
|
@@ -2360,6 +2240,7 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2360
2240
|
<span class="param-type">Rectangle</span>
|
|
2361
2241
|
|
|
2362
2242
|
|
|
2243
|
+
|
|
2363
2244
|
</div>
|
|
2364
2245
|
|
|
2365
2246
|
</div>
|
|
@@ -2384,43 +2265,4 @@ const tilingScheme = new Cesium.CustomTilingScheme({
|
|
|
2384
2265
|
|
|
2385
2266
|
</article>
|
|
2386
2267
|
|
|
2387
|
-
</section>
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
</div>
|
|
2393
|
-
|
|
2394
|
-
<footer class="footer">
|
|
2395
|
-
<div class="content has-text-centered">
|
|
2396
|
-
<p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 17.0.0</a></p>
|
|
2397
|
-
<p class="sidebar-created-by">
|
|
2398
|
-
<a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
|
|
2399
|
-
<a href="http://webclient.smaryun.com/#/index" target="_blank">MapGIS Client for JavaScript</a>
|
|
2400
|
-
</p>
|
|
2401
|
-
</div>
|
|
2402
|
-
</footer>
|
|
2403
|
-
|
|
2404
|
-
</div>
|
|
2405
|
-
<div id="side-nav" class="side-nav">
|
|
2406
|
-
<div style="margin-bottom: 10px;">
|
|
2407
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
|
|
2408
|
-
</div>
|
|
2409
|
-
<div style="margin-bottom: 10px;">
|
|
2410
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
|
|
2411
|
-
</div>
|
|
2412
|
-
<div style="margin-bottom: 10px;">
|
|
2413
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
|
|
2414
|
-
</div>
|
|
2415
|
-
<div>
|
|
2416
|
-
<img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
|
|
2417
|
-
</div>
|
|
2418
|
-
</div>
|
|
2419
|
-
</div>
|
|
2420
|
-
<script src="scripts/linenumber.js"> </script>
|
|
2421
|
-
|
|
2422
|
-
<script src="scripts/search.js"> </script>
|
|
2423
|
-
|
|
2424
|
-
<script src="scripts/sideBar.js"> </script>
|
|
2425
|
-
</body>
|
|
2426
|
-
</html>
|
|
2268
|
+
</section>
|