@arcgis/core-adapter 4.34.0-next.12 → 4.34.0-next.121
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/LICENSE.md +1 -1
- package/README.md +2 -10
- package/dist/index.cjs +577 -162
- package/dist/index.d.cts +96 -34
- package/dist/index.d.ts +96 -34
- package/dist/index.js +577 -162
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -139,6 +139,17 @@ async function newAnalysisDirectLineMeasurementAnalysis(properties) {
|
|
|
139
139
|
const ModConstructor = await importAnalysisDirectLineMeasurementAnalysis();
|
|
140
140
|
return new ModConstructor(properties);
|
|
141
141
|
}
|
|
142
|
+
async function importAnalysisElevationProfileAnalysis() {
|
|
143
|
+
if (isAMD) {
|
|
144
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfileAnalysis");
|
|
145
|
+
}
|
|
146
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfileAnalysis.js");
|
|
147
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
148
|
+
}
|
|
149
|
+
async function newAnalysisElevationProfileAnalysis(properties) {
|
|
150
|
+
const ModConstructor = await importAnalysisElevationProfileAnalysis();
|
|
151
|
+
return new ModConstructor(properties);
|
|
152
|
+
}
|
|
142
153
|
async function importAnalysisLengthDimension() {
|
|
143
154
|
if (isAMD) {
|
|
144
155
|
return await window.$arcgis.import("esri/analysis/LengthDimension");
|
|
@@ -227,6 +238,116 @@ async function newAnalysisViewshedAnalysis(properties) {
|
|
|
227
238
|
const ModConstructor = await importAnalysisViewshedAnalysis();
|
|
228
239
|
return new ModConstructor(properties);
|
|
229
240
|
}
|
|
241
|
+
async function importAnalysisVolumeMeasurementAnalysis() {
|
|
242
|
+
if (isAMD) {
|
|
243
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurementAnalysis");
|
|
244
|
+
}
|
|
245
|
+
const module2 = await import("@arcgis/core/analysis/VolumeMeasurementAnalysis.js");
|
|
246
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
247
|
+
}
|
|
248
|
+
async function newAnalysisVolumeMeasurementAnalysis(properties) {
|
|
249
|
+
const ModConstructor = await importAnalysisVolumeMeasurementAnalysis();
|
|
250
|
+
return new ModConstructor(properties);
|
|
251
|
+
}
|
|
252
|
+
async function importAnalysisElevationProfileElevationProfileGroundLine() {
|
|
253
|
+
if (isAMD) {
|
|
254
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileGroundLine");
|
|
255
|
+
}
|
|
256
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileGroundLine.js");
|
|
257
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
258
|
+
}
|
|
259
|
+
async function newAnalysisElevationProfileElevationProfileGroundLine(properties) {
|
|
260
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileGroundLine();
|
|
261
|
+
return new ModConstructor(properties);
|
|
262
|
+
}
|
|
263
|
+
async function importAnalysisElevationProfileElevationProfileInputLine() {
|
|
264
|
+
if (isAMD) {
|
|
265
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileInputLine");
|
|
266
|
+
}
|
|
267
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileInputLine.js");
|
|
268
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
269
|
+
}
|
|
270
|
+
async function newAnalysisElevationProfileElevationProfileInputLine(properties) {
|
|
271
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileInputLine();
|
|
272
|
+
return new ModConstructor(properties);
|
|
273
|
+
}
|
|
274
|
+
async function importAnalysisElevationProfileElevationProfileLine() {
|
|
275
|
+
if (isAMD) {
|
|
276
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLine");
|
|
277
|
+
}
|
|
278
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLine.js");
|
|
279
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
280
|
+
}
|
|
281
|
+
async function newAnalysisElevationProfileElevationProfileLine(properties) {
|
|
282
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLine();
|
|
283
|
+
return new ModConstructor(properties);
|
|
284
|
+
}
|
|
285
|
+
async function importAnalysisElevationProfileElevationProfileLineChartOptions() {
|
|
286
|
+
if (isAMD) {
|
|
287
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineChartOptions");
|
|
288
|
+
}
|
|
289
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineChartOptions.js");
|
|
290
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
291
|
+
}
|
|
292
|
+
async function newAnalysisElevationProfileElevationProfileLineChartOptions(properties) {
|
|
293
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineChartOptions();
|
|
294
|
+
return new ModConstructor(properties);
|
|
295
|
+
}
|
|
296
|
+
async function importAnalysisElevationProfileElevationProfileLineViewOptions() {
|
|
297
|
+
if (isAMD) {
|
|
298
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineViewOptions");
|
|
299
|
+
}
|
|
300
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineViewOptions.js");
|
|
301
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
302
|
+
}
|
|
303
|
+
async function newAnalysisElevationProfileElevationProfileLineViewOptions(properties) {
|
|
304
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineViewOptions();
|
|
305
|
+
return new ModConstructor(properties);
|
|
306
|
+
}
|
|
307
|
+
async function importAnalysisElevationProfileElevationProfileQueryLine() {
|
|
308
|
+
if (isAMD) {
|
|
309
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileQueryLine");
|
|
310
|
+
}
|
|
311
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileQueryLine.js");
|
|
312
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
313
|
+
}
|
|
314
|
+
async function newAnalysisElevationProfileElevationProfileQueryLine(properties) {
|
|
315
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileQueryLine();
|
|
316
|
+
return new ModConstructor(properties);
|
|
317
|
+
}
|
|
318
|
+
async function importAnalysisElevationProfileElevationProfileSceneLine() {
|
|
319
|
+
if (isAMD) {
|
|
320
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileSceneLine");
|
|
321
|
+
}
|
|
322
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileSceneLine.js");
|
|
323
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
324
|
+
}
|
|
325
|
+
async function newAnalysisElevationProfileElevationProfileSceneLine(properties) {
|
|
326
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileSceneLine();
|
|
327
|
+
return new ModConstructor(properties);
|
|
328
|
+
}
|
|
329
|
+
async function importAnalysisElevationProfileElevationProfileUnits() {
|
|
330
|
+
if (isAMD) {
|
|
331
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileUnits");
|
|
332
|
+
}
|
|
333
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileUnits.js");
|
|
334
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
335
|
+
}
|
|
336
|
+
async function newAnalysisElevationProfileElevationProfileUnits(properties) {
|
|
337
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileUnits();
|
|
338
|
+
return new ModConstructor(properties);
|
|
339
|
+
}
|
|
340
|
+
async function importAnalysisElevationProfileElevationProfileViewOptions() {
|
|
341
|
+
if (isAMD) {
|
|
342
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileViewOptions");
|
|
343
|
+
}
|
|
344
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileViewOptions.js");
|
|
345
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
346
|
+
}
|
|
347
|
+
async function newAnalysisElevationProfileElevationProfileViewOptions(properties) {
|
|
348
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileViewOptions();
|
|
349
|
+
return new ModConstructor(properties);
|
|
350
|
+
}
|
|
230
351
|
async function importAnalysisSupportAnalysisOriginWebScene() {
|
|
231
352
|
if (isAMD) {
|
|
232
353
|
return await window.$arcgis.import("esri/analysis/support/AnalysisOriginWebScene");
|
|
@@ -238,6 +359,17 @@ async function newAnalysisSupportAnalysisOriginWebScene(properties) {
|
|
|
238
359
|
const ModConstructor = await importAnalysisSupportAnalysisOriginWebScene();
|
|
239
360
|
return new ModConstructor(properties);
|
|
240
361
|
}
|
|
362
|
+
async function importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions() {
|
|
363
|
+
if (isAMD) {
|
|
364
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/VolumeMeasurementCutFillOptions");
|
|
365
|
+
}
|
|
366
|
+
const module2 = await import("@arcgis/core/analysis/VolumeMeasurement/VolumeMeasurementCutFillOptions.js");
|
|
367
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
368
|
+
}
|
|
369
|
+
async function newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions(properties) {
|
|
370
|
+
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions();
|
|
371
|
+
return new ModConstructor(properties);
|
|
372
|
+
}
|
|
241
373
|
async function importCoreAccessor() {
|
|
242
374
|
if (isAMD) {
|
|
243
375
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -293,6 +425,39 @@ async function newCoreWorkersConnection() {
|
|
|
293
425
|
const ModConstructor = await importCoreWorkersConnection();
|
|
294
426
|
return new ModConstructor();
|
|
295
427
|
}
|
|
428
|
+
async function importEffectsFocusAreas() {
|
|
429
|
+
if (isAMD) {
|
|
430
|
+
return await window.$arcgis.import("esri/effects/FocusAreas");
|
|
431
|
+
}
|
|
432
|
+
const module2 = await import("@arcgis/core/effects/FocusAreas.js");
|
|
433
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
434
|
+
}
|
|
435
|
+
async function newEffectsFocusAreas(properties) {
|
|
436
|
+
const ModConstructor = await importEffectsFocusAreas();
|
|
437
|
+
return new ModConstructor(properties);
|
|
438
|
+
}
|
|
439
|
+
async function importEffectsFocusArea() {
|
|
440
|
+
if (isAMD) {
|
|
441
|
+
return await window.$arcgis.import("esri/effects/FocusArea");
|
|
442
|
+
}
|
|
443
|
+
const module2 = await import("@arcgis/core/effects/FocusArea.js");
|
|
444
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
445
|
+
}
|
|
446
|
+
async function newEffectsFocusArea(properties) {
|
|
447
|
+
const ModConstructor = await importEffectsFocusArea();
|
|
448
|
+
return new ModConstructor(properties);
|
|
449
|
+
}
|
|
450
|
+
async function importEffectsFocusAreaOutline() {
|
|
451
|
+
if (isAMD) {
|
|
452
|
+
return await window.$arcgis.import("esri/effects/FocusAreaOutline");
|
|
453
|
+
}
|
|
454
|
+
const module2 = await import("@arcgis/core/effects/FocusAreaOutline.js");
|
|
455
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
456
|
+
}
|
|
457
|
+
async function newEffectsFocusAreaOutline(properties) {
|
|
458
|
+
const ModConstructor = await importEffectsFocusAreaOutline();
|
|
459
|
+
return new ModConstructor(properties);
|
|
460
|
+
}
|
|
296
461
|
async function importFormElementsAttachmentElement() {
|
|
297
462
|
if (isAMD) {
|
|
298
463
|
return await window.$arcgis.import("esri/form/elements/AttachmentElement");
|
|
@@ -821,6 +986,28 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
821
986
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
822
987
|
return new ModConstructor(properties);
|
|
823
988
|
}
|
|
989
|
+
async function importGraphicGraphicOrigin() {
|
|
990
|
+
if (isAMD) {
|
|
991
|
+
return await window.$arcgis.import("esri/graphic/GraphicOrigin");
|
|
992
|
+
}
|
|
993
|
+
const module2 = await import("@arcgis/core/graphic/GraphicOrigin.js");
|
|
994
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
995
|
+
}
|
|
996
|
+
async function newGraphicGraphicOrigin() {
|
|
997
|
+
const ModConstructor = await importGraphicGraphicOrigin();
|
|
998
|
+
return new ModConstructor();
|
|
999
|
+
}
|
|
1000
|
+
async function importGraphicVectorTileGraphicOrigin() {
|
|
1001
|
+
if (isAMD) {
|
|
1002
|
+
return await window.$arcgis.import("esri/graphic/VectorTileGraphicOrigin");
|
|
1003
|
+
}
|
|
1004
|
+
const module2 = await import("@arcgis/core/graphic/VectorTileGraphicOrigin.js");
|
|
1005
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1006
|
+
}
|
|
1007
|
+
async function newGraphicVectorTileGraphicOrigin(layer, layerId, layerIndex) {
|
|
1008
|
+
const ModConstructor = await importGraphicVectorTileGraphicOrigin();
|
|
1009
|
+
return new ModConstructor(layer, layerId, layerIndex);
|
|
1010
|
+
}
|
|
824
1011
|
async function importAttributeBinsGraphic() {
|
|
825
1012
|
if (isAMD) {
|
|
826
1013
|
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
@@ -1811,6 +1998,17 @@ async function newLayersSupportPixelBlock(properties) {
|
|
|
1811
1998
|
const ModConstructor = await importLayersSupportPixelBlock();
|
|
1812
1999
|
return new ModConstructor(properties);
|
|
1813
2000
|
}
|
|
2001
|
+
async function importLayersSupportPlaybackInfo() {
|
|
2002
|
+
if (isAMD) {
|
|
2003
|
+
return await window.$arcgis.import("esri/layers/support/PlaybackInfo");
|
|
2004
|
+
}
|
|
2005
|
+
const module2 = await import("@arcgis/core/layers/support/PlaybackInfo.js");
|
|
2006
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2007
|
+
}
|
|
2008
|
+
async function newLayersSupportPlaybackInfo(properties) {
|
|
2009
|
+
const ModConstructor = await importLayersSupportPlaybackInfo();
|
|
2010
|
+
return new ModConstructor(properties);
|
|
2011
|
+
}
|
|
1814
2012
|
async function importLayersSupportPublishingInfo() {
|
|
1815
2013
|
if (isAMD) {
|
|
1816
2014
|
return await window.$arcgis.import("esri/layers/support/PublishingInfo");
|
|
@@ -3362,6 +3560,28 @@ async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
|
3362
3560
|
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3363
3561
|
return new ModConstructor(properties);
|
|
3364
3562
|
}
|
|
3563
|
+
async function importRestKnowledgeGraphGraphAddFieldIndexResult() {
|
|
3564
|
+
if (isAMD) {
|
|
3565
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddFieldIndexResult");
|
|
3566
|
+
}
|
|
3567
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddFieldIndexResult.js");
|
|
3568
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3569
|
+
}
|
|
3570
|
+
async function newRestKnowledgeGraphGraphAddFieldIndexResult(properties) {
|
|
3571
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddFieldIndexResult();
|
|
3572
|
+
return new ModConstructor(properties);
|
|
3573
|
+
}
|
|
3574
|
+
async function importRestKnowledgeGraphGraphAddPropertyResult() {
|
|
3575
|
+
if (isAMD) {
|
|
3576
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddPropertyResult");
|
|
3577
|
+
}
|
|
3578
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddPropertyResult.js");
|
|
3579
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3580
|
+
}
|
|
3581
|
+
async function newRestKnowledgeGraphGraphAddPropertyResult(properties) {
|
|
3582
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddPropertyResult();
|
|
3583
|
+
return new ModConstructor(properties);
|
|
3584
|
+
}
|
|
3365
3585
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3366
3586
|
if (isAMD) {
|
|
3367
3587
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3384,6 +3604,28 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3384
3604
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3385
3605
|
return new ModConstructor(properties);
|
|
3386
3606
|
}
|
|
3607
|
+
async function importRestKnowledgeGraphGraphDataModelOperationResult() {
|
|
3608
|
+
if (isAMD) {
|
|
3609
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDataModelOperationResult");
|
|
3610
|
+
}
|
|
3611
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDataModelOperationResult.js");
|
|
3612
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3613
|
+
}
|
|
3614
|
+
async function newRestKnowledgeGraphGraphDataModelOperationResult(properties) {
|
|
3615
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDataModelOperationResult();
|
|
3616
|
+
return new ModConstructor(properties);
|
|
3617
|
+
}
|
|
3618
|
+
async function importRestKnowledgeGraphGraphDeleteFieldIndexResult() {
|
|
3619
|
+
if (isAMD) {
|
|
3620
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteFieldIndexResult");
|
|
3621
|
+
}
|
|
3622
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteFieldIndexResult.js");
|
|
3623
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3624
|
+
}
|
|
3625
|
+
async function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties) {
|
|
3626
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteFieldIndexResult();
|
|
3627
|
+
return new ModConstructor(properties);
|
|
3628
|
+
}
|
|
3387
3629
|
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3388
3630
|
if (isAMD) {
|
|
3389
3631
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
@@ -3395,6 +3637,17 @@ async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
|
3395
3637
|
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3396
3638
|
return new ModConstructor(properties);
|
|
3397
3639
|
}
|
|
3640
|
+
async function importRestKnowledgeGraphGraphDeletePropertyResult() {
|
|
3641
|
+
if (isAMD) {
|
|
3642
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeletePropertyResult");
|
|
3643
|
+
}
|
|
3644
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeletePropertyResult.js");
|
|
3645
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3646
|
+
}
|
|
3647
|
+
async function newRestKnowledgeGraphGraphDeletePropertyResult(properties) {
|
|
3648
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeletePropertyResult();
|
|
3649
|
+
return new ModConstructor(properties);
|
|
3650
|
+
}
|
|
3398
3651
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3399
3652
|
if (isAMD) {
|
|
3400
3653
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -3516,6 +3769,39 @@ async function newRestKnowledgeGraphGraphSearchStreaming(properties) {
|
|
|
3516
3769
|
const ModConstructor = await importRestKnowledgeGraphGraphSearchStreaming();
|
|
3517
3770
|
return new ModConstructor(properties);
|
|
3518
3771
|
}
|
|
3772
|
+
async function importRestKnowledgeGraphGraphUpdateNamedTypesResult() {
|
|
3773
|
+
if (isAMD) {
|
|
3774
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateNamedTypesResult");
|
|
3775
|
+
}
|
|
3776
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateNamedTypesResult.js");
|
|
3777
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3778
|
+
}
|
|
3779
|
+
async function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties) {
|
|
3780
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateNamedTypesResult();
|
|
3781
|
+
return new ModConstructor(properties);
|
|
3782
|
+
}
|
|
3783
|
+
async function importRestKnowledgeGraphGraphUpdatePropertyResult() {
|
|
3784
|
+
if (isAMD) {
|
|
3785
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdatePropertyResult");
|
|
3786
|
+
}
|
|
3787
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js");
|
|
3788
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3789
|
+
}
|
|
3790
|
+
async function newRestKnowledgeGraphGraphUpdatePropertyResult(properties) {
|
|
3791
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdatePropertyResult();
|
|
3792
|
+
return new ModConstructor(properties);
|
|
3793
|
+
}
|
|
3794
|
+
async function importRestKnowledgeGraphGraphUpdateSearchIndexResult() {
|
|
3795
|
+
if (isAMD) {
|
|
3796
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateSearchIndexResult");
|
|
3797
|
+
}
|
|
3798
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateSearchIndexResult.js");
|
|
3799
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3800
|
+
}
|
|
3801
|
+
async function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties) {
|
|
3802
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateSearchIndexResult();
|
|
3803
|
+
return new ModConstructor(properties);
|
|
3804
|
+
}
|
|
3519
3805
|
async function importRestKnowledgeGraphInputQuantizationParameters() {
|
|
3520
3806
|
if (isAMD) {
|
|
3521
3807
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/InputQuantizationParameters");
|
|
@@ -4605,6 +4891,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
4605
4891
|
const ModConstructor = await importRestSupportJobInfo();
|
|
4606
4892
|
return new ModConstructor(properties);
|
|
4607
4893
|
}
|
|
4894
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
4895
|
+
if (isAMD) {
|
|
4896
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
4897
|
+
}
|
|
4898
|
+
const module2 = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
4899
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4900
|
+
}
|
|
4901
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
4902
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
4903
|
+
return new ModConstructor(properties);
|
|
4904
|
+
}
|
|
4608
4905
|
async function importRestSupportLegendLayer() {
|
|
4609
4906
|
if (isAMD) {
|
|
4610
4907
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -5628,28 +5925,6 @@ async function newTimeTimeInterval(properties) {
|
|
|
5628
5925
|
const ModConstructor = await importTimeTimeInterval();
|
|
5629
5926
|
return new ModConstructor(properties);
|
|
5630
5927
|
}
|
|
5631
|
-
async function importTimeExtent() {
|
|
5632
|
-
if (isAMD) {
|
|
5633
|
-
return await window.$arcgis.import("esri/TimeExtent");
|
|
5634
|
-
}
|
|
5635
|
-
const module2 = await import("@arcgis/core/TimeExtent.js");
|
|
5636
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5637
|
-
}
|
|
5638
|
-
async function newTimeExtent(properties) {
|
|
5639
|
-
const ModConstructor = await importTimeExtent();
|
|
5640
|
-
return new ModConstructor(properties);
|
|
5641
|
-
}
|
|
5642
|
-
async function importTimeInterval() {
|
|
5643
|
-
if (isAMD) {
|
|
5644
|
-
return await window.$arcgis.import("esri/TimeInterval");
|
|
5645
|
-
}
|
|
5646
|
-
const module2 = await import("@arcgis/core/TimeInterval.js");
|
|
5647
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5648
|
-
}
|
|
5649
|
-
async function newTimeInterval(properties) {
|
|
5650
|
-
const ModConstructor = await importTimeInterval();
|
|
5651
|
-
return new ModConstructor(properties);
|
|
5652
|
-
}
|
|
5653
5928
|
async function importVersionManagementVersioningState() {
|
|
5654
5929
|
if (isAMD) {
|
|
5655
5930
|
return await window.$arcgis.import("esri/versionManagement/VersioningState");
|
|
@@ -5683,26 +5958,26 @@ async function newViewpoint(properties) {
|
|
|
5683
5958
|
const ModConstructor = await importViewpoint();
|
|
5684
5959
|
return new ModConstructor(properties);
|
|
5685
5960
|
}
|
|
5686
|
-
async function
|
|
5961
|
+
async function importViewsBasemapView() {
|
|
5687
5962
|
if (isAMD) {
|
|
5688
|
-
return await window.$arcgis.import("esri/views/
|
|
5963
|
+
return await window.$arcgis.import("esri/views/BasemapView");
|
|
5689
5964
|
}
|
|
5690
|
-
const module2 = await import("@arcgis/core/views/
|
|
5965
|
+
const module2 = await import("@arcgis/core/views/BasemapView.js");
|
|
5691
5966
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5692
5967
|
}
|
|
5693
|
-
async function
|
|
5694
|
-
const ModConstructor = await
|
|
5968
|
+
async function newViewsBasemapView(properties) {
|
|
5969
|
+
const ModConstructor = await importViewsBasemapView();
|
|
5695
5970
|
return new ModConstructor(properties);
|
|
5696
5971
|
}
|
|
5697
|
-
async function
|
|
5972
|
+
async function importViewsGroundView() {
|
|
5698
5973
|
if (isAMD) {
|
|
5699
|
-
return await window.$arcgis.import("esri/views/
|
|
5974
|
+
return await window.$arcgis.import("esri/views/GroundView");
|
|
5700
5975
|
}
|
|
5701
|
-
const module2 = await import("@arcgis/core/views/
|
|
5976
|
+
const module2 = await import("@arcgis/core/views/GroundView.js");
|
|
5702
5977
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5703
5978
|
}
|
|
5704
|
-
async function
|
|
5705
|
-
const ModConstructor = await
|
|
5979
|
+
async function newViewsGroundView(properties) {
|
|
5980
|
+
const ModConstructor = await importViewsGroundView();
|
|
5706
5981
|
return new ModConstructor(properties);
|
|
5707
5982
|
}
|
|
5708
5983
|
async function importViews2dViewState() {
|
|
@@ -5716,6 +5991,39 @@ async function newViews2dViewState(properties) {
|
|
|
5716
5991
|
const ModConstructor = await importViews2dViewState();
|
|
5717
5992
|
return new ModConstructor(properties);
|
|
5718
5993
|
}
|
|
5994
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
5995
|
+
if (isAMD) {
|
|
5996
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
5997
|
+
}
|
|
5998
|
+
const module2 = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
5999
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6000
|
+
}
|
|
6001
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6002
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6003
|
+
return new ModConstructor(properties);
|
|
6004
|
+
}
|
|
6005
|
+
async function importViews2dLayersBaseLayerView2D() {
|
|
6006
|
+
if (isAMD) {
|
|
6007
|
+
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
6008
|
+
}
|
|
6009
|
+
const module2 = await import("@arcgis/core/views/2d/layers/BaseLayerView2D.js");
|
|
6010
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6011
|
+
}
|
|
6012
|
+
async function newViews2dLayersBaseLayerView2D(properties) {
|
|
6013
|
+
const ModConstructor = await importViews2dLayersBaseLayerView2D();
|
|
6014
|
+
return new ModConstructor(properties);
|
|
6015
|
+
}
|
|
6016
|
+
async function importViews2dLayersBaseLayerViewGL2D() {
|
|
6017
|
+
if (isAMD) {
|
|
6018
|
+
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerViewGL2D");
|
|
6019
|
+
}
|
|
6020
|
+
const module2 = await import("@arcgis/core/views/2d/layers/BaseLayerViewGL2D.js");
|
|
6021
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6022
|
+
}
|
|
6023
|
+
async function newViews2dLayersBaseLayerViewGL2D(properties) {
|
|
6024
|
+
const ModConstructor = await importViews2dLayersBaseLayerViewGL2D();
|
|
6025
|
+
return new ModConstructor(properties);
|
|
6026
|
+
}
|
|
5719
6027
|
async function importViews3dAnalysisAreaMeasurementAnalysisView3D() {
|
|
5720
6028
|
if (isAMD) {
|
|
5721
6029
|
return await window.$arcgis.import("esri/views/3d/analysis/AreaMeasurementAnalysisView3D");
|
|
@@ -5749,6 +6057,17 @@ async function newViews3dAnalysisDirectLineMeasurementAnalysisView3D(properties)
|
|
|
5749
6057
|
const ModConstructor = await importViews3dAnalysisDirectLineMeasurementAnalysisView3D();
|
|
5750
6058
|
return new ModConstructor(properties);
|
|
5751
6059
|
}
|
|
6060
|
+
async function importViews3dAnalysisElevationProfileAnalysisView3D() {
|
|
6061
|
+
if (isAMD) {
|
|
6062
|
+
return await window.$arcgis.import("esri/views/3d/analysis/ElevationProfileAnalysisView3D");
|
|
6063
|
+
}
|
|
6064
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/ElevationProfileAnalysisView3D.js");
|
|
6065
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6066
|
+
}
|
|
6067
|
+
async function newViews3dAnalysisElevationProfileAnalysisView3D(properties) {
|
|
6068
|
+
const ModConstructor = await importViews3dAnalysisElevationProfileAnalysisView3D();
|
|
6069
|
+
return new ModConstructor(properties);
|
|
6070
|
+
}
|
|
5752
6071
|
async function importViews3dAnalysisLineOfSightAnalysisResult() {
|
|
5753
6072
|
if (isAMD) {
|
|
5754
6073
|
return await window.$arcgis.import("esri/views/3d/analysis/LineOfSightAnalysisResult");
|
|
@@ -5793,6 +6112,28 @@ async function newViews3dAnalysisViewshedAnalysisView3D(properties) {
|
|
|
5793
6112
|
const ModConstructor = await importViews3dAnalysisViewshedAnalysisView3D();
|
|
5794
6113
|
return new ModConstructor(properties);
|
|
5795
6114
|
}
|
|
6115
|
+
async function importViews3dAnalysisVolumeMeasurementAnalysisView3D() {
|
|
6116
|
+
if (isAMD) {
|
|
6117
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurementAnalysisView3D");
|
|
6118
|
+
}
|
|
6119
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurementAnalysisView3D.js");
|
|
6120
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6121
|
+
}
|
|
6122
|
+
async function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties) {
|
|
6123
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementAnalysisView3D();
|
|
6124
|
+
return new ModConstructor(properties);
|
|
6125
|
+
}
|
|
6126
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult() {
|
|
6127
|
+
if (isAMD) {
|
|
6128
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult");
|
|
6129
|
+
}
|
|
6130
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult.js");
|
|
6131
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6132
|
+
}
|
|
6133
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties) {
|
|
6134
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult();
|
|
6135
|
+
return new ModConstructor(properties);
|
|
6136
|
+
}
|
|
5796
6137
|
async function importViews3dEnvironmentCloudyWeather() {
|
|
5797
6138
|
if (isAMD) {
|
|
5798
6139
|
return await window.$arcgis.import("esri/views/3d/environment/CloudyWeather");
|
|
@@ -5881,15 +6222,15 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
5881
6222
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
5882
6223
|
return new ModConstructor(properties);
|
|
5883
6224
|
}
|
|
5884
|
-
async function
|
|
6225
|
+
async function importViewsAnalysisElevationProfileElevationProfileResult() {
|
|
5885
6226
|
if (isAMD) {
|
|
5886
|
-
return await window.$arcgis.import("esri/views/
|
|
6227
|
+
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileResult");
|
|
5887
6228
|
}
|
|
5888
|
-
const module2 = await import("@arcgis/core/views/
|
|
6229
|
+
const module2 = await import("@arcgis/core/views/analysis/ElevationProfile/ElevationProfileResult.js");
|
|
5889
6230
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5890
6231
|
}
|
|
5891
|
-
async function
|
|
5892
|
-
const ModConstructor = await
|
|
6232
|
+
async function newViewsAnalysisElevationProfileElevationProfileResult(properties) {
|
|
6233
|
+
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileResult();
|
|
5893
6234
|
return new ModConstructor(properties);
|
|
5894
6235
|
}
|
|
5895
6236
|
async function importViewsDrawDraw() {
|
|
@@ -5969,15 +6310,15 @@ async function newViewsDrawSegmentDrawAction(properties) {
|
|
|
5969
6310
|
const ModConstructor = await importViewsDrawSegmentDrawAction();
|
|
5970
6311
|
return new ModConstructor(properties);
|
|
5971
6312
|
}
|
|
5972
|
-
async function
|
|
6313
|
+
async function importViewsInputInput() {
|
|
5973
6314
|
if (isAMD) {
|
|
5974
|
-
return await window.$arcgis.import("esri/views/
|
|
6315
|
+
return await window.$arcgis.import("esri/views/input/Input");
|
|
5975
6316
|
}
|
|
5976
|
-
const module2 = await import("@arcgis/core/views/
|
|
6317
|
+
const module2 = await import("@arcgis/core/views/input/Input.js");
|
|
5977
6318
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5978
6319
|
}
|
|
5979
|
-
async function
|
|
5980
|
-
const ModConstructor = await
|
|
6320
|
+
async function newViewsInputInput(properties) {
|
|
6321
|
+
const ModConstructor = await importViewsInputInput();
|
|
5981
6322
|
return new ModConstructor(properties);
|
|
5982
6323
|
}
|
|
5983
6324
|
async function importViewsInputGamepadGamepadInputDevice() {
|
|
@@ -6002,17 +6343,6 @@ async function newViewsInputGamepadGamepadSettings(properties) {
|
|
|
6002
6343
|
const ModConstructor = await importViewsInputGamepadGamepadSettings();
|
|
6003
6344
|
return new ModConstructor(properties);
|
|
6004
6345
|
}
|
|
6005
|
-
async function importViewsInputInput() {
|
|
6006
|
-
if (isAMD) {
|
|
6007
|
-
return await window.$arcgis.import("esri/views/input/Input");
|
|
6008
|
-
}
|
|
6009
|
-
const module2 = await import("@arcgis/core/views/input/Input.js");
|
|
6010
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6011
|
-
}
|
|
6012
|
-
async function newViewsInputInput(properties) {
|
|
6013
|
-
const ModConstructor = await importViewsInputInput();
|
|
6014
|
-
return new ModConstructor(properties);
|
|
6015
|
-
}
|
|
6016
6346
|
async function importViewsInteractiveSketchSketchLabelOptions() {
|
|
6017
6347
|
if (isAMD) {
|
|
6018
6348
|
return await window.$arcgis.import("esri/views/interactive/sketch/SketchLabelOptions");
|
|
@@ -6101,39 +6431,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
6101
6431
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
6102
6432
|
return new ModConstructor(properties);
|
|
6103
6433
|
}
|
|
6104
|
-
async function importViewsLayersCatalogDynamicGroupLayerView() {
|
|
6105
|
-
if (isAMD) {
|
|
6106
|
-
return await window.$arcgis.import("esri/views/layers/CatalogDynamicGroupLayerView");
|
|
6107
|
-
}
|
|
6108
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogDynamicGroupLayerView.js");
|
|
6109
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6110
|
-
}
|
|
6111
|
-
async function newViewsLayersCatalogDynamicGroupLayerView(properties) {
|
|
6112
|
-
const ModConstructor = await importViewsLayersCatalogDynamicGroupLayerView();
|
|
6113
|
-
return new ModConstructor(properties);
|
|
6114
|
-
}
|
|
6115
|
-
async function importViewsLayersCatalogFootprintLayerView() {
|
|
6116
|
-
if (isAMD) {
|
|
6117
|
-
return await window.$arcgis.import("esri/views/layers/CatalogFootprintLayerView");
|
|
6118
|
-
}
|
|
6119
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogFootprintLayerView.js");
|
|
6120
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6121
|
-
}
|
|
6122
|
-
async function newViewsLayersCatalogFootprintLayerView(properties) {
|
|
6123
|
-
const ModConstructor = await importViewsLayersCatalogFootprintLayerView();
|
|
6124
|
-
return new ModConstructor(properties);
|
|
6125
|
-
}
|
|
6126
|
-
async function importViewsLayersCatalogLayerView() {
|
|
6127
|
-
if (isAMD) {
|
|
6128
|
-
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6129
|
-
}
|
|
6130
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6131
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6132
|
-
}
|
|
6133
|
-
async function newViewsLayersCatalogLayerView(properties) {
|
|
6134
|
-
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6135
|
-
return new ModConstructor(properties);
|
|
6136
|
-
}
|
|
6137
6434
|
async function importViewsLayersDimensionLayerView() {
|
|
6138
6435
|
if (isAMD) {
|
|
6139
6436
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6145,17 +6442,6 @@ async function newViewsLayersDimensionLayerView(properties) {
|
|
|
6145
6442
|
const ModConstructor = await importViewsLayersDimensionLayerView();
|
|
6146
6443
|
return new ModConstructor(properties);
|
|
6147
6444
|
}
|
|
6148
|
-
async function importViewsLayersFeatureLayerView() {
|
|
6149
|
-
if (isAMD) {
|
|
6150
|
-
return await window.$arcgis.import("esri/views/layers/FeatureLayerView");
|
|
6151
|
-
}
|
|
6152
|
-
const module2 = await import("@arcgis/core/views/layers/FeatureLayerView.js");
|
|
6153
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6154
|
-
}
|
|
6155
|
-
async function newViewsLayersFeatureLayerView(properties) {
|
|
6156
|
-
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
6157
|
-
return new ModConstructor(properties);
|
|
6158
|
-
}
|
|
6159
6445
|
async function importViewsLayersGroupLayerView() {
|
|
6160
6446
|
if (isAMD) {
|
|
6161
6447
|
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
@@ -6222,28 +6508,6 @@ async function newViewsLayersMediaLayerView(properties) {
|
|
|
6222
6508
|
const ModConstructor = await importViewsLayersMediaLayerView();
|
|
6223
6509
|
return new ModConstructor(properties);
|
|
6224
6510
|
}
|
|
6225
|
-
async function importViewsLayersOGCFeatureLayerView() {
|
|
6226
|
-
if (isAMD) {
|
|
6227
|
-
return await window.$arcgis.import("esri/views/layers/OGCFeatureLayerView");
|
|
6228
|
-
}
|
|
6229
|
-
const module2 = await import("@arcgis/core/views/layers/OGCFeatureLayerView.js");
|
|
6230
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6231
|
-
}
|
|
6232
|
-
async function newViewsLayersOGCFeatureLayerView(properties) {
|
|
6233
|
-
const ModConstructor = await importViewsLayersOGCFeatureLayerView();
|
|
6234
|
-
return new ModConstructor(properties);
|
|
6235
|
-
}
|
|
6236
|
-
async function importViewsLayersPointCloudLayerView() {
|
|
6237
|
-
if (isAMD) {
|
|
6238
|
-
return await window.$arcgis.import("esri/views/layers/PointCloudLayerView");
|
|
6239
|
-
}
|
|
6240
|
-
const module2 = await import("@arcgis/core/views/layers/PointCloudLayerView.js");
|
|
6241
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6242
|
-
}
|
|
6243
|
-
async function newViewsLayersPointCloudLayerView(properties) {
|
|
6244
|
-
const ModConstructor = await importViewsLayersPointCloudLayerView();
|
|
6245
|
-
return new ModConstructor(properties);
|
|
6246
|
-
}
|
|
6247
6511
|
async function importViewsLayersSceneLayerView() {
|
|
6248
6512
|
if (isAMD) {
|
|
6249
6513
|
return await window.$arcgis.import("esri/views/layers/SceneLayerView");
|
|
@@ -6255,17 +6519,6 @@ async function newViewsLayersSceneLayerView(properties) {
|
|
|
6255
6519
|
const ModConstructor = await importViewsLayersSceneLayerView();
|
|
6256
6520
|
return new ModConstructor(properties);
|
|
6257
6521
|
}
|
|
6258
|
-
async function importViewsLayersStreamLayerView() {
|
|
6259
|
-
if (isAMD) {
|
|
6260
|
-
return await window.$arcgis.import("esri/views/layers/StreamLayerView");
|
|
6261
|
-
}
|
|
6262
|
-
const module2 = await import("@arcgis/core/views/layers/StreamLayerView.js");
|
|
6263
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6264
|
-
}
|
|
6265
|
-
async function newViewsLayersStreamLayerView(properties) {
|
|
6266
|
-
const ModConstructor = await importViewsLayersStreamLayerView();
|
|
6267
|
-
return new ModConstructor(properties);
|
|
6268
|
-
}
|
|
6269
6522
|
async function importViewsLayersViewshedLayerView() {
|
|
6270
6523
|
if (isAMD) {
|
|
6271
6524
|
return await window.$arcgis.import("esri/views/layers/ViewshedLayerView");
|
|
@@ -7168,6 +7421,50 @@ async function newWidgetsBatchAttributeForm(properties) {
|
|
|
7168
7421
|
const ModConstructor = await importWidgetsBatchAttributeForm();
|
|
7169
7422
|
return new ModConstructor(properties);
|
|
7170
7423
|
}
|
|
7424
|
+
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
7425
|
+
if (isAMD) {
|
|
7426
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
7427
|
+
}
|
|
7428
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
7429
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7430
|
+
}
|
|
7431
|
+
async function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties) {
|
|
7432
|
+
const ModConstructor = await importWidgetsBatchAttributeFormBatchAttributeFormViewModel();
|
|
7433
|
+
return new ModConstructor(properties);
|
|
7434
|
+
}
|
|
7435
|
+
async function importWidgetsBatchAttributeFormInputsBatchFormInputs() {
|
|
7436
|
+
if (isAMD) {
|
|
7437
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/BatchFormInputs");
|
|
7438
|
+
}
|
|
7439
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/BatchFormInputs.js");
|
|
7440
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7441
|
+
}
|
|
7442
|
+
async function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties) {
|
|
7443
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsBatchFormInputs();
|
|
7444
|
+
return new ModConstructor(properties);
|
|
7445
|
+
}
|
|
7446
|
+
async function importWidgetsBatchAttributeFormInputsFieldInput() {
|
|
7447
|
+
if (isAMD) {
|
|
7448
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/FieldInput");
|
|
7449
|
+
}
|
|
7450
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/FieldInput.js");
|
|
7451
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7452
|
+
}
|
|
7453
|
+
async function newWidgetsBatchAttributeFormInputsFieldInput(properties) {
|
|
7454
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsFieldInput();
|
|
7455
|
+
return new ModConstructor(properties);
|
|
7456
|
+
}
|
|
7457
|
+
async function importWidgetsBatchAttributeFormInputsGroupInput() {
|
|
7458
|
+
if (isAMD) {
|
|
7459
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/GroupInput");
|
|
7460
|
+
}
|
|
7461
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js");
|
|
7462
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7463
|
+
}
|
|
7464
|
+
async function newWidgetsBatchAttributeFormInputsGroupInput(properties) {
|
|
7465
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsGroupInput();
|
|
7466
|
+
return new ModConstructor(properties);
|
|
7467
|
+
}
|
|
7171
7468
|
async function importWidgetsBookmarks() {
|
|
7172
7469
|
if (isAMD) {
|
|
7173
7470
|
return await window.$arcgis.import("esri/widgets/Bookmarks");
|
|
@@ -9551,6 +9848,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
9551
9848
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
9552
9849
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9553
9850
|
}
|
|
9851
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
9852
|
+
if (isAMD) {
|
|
9853
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
9854
|
+
}
|
|
9855
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
9856
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9857
|
+
}
|
|
9554
9858
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
9555
9859
|
if (isAMD) {
|
|
9556
9860
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -9999,6 +10303,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
9999
10303
|
const module2 = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10000
10304
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10001
10305
|
}
|
|
10306
|
+
async function importRestLastMileDelivery() {
|
|
10307
|
+
if (isAMD) {
|
|
10308
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10309
|
+
}
|
|
10310
|
+
const module2 = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10311
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10312
|
+
}
|
|
10002
10313
|
async function importRestLocator() {
|
|
10003
10314
|
if (isAMD) {
|
|
10004
10315
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -10503,6 +10814,13 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
10503
10814
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
10504
10815
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10505
10816
|
}
|
|
10817
|
+
async function importViews3dWebgl() {
|
|
10818
|
+
if (isAMD) {
|
|
10819
|
+
return await window.$arcgis.import("esri/views/3d/webgl");
|
|
10820
|
+
}
|
|
10821
|
+
const module2 = await import("@arcgis/core/views/3d/webgl.js");
|
|
10822
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10823
|
+
}
|
|
10506
10824
|
async function importViews3dWebglManagedFBO() {
|
|
10507
10825
|
if (isAMD) {
|
|
10508
10826
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -10517,13 +10835,6 @@ async function importViews3dWebglRenderCamera() {
|
|
|
10517
10835
|
const module2 = await import("@arcgis/core/views/3d/webgl/RenderCamera.js");
|
|
10518
10836
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10519
10837
|
}
|
|
10520
|
-
async function importViews3dWebgl() {
|
|
10521
|
-
if (isAMD) {
|
|
10522
|
-
return await window.$arcgis.import("esri/views/3d/webgl");
|
|
10523
|
-
}
|
|
10524
|
-
const module2 = await import("@arcgis/core/views/3d/webgl.js");
|
|
10525
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10526
|
-
}
|
|
10527
10838
|
async function importViews3dSupportLayerPerformanceInfo() {
|
|
10528
10839
|
if (isAMD) {
|
|
10529
10840
|
return await window.$arcgis.import("esri/views/3d/support/LayerPerformanceInfo");
|
|
@@ -10552,13 +10863,6 @@ async function importViewsSupportColorUtils() {
|
|
|
10552
10863
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10553
10864
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10554
10865
|
}
|
|
10555
|
-
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
10556
|
-
if (isAMD) {
|
|
10557
|
-
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
10558
|
-
}
|
|
10559
|
-
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
10560
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10561
|
-
}
|
|
10562
10866
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
10563
10867
|
if (isAMD) {
|
|
10564
10868
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -10573,6 +10877,13 @@ async function importWidgetsSupportWidget() {
|
|
|
10573
10877
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
10574
10878
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10575
10879
|
}
|
|
10880
|
+
async function importApplicationsComponentsActionUtils() {
|
|
10881
|
+
if (isAMD) {
|
|
10882
|
+
return await window.$arcgis.import("esri/applications/Components/actionUtils");
|
|
10883
|
+
}
|
|
10884
|
+
const module2 = await import("@arcgis/core/applications/Components/actionUtils.js");
|
|
10885
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10886
|
+
}
|
|
10576
10887
|
async function importApplicationsComponentsAnalysisUtils() {
|
|
10577
10888
|
if (isAMD) {
|
|
10578
10889
|
return await window.$arcgis.import("esri/applications/Components/analysisUtils");
|
|
@@ -10580,6 +10891,13 @@ async function importApplicationsComponentsAnalysisUtils() {
|
|
|
10580
10891
|
const module2 = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
10581
10892
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10582
10893
|
}
|
|
10894
|
+
async function importApplicationsComponentsArcadeFeatureUtils() {
|
|
10895
|
+
if (isAMD) {
|
|
10896
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeFeatureUtils");
|
|
10897
|
+
}
|
|
10898
|
+
const module2 = await import("@arcgis/core/applications/Components/arcadeFeatureUtils.js");
|
|
10899
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10900
|
+
}
|
|
10583
10901
|
async function importApplicationsComponentsBasemapUtils() {
|
|
10584
10902
|
if (isAMD) {
|
|
10585
10903
|
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
@@ -10594,6 +10912,13 @@ async function importApplicationsComponentsDrawUtils() {
|
|
|
10594
10912
|
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
10595
10913
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10596
10914
|
}
|
|
10915
|
+
async function importApplicationsComponentsFeatureUtils() {
|
|
10916
|
+
if (isAMD) {
|
|
10917
|
+
return await window.$arcgis.import("esri/applications/Components/featureUtils");
|
|
10918
|
+
}
|
|
10919
|
+
const module2 = await import("@arcgis/core/applications/Components/featureUtils.js");
|
|
10920
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10921
|
+
}
|
|
10597
10922
|
async function importApplicationsComponentsFontUtils() {
|
|
10598
10923
|
if (isAMD) {
|
|
10599
10924
|
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
@@ -10601,6 +10926,13 @@ async function importApplicationsComponentsFontUtils() {
|
|
|
10601
10926
|
const module2 = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
10602
10927
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10603
10928
|
}
|
|
10929
|
+
async function importApplicationsComponentsFormatUtils() {
|
|
10930
|
+
if (isAMD) {
|
|
10931
|
+
return await window.$arcgis.import("esri/applications/Components/formatUtils");
|
|
10932
|
+
}
|
|
10933
|
+
const module2 = await import("@arcgis/core/applications/Components/formatUtils.js");
|
|
10934
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10935
|
+
}
|
|
10604
10936
|
async function importApplicationsComponentsGetDefaultUnits() {
|
|
10605
10937
|
if (isAMD) {
|
|
10606
10938
|
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
@@ -10615,6 +10947,13 @@ async function importApplicationsComponentsGfxUtils() {
|
|
|
10615
10947
|
const module2 = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
10616
10948
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10617
10949
|
}
|
|
10950
|
+
async function importApplicationsComponentsImageryUtils() {
|
|
10951
|
+
if (isAMD) {
|
|
10952
|
+
return await window.$arcgis.import("esri/applications/Components/imageryUtils");
|
|
10953
|
+
}
|
|
10954
|
+
const module2 = await import("@arcgis/core/applications/Components/imageryUtils.js");
|
|
10955
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10956
|
+
}
|
|
10618
10957
|
async function importApplicationsComponentsLayerOriginUtils() {
|
|
10619
10958
|
if (isAMD) {
|
|
10620
10959
|
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
@@ -10643,6 +10982,13 @@ async function importApplicationsComponentsReactiveUtils() {
|
|
|
10643
10982
|
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
10644
10983
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10645
10984
|
}
|
|
10985
|
+
async function importApplicationsComponentsSanitizerUtils() {
|
|
10986
|
+
if (isAMD) {
|
|
10987
|
+
return await window.$arcgis.import("esri/applications/Components/sanitizerUtils");
|
|
10988
|
+
}
|
|
10989
|
+
const module2 = await import("@arcgis/core/applications/Components/sanitizerUtils.js");
|
|
10990
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10991
|
+
}
|
|
10646
10992
|
async function importApplicationsComponentsSelectionOperation() {
|
|
10647
10993
|
if (isAMD) {
|
|
10648
10994
|
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
@@ -10657,6 +11003,13 @@ async function importApplicationsComponentsSketchTooltipControls() {
|
|
|
10657
11003
|
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
10658
11004
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10659
11005
|
}
|
|
11006
|
+
async function importApplicationsComponentsStringUtils() {
|
|
11007
|
+
if (isAMD) {
|
|
11008
|
+
return await window.$arcgis.import("esri/applications/Components/stringUtils");
|
|
11009
|
+
}
|
|
11010
|
+
const module2 = await import("@arcgis/core/applications/Components/stringUtils.js");
|
|
11011
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11012
|
+
}
|
|
10660
11013
|
async function importApplicationsComponentsStyleUtils() {
|
|
10661
11014
|
if (isAMD) {
|
|
10662
11015
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -10718,6 +11071,16 @@ exports.importAnalysisAreaMeasurementAnalysis = importAnalysisAreaMeasurementAna
|
|
|
10718
11071
|
exports.importAnalysisDimensionAnalysis = importAnalysisDimensionAnalysis;
|
|
10719
11072
|
exports.importAnalysisDimensionSimpleStyle = importAnalysisDimensionSimpleStyle;
|
|
10720
11073
|
exports.importAnalysisDirectLineMeasurementAnalysis = importAnalysisDirectLineMeasurementAnalysis;
|
|
11074
|
+
exports.importAnalysisElevationProfileAnalysis = importAnalysisElevationProfileAnalysis;
|
|
11075
|
+
exports.importAnalysisElevationProfileElevationProfileGroundLine = importAnalysisElevationProfileElevationProfileGroundLine;
|
|
11076
|
+
exports.importAnalysisElevationProfileElevationProfileInputLine = importAnalysisElevationProfileElevationProfileInputLine;
|
|
11077
|
+
exports.importAnalysisElevationProfileElevationProfileLine = importAnalysisElevationProfileElevationProfileLine;
|
|
11078
|
+
exports.importAnalysisElevationProfileElevationProfileLineChartOptions = importAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
11079
|
+
exports.importAnalysisElevationProfileElevationProfileLineViewOptions = importAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
11080
|
+
exports.importAnalysisElevationProfileElevationProfileQueryLine = importAnalysisElevationProfileElevationProfileQueryLine;
|
|
11081
|
+
exports.importAnalysisElevationProfileElevationProfileSceneLine = importAnalysisElevationProfileElevationProfileSceneLine;
|
|
11082
|
+
exports.importAnalysisElevationProfileElevationProfileUnits = importAnalysisElevationProfileElevationProfileUnits;
|
|
11083
|
+
exports.importAnalysisElevationProfileElevationProfileViewOptions = importAnalysisElevationProfileElevationProfileViewOptions;
|
|
10721
11084
|
exports.importAnalysisLengthDimension = importAnalysisLengthDimension;
|
|
10722
11085
|
exports.importAnalysisLineOfSightAnalysis = importAnalysisLineOfSightAnalysis;
|
|
10723
11086
|
exports.importAnalysisLineOfSightAnalysisObserver = importAnalysisLineOfSightAnalysisObserver;
|
|
@@ -10727,18 +11090,27 @@ exports.importAnalysisSlicePlane = importAnalysisSlicePlane;
|
|
|
10727
11090
|
exports.importAnalysisSupportAnalysisOriginWebScene = importAnalysisSupportAnalysisOriginWebScene;
|
|
10728
11091
|
exports.importAnalysisViewshed = importAnalysisViewshed;
|
|
10729
11092
|
exports.importAnalysisViewshedAnalysis = importAnalysisViewshedAnalysis;
|
|
11093
|
+
exports.importAnalysisVolumeMeasurementAnalysis = importAnalysisVolumeMeasurementAnalysis;
|
|
11094
|
+
exports.importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
11095
|
+
exports.importApplicationsComponentsActionUtils = importApplicationsComponentsActionUtils;
|
|
10730
11096
|
exports.importApplicationsComponentsAnalysisUtils = importApplicationsComponentsAnalysisUtils;
|
|
11097
|
+
exports.importApplicationsComponentsArcadeFeatureUtils = importApplicationsComponentsArcadeFeatureUtils;
|
|
10731
11098
|
exports.importApplicationsComponentsBasemapUtils = importApplicationsComponentsBasemapUtils;
|
|
10732
11099
|
exports.importApplicationsComponentsDrawUtils = importApplicationsComponentsDrawUtils;
|
|
11100
|
+
exports.importApplicationsComponentsFeatureUtils = importApplicationsComponentsFeatureUtils;
|
|
10733
11101
|
exports.importApplicationsComponentsFontUtils = importApplicationsComponentsFontUtils;
|
|
11102
|
+
exports.importApplicationsComponentsFormatUtils = importApplicationsComponentsFormatUtils;
|
|
10734
11103
|
exports.importApplicationsComponentsGetDefaultUnits = importApplicationsComponentsGetDefaultUnits;
|
|
10735
11104
|
exports.importApplicationsComponentsGfxUtils = importApplicationsComponentsGfxUtils;
|
|
11105
|
+
exports.importApplicationsComponentsImageryUtils = importApplicationsComponentsImageryUtils;
|
|
10736
11106
|
exports.importApplicationsComponentsLayerOriginUtils = importApplicationsComponentsLayerOriginUtils;
|
|
10737
11107
|
exports.importApplicationsComponentsLayersEffectsJsonUtils = importApplicationsComponentsLayersEffectsJsonUtils;
|
|
10738
11108
|
exports.importApplicationsComponentsPreviewSymbol2D = importApplicationsComponentsPreviewSymbol2D;
|
|
10739
11109
|
exports.importApplicationsComponentsReactiveUtils = importApplicationsComponentsReactiveUtils;
|
|
11110
|
+
exports.importApplicationsComponentsSanitizerUtils = importApplicationsComponentsSanitizerUtils;
|
|
10740
11111
|
exports.importApplicationsComponentsSelectionOperation = importApplicationsComponentsSelectionOperation;
|
|
10741
11112
|
exports.importApplicationsComponentsSketchTooltipControls = importApplicationsComponentsSketchTooltipControls;
|
|
11113
|
+
exports.importApplicationsComponentsStringUtils = importApplicationsComponentsStringUtils;
|
|
10742
11114
|
exports.importApplicationsComponentsStyleUtils = importApplicationsComponentsStyleUtils;
|
|
10743
11115
|
exports.importApplicationsComponentsSvgUtils = importApplicationsComponentsSvgUtils;
|
|
10744
11116
|
exports.importApplicationsComponentsViewUtils = importApplicationsComponentsViewUtils;
|
|
@@ -10770,6 +11142,9 @@ exports.importCoreWorkers = importCoreWorkers;
|
|
|
10770
11142
|
exports.importCoreWorkersConnection = importCoreWorkersConnection;
|
|
10771
11143
|
exports.importEditingSharedTemplatesSharedTemplate = importEditingSharedTemplatesSharedTemplate;
|
|
10772
11144
|
exports.importEditingSharedTemplatesSharedTemplateMetadata = importEditingSharedTemplatesSharedTemplateMetadata;
|
|
11145
|
+
exports.importEffectsFocusArea = importEffectsFocusArea;
|
|
11146
|
+
exports.importEffectsFocusAreaOutline = importEffectsFocusAreaOutline;
|
|
11147
|
+
exports.importEffectsFocusAreas = importEffectsFocusAreas;
|
|
10773
11148
|
exports.importFormElements = importFormElements;
|
|
10774
11149
|
exports.importFormElementsAttachmentElement = importFormElementsAttachmentElement;
|
|
10775
11150
|
exports.importFormElementsElement = importFormElementsElement;
|
|
@@ -10832,6 +11207,7 @@ exports.importGeometryOperatorsGeodeticAreaOperator = importGeometryOperatorsGeo
|
|
|
10832
11207
|
exports.importGeometryOperatorsGeodeticDensifyOperator = importGeometryOperatorsGeodeticDensifyOperator;
|
|
10833
11208
|
exports.importGeometryOperatorsGeodeticDistanceOperator = importGeometryOperatorsGeodeticDistanceOperator;
|
|
10834
11209
|
exports.importGeometryOperatorsGeodeticLengthOperator = importGeometryOperatorsGeodeticLengthOperator;
|
|
11210
|
+
exports.importGeometryOperatorsGeodeticUtilsOperator = importGeometryOperatorsGeodeticUtilsOperator;
|
|
10835
11211
|
exports.importGeometryOperatorsGraphicBufferOperator = importGeometryOperatorsGraphicBufferOperator;
|
|
10836
11212
|
exports.importGeometryOperatorsIntegrateOperator = importGeometryOperatorsIntegrateOperator;
|
|
10837
11213
|
exports.importGeometryOperatorsIntersectionOperator = importGeometryOperatorsIntersectionOperator;
|
|
@@ -10883,6 +11259,8 @@ exports.importGeometrySupportMeshUtils = importGeometrySupportMeshUtils;
|
|
|
10883
11259
|
exports.importGeometrySupportNormalizeUtils = importGeometrySupportNormalizeUtils;
|
|
10884
11260
|
exports.importGeometrySupportWebMercatorUtils = importGeometrySupportWebMercatorUtils;
|
|
10885
11261
|
exports.importGraphic = importGraphic;
|
|
11262
|
+
exports.importGraphicGraphicOrigin = importGraphicGraphicOrigin;
|
|
11263
|
+
exports.importGraphicVectorTileGraphicOrigin = importGraphicVectorTileGraphicOrigin;
|
|
10886
11264
|
exports.importGround = importGround;
|
|
10887
11265
|
exports.importIdentityCredential = importIdentityCredential;
|
|
10888
11266
|
exports.importIdentityIdentityManager = importIdentityIdentityManager;
|
|
@@ -10983,6 +11361,7 @@ exports.importLayersSupportParquetEncodingLocation = importLayersSupportParquetE
|
|
|
10983
11361
|
exports.importLayersSupportParquetEncodingWkb = importLayersSupportParquetEncodingWkb;
|
|
10984
11362
|
exports.importLayersSupportParquetUtils = importLayersSupportParquetUtils;
|
|
10985
11363
|
exports.importLayersSupportPixelBlock = importLayersSupportPixelBlock;
|
|
11364
|
+
exports.importLayersSupportPlaybackInfo = importLayersSupportPlaybackInfo;
|
|
10986
11365
|
exports.importLayersSupportPublishingInfo = importLayersSupportPublishingInfo;
|
|
10987
11366
|
exports.importLayersSupportRangeDomain = importLayersSupportRangeDomain;
|
|
10988
11367
|
exports.importLayersSupportRasterBandInfo = importLayersSupportRasterBandInfo;
|
|
@@ -11143,10 +11522,15 @@ exports.importRestKnowledgeGraphDataModel = importRestKnowledgeGraphDataModel;
|
|
|
11143
11522
|
exports.importRestKnowledgeGraphEntity = importRestKnowledgeGraphEntity;
|
|
11144
11523
|
exports.importRestKnowledgeGraphEntityType = importRestKnowledgeGraphEntityType;
|
|
11145
11524
|
exports.importRestKnowledgeGraphFieldIndex = importRestKnowledgeGraphFieldIndex;
|
|
11525
|
+
exports.importRestKnowledgeGraphGraphAddFieldIndexResult = importRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
11146
11526
|
exports.importRestKnowledgeGraphGraphAddNamedTypesResult = importRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
11527
|
+
exports.importRestKnowledgeGraphGraphAddPropertyResult = importRestKnowledgeGraphGraphAddPropertyResult;
|
|
11147
11528
|
exports.importRestKnowledgeGraphGraphApplyEdits = importRestKnowledgeGraphGraphApplyEdits;
|
|
11148
11529
|
exports.importRestKnowledgeGraphGraphApplyEditsResult = importRestKnowledgeGraphGraphApplyEditsResult;
|
|
11530
|
+
exports.importRestKnowledgeGraphGraphDataModelOperationResult = importRestKnowledgeGraphGraphDataModelOperationResult;
|
|
11531
|
+
exports.importRestKnowledgeGraphGraphDeleteFieldIndexResult = importRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
11149
11532
|
exports.importRestKnowledgeGraphGraphDeleteNamedTypeResult = importRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
11533
|
+
exports.importRestKnowledgeGraphGraphDeletePropertyResult = importRestKnowledgeGraphGraphDeletePropertyResult;
|
|
11150
11534
|
exports.importRestKnowledgeGraphGraphNamedObject = importRestKnowledgeGraphGraphNamedObject;
|
|
11151
11535
|
exports.importRestKnowledgeGraphGraphObject = importRestKnowledgeGraphGraphObject;
|
|
11152
11536
|
exports.importRestKnowledgeGraphGraphObjectType = importRestKnowledgeGraphGraphObjectType;
|
|
@@ -11158,6 +11542,9 @@ exports.importRestKnowledgeGraphGraphQueryStreaming = importRestKnowledgeGraphGr
|
|
|
11158
11542
|
exports.importRestKnowledgeGraphGraphQueryStreamingResult = importRestKnowledgeGraphGraphQueryStreamingResult;
|
|
11159
11543
|
exports.importRestKnowledgeGraphGraphSearch = importRestKnowledgeGraphGraphSearch;
|
|
11160
11544
|
exports.importRestKnowledgeGraphGraphSearchStreaming = importRestKnowledgeGraphGraphSearchStreaming;
|
|
11545
|
+
exports.importRestKnowledgeGraphGraphUpdateNamedTypesResult = importRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
11546
|
+
exports.importRestKnowledgeGraphGraphUpdatePropertyResult = importRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
11547
|
+
exports.importRestKnowledgeGraphGraphUpdateSearchIndexResult = importRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
11161
11548
|
exports.importRestKnowledgeGraphInputQuantizationParameters = importRestKnowledgeGraphInputQuantizationParameters;
|
|
11162
11549
|
exports.importRestKnowledgeGraphKnowledgeGraph = importRestKnowledgeGraphKnowledgeGraph;
|
|
11163
11550
|
exports.importRestKnowledgeGraphOutputQuantizationParameters = importRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -11173,6 +11560,7 @@ exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity =
|
|
|
11173
11560
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter = importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter;
|
|
11174
11561
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection = importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection;
|
|
11175
11562
|
exports.importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings = importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings;
|
|
11563
|
+
exports.importRestLastMileDelivery = importRestLastMileDelivery;
|
|
11176
11564
|
exports.importRestLocator = importRestLocator;
|
|
11177
11565
|
exports.importRestNetworkService = importRestNetworkService;
|
|
11178
11566
|
exports.importRestNetworksQueryAssociations = importRestNetworksQueryAssociations;
|
|
@@ -11269,6 +11657,7 @@ exports.importRestSupportImageVolume = importRestSupportImageVolume;
|
|
|
11269
11657
|
exports.importRestSupportImageVolumeParameters = importRestSupportImageVolumeParameters;
|
|
11270
11658
|
exports.importRestSupportImageVolumeResult = importRestSupportImageVolumeResult;
|
|
11271
11659
|
exports.importRestSupportJobInfo = importRestSupportJobInfo;
|
|
11660
|
+
exports.importRestSupportLastMileDeliveryParameters = importRestSupportLastMileDeliveryParameters;
|
|
11272
11661
|
exports.importRestSupportLegendLayer = importRestSupportLegendLayer;
|
|
11273
11662
|
exports.importRestSupportLengthsParameters = importRestSupportLengthsParameters;
|
|
11274
11663
|
exports.importRestSupportLinearUnit = importRestSupportLinearUnit;
|
|
@@ -11419,8 +11808,6 @@ exports.importTablesElementsAttributeTableElement = importTablesElementsAttribut
|
|
|
11419
11808
|
exports.importTablesElementsAttributeTableFieldElement = importTablesElementsAttributeTableFieldElement;
|
|
11420
11809
|
exports.importTablesElementsAttributeTableGroupElement = importTablesElementsAttributeTableGroupElement;
|
|
11421
11810
|
exports.importTablesElementsAttributeTableRelationshipElement = importTablesElementsAttributeTableRelationshipElement;
|
|
11422
|
-
exports.importTimeExtent = importTimeExtent;
|
|
11423
|
-
exports.importTimeInterval = importTimeInterval;
|
|
11424
11811
|
exports.importTimeTimeExtent = importTimeTimeExtent;
|
|
11425
11812
|
exports.importTimeTimeInterval = importTimeTimeInterval;
|
|
11426
11813
|
exports.importVersionManagementUtils = importVersionManagementUtils;
|
|
@@ -11428,16 +11815,20 @@ exports.importVersionManagementVersionAdaptersUtils = importVersionManagementVer
|
|
|
11428
11815
|
exports.importVersionManagementVersionManagementService = importVersionManagementVersionManagementService;
|
|
11429
11816
|
exports.importVersionManagementVersioningState = importVersionManagementVersioningState;
|
|
11430
11817
|
exports.importViewpoint = importViewpoint;
|
|
11818
|
+
exports.importViews2dAnalysisElevationProfileAnalysisView2D = importViews2dAnalysisElevationProfileAnalysisView2D;
|
|
11431
11819
|
exports.importViews2dLayersBaseLayerView2D = importViews2dLayersBaseLayerView2D;
|
|
11432
11820
|
exports.importViews2dLayersBaseLayerViewGL2D = importViews2dLayersBaseLayerViewGL2D;
|
|
11433
11821
|
exports.importViews2dViewState = importViews2dViewState;
|
|
11434
11822
|
exports.importViews3dAnalysisAreaMeasurementAnalysisView3D = importViews3dAnalysisAreaMeasurementAnalysisView3D;
|
|
11435
11823
|
exports.importViews3dAnalysisDimensionAnalysisView3D = importViews3dAnalysisDimensionAnalysisView3D;
|
|
11436
11824
|
exports.importViews3dAnalysisDirectLineMeasurementAnalysisView3D = importViews3dAnalysisDirectLineMeasurementAnalysisView3D;
|
|
11825
|
+
exports.importViews3dAnalysisElevationProfileAnalysisView3D = importViews3dAnalysisElevationProfileAnalysisView3D;
|
|
11437
11826
|
exports.importViews3dAnalysisLineOfSightAnalysisResult = importViews3dAnalysisLineOfSightAnalysisResult;
|
|
11438
11827
|
exports.importViews3dAnalysisLineOfSightAnalysisView3D = importViews3dAnalysisLineOfSightAnalysisView3D;
|
|
11439
11828
|
exports.importViews3dAnalysisSliceAnalysisView3D = importViews3dAnalysisSliceAnalysisView3D;
|
|
11440
11829
|
exports.importViews3dAnalysisViewshedAnalysisView3D = importViews3dAnalysisViewshedAnalysisView3D;
|
|
11830
|
+
exports.importViews3dAnalysisVolumeMeasurementAnalysisView3D = importViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
11831
|
+
exports.importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
11441
11832
|
exports.importViews3dEnvironmentCloudyWeather = importViews3dEnvironmentCloudyWeather;
|
|
11442
11833
|
exports.importViews3dEnvironmentFoggyWeather = importViews3dEnvironmentFoggyWeather;
|
|
11443
11834
|
exports.importViews3dEnvironmentRainyWeather = importViews3dEnvironmentRainyWeather;
|
|
@@ -11451,6 +11842,7 @@ exports.importViews3dWebgl = importViews3dWebgl;
|
|
|
11451
11842
|
exports.importViews3dWebglManagedFBO = importViews3dWebglManagedFBO;
|
|
11452
11843
|
exports.importViews3dWebglRenderCamera = importViews3dWebglRenderCamera;
|
|
11453
11844
|
exports.importViews3dWebglRenderNode = importViews3dWebglRenderNode;
|
|
11845
|
+
exports.importViewsAnalysisElevationProfileElevationProfileResult = importViewsAnalysisElevationProfileElevationProfileResult;
|
|
11454
11846
|
exports.importViewsAnalysisLengthDimensionResult = importViewsAnalysisLengthDimensionResult;
|
|
11455
11847
|
exports.importViewsBasemapView = importViewsBasemapView;
|
|
11456
11848
|
exports.importViewsDrawDraw = importViewsDrawDraw;
|
|
@@ -11472,21 +11864,14 @@ exports.importViewsInteractiveSnappingSnappingOptions = importViewsInteractiveSn
|
|
|
11472
11864
|
exports.importViewsInteractiveTooltip = importViewsInteractiveTooltip;
|
|
11473
11865
|
exports.importViewsLayersBuildingComponentSublayerView = importViewsLayersBuildingComponentSublayerView;
|
|
11474
11866
|
exports.importViewsLayersBuildingSceneLayerView = importViewsLayersBuildingSceneLayerView;
|
|
11475
|
-
exports.importViewsLayersCatalogDynamicGroupLayerView = importViewsLayersCatalogDynamicGroupLayerView;
|
|
11476
|
-
exports.importViewsLayersCatalogFootprintLayerView = importViewsLayersCatalogFootprintLayerView;
|
|
11477
|
-
exports.importViewsLayersCatalogLayerView = importViewsLayersCatalogLayerView;
|
|
11478
11867
|
exports.importViewsLayersDimensionLayerView = importViewsLayersDimensionLayerView;
|
|
11479
|
-
exports.importViewsLayersFeatureLayerView = importViewsLayersFeatureLayerView;
|
|
11480
11868
|
exports.importViewsLayersGroupLayerView = importViewsLayersGroupLayerView;
|
|
11481
11869
|
exports.importViewsLayersImageryLayerView = importViewsLayersImageryLayerView;
|
|
11482
11870
|
exports.importViewsLayersImageryTileLayerView = importViewsLayersImageryTileLayerView;
|
|
11483
11871
|
exports.importViewsLayersLayerView = importViewsLayersLayerView;
|
|
11484
11872
|
exports.importViewsLayersLineOfSightLayerView = importViewsLayersLineOfSightLayerView;
|
|
11485
11873
|
exports.importViewsLayersMediaLayerView = importViewsLayersMediaLayerView;
|
|
11486
|
-
exports.importViewsLayersOGCFeatureLayerView = importViewsLayersOGCFeatureLayerView;
|
|
11487
|
-
exports.importViewsLayersPointCloudLayerView = importViewsLayersPointCloudLayerView;
|
|
11488
11874
|
exports.importViewsLayersSceneLayerView = importViewsLayersSceneLayerView;
|
|
11489
|
-
exports.importViewsLayersStreamLayerView = importViewsLayersStreamLayerView;
|
|
11490
11875
|
exports.importViewsLayersViewshedLayerView = importViewsLayersViewshedLayerView;
|
|
11491
11876
|
exports.importViewsLinkChartView = importViewsLinkChartView;
|
|
11492
11877
|
exports.importViewsMagnifier = importViewsMagnifier;
|
|
@@ -11571,6 +11956,9 @@ exports.importWidgetsBasemapToggle = importWidgetsBasemapToggle;
|
|
|
11571
11956
|
exports.importWidgetsBasemapToggleBasemapToggleViewModel = importWidgetsBasemapToggleBasemapToggleViewModel;
|
|
11572
11957
|
exports.importWidgetsBatchAttributeForm = importWidgetsBatchAttributeForm;
|
|
11573
11958
|
exports.importWidgetsBatchAttributeFormBatchAttributeFormViewModel = importWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
11959
|
+
exports.importWidgetsBatchAttributeFormInputsBatchFormInputs = importWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
11960
|
+
exports.importWidgetsBatchAttributeFormInputsFieldInput = importWidgetsBatchAttributeFormInputsFieldInput;
|
|
11961
|
+
exports.importWidgetsBatchAttributeFormInputsGroupInput = importWidgetsBatchAttributeFormInputsGroupInput;
|
|
11574
11962
|
exports.importWidgetsBookmarks = importWidgetsBookmarks;
|
|
11575
11963
|
exports.importWidgetsBookmarksBookmarksViewModel = importWidgetsBookmarksBookmarksViewModel;
|
|
11576
11964
|
exports.importWidgetsBuildingExplorer = importWidgetsBuildingExplorer;
|
|
@@ -11767,6 +12155,16 @@ exports.newAnalysisAreaMeasurementAnalysis = newAnalysisAreaMeasurementAnalysis;
|
|
|
11767
12155
|
exports.newAnalysisDimensionAnalysis = newAnalysisDimensionAnalysis;
|
|
11768
12156
|
exports.newAnalysisDimensionSimpleStyle = newAnalysisDimensionSimpleStyle;
|
|
11769
12157
|
exports.newAnalysisDirectLineMeasurementAnalysis = newAnalysisDirectLineMeasurementAnalysis;
|
|
12158
|
+
exports.newAnalysisElevationProfileAnalysis = newAnalysisElevationProfileAnalysis;
|
|
12159
|
+
exports.newAnalysisElevationProfileElevationProfileGroundLine = newAnalysisElevationProfileElevationProfileGroundLine;
|
|
12160
|
+
exports.newAnalysisElevationProfileElevationProfileInputLine = newAnalysisElevationProfileElevationProfileInputLine;
|
|
12161
|
+
exports.newAnalysisElevationProfileElevationProfileLine = newAnalysisElevationProfileElevationProfileLine;
|
|
12162
|
+
exports.newAnalysisElevationProfileElevationProfileLineChartOptions = newAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
12163
|
+
exports.newAnalysisElevationProfileElevationProfileLineViewOptions = newAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
12164
|
+
exports.newAnalysisElevationProfileElevationProfileQueryLine = newAnalysisElevationProfileElevationProfileQueryLine;
|
|
12165
|
+
exports.newAnalysisElevationProfileElevationProfileSceneLine = newAnalysisElevationProfileElevationProfileSceneLine;
|
|
12166
|
+
exports.newAnalysisElevationProfileElevationProfileUnits = newAnalysisElevationProfileElevationProfileUnits;
|
|
12167
|
+
exports.newAnalysisElevationProfileElevationProfileViewOptions = newAnalysisElevationProfileElevationProfileViewOptions;
|
|
11770
12168
|
exports.newAnalysisLengthDimension = newAnalysisLengthDimension;
|
|
11771
12169
|
exports.newAnalysisLineOfSightAnalysis = newAnalysisLineOfSightAnalysis;
|
|
11772
12170
|
exports.newAnalysisLineOfSightAnalysisObserver = newAnalysisLineOfSightAnalysisObserver;
|
|
@@ -11776,6 +12174,8 @@ exports.newAnalysisSlicePlane = newAnalysisSlicePlane;
|
|
|
11776
12174
|
exports.newAnalysisSupportAnalysisOriginWebScene = newAnalysisSupportAnalysisOriginWebScene;
|
|
11777
12175
|
exports.newAnalysisViewshed = newAnalysisViewshed;
|
|
11778
12176
|
exports.newAnalysisViewshedAnalysis = newAnalysisViewshedAnalysis;
|
|
12177
|
+
exports.newAnalysisVolumeMeasurementAnalysis = newAnalysisVolumeMeasurementAnalysis;
|
|
12178
|
+
exports.newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
11779
12179
|
exports.newAttributeBinsGraphic = newAttributeBinsGraphic;
|
|
11780
12180
|
exports.newBasemap = newBasemap;
|
|
11781
12181
|
exports.newCamera = newCamera;
|
|
@@ -11786,6 +12186,9 @@ exports.newCoreCollection = newCoreCollection;
|
|
|
11786
12186
|
exports.newCoreError = newCoreError;
|
|
11787
12187
|
exports.newCoreHandles = newCoreHandles;
|
|
11788
12188
|
exports.newCoreWorkersConnection = newCoreWorkersConnection;
|
|
12189
|
+
exports.newEffectsFocusArea = newEffectsFocusArea;
|
|
12190
|
+
exports.newEffectsFocusAreaOutline = newEffectsFocusAreaOutline;
|
|
12191
|
+
exports.newEffectsFocusAreas = newEffectsFocusAreas;
|
|
11789
12192
|
exports.newFormElementsAttachmentElement = newFormElementsAttachmentElement;
|
|
11790
12193
|
exports.newFormElementsElement = newFormElementsElement;
|
|
11791
12194
|
exports.newFormElementsFieldElement = newFormElementsFieldElement;
|
|
@@ -11835,6 +12238,8 @@ exports.newGeometrySupportMeshTexture = newGeometrySupportMeshTexture;
|
|
|
11835
12238
|
exports.newGeometrySupportMeshTextureTransform = newGeometrySupportMeshTextureTransform;
|
|
11836
12239
|
exports.newGeometrySupportMeshTransform = newGeometrySupportMeshTransform;
|
|
11837
12240
|
exports.newGraphic = newGraphic;
|
|
12241
|
+
exports.newGraphicGraphicOrigin = newGraphicGraphicOrigin;
|
|
12242
|
+
exports.newGraphicVectorTileGraphicOrigin = newGraphicVectorTileGraphicOrigin;
|
|
11838
12243
|
exports.newGround = newGround;
|
|
11839
12244
|
exports.newIdentityCredential = newIdentityCredential;
|
|
11840
12245
|
exports.newIdentityOAuthInfo = newIdentityOAuthInfo;
|
|
@@ -11923,6 +12328,7 @@ exports.newLayersSupportOrderByInfo = newLayersSupportOrderByInfo;
|
|
|
11923
12328
|
exports.newLayersSupportParquetEncodingLocation = newLayersSupportParquetEncodingLocation;
|
|
11924
12329
|
exports.newLayersSupportParquetEncodingWkb = newLayersSupportParquetEncodingWkb;
|
|
11925
12330
|
exports.newLayersSupportPixelBlock = newLayersSupportPixelBlock;
|
|
12331
|
+
exports.newLayersSupportPlaybackInfo = newLayersSupportPlaybackInfo;
|
|
11926
12332
|
exports.newLayersSupportPublishingInfo = newLayersSupportPublishingInfo;
|
|
11927
12333
|
exports.newLayersSupportRangeDomain = newLayersSupportRangeDomain;
|
|
11928
12334
|
exports.newLayersSupportRasterBandInfo = newLayersSupportRasterBandInfo;
|
|
@@ -12063,10 +12469,15 @@ exports.newRestKnowledgeGraphDataModel = newRestKnowledgeGraphDataModel;
|
|
|
12063
12469
|
exports.newRestKnowledgeGraphEntity = newRestKnowledgeGraphEntity;
|
|
12064
12470
|
exports.newRestKnowledgeGraphEntityType = newRestKnowledgeGraphEntityType;
|
|
12065
12471
|
exports.newRestKnowledgeGraphFieldIndex = newRestKnowledgeGraphFieldIndex;
|
|
12472
|
+
exports.newRestKnowledgeGraphGraphAddFieldIndexResult = newRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
12066
12473
|
exports.newRestKnowledgeGraphGraphAddNamedTypesResult = newRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
12474
|
+
exports.newRestKnowledgeGraphGraphAddPropertyResult = newRestKnowledgeGraphGraphAddPropertyResult;
|
|
12067
12475
|
exports.newRestKnowledgeGraphGraphApplyEdits = newRestKnowledgeGraphGraphApplyEdits;
|
|
12068
12476
|
exports.newRestKnowledgeGraphGraphApplyEditsResult = newRestKnowledgeGraphGraphApplyEditsResult;
|
|
12477
|
+
exports.newRestKnowledgeGraphGraphDataModelOperationResult = newRestKnowledgeGraphGraphDataModelOperationResult;
|
|
12478
|
+
exports.newRestKnowledgeGraphGraphDeleteFieldIndexResult = newRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
12069
12479
|
exports.newRestKnowledgeGraphGraphDeleteNamedTypeResult = newRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
12480
|
+
exports.newRestKnowledgeGraphGraphDeletePropertyResult = newRestKnowledgeGraphGraphDeletePropertyResult;
|
|
12070
12481
|
exports.newRestKnowledgeGraphGraphNamedObject = newRestKnowledgeGraphGraphNamedObject;
|
|
12071
12482
|
exports.newRestKnowledgeGraphGraphObject = newRestKnowledgeGraphGraphObject;
|
|
12072
12483
|
exports.newRestKnowledgeGraphGraphObjectType = newRestKnowledgeGraphGraphObjectType;
|
|
@@ -12078,6 +12489,9 @@ exports.newRestKnowledgeGraphGraphQueryStreaming = newRestKnowledgeGraphGraphQue
|
|
|
12078
12489
|
exports.newRestKnowledgeGraphGraphQueryStreamingResult = newRestKnowledgeGraphGraphQueryStreamingResult;
|
|
12079
12490
|
exports.newRestKnowledgeGraphGraphSearch = newRestKnowledgeGraphGraphSearch;
|
|
12080
12491
|
exports.newRestKnowledgeGraphGraphSearchStreaming = newRestKnowledgeGraphGraphSearchStreaming;
|
|
12492
|
+
exports.newRestKnowledgeGraphGraphUpdateNamedTypesResult = newRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
12493
|
+
exports.newRestKnowledgeGraphGraphUpdatePropertyResult = newRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
12494
|
+
exports.newRestKnowledgeGraphGraphUpdateSearchIndexResult = newRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
12081
12495
|
exports.newRestKnowledgeGraphInputQuantizationParameters = newRestKnowledgeGraphInputQuantizationParameters;
|
|
12082
12496
|
exports.newRestKnowledgeGraphKnowledgeGraph = newRestKnowledgeGraphKnowledgeGraph;
|
|
12083
12497
|
exports.newRestKnowledgeGraphOutputQuantizationParameters = newRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -12177,6 +12591,7 @@ exports.newRestSupportImageVolume = newRestSupportImageVolume;
|
|
|
12177
12591
|
exports.newRestSupportImageVolumeParameters = newRestSupportImageVolumeParameters;
|
|
12178
12592
|
exports.newRestSupportImageVolumeResult = newRestSupportImageVolumeResult;
|
|
12179
12593
|
exports.newRestSupportJobInfo = newRestSupportJobInfo;
|
|
12594
|
+
exports.newRestSupportLastMileDeliveryParameters = newRestSupportLastMileDeliveryParameters;
|
|
12180
12595
|
exports.newRestSupportLegendLayer = newRestSupportLegendLayer;
|
|
12181
12596
|
exports.newRestSupportLengthsParameters = newRestSupportLengthsParameters;
|
|
12182
12597
|
exports.newRestSupportLinearUnit = newRestSupportLinearUnit;
|
|
@@ -12268,23 +12683,25 @@ exports.newTablesElementsAttributeTableElement = newTablesElementsAttributeTable
|
|
|
12268
12683
|
exports.newTablesElementsAttributeTableFieldElement = newTablesElementsAttributeTableFieldElement;
|
|
12269
12684
|
exports.newTablesElementsAttributeTableGroupElement = newTablesElementsAttributeTableGroupElement;
|
|
12270
12685
|
exports.newTablesElementsAttributeTableRelationshipElement = newTablesElementsAttributeTableRelationshipElement;
|
|
12271
|
-
exports.newTimeExtent = newTimeExtent;
|
|
12272
|
-
exports.newTimeInterval = newTimeInterval;
|
|
12273
12686
|
exports.newTimeTimeExtent = newTimeTimeExtent;
|
|
12274
12687
|
exports.newTimeTimeInterval = newTimeTimeInterval;
|
|
12275
12688
|
exports.newVersionManagementVersionManagementService = newVersionManagementVersionManagementService;
|
|
12276
12689
|
exports.newVersionManagementVersioningState = newVersionManagementVersioningState;
|
|
12277
12690
|
exports.newViewpoint = newViewpoint;
|
|
12691
|
+
exports.newViews2dAnalysisElevationProfileAnalysisView2D = newViews2dAnalysisElevationProfileAnalysisView2D;
|
|
12278
12692
|
exports.newViews2dLayersBaseLayerView2D = newViews2dLayersBaseLayerView2D;
|
|
12279
12693
|
exports.newViews2dLayersBaseLayerViewGL2D = newViews2dLayersBaseLayerViewGL2D;
|
|
12280
12694
|
exports.newViews2dViewState = newViews2dViewState;
|
|
12281
12695
|
exports.newViews3dAnalysisAreaMeasurementAnalysisView3D = newViews3dAnalysisAreaMeasurementAnalysisView3D;
|
|
12282
12696
|
exports.newViews3dAnalysisDimensionAnalysisView3D = newViews3dAnalysisDimensionAnalysisView3D;
|
|
12283
12697
|
exports.newViews3dAnalysisDirectLineMeasurementAnalysisView3D = newViews3dAnalysisDirectLineMeasurementAnalysisView3D;
|
|
12698
|
+
exports.newViews3dAnalysisElevationProfileAnalysisView3D = newViews3dAnalysisElevationProfileAnalysisView3D;
|
|
12284
12699
|
exports.newViews3dAnalysisLineOfSightAnalysisResult = newViews3dAnalysisLineOfSightAnalysisResult;
|
|
12285
12700
|
exports.newViews3dAnalysisLineOfSightAnalysisView3D = newViews3dAnalysisLineOfSightAnalysisView3D;
|
|
12286
12701
|
exports.newViews3dAnalysisSliceAnalysisView3D = newViews3dAnalysisSliceAnalysisView3D;
|
|
12287
12702
|
exports.newViews3dAnalysisViewshedAnalysisView3D = newViews3dAnalysisViewshedAnalysisView3D;
|
|
12703
|
+
exports.newViews3dAnalysisVolumeMeasurementAnalysisView3D = newViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
12704
|
+
exports.newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
12288
12705
|
exports.newViews3dEnvironmentCloudyWeather = newViews3dEnvironmentCloudyWeather;
|
|
12289
12706
|
exports.newViews3dEnvironmentFoggyWeather = newViews3dEnvironmentFoggyWeather;
|
|
12290
12707
|
exports.newViews3dEnvironmentRainyWeather = newViews3dEnvironmentRainyWeather;
|
|
@@ -12293,6 +12710,7 @@ exports.newViews3dEnvironmentSunLighting = newViews3dEnvironmentSunLighting;
|
|
|
12293
12710
|
exports.newViews3dEnvironmentSunnyWeather = newViews3dEnvironmentSunnyWeather;
|
|
12294
12711
|
exports.newViews3dEnvironmentVirtualLighting = newViews3dEnvironmentVirtualLighting;
|
|
12295
12712
|
exports.newViews3dWebglRenderNode = newViews3dWebglRenderNode;
|
|
12713
|
+
exports.newViewsAnalysisElevationProfileElevationProfileResult = newViewsAnalysisElevationProfileElevationProfileResult;
|
|
12296
12714
|
exports.newViewsBasemapView = newViewsBasemapView;
|
|
12297
12715
|
exports.newViewsDrawDraw = newViewsDrawDraw;
|
|
12298
12716
|
exports.newViewsDrawDrawAction = newViewsDrawDrawAction;
|
|
@@ -12313,21 +12731,14 @@ exports.newViewsInteractiveSnappingSnappingOptions = newViewsInteractiveSnapping
|
|
|
12313
12731
|
exports.newViewsInteractiveTooltip = newViewsInteractiveTooltip;
|
|
12314
12732
|
exports.newViewsLayersBuildingComponentSublayerView = newViewsLayersBuildingComponentSublayerView;
|
|
12315
12733
|
exports.newViewsLayersBuildingSceneLayerView = newViewsLayersBuildingSceneLayerView;
|
|
12316
|
-
exports.newViewsLayersCatalogDynamicGroupLayerView = newViewsLayersCatalogDynamicGroupLayerView;
|
|
12317
|
-
exports.newViewsLayersCatalogFootprintLayerView = newViewsLayersCatalogFootprintLayerView;
|
|
12318
|
-
exports.newViewsLayersCatalogLayerView = newViewsLayersCatalogLayerView;
|
|
12319
12734
|
exports.newViewsLayersDimensionLayerView = newViewsLayersDimensionLayerView;
|
|
12320
|
-
exports.newViewsLayersFeatureLayerView = newViewsLayersFeatureLayerView;
|
|
12321
12735
|
exports.newViewsLayersGroupLayerView = newViewsLayersGroupLayerView;
|
|
12322
12736
|
exports.newViewsLayersImageryLayerView = newViewsLayersImageryLayerView;
|
|
12323
12737
|
exports.newViewsLayersImageryTileLayerView = newViewsLayersImageryTileLayerView;
|
|
12324
12738
|
exports.newViewsLayersLayerView = newViewsLayersLayerView;
|
|
12325
12739
|
exports.newViewsLayersLineOfSightLayerView = newViewsLayersLineOfSightLayerView;
|
|
12326
12740
|
exports.newViewsLayersMediaLayerView = newViewsLayersMediaLayerView;
|
|
12327
|
-
exports.newViewsLayersOGCFeatureLayerView = newViewsLayersOGCFeatureLayerView;
|
|
12328
|
-
exports.newViewsLayersPointCloudLayerView = newViewsLayersPointCloudLayerView;
|
|
12329
12741
|
exports.newViewsLayersSceneLayerView = newViewsLayersSceneLayerView;
|
|
12330
|
-
exports.newViewsLayersStreamLayerView = newViewsLayersStreamLayerView;
|
|
12331
12742
|
exports.newViewsLayersViewshedLayerView = newViewsLayersViewshedLayerView;
|
|
12332
12743
|
exports.newViewsLinkChartView = newViewsLinkChartView;
|
|
12333
12744
|
exports.newViewsMagnifier = newViewsMagnifier;
|
|
@@ -12410,6 +12821,10 @@ exports.newWidgetsBasemapLayerListBasemapLayerListViewModel = newWidgetsBasemapL
|
|
|
12410
12821
|
exports.newWidgetsBasemapToggle = newWidgetsBasemapToggle;
|
|
12411
12822
|
exports.newWidgetsBasemapToggleBasemapToggleViewModel = newWidgetsBasemapToggleBasemapToggleViewModel;
|
|
12412
12823
|
exports.newWidgetsBatchAttributeForm = newWidgetsBatchAttributeForm;
|
|
12824
|
+
exports.newWidgetsBatchAttributeFormBatchAttributeFormViewModel = newWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
12825
|
+
exports.newWidgetsBatchAttributeFormInputsBatchFormInputs = newWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
12826
|
+
exports.newWidgetsBatchAttributeFormInputsFieldInput = newWidgetsBatchAttributeFormInputsFieldInput;
|
|
12827
|
+
exports.newWidgetsBatchAttributeFormInputsGroupInput = newWidgetsBatchAttributeFormInputsGroupInput;
|
|
12413
12828
|
exports.newWidgetsBookmarks = newWidgetsBookmarks;
|
|
12414
12829
|
exports.newWidgetsBookmarksBookmarksViewModel = newWidgetsBookmarksBookmarksViewModel;
|
|
12415
12830
|
exports.newWidgetsBuildingExplorer = newWidgetsBuildingExplorer;
|