@vertigis/arcgis-extensions 34.2.3 → 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/mapping__layerextension.layerextension.html +3 -0
- package/docs/html/classes/mapping_mapextension.mapextension.html +58 -58
- package/docs/html/classes/mapping_support_defaultlayerextensionfactory.defaultlayerextensionfactory.html +3 -3
- package/docs/html/classes/mapping_unsupportedlayerextension.unsupportedlayerextension.html +3442 -0
- package/docs/html/classes/tasks_identify_imagerylayeridentifyprovider.imagerylayeridentifyprovider.html +3 -3
- package/docs/html/enums/support_esri.wellknownbasemap.html +21 -21
- 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_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/mapping_mapextension.html +5 -5
- package/docs/html/modules/mapping_unsupportedlayerextension.html +130 -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/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/UnsupportedLayerExtension.d.ts +15 -0
- package/mapping/UnsupportedLayerExtension.js +1 -0
- package/mapping/support/DefaultLayerExtensionFactory.js +1 -1
- package/package.json +1 -1
- package/portal/LayerBase.js +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/FeatureLayer3DHitTestIdentifyProvider.js +1 -1
- package/tasks/identify/ImageryLayerIdentifyProvider.js +1 -1
- package/utilities/_layers.d.ts +46 -0
- package/utilities/_layers.js +1 -1
- package/utilities/extensions.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -79,7 +79,16 @@
|
|
|
79
79
|
<section class="tsd-index-section ">
|
|
80
80
|
<h3>Type aliases</h3>
|
|
81
81
|
<ul class="tsd-index-list">
|
|
82
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="portal_widgets.html#
|
|
82
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="portal_widgets.html#timeunits" class="tsd-kind-icon">Time<wbr>Units</a></li>
|
|
83
|
+
</ul>
|
|
84
|
+
</section>
|
|
85
|
+
<section class="tsd-index-section ">
|
|
86
|
+
<h3>Functions</h3>
|
|
87
|
+
<ul class="tsd-index-list">
|
|
88
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="portal_widgets.html#applytoesriapiwidgetsobject" class="tsd-kind-icon">apply<wbr>ToEsri<wbr>Api<wbr>Widgets<wbr>Object</a></li>
|
|
89
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="portal_widgets.html#fromesriapitimeinterval" class="tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval</a></li>
|
|
90
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="portal_widgets.html#fromesriapiwidgetsobject" class="tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Widgets<wbr>Object</a></li>
|
|
91
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="portal_widgets.html#toesriapitimeinterval" class="tsd-kind-icon">to<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval</a></li>
|
|
83
92
|
</ul>
|
|
84
93
|
</section>
|
|
85
94
|
</div>
|
|
@@ -88,12 +97,12 @@
|
|
|
88
97
|
<section class="tsd-panel-group tsd-member-group ">
|
|
89
98
|
<h2>Type aliases</h2>
|
|
90
99
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
91
|
-
<a name="
|
|
92
|
-
<h3>Time<wbr>Units
|
|
93
|
-
<div class="tsd-signature tsd-kind-icon">Time<wbr>Units<
|
|
100
|
+
<a name="timeunits" class="tsd-anchor"></a>
|
|
101
|
+
<h3>Time<wbr>Units</h3>
|
|
102
|
+
<div class="tsd-signature tsd-kind-icon">Time<wbr>Units<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">"esriTimeUnitsWeeks"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"esriTimeUnitsYears"</span></div>
|
|
94
103
|
<aside class="tsd-sources">
|
|
95
104
|
<ul>
|
|
96
|
-
<li>Defined in src/portal/Widgets.ts:
|
|
105
|
+
<li>Defined in src/portal/Widgets.ts:157</li>
|
|
97
106
|
</ul>
|
|
98
107
|
</aside>
|
|
99
108
|
<div class="tsd-comment tsd-typography">
|
|
@@ -103,6 +112,151 @@
|
|
|
103
112
|
</div>
|
|
104
113
|
</section>
|
|
105
114
|
</section>
|
|
115
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
116
|
+
<h2>Functions</h2>
|
|
117
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
118
|
+
<a name="applytoesriapiwidgetsobject" class="tsd-anchor"></a>
|
|
119
|
+
<h3>apply<wbr>ToEsri<wbr>Api<wbr>Widgets<wbr>Object</h3>
|
|
120
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
121
|
+
<li class="tsd-signature tsd-kind-icon">apply<wbr>ToEsri<wbr>Api<wbr>Widgets<wbr>Object<span class="tsd-signature-symbol">(</span>portalWidgetsConfig<span class="tsd-signature-symbol">: </span><a href="../interfaces/portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a>, esriWidgetsObject<span class="tsd-signature-symbol">?: </span><a href="support_esri.html#webmapwidgetsobject" class="tsd-signature-type" data-tsd-kind="Type alias">WebMapWidgetsObject</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="support_esri.html#webmapwidgetsobject" class="tsd-signature-type" data-tsd-kind="Type alias">WebMapWidgetsObject</a></li>
|
|
122
|
+
</ul>
|
|
123
|
+
<ul class="tsd-descriptions">
|
|
124
|
+
<li class="tsd-description">
|
|
125
|
+
<aside class="tsd-sources">
|
|
126
|
+
<ul>
|
|
127
|
+
<li>Defined in src/portal/Widgets.ts:177</li>
|
|
128
|
+
</ul>
|
|
129
|
+
</aside>
|
|
130
|
+
<div class="tsd-comment tsd-typography">
|
|
131
|
+
<div class="lead">
|
|
132
|
+
<p>Applies Portal WebMapWidgets config to an ESRI JS API WebMapWidgets object.</p>
|
|
133
|
+
</div>
|
|
134
|
+
</div>
|
|
135
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
136
|
+
<ul class="tsd-parameters">
|
|
137
|
+
<li>
|
|
138
|
+
<h5>portalWidgetsConfig: <a href="../interfaces/portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a></h5>
|
|
139
|
+
<div class="tsd-comment tsd-typography">
|
|
140
|
+
<p>The portal webmap widgets config.</p>
|
|
141
|
+
</div>
|
|
142
|
+
</li>
|
|
143
|
+
<li>
|
|
144
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> esriWidgetsObject: <a href="support_esri.html#webmapwidgetsobject" class="tsd-signature-type" data-tsd-kind="Type alias">WebMapWidgetsObject</a></h5>
|
|
145
|
+
<div class="tsd-comment tsd-typography">
|
|
146
|
+
<p>The ESRI JS API WebMapWidgets object. If this
|
|
147
|
+
property is undefined or not included, a new instance will be created and
|
|
148
|
+
returned.</p>
|
|
149
|
+
</div>
|
|
150
|
+
</li>
|
|
151
|
+
</ul>
|
|
152
|
+
<h4 class="tsd-returns-title">Returns <a href="support_esri.html#webmapwidgetsobject" class="tsd-signature-type" data-tsd-kind="Type alias">WebMapWidgetsObject</a></h4>
|
|
153
|
+
</li>
|
|
154
|
+
</ul>
|
|
155
|
+
</section>
|
|
156
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
157
|
+
<a name="fromesriapitimeinterval" class="tsd-anchor"></a>
|
|
158
|
+
<h3>from<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval</h3>
|
|
159
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
160
|
+
<li class="tsd-signature tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval<span class="tsd-signature-symbol">(</span>unit<span class="tsd-signature-symbol">: </span><a href="support_esri.html#timeintervalunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeIntervalUnits</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="portal_widgets.html#timeunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeUnits</a></li>
|
|
161
|
+
</ul>
|
|
162
|
+
<ul class="tsd-descriptions">
|
|
163
|
+
<li class="tsd-description">
|
|
164
|
+
<aside class="tsd-sources">
|
|
165
|
+
<ul>
|
|
166
|
+
<li>Defined in src/portal/Widgets.ts:280</li>
|
|
167
|
+
</ul>
|
|
168
|
+
</aside>
|
|
169
|
+
<div class="tsd-comment tsd-typography">
|
|
170
|
+
<div class="lead">
|
|
171
|
+
<p>Returns the ESRI Webmap Spec TimeInterval units, given ESRI 4.x JS API
|
|
172
|
+
version of TimeInterval units.</p>
|
|
173
|
+
</div>
|
|
174
|
+
</div>
|
|
175
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
176
|
+
<ul class="tsd-parameters">
|
|
177
|
+
<li>
|
|
178
|
+
<h5>unit: <a href="support_esri.html#timeintervalunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeIntervalUnits</a></h5>
|
|
179
|
+
<div class="tsd-comment tsd-typography">
|
|
180
|
+
<p>The ESRI 4.x JS API TimeInterval units.</p>
|
|
181
|
+
</div>
|
|
182
|
+
</li>
|
|
183
|
+
</ul>
|
|
184
|
+
<h4 class="tsd-returns-title">Returns <a href="portal_widgets.html#timeunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeUnits</a></h4>
|
|
185
|
+
</li>
|
|
186
|
+
</ul>
|
|
187
|
+
</section>
|
|
188
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
189
|
+
<a name="fromesriapiwidgetsobject" class="tsd-anchor"></a>
|
|
190
|
+
<h3>from<wbr>Esri<wbr>Api<wbr>Widgets<wbr>Object</h3>
|
|
191
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
192
|
+
<li class="tsd-signature tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Widgets<wbr>Object<span class="tsd-signature-symbol">(</span>esriWidgetsObject<span class="tsd-signature-symbol">: </span><a href="support_esri.html#webmapwidgetsobject" class="tsd-signature-type" data-tsd-kind="Type alias">WebMapWidgetsObject</a>, portalWidgetsConfig<span class="tsd-signature-symbol">?: </span><a href="../interfaces/portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a></li>
|
|
193
|
+
</ul>
|
|
194
|
+
<ul class="tsd-descriptions">
|
|
195
|
+
<li class="tsd-description">
|
|
196
|
+
<aside class="tsd-sources">
|
|
197
|
+
<ul>
|
|
198
|
+
<li>Defined in src/portal/Widgets.ts:212</li>
|
|
199
|
+
</ul>
|
|
200
|
+
</aside>
|
|
201
|
+
<div class="tsd-comment tsd-typography">
|
|
202
|
+
<div class="lead">
|
|
203
|
+
<p>Applies Esri JS API WebMapWidgets object properties to a Portal WebMapWidgets
|
|
204
|
+
oject.</p>
|
|
205
|
+
</div>
|
|
206
|
+
</div>
|
|
207
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
208
|
+
<ul class="tsd-parameters">
|
|
209
|
+
<li>
|
|
210
|
+
<h5>esriWidgetsObject: <a href="support_esri.html#webmapwidgetsobject" class="tsd-signature-type" data-tsd-kind="Type alias">WebMapWidgetsObject</a></h5>
|
|
211
|
+
<div class="tsd-comment tsd-typography">
|
|
212
|
+
<p>The ESRI JS API WebMapWidgets object.</p>
|
|
213
|
+
</div>
|
|
214
|
+
</li>
|
|
215
|
+
<li>
|
|
216
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> portalWidgetsConfig: <a href="../interfaces/portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a></h5>
|
|
217
|
+
<div class="tsd-comment tsd-typography">
|
|
218
|
+
<p>The Portal webmap widgets config. If this property
|
|
219
|
+
is undefined or not included, a new isntance will be created and returned.</p>
|
|
220
|
+
</div>
|
|
221
|
+
</li>
|
|
222
|
+
</ul>
|
|
223
|
+
<h4 class="tsd-returns-title">Returns <a href="../interfaces/portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a></h4>
|
|
224
|
+
</li>
|
|
225
|
+
</ul>
|
|
226
|
+
</section>
|
|
227
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
228
|
+
<a name="toesriapitimeinterval" class="tsd-anchor"></a>
|
|
229
|
+
<h3>to<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval</h3>
|
|
230
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
231
|
+
<li class="tsd-signature tsd-kind-icon">to<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval<span class="tsd-signature-symbol">(</span>unit<span class="tsd-signature-symbol">: </span><a href="portal_widgets.html#timeunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeUnits</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="support_esri.html#timeintervalunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeIntervalUnits</a></li>
|
|
232
|
+
</ul>
|
|
233
|
+
<ul class="tsd-descriptions">
|
|
234
|
+
<li class="tsd-description">
|
|
235
|
+
<aside class="tsd-sources">
|
|
236
|
+
<ul>
|
|
237
|
+
<li>Defined in src/portal/Widgets.ts:247</li>
|
|
238
|
+
</ul>
|
|
239
|
+
</aside>
|
|
240
|
+
<div class="tsd-comment tsd-typography">
|
|
241
|
+
<div class="lead">
|
|
242
|
+
<p>Returns the ESRI 4.x JS API version of TimeInterval units, given ESRI Webmap
|
|
243
|
+
Spec TimeInterval units.</p>
|
|
244
|
+
</div>
|
|
245
|
+
</div>
|
|
246
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
247
|
+
<ul class="tsd-parameters">
|
|
248
|
+
<li>
|
|
249
|
+
<h5>unit: <a href="portal_widgets.html#timeunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeUnits</a></h5>
|
|
250
|
+
<div class="tsd-comment tsd-typography">
|
|
251
|
+
<p>The ESRI Webmap Spec TimeInterval units.</p>
|
|
252
|
+
</div>
|
|
253
|
+
</li>
|
|
254
|
+
</ul>
|
|
255
|
+
<h4 class="tsd-returns-title">Returns <a href="support_esri.html#timeintervalunits" class="tsd-signature-type" data-tsd-kind="Type alias">TimeIntervalUnits</a></h4>
|
|
256
|
+
</li>
|
|
257
|
+
</ul>
|
|
258
|
+
</section>
|
|
259
|
+
</section>
|
|
106
260
|
</div>
|
|
107
261
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
108
262
|
<nav class="tsd-navigation primary">
|
|
@@ -130,7 +284,19 @@
|
|
|
130
284
|
<a href="../interfaces/portal_widgets.widgets.html" class="tsd-kind-icon">Widgets</a>
|
|
131
285
|
</li>
|
|
132
286
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
133
|
-
<a href="portal_widgets.html#
|
|
287
|
+
<a href="portal_widgets.html#timeunits" class="tsd-kind-icon">Time<wbr>Units</a>
|
|
288
|
+
</li>
|
|
289
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
290
|
+
<a href="portal_widgets.html#applytoesriapiwidgetsobject" class="tsd-kind-icon">apply<wbr>ToEsri<wbr>Api<wbr>Widgets<wbr>Object</a>
|
|
291
|
+
</li>
|
|
292
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
293
|
+
<a href="portal_widgets.html#fromesriapitimeinterval" class="tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval</a>
|
|
294
|
+
</li>
|
|
295
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
296
|
+
<a href="portal_widgets.html#fromesriapiwidgetsobject" class="tsd-kind-icon">from<wbr>Esri<wbr>Api<wbr>Widgets<wbr>Object</a>
|
|
297
|
+
</li>
|
|
298
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
299
|
+
<a href="portal_widgets.html#toesriapitimeinterval" class="tsd-kind-icon">to<wbr>Esri<wbr>Api<wbr>Time<wbr>Interval</a>
|
|
134
300
|
</li>
|
|
135
301
|
</ul>
|
|
136
302
|
</nav>
|
|
@@ -63,6 +63,61 @@
|
|
|
63
63
|
<div class="container container-main">
|
|
64
64
|
<div class="row">
|
|
65
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>Functions</h3>
|
|
72
|
+
<ul class="tsd-index-list">
|
|
73
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="support__query.html#constrainquerytimeextenttoview" class="tsd-kind-icon">constrain<wbr>Query<wbr>Time<wbr>Extent<wbr>ToView</a></li>
|
|
74
|
+
</ul>
|
|
75
|
+
</section>
|
|
76
|
+
</div>
|
|
77
|
+
</section>
|
|
78
|
+
</section>
|
|
79
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
80
|
+
<h2>Functions</h2>
|
|
81
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
82
|
+
<a name="constrainquerytimeextenttoview" class="tsd-anchor"></a>
|
|
83
|
+
<h3>constrain<wbr>Query<wbr>Time<wbr>Extent<wbr>ToView</h3>
|
|
84
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
85
|
+
<li class="tsd-signature tsd-kind-icon">constrain<wbr>Query<wbr>Time<wbr>Extent<wbr>ToView<span class="tsd-signature-symbol">(</span>query<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Query</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ImageIdentifyParameters</span>, featureSource<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">void</span></li>
|
|
86
|
+
</ul>
|
|
87
|
+
<ul class="tsd-descriptions">
|
|
88
|
+
<li class="tsd-description">
|
|
89
|
+
<aside class="tsd-sources">
|
|
90
|
+
<ul>
|
|
91
|
+
<li>Defined in src/support/_query.ts:178</li>
|
|
92
|
+
</ul>
|
|
93
|
+
</aside>
|
|
94
|
+
<div class="tsd-comment tsd-typography">
|
|
95
|
+
<div class="lead">
|
|
96
|
+
<p>Takes a Query instance and updates its timeExtent property to be the
|
|
97
|
+
intersection of the FeatureSource.layer.timeExtent and the associated
|
|
98
|
+
MapView.timeExtent (if available).</p>
|
|
99
|
+
</div>
|
|
100
|
+
</div>
|
|
101
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
102
|
+
<ul class="tsd-parameters">
|
|
103
|
+
<li>
|
|
104
|
+
<h5>query: <span class="tsd-signature-type">Query</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">ImageIdentifyParameters</span></h5>
|
|
105
|
+
<div class="tsd-comment tsd-typography">
|
|
106
|
+
<p>The query instance.</p>
|
|
107
|
+
</div>
|
|
108
|
+
</li>
|
|
109
|
+
<li>
|
|
110
|
+
<h5>featureSource: <a href="../interfaces/data_featuresource.featuresource.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureSource</a></h5>
|
|
111
|
+
<div class="tsd-comment tsd-typography">
|
|
112
|
+
<p>The source to be queried.</p>
|
|
113
|
+
</div>
|
|
114
|
+
</li>
|
|
115
|
+
</ul>
|
|
116
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
117
|
+
</li>
|
|
118
|
+
</ul>
|
|
119
|
+
</section>
|
|
120
|
+
</section>
|
|
66
121
|
</div>
|
|
67
122
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
68
123
|
<nav class="tsd-navigation primary">
|
|
@@ -77,6 +132,9 @@
|
|
|
77
132
|
</nav>
|
|
78
133
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
79
134
|
<ul class="before-current">
|
|
135
|
+
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
136
|
+
<a href="support__query.html#constrainquerytimeextenttoview" class="tsd-kind-icon">constrain<wbr>Query<wbr>Time<wbr>Extent<wbr>ToView</a>
|
|
137
|
+
</li>
|
|
80
138
|
</ul>
|
|
81
139
|
</nav>
|
|
82
140
|
</div>
|
|
@@ -63,6 +63,20 @@
|
|
|
63
63
|
<div class="container container-main">
|
|
64
64
|
<div class="row">
|
|
65
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>Interfaces</h3>
|
|
72
|
+
<ul class="tsd-index-list">
|
|
73
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/support__restapijson.restapimapservicetimeinfo.html" class="tsd-kind-icon">Rest<wbr>Api<wbr>Map<wbr>Service<wbr>Time<wbr>Info</a></li>
|
|
74
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/support__restapijson.restapiservicetimeinfo.html" class="tsd-kind-icon">Rest<wbr>Api<wbr>Service<wbr>Time<wbr>Info</a></li>
|
|
75
|
+
</ul>
|
|
76
|
+
</section>
|
|
77
|
+
</div>
|
|
78
|
+
</section>
|
|
79
|
+
</section>
|
|
66
80
|
</div>
|
|
67
81
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
68
82
|
<nav class="tsd-navigation primary">
|
|
@@ -77,6 +91,12 @@
|
|
|
77
91
|
</nav>
|
|
78
92
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
79
93
|
<ul class="before-current">
|
|
94
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
95
|
+
<a href="../interfaces/support__restapijson.restapimapservicetimeinfo.html" class="tsd-kind-icon">Rest<wbr>Api<wbr>Map<wbr>Service<wbr>Time<wbr>Info</a>
|
|
96
|
+
</li>
|
|
97
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
98
|
+
<a href="../interfaces/support__restapijson.restapiservicetimeinfo.html" class="tsd-kind-icon">Rest<wbr>Api<wbr>Service<wbr>Time<wbr>Info</a>
|
|
99
|
+
</li>
|
|
80
100
|
</ul>
|
|
81
101
|
</nav>
|
|
82
102
|
</div>
|