@vertigis/arcgis-extensions 34.2.2 → 34.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/html/assets/js/search.js +1 -1
- package/docs/html/classes/mapping__layerextension.layerextension.html +3 -0
- package/docs/html/classes/mapping_mapextension.mapextension.html +58 -58
- package/docs/html/classes/mapping_mapimagelayerextension.mapimagelayerextension.html +5 -5
- package/docs/html/classes/mapping_support_defaultlayerextensionfactory.defaultlayerextensionfactory.html +3 -3
- package/docs/html/classes/mapping_unsupportedlayerextension.unsupportedlayerextension.html +3442 -0
- package/docs/html/index.html +3 -0
- package/docs/html/interfaces/mapping_mapextension.mapextensionproperties.html +21 -21
- package/docs/html/interfaces/mapping_mapextension.tableextensioncollection.html +3 -3
- package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +7 -7
- package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +3 -3
- package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +48 -48
- package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +8 -8
- package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +9 -9
- package/docs/html/interfaces/portal_layerdefinition.orderbyclause.html +3 -3
- package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +4 -4
- package/docs/html/modules/mapping_mapextension.html +5 -5
- package/docs/html/modules/mapping_unsupportedlayerextension.html +130 -0
- package/docs/html/modules/portal_drawinginfo.drawinginfo.html +2 -2
- package/docs/html/modules/portal_layerdefinition.html +2 -2
- package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
- package/docs/html/modules/utilities__layers.html +16 -16
- package/docs/html/modules/utilities_extensions.html +14 -14
- package/docs/html/modules/version.html +1 -1
- package/docs/html/modules.html +4 -0
- package/mapping/MapExtension.js +1 -1
- package/mapping/MapImageLayerExtension.js +1 -1
- package/mapping/UnsupportedLayerExtension.d.ts +15 -0
- package/mapping/UnsupportedLayerExtension.js +1 -0
- package/mapping/support/DefaultLayerExtensionFactory.js +1 -1
- package/package.json +3 -3
- package/portal/DrawingInfo.js +1 -1
- package/portal/LayerBase.js +1 -1
- package/portal/LayerDefinition.js +1 -1
- package/support/_query.js +1 -1
- package/tasks/identify/FeatureLayer3DHitTestIdentifyProvider.js +1 -1
- package/utilities/_layers.d.ts +8 -9
- package/utilities/_layers.js +1 -1
- package/utilities/extensions.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class="tsd-signature tsd-kind-icon">Feature<wbr>Source<wbr>Predicate<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_featuresource.featuresource.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureSource</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">boolean</span></div>
|
|
102
102
|
<aside class="tsd-sources">
|
|
103
103
|
<ul>
|
|
104
|
-
<li>Defined in src/mapping/MapExtension.ts:
|
|
104
|
+
<li>Defined in src/mapping/MapExtension.ts:2608</li>
|
|
105
105
|
</ul>
|
|
106
106
|
</aside>
|
|
107
107
|
<div class="tsd-comment tsd-typography">
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
<div class="tsd-signature tsd-kind-icon">Map<wbr>Properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/portal_webmap.webmap-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebMap</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/portal_webscene.webscene-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebScene</a><span class="tsd-signature-symbol">></span></div>
|
|
138
138
|
<aside class="tsd-sources">
|
|
139
139
|
<ul>
|
|
140
|
-
<li>Defined in src/mapping/MapExtension.ts:
|
|
140
|
+
<li>Defined in src/mapping/MapExtension.ts:241</li>
|
|
141
141
|
</ul>
|
|
142
142
|
</aside>
|
|
143
143
|
<div class="tsd-comment tsd-typography">
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
<div class="tsd-signature tsd-kind-icon">View<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"map"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"scene"</span></div>
|
|
153
153
|
<aside class="tsd-sources">
|
|
154
154
|
<ul>
|
|
155
|
-
<li>Defined in src/mapping/MapExtension.ts:
|
|
155
|
+
<li>Defined in src/mapping/MapExtension.ts:116</li>
|
|
156
156
|
</ul>
|
|
157
157
|
</aside>
|
|
158
158
|
<div class="tsd-comment tsd-typography">
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
<div class="tsd-signature tsd-kind-icon">Web<wbr>Map<wbr>Like<span class="tsd-signature-symbol">:</span> <a href="utilities_portal.html#portalitemlike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_webmap.webmap-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebMap</a></div>
|
|
168
168
|
<aside class="tsd-sources">
|
|
169
169
|
<ul>
|
|
170
|
-
<li>Defined in src/mapping/MapExtension.ts:
|
|
170
|
+
<li>Defined in src/mapping/MapExtension.ts:106</li>
|
|
171
171
|
</ul>
|
|
172
172
|
</aside>
|
|
173
173
|
<div class="tsd-comment tsd-typography">
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
<div class="tsd-signature tsd-kind-icon">Web<wbr>Scene<wbr>Like<span class="tsd-signature-symbol">:</span> <a href="utilities_portal.html#portalitemlike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_webscene.webscene-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebScene</a></div>
|
|
183
183
|
<aside class="tsd-sources">
|
|
184
184
|
<ul>
|
|
185
|
-
<li>Defined in src/mapping/MapExtension.ts:
|
|
185
|
+
<li>Defined in src/mapping/MapExtension.ts:111</li>
|
|
186
186
|
</ul>
|
|
187
187
|
</aside>
|
|
188
188
|
<div class="tsd-comment tsd-typography">
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="default no-js">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<title>mapping/UnsupportedLayerExtension | @vertigis/arcgis-extensions</title>
|
|
7
|
+
<meta name="description" content="Documentation for @vertigis/arcgis-extensions">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
+
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
+
</head>
|
|
12
|
+
<body>
|
|
13
|
+
<header>
|
|
14
|
+
<div class="tsd-page-toolbar">
|
|
15
|
+
<div class="container">
|
|
16
|
+
<div class="table-wrap">
|
|
17
|
+
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
+
<div class="field">
|
|
19
|
+
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
+
<input id="tsd-search-field" type="text" />
|
|
21
|
+
</div>
|
|
22
|
+
<ul class="results">
|
|
23
|
+
<li class="state loading">Preparing search index...</li>
|
|
24
|
+
<li class="state failure">The search index is not available</li>
|
|
25
|
+
</ul>
|
|
26
|
+
<a href="../index.html" class="title">@vertigis/arcgis-extensions</a>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="table-cell" id="tsd-widgets">
|
|
29
|
+
<div id="tsd-filter">
|
|
30
|
+
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
+
<div class="tsd-filter-group">
|
|
32
|
+
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
+
<span class="tsd-select-label">All</span>
|
|
34
|
+
<ul class="tsd-select-list">
|
|
35
|
+
<li data-value="public">Public</li>
|
|
36
|
+
<li data-value="protected">Public/Protected</li>
|
|
37
|
+
<li data-value="private" class="selected">All</li>
|
|
38
|
+
</ul>
|
|
39
|
+
</div>
|
|
40
|
+
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
+
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
<div class="tsd-page-title">
|
|
50
|
+
<div class="container">
|
|
51
|
+
<ul class="tsd-breadcrumb">
|
|
52
|
+
<li>
|
|
53
|
+
<a href="../modules.html">@vertigis/arcgis-extensions</a>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<a href="mapping_unsupportedlayerextension.html">mapping/UnsupportedLayerExtension</a>
|
|
57
|
+
</li>
|
|
58
|
+
</ul>
|
|
59
|
+
<h1>Module mapping/UnsupportedLayerExtension</h1>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</header>
|
|
63
|
+
<div class="container container-main">
|
|
64
|
+
<div class="row">
|
|
65
|
+
<div class="col-8 col-content">
|
|
66
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
67
|
+
<h2>Index</h2>
|
|
68
|
+
<section class="tsd-panel tsd-index-panel">
|
|
69
|
+
<div class="tsd-index-content">
|
|
70
|
+
<section class="tsd-index-section ">
|
|
71
|
+
<h3>Classes</h3>
|
|
72
|
+
<ul class="tsd-index-list">
|
|
73
|
+
<li class="tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-kind-icon">Unsupported<wbr>Layer<wbr>Extension</a></li>
|
|
74
|
+
</ul>
|
|
75
|
+
</section>
|
|
76
|
+
</div>
|
|
77
|
+
</section>
|
|
78
|
+
</section>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
81
|
+
<nav class="tsd-navigation primary">
|
|
82
|
+
<ul>
|
|
83
|
+
<li class=" ">
|
|
84
|
+
<a href="../modules.html">Exports</a>
|
|
85
|
+
</li>
|
|
86
|
+
<li class="current tsd-kind-module">
|
|
87
|
+
<a href="mapping_unsupportedlayerextension.html">mapping/<wbr>Unsupported<wbr>Layer<wbr>Extension</a>
|
|
88
|
+
</li>
|
|
89
|
+
</ul>
|
|
90
|
+
</nav>
|
|
91
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
92
|
+
<ul class="before-current">
|
|
93
|
+
<li class=" tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter">
|
|
94
|
+
<a href="../classes/mapping_unsupportedlayerextension.unsupportedlayerextension.html" class="tsd-kind-icon">Unsupported<wbr>Layer<wbr>Extension</a>
|
|
95
|
+
</li>
|
|
96
|
+
</ul>
|
|
97
|
+
</nav>
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
<footer>
|
|
102
|
+
<div class="container">
|
|
103
|
+
<h2>Legend</h2>
|
|
104
|
+
<div class="tsd-legend-group">
|
|
105
|
+
<ul class="tsd-legend">
|
|
106
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
107
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
108
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
109
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
110
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
111
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
112
|
+
</ul>
|
|
113
|
+
<ul class="tsd-legend">
|
|
114
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
115
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
116
|
+
</ul>
|
|
117
|
+
<ul class="tsd-legend">
|
|
118
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
119
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
120
|
+
</ul>
|
|
121
|
+
<ul class="tsd-legend">
|
|
122
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
123
|
+
</ul>
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</footer>
|
|
127
|
+
<div class="overlay"></div>
|
|
128
|
+
<script src="../assets/js/main.js"></script>
|
|
129
|
+
</body>
|
|
130
|
+
</html>
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
<li class="tsd-description">
|
|
93
93
|
<aside class="tsd-sources">
|
|
94
94
|
<ul>
|
|
95
|
-
<li>Defined in src/portal/DrawingInfo.ts:
|
|
95
|
+
<li>Defined in src/portal/DrawingInfo.ts:35</li>
|
|
96
96
|
</ul>
|
|
97
97
|
</aside>
|
|
98
98
|
<div class="tsd-comment tsd-typography">
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
<li class="tsd-description">
|
|
131
131
|
<aside class="tsd-sources">
|
|
132
132
|
<ul>
|
|
133
|
-
<li>Defined in src/portal/DrawingInfo.ts:
|
|
133
|
+
<li>Defined in src/portal/DrawingInfo.ts:101</li>
|
|
134
134
|
</ul>
|
|
135
135
|
</aside>
|
|
136
136
|
<div class="tsd-comment tsd-typography">
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
<div class="tsd-signature tsd-kind-icon">Html<wbr>Popup<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"esriServerHTMLPopupTypeAsHTMLText"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriServerHTMLPopupTypeAsURL"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriServerHTMLPopupTypeNone"</span></div>
|
|
104
104
|
<aside class="tsd-sources">
|
|
105
105
|
<ul>
|
|
106
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
106
|
+
<li>Defined in src/portal/LayerDefinition.ts:909</li>
|
|
107
107
|
</ul>
|
|
108
108
|
</aside>
|
|
109
109
|
<div class="tsd-comment tsd-typography">
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<div class="tsd-signature tsd-kind-icon">Temporal<wbr>Unit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"esriTimeUnitsCenturies"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsDays"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsDecades"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsHours"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsMilliseconds"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsMinutes"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsMonths"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsSeconds"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsUnknown"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsWeeks"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsYears"</span></div>
|
|
119
119
|
<aside class="tsd-sources">
|
|
120
120
|
<ul>
|
|
121
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
121
|
+
<li>Defined in src/portal/LayerDefinition.ts:893</li>
|
|
122
122
|
</ul>
|
|
123
123
|
</aside>
|
|
124
124
|
<div class="tsd-comment tsd-typography">
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
<div class="tsd-signature tsd-kind-icon">ADD<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Add"</span><span class="tsd-signature-symbol"> = "Add"</span></div>
|
|
105
105
|
<aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
107
|
+
<li>Defined in src/portal/LayerDefinition.ts:944</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</aside>
|
|
110
110
|
<div class="tsd-comment tsd-typography">
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
<div class="tsd-signature tsd-kind-icon">DELETE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Delete"</span><span class="tsd-signature-symbol"> = "Delete"</span></div>
|
|
120
120
|
<aside class="tsd-sources">
|
|
121
121
|
<ul>
|
|
122
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
122
|
+
<li>Defined in src/portal/LayerDefinition.ts:949</li>
|
|
123
123
|
</ul>
|
|
124
124
|
</aside>
|
|
125
125
|
<div class="tsd-comment tsd-typography">
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
<div class="tsd-signature tsd-kind-icon">EDITING<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Editing"</span><span class="tsd-signature-symbol"> = "Editing"</span></div>
|
|
135
135
|
<aside class="tsd-sources">
|
|
136
136
|
<ul>
|
|
137
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
137
|
+
<li>Defined in src/portal/LayerDefinition.ts:954</li>
|
|
138
138
|
</ul>
|
|
139
139
|
</aside>
|
|
140
140
|
<div class="tsd-comment tsd-typography">
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
<div class="tsd-signature tsd-kind-icon">QUERY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Query"</span><span class="tsd-signature-symbol"> = "Query"</span></div>
|
|
150
150
|
<aside class="tsd-sources">
|
|
151
151
|
<ul>
|
|
152
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
152
|
+
<li>Defined in src/portal/LayerDefinition.ts:959</li>
|
|
153
153
|
</ul>
|
|
154
154
|
</aside>
|
|
155
155
|
<div class="tsd-comment tsd-typography">
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
<div class="tsd-signature tsd-kind-icon">UPDATE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"Update"</span><span class="tsd-signature-symbol"> = "Update"</span></div>
|
|
165
165
|
<aside class="tsd-sources">
|
|
166
166
|
<ul>
|
|
167
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
167
|
+
<li>Defined in src/portal/LayerDefinition.ts:964</li>
|
|
168
168
|
</ul>
|
|
169
169
|
</aside>
|
|
170
170
|
<div class="tsd-comment tsd-typography">
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
<li class="tsd-description">
|
|
187
187
|
<aside class="tsd-sources">
|
|
188
188
|
<ul>
|
|
189
|
-
<li>Defined in src/portal/LayerDefinition.ts:
|
|
189
|
+
<li>Defined in src/portal/LayerDefinition.ts:972</li>
|
|
190
190
|
</ul>
|
|
191
191
|
</aside>
|
|
192
192
|
<div class="tsd-comment tsd-typography">
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
<a name="isbuildingcomponentsublayer" class="tsd-anchor"></a>
|
|
187
187
|
<h3>is<wbr>Building<wbr>Component<wbr>Sublayer</h3>
|
|
188
188
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
189
|
-
<li class="tsd-signature tsd-kind-icon">is<wbr>Building<wbr>Component<wbr>Sublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><
|
|
189
|
+
<li class="tsd-signature tsd-kind-icon">is<wbr>Building<wbr>Component<wbr>Sublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">sublayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">BuildingComponentSublayer</span></li>
|
|
190
190
|
</ul>
|
|
191
191
|
<ul class="tsd-descriptions">
|
|
192
192
|
<li class="tsd-description">
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
204
204
|
<ul class="tsd-parameters">
|
|
205
205
|
<li>
|
|
206
|
-
<h5>sublayer: <
|
|
206
|
+
<h5>sublayer: <span class="tsd-signature-type">unknown</span></h5>
|
|
207
207
|
<div class="tsd-comment tsd-typography">
|
|
208
208
|
<p>The sublayer to check.</p>
|
|
209
209
|
</div>
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
<a name="isbuildinggroupsublayer" class="tsd-anchor"></a>
|
|
218
218
|
<h3>is<wbr>Building<wbr>Group<wbr>Sublayer</h3>
|
|
219
219
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
220
|
-
<li class="tsd-signature tsd-kind-icon">is<wbr>Building<wbr>Group<wbr>Sublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><
|
|
220
|
+
<li class="tsd-signature tsd-kind-icon">is<wbr>Building<wbr>Group<wbr>Sublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">sublayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">BuildingGroupSublayer</span></li>
|
|
221
221
|
</ul>
|
|
222
222
|
<ul class="tsd-descriptions">
|
|
223
223
|
<li class="tsd-description">
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
235
235
|
<ul class="tsd-parameters">
|
|
236
236
|
<li>
|
|
237
|
-
<h5>sublayer: <
|
|
237
|
+
<h5>sublayer: <span class="tsd-signature-type">unknown</span></h5>
|
|
238
238
|
<div class="tsd-comment tsd-typography">
|
|
239
239
|
<p>The sublayer to check.</p>
|
|
240
240
|
</div>
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
<a name="iskmlsublayer" class="tsd-anchor"></a>
|
|
621
621
|
<h3>isKMLSublayer</h3>
|
|
622
622
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
623
|
-
<li class="tsd-signature tsd-kind-icon">isKMLSublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><
|
|
623
|
+
<li class="tsd-signature tsd-kind-icon">isKMLSublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">sublayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">KMLSublayer</span></li>
|
|
624
624
|
</ul>
|
|
625
625
|
<ul class="tsd-descriptions">
|
|
626
626
|
<li class="tsd-description">
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
638
638
|
<ul class="tsd-parameters">
|
|
639
639
|
<li>
|
|
640
|
-
<h5>sublayer: <
|
|
640
|
+
<h5>sublayer: <span class="tsd-signature-type">unknown</span></h5>
|
|
641
641
|
<div class="tsd-comment tsd-typography">
|
|
642
642
|
<p>The sublayer to check.</p>
|
|
643
643
|
</div>
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
<a name="islayerwithlegendenabledproperty" class="tsd-anchor"></a>
|
|
683
683
|
<h3>is<wbr>Layer<wbr>With<wbr>Legend<wbr>Enabled<wbr>Property</h3>
|
|
684
684
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
685
|
-
<li class="tsd-signature tsd-kind-icon">is<wbr>Layer<wbr>With<wbr>Legend<wbr>Enabled<wbr>Property<span class="tsd-signature-symbol">(</span>layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">
|
|
685
|
+
<li class="tsd-signature tsd-kind-icon">is<wbr>Layer<wbr>With<wbr>Legend<wbr>Enabled<wbr>Property<span class="tsd-signature-symbol">(</span>layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">layer</span><span class="tsd-signature-symbol"> is </span><a href="../interfaces/portal__layerhelper.layerwithlegendenabledproperty.html" class="tsd-signature-type" data-tsd-kind="Interface">LayerWithLegendEnabledProperty</a></li>
|
|
686
686
|
</ul>
|
|
687
687
|
<ul class="tsd-descriptions">
|
|
688
688
|
<li class="tsd-description">
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
701
701
|
<ul class="tsd-parameters">
|
|
702
702
|
<li>
|
|
703
|
-
<h5>layer: <span class="tsd-signature-type">
|
|
703
|
+
<h5>layer: <span class="tsd-signature-type">unknown</span></h5>
|
|
704
704
|
<div class="tsd-comment tsd-typography">
|
|
705
705
|
<p>The layer to interrogate.</p>
|
|
706
706
|
</div>
|
|
@@ -745,7 +745,7 @@
|
|
|
745
745
|
<a name="ismapimagesublayer" class="tsd-anchor"></a>
|
|
746
746
|
<h3>is<wbr>Map<wbr>Image<wbr>Sublayer</h3>
|
|
747
747
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
748
|
-
<li class="tsd-signature tsd-kind-icon">is<wbr>Map<wbr>Image<wbr>Sublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><
|
|
748
|
+
<li class="tsd-signature tsd-kind-icon">is<wbr>Map<wbr>Image<wbr>Sublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">sublayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">Sublayer</span></li>
|
|
749
749
|
</ul>
|
|
750
750
|
<ul class="tsd-descriptions">
|
|
751
751
|
<li class="tsd-description">
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
763
763
|
<ul class="tsd-parameters">
|
|
764
764
|
<li>
|
|
765
|
-
<h5>sublayer: <
|
|
765
|
+
<h5>sublayer: <span class="tsd-signature-type">unknown</span></h5>
|
|
766
766
|
<div class="tsd-comment tsd-typography">
|
|
767
767
|
<p>The sublayer to check.</p>
|
|
768
768
|
</div>
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
<a name="istiledimageservicelayer" class="tsd-anchor"></a>
|
|
932
932
|
<h3>is<wbr>Tiled<wbr>Image<wbr>Service<wbr>Layer</h3>
|
|
933
933
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
934
|
-
<li class="tsd-signature tsd-kind-icon">is<wbr>Tiled<wbr>Image<wbr>Service<wbr>Layer<span class="tsd-signature-symbol">(</span>layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">
|
|
934
|
+
<li class="tsd-signature tsd-kind-icon">is<wbr>Tiled<wbr>Image<wbr>Service<wbr>Layer<span class="tsd-signature-symbol">(</span>layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">layer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">TileLayer</span></li>
|
|
935
935
|
</ul>
|
|
936
936
|
<ul class="tsd-descriptions">
|
|
937
937
|
<li class="tsd-description">
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
</div>
|
|
955
955
|
</li>
|
|
956
956
|
</ul>
|
|
957
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">
|
|
957
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">layer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">TileLayer</span></h4>
|
|
958
958
|
</li>
|
|
959
959
|
</ul>
|
|
960
960
|
</section>
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
<a name="iswmssublayer" class="tsd-anchor"></a>
|
|
1056
1056
|
<h3>isWMSSublayer</h3>
|
|
1057
1057
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
1058
|
-
<li class="tsd-signature tsd-kind-icon">isWMSSublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><
|
|
1058
|
+
<li class="tsd-signature tsd-kind-icon">isWMSSublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">sublayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">WMSSublayer</span></li>
|
|
1059
1059
|
</ul>
|
|
1060
1060
|
<ul class="tsd-descriptions">
|
|
1061
1061
|
<li class="tsd-description">
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1073
1073
|
<ul class="tsd-parameters">
|
|
1074
1074
|
<li>
|
|
1075
|
-
<h5>sublayer: <
|
|
1075
|
+
<h5>sublayer: <span class="tsd-signature-type">unknown</span></h5>
|
|
1076
1076
|
<div class="tsd-comment tsd-typography">
|
|
1077
1077
|
<p>The sublayer to check.</p>
|
|
1078
1078
|
</div>
|
|
@@ -1117,7 +1117,7 @@
|
|
|
1117
1117
|
<a name="iswmtssublayer" class="tsd-anchor"></a>
|
|
1118
1118
|
<h3>isWMTSSublayer</h3>
|
|
1119
1119
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
1120
|
-
<li class="tsd-signature tsd-kind-icon">isWMTSSublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><
|
|
1120
|
+
<li class="tsd-signature tsd-kind-icon">isWMTSSublayer<span class="tsd-signature-symbol">(</span>sublayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">sublayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">WMTSSublayer</span></li>
|
|
1121
1121
|
</ul>
|
|
1122
1122
|
<ul class="tsd-descriptions">
|
|
1123
1123
|
<li class="tsd-description">
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1135
1135
|
<ul class="tsd-parameters">
|
|
1136
1136
|
<li>
|
|
1137
|
-
<h5>sublayer: <
|
|
1137
|
+
<h5>sublayer: <span class="tsd-signature-type">unknown</span></h5>
|
|
1138
1138
|
<div class="tsd-comment tsd-typography">
|
|
1139
1139
|
<p>The sublayer to check.</p>
|
|
1140
1140
|
</div>
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
<li class="tsd-description">
|
|
136
136
|
<aside class="tsd-sources">
|
|
137
137
|
<ul>
|
|
138
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
138
|
+
<li>Defined in src/utilities/extensions.ts:243</li>
|
|
139
139
|
</ul>
|
|
140
140
|
</aside>
|
|
141
141
|
<div class="tsd-comment tsd-typography">
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<li class="tsd-description">
|
|
167
167
|
<aside class="tsd-sources">
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
169
|
+
<li>Defined in src/utilities/extensions.ts:90</li>
|
|
170
170
|
</ul>
|
|
171
171
|
</aside>
|
|
172
172
|
<div class="tsd-comment tsd-typography">
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
<li class="tsd-description">
|
|
198
198
|
<aside class="tsd-sources">
|
|
199
199
|
<ul>
|
|
200
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
200
|
+
<li>Defined in src/utilities/extensions.ts:76</li>
|
|
201
201
|
</ul>
|
|
202
202
|
</aside>
|
|
203
203
|
<div class="tsd-comment tsd-typography">
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
<li class="tsd-description">
|
|
260
260
|
<aside class="tsd-sources">
|
|
261
261
|
<ul>
|
|
262
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
262
|
+
<li>Defined in src/utilities/extensions.ts:102</li>
|
|
263
263
|
</ul>
|
|
264
264
|
</aside>
|
|
265
265
|
<div class="tsd-comment tsd-typography">
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
<li class="tsd-description">
|
|
322
322
|
<aside class="tsd-sources">
|
|
323
323
|
<ul>
|
|
324
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
324
|
+
<li>Defined in src/utilities/extensions.ts:114</li>
|
|
325
325
|
</ul>
|
|
326
326
|
</aside>
|
|
327
327
|
<div class="tsd-comment tsd-typography">
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
<li class="tsd-description">
|
|
353
353
|
<aside class="tsd-sources">
|
|
354
354
|
<ul>
|
|
355
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
355
|
+
<li>Defined in src/utilities/extensions.ts:231</li>
|
|
356
356
|
</ul>
|
|
357
357
|
</aside>
|
|
358
358
|
<div class="tsd-comment tsd-typography">
|
|
@@ -383,7 +383,7 @@
|
|
|
383
383
|
<li class="tsd-description">
|
|
384
384
|
<aside class="tsd-sources">
|
|
385
385
|
<ul>
|
|
386
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
386
|
+
<li>Defined in src/utilities/extensions.ts:152</li>
|
|
387
387
|
</ul>
|
|
388
388
|
</aside>
|
|
389
389
|
<div class="tsd-comment tsd-typography">
|
|
@@ -414,7 +414,7 @@
|
|
|
414
414
|
<li class="tsd-description">
|
|
415
415
|
<aside class="tsd-sources">
|
|
416
416
|
<ul>
|
|
417
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
417
|
+
<li>Defined in src/utilities/extensions.ts:203</li>
|
|
418
418
|
</ul>
|
|
419
419
|
</aside>
|
|
420
420
|
<div class="tsd-comment tsd-typography">
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
<li class="tsd-description">
|
|
446
446
|
<aside class="tsd-sources">
|
|
447
447
|
<ul>
|
|
448
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
448
|
+
<li>Defined in src/utilities/extensions.ts:127</li>
|
|
449
449
|
</ul>
|
|
450
450
|
</aside>
|
|
451
451
|
<div class="tsd-comment tsd-typography">
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
<li class="tsd-description">
|
|
477
477
|
<aside class="tsd-sources">
|
|
478
478
|
<ul>
|
|
479
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
479
|
+
<li>Defined in src/utilities/extensions.ts:140</li>
|
|
480
480
|
</ul>
|
|
481
481
|
</aside>
|
|
482
482
|
<div class="tsd-comment tsd-typography">
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
<li class="tsd-description">
|
|
508
508
|
<aside class="tsd-sources">
|
|
509
509
|
<ul>
|
|
510
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
510
|
+
<li>Defined in src/utilities/extensions.ts:165</li>
|
|
511
511
|
</ul>
|
|
512
512
|
</aside>
|
|
513
513
|
<div class="tsd-comment tsd-typography">
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
<li class="tsd-description">
|
|
539
539
|
<aside class="tsd-sources">
|
|
540
540
|
<ul>
|
|
541
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
541
|
+
<li>Defined in src/utilities/extensions.ts:178</li>
|
|
542
542
|
</ul>
|
|
543
543
|
</aside>
|
|
544
544
|
<div class="tsd-comment tsd-typography">
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
<li class="tsd-description">
|
|
570
570
|
<aside class="tsd-sources">
|
|
571
571
|
<ul>
|
|
572
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
572
|
+
<li>Defined in src/utilities/extensions.ts:190</li>
|
|
573
573
|
</ul>
|
|
574
574
|
</aside>
|
|
575
575
|
<div class="tsd-comment tsd-typography">
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
<li class="tsd-description">
|
|
601
601
|
<aside class="tsd-sources">
|
|
602
602
|
<ul>
|
|
603
|
-
<li>Defined in src/utilities/extensions.ts:
|
|
603
|
+
<li>Defined in src/utilities/extensions.ts:218</li>
|
|
604
604
|
</ul>
|
|
605
605
|
</aside>
|
|
606
606
|
<div class="tsd-comment tsd-typography">
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
|
|
82
82
|
<a name="version-1" class="tsd-anchor"></a>
|
|
83
83
|
<h3><span class="tsd-flag ts-flagConst">Const</span> version</h3>
|
|
84
|
-
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"34.
|
|
84
|
+
<div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"34.3.1"</span><span class="tsd-signature-symbol"> = "34.3.1"</span></div>
|
|
85
85
|
<aside class="tsd-sources">
|
|
86
86
|
<ul>
|
|
87
87
|
<li>Defined in src/version.ts:4</li>
|
package/docs/html/modules.html
CHANGED
|
@@ -156,6 +156,7 @@
|
|
|
156
156
|
<li class="tsd-kind-module"><a href="modules/mapping_sublayerextension.html" class="tsd-kind-icon">mapping/<wbr>Sublayer<wbr>Extension</a></li>
|
|
157
157
|
<li class="tsd-kind-module"><a href="modules/mapping_tilelayerextension.html" class="tsd-kind-icon">mapping/<wbr>Tile<wbr>Layer<wbr>Extension</a></li>
|
|
158
158
|
<li class="tsd-kind-module"><a href="modules/mapping_tilesublayerextension.html" class="tsd-kind-icon">mapping/<wbr>Tile<wbr>Sublayer<wbr>Extension</a></li>
|
|
159
|
+
<li class="tsd-kind-module"><a href="modules/mapping_unsupportedlayerextension.html" class="tsd-kind-icon">mapping/<wbr>Unsupported<wbr>Layer<wbr>Extension</a></li>
|
|
159
160
|
<li class="tsd-kind-module"><a href="modules/mapping_vectortilelayerextension.html" class="tsd-kind-icon">mapping/<wbr>Vector<wbr>Tile<wbr>Layer<wbr>Extension</a></li>
|
|
160
161
|
<li class="tsd-kind-module"><a href="modules/mapping_wmslayerextension.html" class="tsd-kind-icon">mapping/WMSLayer<wbr>Extension</a></li>
|
|
161
162
|
<li class="tsd-kind-module"><a href="modules/mapping_wmssublayerextension.html" class="tsd-kind-icon">mapping/WMSSublayer<wbr>Extension</a></li>
|
|
@@ -749,6 +750,9 @@
|
|
|
749
750
|
<li class=" tsd-kind-module">
|
|
750
751
|
<a href="modules/mapping_tilesublayerextension.html">mapping/<wbr>Tile<wbr>Sublayer<wbr>Extension</a>
|
|
751
752
|
</li>
|
|
753
|
+
<li class=" tsd-kind-module">
|
|
754
|
+
<a href="modules/mapping_unsupportedlayerextension.html">mapping/<wbr>Unsupported<wbr>Layer<wbr>Extension</a>
|
|
755
|
+
</li>
|
|
752
756
|
<li class=" tsd-kind-module">
|
|
753
757
|
<a href="modules/mapping_vectortilelayerextension.html">mapping/<wbr>Vector<wbr>Tile<wbr>Layer<wbr>Extension</a>
|
|
754
758
|
</li>
|