@vertigis/arcgis-extensions 34.3.1 → 34.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/declarations/arcgis-js-api-extensions/index.d.ts +4 -0
- package/docs/html/assets/js/search.js +1 -1
- package/docs/html/classes/tasks_identify_imagerylayeridentifyprovider.imagerylayeridentifyprovider.html +3 -3
- package/docs/html/enums/support_esri.wellknownbasemap.html +21 -21
- 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/interfaces/portal_popupinfo.orderbyfields.html +2 -2
- package/docs/html/interfaces/portal_popupinfo.popupelement.html +5 -5
- package/docs/html/interfaces/portal_popupinfo.popupinfo-1.html +8 -8
- package/docs/html/interfaces/portal_popupinfo.relatedrecordsinfo.html +2 -2
- package/docs/html/interfaces/portal_webmap.webmap-1.html +16 -16
- package/docs/html/interfaces/portal_widgets.floorfilter.html +20 -8
- package/docs/html/interfaces/portal_widgets.range.html +16 -4
- package/docs/html/interfaces/portal_widgets.timeslider.html +18 -6
- package/docs/html/interfaces/portal_widgets.widgets.html +16 -4
- package/docs/html/interfaces/support__restapijson.restapimapservicetimeinfo.html +341 -0
- package/docs/html/interfaces/support__restapijson.restapiservicetimeinfo.html +242 -0
- package/docs/html/interfaces/support_esri.accessorlike.html +4 -4
- package/docs/html/interfaces/support_esri.changeevent.html +4 -4
- package/docs/html/interfaces/support_esri.layerwithsublayers.html +1 -1
- package/docs/html/interfaces/support_esri.pointcloudlayercachedstatistics.html +3 -3
- package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticsfrequentvalues.html +2 -2
- package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticshistogram.html +3 -3
- package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticslabel.html +2 -2
- package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticslabels.html +1 -1
- package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticsstats.html +9 -9
- package/docs/html/interfaces/support_esri.sublayerlike.html +14 -14
- package/docs/html/interfaces/utilities__layers.timeawarelayer.html +354 -0
- package/docs/html/modules/portal_layerdefinition.html +2 -2
- package/docs/html/modules/portal_layerdefinition.layerdefinition.html +2 -2
- package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
- package/docs/html/modules/portal_popupinfo.html +1 -1
- package/docs/html/modules/portal_popupinfo.popupinfo.html +1 -1
- package/docs/html/modules/portal_webmap.webmap.html +1 -1
- package/docs/html/modules/portal_widgets.html +172 -6
- package/docs/html/modules/support__query.html +58 -0
- package/docs/html/modules/support__restapijson.html +20 -0
- package/docs/html/modules/support_esri.html +73 -31
- package/docs/html/modules/utilities__layers.html +149 -35
- package/docs/html/modules/version.html +1 -1
- package/package.json +1 -1
- package/portal/LayerDefinition.js +1 -1
- package/portal/PopupInfo.js +1 -1
- package/portal/WebMap.d.ts +1 -1
- package/portal/WebMap.js +1 -1
- package/portal/Widgets.d.ts +35 -2
- package/portal/Widgets.js +1 -1
- package/support/_query.d.ts +12 -1
- package/support/_query.js +1 -1
- package/support/_restApiJson.d.ts +38 -1
- package/support/esri.d.ts +3 -0
- package/tasks/identify/ImageryLayerIdentifyProvider.js +1 -1
- package/utilities/_layers.d.ts +46 -0
- package/utilities/_layers.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,354 @@
|
|
|
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>TimeAwareLayer | @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="../modules/utilities__layers.html">utilities/_layers</a>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<a href="utilities__layers.timeawarelayer.html">TimeAwareLayer</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface TimeAwareLayer</h1>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</header>
|
|
66
|
+
<div class="container container-main">
|
|
67
|
+
<div class="row">
|
|
68
|
+
<div class="col-8 col-content">
|
|
69
|
+
<section class="tsd-panel tsd-comment">
|
|
70
|
+
<div class="tsd-comment tsd-typography">
|
|
71
|
+
<div class="lead">
|
|
72
|
+
<p>A layer that support timeInfo.</p>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</section>
|
|
76
|
+
<section class="tsd-panel tsd-hierarchy">
|
|
77
|
+
<h3>Hierarchy</h3>
|
|
78
|
+
<ul class="tsd-hierarchy">
|
|
79
|
+
<li>
|
|
80
|
+
<span class="tsd-signature-type">Layer</span>
|
|
81
|
+
<ul class="tsd-hierarchy">
|
|
82
|
+
<li>
|
|
83
|
+
<span class="target">TimeAwareLayer</span>
|
|
84
|
+
</li>
|
|
85
|
+
</ul>
|
|
86
|
+
</li>
|
|
87
|
+
</ul>
|
|
88
|
+
</section>
|
|
89
|
+
<section class="tsd-panel-group tsd-index-group">
|
|
90
|
+
<h2>Index</h2>
|
|
91
|
+
<section class="tsd-panel tsd-index-panel">
|
|
92
|
+
<div class="tsd-index-content">
|
|
93
|
+
<section class="tsd-index-section ">
|
|
94
|
+
<h3>Properties</h3>
|
|
95
|
+
<ul class="tsd-index-list">
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="utilities__layers.timeawarelayer.html#timeextent" class="tsd-kind-icon">time<wbr>Extent</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="utilities__layers.timeawarelayer.html#timeinfo" class="tsd-kind-icon">time<wbr>Info</a></li>
|
|
98
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="utilities__layers.timeawarelayer.html#timeoffset" class="tsd-kind-icon">time<wbr>Offset</a></li>
|
|
99
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="utilities__layers.timeawarelayer.html#useviewtime" class="tsd-kind-icon">use<wbr>View<wbr>Time</a></li>
|
|
100
|
+
</ul>
|
|
101
|
+
</section>
|
|
102
|
+
</div>
|
|
103
|
+
</section>
|
|
104
|
+
</section>
|
|
105
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
106
|
+
<h2>Properties</h2>
|
|
107
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
108
|
+
<a name="timeextent" class="tsd-anchor"></a>
|
|
109
|
+
<h3>time<wbr>Extent</h3>
|
|
110
|
+
<div class="tsd-signature tsd-kind-icon">time<wbr>Extent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">TimeExtent</span></div>
|
|
111
|
+
<aside class="tsd-sources">
|
|
112
|
+
<ul>
|
|
113
|
+
<li>Defined in src/utilities/_layers.ts:875</li>
|
|
114
|
+
</ul>
|
|
115
|
+
</aside>
|
|
116
|
+
<div class="tsd-comment tsd-typography">
|
|
117
|
+
<div class="lead">
|
|
118
|
+
<p>The layer's time extent.</p>
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
</section>
|
|
122
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
123
|
+
<a name="timeinfo" class="tsd-anchor"></a>
|
|
124
|
+
<h3>time<wbr>Info</h3>
|
|
125
|
+
<div class="tsd-signature tsd-kind-icon">time<wbr>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">TimeInfo</span></div>
|
|
126
|
+
<aside class="tsd-sources">
|
|
127
|
+
<ul>
|
|
128
|
+
<li>Defined in src/utilities/_layers.ts:880</li>
|
|
129
|
+
</ul>
|
|
130
|
+
</aside>
|
|
131
|
+
<div class="tsd-comment tsd-typography">
|
|
132
|
+
<div class="lead">
|
|
133
|
+
<p>TimeInfo provides information such as date fields that store start and
|
|
134
|
+
end time for each feature and the fullTimeExtent for the layer.</p>
|
|
135
|
+
</div>
|
|
136
|
+
</div>
|
|
137
|
+
</section>
|
|
138
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
139
|
+
<a name="timeoffset" class="tsd-anchor"></a>
|
|
140
|
+
<h3>time<wbr>Offset</h3>
|
|
141
|
+
<div class="tsd-signature tsd-kind-icon">time<wbr>Offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">TimeInterval</span></div>
|
|
142
|
+
<aside class="tsd-sources">
|
|
143
|
+
<ul>
|
|
144
|
+
<li>Defined in src/utilities/_layers.ts:884</li>
|
|
145
|
+
</ul>
|
|
146
|
+
</aside>
|
|
147
|
+
<div class="tsd-comment tsd-typography">
|
|
148
|
+
<div class="lead">
|
|
149
|
+
<p>A temporary offset of the time data based on a certain TimeInterval.</p>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
</section>
|
|
153
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
154
|
+
<a name="useviewtime" class="tsd-anchor"></a>
|
|
155
|
+
<h3>use<wbr>View<wbr>Time</h3>
|
|
156
|
+
<div class="tsd-signature tsd-kind-icon">use<wbr>View<wbr>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
157
|
+
<aside class="tsd-sources">
|
|
158
|
+
<ul>
|
|
159
|
+
<li>Defined in src/utilities/_layers.ts:889</li>
|
|
160
|
+
</ul>
|
|
161
|
+
</aside>
|
|
162
|
+
<div class="tsd-comment tsd-typography">
|
|
163
|
+
<div class="lead">
|
|
164
|
+
<p>Determines if the layer will update its temporal data based on the view's
|
|
165
|
+
timeExtent.</p>
|
|
166
|
+
</div>
|
|
167
|
+
</div>
|
|
168
|
+
</section>
|
|
169
|
+
</section>
|
|
170
|
+
</div>
|
|
171
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
172
|
+
<nav class="tsd-navigation primary">
|
|
173
|
+
<ul>
|
|
174
|
+
<li class=" ">
|
|
175
|
+
<a href="../modules.html">Exports</a>
|
|
176
|
+
</li>
|
|
177
|
+
<li class="current tsd-kind-module">
|
|
178
|
+
<a href="../modules/utilities__layers.html">utilities/_<wbr>layers</a>
|
|
179
|
+
</li>
|
|
180
|
+
</ul>
|
|
181
|
+
</nav>
|
|
182
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
183
|
+
<ul class="before-current">
|
|
184
|
+
</ul>
|
|
185
|
+
<ul class="current">
|
|
186
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
187
|
+
<a href="utilities__layers.timeawarelayer.html" class="tsd-kind-icon">Time<wbr>Aware<wbr>Layer</a>
|
|
188
|
+
<ul>
|
|
189
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
190
|
+
<a href="utilities__layers.timeawarelayer.html#timeextent" class="tsd-kind-icon">time<wbr>Extent</a>
|
|
191
|
+
</li>
|
|
192
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
193
|
+
<a href="utilities__layers.timeawarelayer.html#timeinfo" class="tsd-kind-icon">time<wbr>Info</a>
|
|
194
|
+
</li>
|
|
195
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
196
|
+
<a href="utilities__layers.timeawarelayer.html#timeoffset" class="tsd-kind-icon">time<wbr>Offset</a>
|
|
197
|
+
</li>
|
|
198
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
199
|
+
<a href="utilities__layers.timeawarelayer.html#useviewtime" class="tsd-kind-icon">use<wbr>View<wbr>Time</a>
|
|
200
|
+
</li>
|
|
201
|
+
</ul>
|
|
202
|
+
</li>
|
|
203
|
+
</ul>
|
|
204
|
+
<ul class="after-current">
|
|
205
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
206
|
+
<a href="../modules/utilities__layers.html#basemapsareequivalent" class="tsd-kind-icon">basemaps<wbr>Are<wbr>Equivalent</a>
|
|
207
|
+
</li>
|
|
208
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
209
|
+
<a href="../modules/utilities__layers.html#hasmmaplayer" class="tsd-kind-icon">has<wbr>Mmap<wbr>Layer</a>
|
|
210
|
+
</li>
|
|
211
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
212
|
+
<a href="../modules/utilities__layers.html#isbuildingcomponentsublayer" class="tsd-kind-icon">is<wbr>Building<wbr>Component<wbr>Sublayer</a>
|
|
213
|
+
</li>
|
|
214
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
215
|
+
<a href="../modules/utilities__layers.html#isbuildinggroupsublayer" class="tsd-kind-icon">is<wbr>Building<wbr>Group<wbr>Sublayer</a>
|
|
216
|
+
</li>
|
|
217
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
218
|
+
<a href="../modules/utilities__layers.html#isbuildingscenelayer" class="tsd-kind-icon">is<wbr>Building<wbr>Scene<wbr>Layer</a>
|
|
219
|
+
</li>
|
|
220
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
221
|
+
<a href="../modules/utilities__layers.html#iscsvlayer" class="tsd-kind-icon">isCSVLayer</a>
|
|
222
|
+
</li>
|
|
223
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
224
|
+
<a href="../modules/utilities__layers.html#iselevationlayer" class="tsd-kind-icon">is<wbr>Elevation<wbr>Layer</a>
|
|
225
|
+
</li>
|
|
226
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
227
|
+
<a href="../modules/utilities__layers.html#isfeaturelayer" class="tsd-kind-icon">is<wbr>Feature<wbr>Layer</a>
|
|
228
|
+
</li>
|
|
229
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
230
|
+
<a href="../modules/utilities__layers.html#isfeaturelayerbase" class="tsd-kind-icon">is<wbr>Feature<wbr>Layer<wbr>Base</a>
|
|
231
|
+
</li>
|
|
232
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
233
|
+
<a href="../modules/utilities__layers.html#isgeojsonlayer" class="tsd-kind-icon">is<wbr>GeoJSONLayer</a>
|
|
234
|
+
</li>
|
|
235
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
236
|
+
<a href="../modules/utilities__layers.html#isgeorsslayer" class="tsd-kind-icon">is<wbr>Geo<wbr>Rss<wbr>Layer</a>
|
|
237
|
+
</li>
|
|
238
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
239
|
+
<a href="../modules/utilities__layers.html#isgraphicslayer" class="tsd-kind-icon">is<wbr>Graphics<wbr>Layer</a>
|
|
240
|
+
</li>
|
|
241
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
242
|
+
<a href="../modules/utilities__layers.html#isgrouplayer" class="tsd-kind-icon">is<wbr>Group<wbr>Layer</a>
|
|
243
|
+
</li>
|
|
244
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
245
|
+
<a href="../modules/utilities__layers.html#isimagerylayer" class="tsd-kind-icon">is<wbr>Imagery<wbr>Layer</a>
|
|
246
|
+
</li>
|
|
247
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
248
|
+
<a href="../modules/utilities__layers.html#isimagerytilelayer" class="tsd-kind-icon">is<wbr>Imagery<wbr>Tile<wbr>Layer</a>
|
|
249
|
+
</li>
|
|
250
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
251
|
+
<a href="../modules/utilities__layers.html#isintegratedmeshlayer" class="tsd-kind-icon">is<wbr>Integrated<wbr>Mesh<wbr>Layer</a>
|
|
252
|
+
</li>
|
|
253
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
254
|
+
<a href="../modules/utilities__layers.html#iskmllayer" class="tsd-kind-icon">isKMLLayer</a>
|
|
255
|
+
</li>
|
|
256
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
257
|
+
<a href="../modules/utilities__layers.html#iskmlsublayer" class="tsd-kind-icon">isKMLSublayer</a>
|
|
258
|
+
</li>
|
|
259
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
260
|
+
<a href="../modules/utilities__layers.html#islayer" class="tsd-kind-icon">is<wbr>Layer</a>
|
|
261
|
+
</li>
|
|
262
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
263
|
+
<a href="../modules/utilities__layers.html#islayerwithlegendenabledproperty" class="tsd-kind-icon">is<wbr>Layer<wbr>With<wbr>Legend<wbr>Enabled<wbr>Property</a>
|
|
264
|
+
</li>
|
|
265
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
266
|
+
<a href="../modules/utilities__layers.html#ismapimagelayer" class="tsd-kind-icon">is<wbr>Map<wbr>Image<wbr>Layer</a>
|
|
267
|
+
</li>
|
|
268
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
269
|
+
<a href="../modules/utilities__layers.html#ismapimagesublayer" class="tsd-kind-icon">is<wbr>Map<wbr>Image<wbr>Sublayer</a>
|
|
270
|
+
</li>
|
|
271
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
272
|
+
<a href="../modules/utilities__layers.html#isopenstreetmaplayer" class="tsd-kind-icon">is<wbr>Open<wbr>Street<wbr>Map<wbr>Layer</a>
|
|
273
|
+
</li>
|
|
274
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
275
|
+
<a href="../modules/utilities__layers.html#ispointcloudlayer" class="tsd-kind-icon">is<wbr>Point<wbr>Cloud<wbr>Layer</a>
|
|
276
|
+
</li>
|
|
277
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
278
|
+
<a href="../modules/utilities__layers.html#isscenelayer" class="tsd-kind-icon">is<wbr>Scene<wbr>Layer</a>
|
|
279
|
+
</li>
|
|
280
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
281
|
+
<a href="../modules/utilities__layers.html#isstreamlayer" class="tsd-kind-icon">is<wbr>Stream<wbr>Layer</a>
|
|
282
|
+
</li>
|
|
283
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
284
|
+
<a href="../modules/utilities__layers.html#issubtypegrouplayer" class="tsd-kind-icon">is<wbr>Subtype<wbr>Group<wbr>Layer</a>
|
|
285
|
+
</li>
|
|
286
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
287
|
+
<a href="../modules/utilities__layers.html#istilelayer" class="tsd-kind-icon">is<wbr>Tile<wbr>Layer</a>
|
|
288
|
+
</li>
|
|
289
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
290
|
+
<a href="../modules/utilities__layers.html#istiledimageservicelayer" class="tsd-kind-icon">is<wbr>Tiled<wbr>Image<wbr>Service<wbr>Layer</a>
|
|
291
|
+
</li>
|
|
292
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
293
|
+
<a href="../modules/utilities__layers.html#istiledmapservicelayer" class="tsd-kind-icon">is<wbr>Tiled<wbr>Map<wbr>Service<wbr>Layer</a>
|
|
294
|
+
</li>
|
|
295
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
296
|
+
<a href="../modules/utilities__layers.html#istimeawarelayer" class="tsd-kind-icon">is<wbr>Time<wbr>Aware<wbr>Layer</a>
|
|
297
|
+
</li>
|
|
298
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
299
|
+
<a href="../modules/utilities__layers.html#isvectortilelayer" class="tsd-kind-icon">is<wbr>Vector<wbr>Tile<wbr>Layer</a>
|
|
300
|
+
</li>
|
|
301
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
302
|
+
<a href="../modules/utilities__layers.html#iswmslayer" class="tsd-kind-icon">isWMSLayer</a>
|
|
303
|
+
</li>
|
|
304
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
305
|
+
<a href="../modules/utilities__layers.html#iswmssublayer" class="tsd-kind-icon">isWMSSublayer</a>
|
|
306
|
+
</li>
|
|
307
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
308
|
+
<a href="../modules/utilities__layers.html#iswmtslayer" class="tsd-kind-icon">isWMTSLayer</a>
|
|
309
|
+
</li>
|
|
310
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
311
|
+
<a href="../modules/utilities__layers.html#iswmtssublayer" class="tsd-kind-icon">isWMTSSublayer</a>
|
|
312
|
+
</li>
|
|
313
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
314
|
+
<a href="../modules/utilities__layers.html#iswebtilelayer" class="tsd-kind-icon">is<wbr>Web<wbr>Tile<wbr>Layer</a>
|
|
315
|
+
</li>
|
|
316
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
317
|
+
<a href="../modules/utilities__layers.html#layersareequivalent" class="tsd-kind-icon">layers<wbr>Are<wbr>Equivalent</a>
|
|
318
|
+
</li>
|
|
319
|
+
</ul>
|
|
320
|
+
</nav>
|
|
321
|
+
</div>
|
|
322
|
+
</div>
|
|
323
|
+
</div>
|
|
324
|
+
<footer>
|
|
325
|
+
<div class="container">
|
|
326
|
+
<h2>Legend</h2>
|
|
327
|
+
<div class="tsd-legend-group">
|
|
328
|
+
<ul class="tsd-legend">
|
|
329
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
330
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
331
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
332
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
333
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
334
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
335
|
+
</ul>
|
|
336
|
+
<ul class="tsd-legend">
|
|
337
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
338
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
339
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
340
|
+
</ul>
|
|
341
|
+
<ul class="tsd-legend">
|
|
342
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
343
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
344
|
+
</ul>
|
|
345
|
+
<ul class="tsd-legend">
|
|
346
|
+
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
347
|
+
</ul>
|
|
348
|
+
</div>
|
|
349
|
+
</div>
|
|
350
|
+
</footer>
|
|
351
|
+
<div class="overlay"></div>
|
|
352
|
+
<script src="../assets/js/main.js"></script>
|
|
353
|
+
</body>
|
|
354
|
+
</html>
|
|
@@ -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:919</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:903</li>
|
|
122
122
|
</ul>
|
|
123
123
|
</aside>
|
|
124
124
|
<div class="tsd-comment tsd-typography">
|
|
@@ -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/LayerDefinition.ts:
|
|
95
|
+
<li>Defined in src/portal/LayerDefinition.ts:58</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/LayerDefinition.ts:
|
|
133
|
+
<li>Defined in src/portal/LayerDefinition.ts:248</li>
|
|
134
134
|
</ul>
|
|
135
135
|
</aside>
|
|
136
136
|
<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:954</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:959</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:964</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:969</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:974</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:982</li>
|
|
190
190
|
</ul>
|
|
191
191
|
</aside>
|
|
192
192
|
<div class="tsd-comment tsd-typography">
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<div class="tsd-signature tsd-kind-icon">Popup<wbr>Element<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"attachments"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fields"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"media"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text"</span></div>
|
|
100
100
|
<aside class="tsd-sources">
|
|
101
101
|
<ul>
|
|
102
|
-
<li>Defined in src/portal/PopupInfo.ts:
|
|
102
|
+
<li>Defined in src/portal/PopupInfo.ts:171</li>
|
|
103
103
|
</ul>
|
|
104
104
|
</aside>
|
|
105
105
|
<div class="tsd-comment tsd-typography">
|