@arcgis/core-adapter 4.34.0-next.13 → 4.34.0-next.131
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 +564 -162
- package/dist/index.d.cts +95 -35
- package/dist/index.d.ts +95 -35
- package/dist/index.js +564 -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,39 @@ 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
|
+
}
|
|
373
|
+
async function importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits() {
|
|
374
|
+
if (isAMD) {
|
|
375
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/VolumeMeasurementDisplayUnits");
|
|
376
|
+
}
|
|
377
|
+
const module2 = await import("@arcgis/core/analysis/VolumeMeasurement/VolumeMeasurementDisplayUnits.js");
|
|
378
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
379
|
+
}
|
|
380
|
+
async function newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits(properties) {
|
|
381
|
+
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits();
|
|
382
|
+
return new ModConstructor(properties);
|
|
383
|
+
}
|
|
384
|
+
async function importAnalysisVolumeMeasurementVolumeMeasurementInputUnits() {
|
|
385
|
+
if (isAMD) {
|
|
386
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/VolumeMeasurementInputUnits");
|
|
387
|
+
}
|
|
388
|
+
const module2 = await import("@arcgis/core/analysis/VolumeMeasurement/VolumeMeasurementInputUnits.js");
|
|
389
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
390
|
+
}
|
|
391
|
+
async function newAnalysisVolumeMeasurementVolumeMeasurementInputUnits(properties) {
|
|
392
|
+
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementInputUnits();
|
|
393
|
+
return new ModConstructor(properties);
|
|
394
|
+
}
|
|
241
395
|
async function importCoreAccessor() {
|
|
242
396
|
if (isAMD) {
|
|
243
397
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -854,6 +1008,28 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
854
1008
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
855
1009
|
return new ModConstructor(properties);
|
|
856
1010
|
}
|
|
1011
|
+
async function importGraphicGraphicOrigin() {
|
|
1012
|
+
if (isAMD) {
|
|
1013
|
+
return await window.$arcgis.import("esri/graphic/GraphicOrigin");
|
|
1014
|
+
}
|
|
1015
|
+
const module2 = await import("@arcgis/core/graphic/GraphicOrigin.js");
|
|
1016
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1017
|
+
}
|
|
1018
|
+
async function newGraphicGraphicOrigin() {
|
|
1019
|
+
const ModConstructor = await importGraphicGraphicOrigin();
|
|
1020
|
+
return new ModConstructor();
|
|
1021
|
+
}
|
|
1022
|
+
async function importGraphicVectorTileGraphicOrigin() {
|
|
1023
|
+
if (isAMD) {
|
|
1024
|
+
return await window.$arcgis.import("esri/graphic/VectorTileGraphicOrigin");
|
|
1025
|
+
}
|
|
1026
|
+
const module2 = await import("@arcgis/core/graphic/VectorTileGraphicOrigin.js");
|
|
1027
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1028
|
+
}
|
|
1029
|
+
async function newGraphicVectorTileGraphicOrigin(layer, layerId, layerIndex) {
|
|
1030
|
+
const ModConstructor = await importGraphicVectorTileGraphicOrigin();
|
|
1031
|
+
return new ModConstructor(layer, layerId, layerIndex);
|
|
1032
|
+
}
|
|
857
1033
|
async function importAttributeBinsGraphic() {
|
|
858
1034
|
if (isAMD) {
|
|
859
1035
|
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
@@ -1844,6 +2020,17 @@ async function newLayersSupportPixelBlock(properties) {
|
|
|
1844
2020
|
const ModConstructor = await importLayersSupportPixelBlock();
|
|
1845
2021
|
return new ModConstructor(properties);
|
|
1846
2022
|
}
|
|
2023
|
+
async function importLayersSupportPlaybackInfo() {
|
|
2024
|
+
if (isAMD) {
|
|
2025
|
+
return await window.$arcgis.import("esri/layers/support/PlaybackInfo");
|
|
2026
|
+
}
|
|
2027
|
+
const module2 = await import("@arcgis/core/layers/support/PlaybackInfo.js");
|
|
2028
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2029
|
+
}
|
|
2030
|
+
async function newLayersSupportPlaybackInfo(properties) {
|
|
2031
|
+
const ModConstructor = await importLayersSupportPlaybackInfo();
|
|
2032
|
+
return new ModConstructor(properties);
|
|
2033
|
+
}
|
|
1847
2034
|
async function importLayersSupportPublishingInfo() {
|
|
1848
2035
|
if (isAMD) {
|
|
1849
2036
|
return await window.$arcgis.import("esri/layers/support/PublishingInfo");
|
|
@@ -3395,6 +3582,28 @@ async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
|
3395
3582
|
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3396
3583
|
return new ModConstructor(properties);
|
|
3397
3584
|
}
|
|
3585
|
+
async function importRestKnowledgeGraphGraphAddFieldIndexResult() {
|
|
3586
|
+
if (isAMD) {
|
|
3587
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddFieldIndexResult");
|
|
3588
|
+
}
|
|
3589
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddFieldIndexResult.js");
|
|
3590
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3591
|
+
}
|
|
3592
|
+
async function newRestKnowledgeGraphGraphAddFieldIndexResult(properties) {
|
|
3593
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddFieldIndexResult();
|
|
3594
|
+
return new ModConstructor(properties);
|
|
3595
|
+
}
|
|
3596
|
+
async function importRestKnowledgeGraphGraphAddPropertyResult() {
|
|
3597
|
+
if (isAMD) {
|
|
3598
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddPropertyResult");
|
|
3599
|
+
}
|
|
3600
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddPropertyResult.js");
|
|
3601
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3602
|
+
}
|
|
3603
|
+
async function newRestKnowledgeGraphGraphAddPropertyResult(properties) {
|
|
3604
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddPropertyResult();
|
|
3605
|
+
return new ModConstructor(properties);
|
|
3606
|
+
}
|
|
3398
3607
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3399
3608
|
if (isAMD) {
|
|
3400
3609
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3417,6 +3626,28 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3417
3626
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3418
3627
|
return new ModConstructor(properties);
|
|
3419
3628
|
}
|
|
3629
|
+
async function importRestKnowledgeGraphGraphDataModelOperationResult() {
|
|
3630
|
+
if (isAMD) {
|
|
3631
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDataModelOperationResult");
|
|
3632
|
+
}
|
|
3633
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDataModelOperationResult.js");
|
|
3634
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3635
|
+
}
|
|
3636
|
+
async function newRestKnowledgeGraphGraphDataModelOperationResult(properties) {
|
|
3637
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDataModelOperationResult();
|
|
3638
|
+
return new ModConstructor(properties);
|
|
3639
|
+
}
|
|
3640
|
+
async function importRestKnowledgeGraphGraphDeleteFieldIndexResult() {
|
|
3641
|
+
if (isAMD) {
|
|
3642
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteFieldIndexResult");
|
|
3643
|
+
}
|
|
3644
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteFieldIndexResult.js");
|
|
3645
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3646
|
+
}
|
|
3647
|
+
async function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties) {
|
|
3648
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteFieldIndexResult();
|
|
3649
|
+
return new ModConstructor(properties);
|
|
3650
|
+
}
|
|
3420
3651
|
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3421
3652
|
if (isAMD) {
|
|
3422
3653
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
@@ -3428,6 +3659,17 @@ async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
|
3428
3659
|
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3429
3660
|
return new ModConstructor(properties);
|
|
3430
3661
|
}
|
|
3662
|
+
async function importRestKnowledgeGraphGraphDeletePropertyResult() {
|
|
3663
|
+
if (isAMD) {
|
|
3664
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeletePropertyResult");
|
|
3665
|
+
}
|
|
3666
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeletePropertyResult.js");
|
|
3667
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3668
|
+
}
|
|
3669
|
+
async function newRestKnowledgeGraphGraphDeletePropertyResult(properties) {
|
|
3670
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeletePropertyResult();
|
|
3671
|
+
return new ModConstructor(properties);
|
|
3672
|
+
}
|
|
3431
3673
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3432
3674
|
if (isAMD) {
|
|
3433
3675
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -3549,6 +3791,39 @@ async function newRestKnowledgeGraphGraphSearchStreaming(properties) {
|
|
|
3549
3791
|
const ModConstructor = await importRestKnowledgeGraphGraphSearchStreaming();
|
|
3550
3792
|
return new ModConstructor(properties);
|
|
3551
3793
|
}
|
|
3794
|
+
async function importRestKnowledgeGraphGraphUpdateNamedTypesResult() {
|
|
3795
|
+
if (isAMD) {
|
|
3796
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateNamedTypesResult");
|
|
3797
|
+
}
|
|
3798
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateNamedTypesResult.js");
|
|
3799
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3800
|
+
}
|
|
3801
|
+
async function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties) {
|
|
3802
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateNamedTypesResult();
|
|
3803
|
+
return new ModConstructor(properties);
|
|
3804
|
+
}
|
|
3805
|
+
async function importRestKnowledgeGraphGraphUpdatePropertyResult() {
|
|
3806
|
+
if (isAMD) {
|
|
3807
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdatePropertyResult");
|
|
3808
|
+
}
|
|
3809
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js");
|
|
3810
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3811
|
+
}
|
|
3812
|
+
async function newRestKnowledgeGraphGraphUpdatePropertyResult(properties) {
|
|
3813
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdatePropertyResult();
|
|
3814
|
+
return new ModConstructor(properties);
|
|
3815
|
+
}
|
|
3816
|
+
async function importRestKnowledgeGraphGraphUpdateSearchIndexResult() {
|
|
3817
|
+
if (isAMD) {
|
|
3818
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateSearchIndexResult");
|
|
3819
|
+
}
|
|
3820
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateSearchIndexResult.js");
|
|
3821
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3822
|
+
}
|
|
3823
|
+
async function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties) {
|
|
3824
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateSearchIndexResult();
|
|
3825
|
+
return new ModConstructor(properties);
|
|
3826
|
+
}
|
|
3552
3827
|
async function importRestKnowledgeGraphInputQuantizationParameters() {
|
|
3553
3828
|
if (isAMD) {
|
|
3554
3829
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/InputQuantizationParameters");
|
|
@@ -4638,6 +4913,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
4638
4913
|
const ModConstructor = await importRestSupportJobInfo();
|
|
4639
4914
|
return new ModConstructor(properties);
|
|
4640
4915
|
}
|
|
4916
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
4917
|
+
if (isAMD) {
|
|
4918
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
4919
|
+
}
|
|
4920
|
+
const module2 = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
4921
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4922
|
+
}
|
|
4923
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
4924
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
4925
|
+
return new ModConstructor(properties);
|
|
4926
|
+
}
|
|
4641
4927
|
async function importRestSupportLegendLayer() {
|
|
4642
4928
|
if (isAMD) {
|
|
4643
4929
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -5661,28 +5947,6 @@ async function newTimeTimeInterval(properties) {
|
|
|
5661
5947
|
const ModConstructor = await importTimeTimeInterval();
|
|
5662
5948
|
return new ModConstructor(properties);
|
|
5663
5949
|
}
|
|
5664
|
-
async function importTimeExtent() {
|
|
5665
|
-
if (isAMD) {
|
|
5666
|
-
return await window.$arcgis.import("esri/TimeExtent");
|
|
5667
|
-
}
|
|
5668
|
-
const module2 = await import("@arcgis/core/TimeExtent.js");
|
|
5669
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5670
|
-
}
|
|
5671
|
-
async function newTimeExtent(properties) {
|
|
5672
|
-
const ModConstructor = await importTimeExtent();
|
|
5673
|
-
return new ModConstructor(properties);
|
|
5674
|
-
}
|
|
5675
|
-
async function importTimeInterval() {
|
|
5676
|
-
if (isAMD) {
|
|
5677
|
-
return await window.$arcgis.import("esri/TimeInterval");
|
|
5678
|
-
}
|
|
5679
|
-
const module2 = await import("@arcgis/core/TimeInterval.js");
|
|
5680
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5681
|
-
}
|
|
5682
|
-
async function newTimeInterval(properties) {
|
|
5683
|
-
const ModConstructor = await importTimeInterval();
|
|
5684
|
-
return new ModConstructor(properties);
|
|
5685
|
-
}
|
|
5686
5950
|
async function importVersionManagementVersioningState() {
|
|
5687
5951
|
if (isAMD) {
|
|
5688
5952
|
return await window.$arcgis.import("esri/versionManagement/VersioningState");
|
|
@@ -5716,26 +5980,26 @@ async function newViewpoint(properties) {
|
|
|
5716
5980
|
const ModConstructor = await importViewpoint();
|
|
5717
5981
|
return new ModConstructor(properties);
|
|
5718
5982
|
}
|
|
5719
|
-
async function
|
|
5983
|
+
async function importViewsBasemapView() {
|
|
5720
5984
|
if (isAMD) {
|
|
5721
|
-
return await window.$arcgis.import("esri/views/
|
|
5985
|
+
return await window.$arcgis.import("esri/views/BasemapView");
|
|
5722
5986
|
}
|
|
5723
|
-
const module2 = await import("@arcgis/core/views/
|
|
5987
|
+
const module2 = await import("@arcgis/core/views/BasemapView.js");
|
|
5724
5988
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5725
5989
|
}
|
|
5726
|
-
async function
|
|
5727
|
-
const ModConstructor = await
|
|
5990
|
+
async function newViewsBasemapView(properties) {
|
|
5991
|
+
const ModConstructor = await importViewsBasemapView();
|
|
5728
5992
|
return new ModConstructor(properties);
|
|
5729
5993
|
}
|
|
5730
|
-
async function
|
|
5994
|
+
async function importViewsGroundView() {
|
|
5731
5995
|
if (isAMD) {
|
|
5732
|
-
return await window.$arcgis.import("esri/views/
|
|
5996
|
+
return await window.$arcgis.import("esri/views/GroundView");
|
|
5733
5997
|
}
|
|
5734
|
-
const module2 = await import("@arcgis/core/views/
|
|
5998
|
+
const module2 = await import("@arcgis/core/views/GroundView.js");
|
|
5735
5999
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5736
6000
|
}
|
|
5737
|
-
async function
|
|
5738
|
-
const ModConstructor = await
|
|
6001
|
+
async function newViewsGroundView(properties) {
|
|
6002
|
+
const ModConstructor = await importViewsGroundView();
|
|
5739
6003
|
return new ModConstructor(properties);
|
|
5740
6004
|
}
|
|
5741
6005
|
async function importViews2dViewState() {
|
|
@@ -5749,6 +6013,39 @@ async function newViews2dViewState(properties) {
|
|
|
5749
6013
|
const ModConstructor = await importViews2dViewState();
|
|
5750
6014
|
return new ModConstructor(properties);
|
|
5751
6015
|
}
|
|
6016
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
6017
|
+
if (isAMD) {
|
|
6018
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
6019
|
+
}
|
|
6020
|
+
const module2 = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
6021
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6022
|
+
}
|
|
6023
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6024
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6025
|
+
return new ModConstructor(properties);
|
|
6026
|
+
}
|
|
6027
|
+
async function importViews2dLayersBaseLayerView2D() {
|
|
6028
|
+
if (isAMD) {
|
|
6029
|
+
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
6030
|
+
}
|
|
6031
|
+
const module2 = await import("@arcgis/core/views/2d/layers/BaseLayerView2D.js");
|
|
6032
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6033
|
+
}
|
|
6034
|
+
async function newViews2dLayersBaseLayerView2D(properties) {
|
|
6035
|
+
const ModConstructor = await importViews2dLayersBaseLayerView2D();
|
|
6036
|
+
return new ModConstructor(properties);
|
|
6037
|
+
}
|
|
6038
|
+
async function importViews2dLayersBaseLayerViewGL2D() {
|
|
6039
|
+
if (isAMD) {
|
|
6040
|
+
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerViewGL2D");
|
|
6041
|
+
}
|
|
6042
|
+
const module2 = await import("@arcgis/core/views/2d/layers/BaseLayerViewGL2D.js");
|
|
6043
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6044
|
+
}
|
|
6045
|
+
async function newViews2dLayersBaseLayerViewGL2D(properties) {
|
|
6046
|
+
const ModConstructor = await importViews2dLayersBaseLayerViewGL2D();
|
|
6047
|
+
return new ModConstructor(properties);
|
|
6048
|
+
}
|
|
5752
6049
|
async function importViews3dAnalysisAreaMeasurementAnalysisView3D() {
|
|
5753
6050
|
if (isAMD) {
|
|
5754
6051
|
return await window.$arcgis.import("esri/views/3d/analysis/AreaMeasurementAnalysisView3D");
|
|
@@ -5782,6 +6079,17 @@ async function newViews3dAnalysisDirectLineMeasurementAnalysisView3D(properties)
|
|
|
5782
6079
|
const ModConstructor = await importViews3dAnalysisDirectLineMeasurementAnalysisView3D();
|
|
5783
6080
|
return new ModConstructor(properties);
|
|
5784
6081
|
}
|
|
6082
|
+
async function importViews3dAnalysisElevationProfileAnalysisView3D() {
|
|
6083
|
+
if (isAMD) {
|
|
6084
|
+
return await window.$arcgis.import("esri/views/3d/analysis/ElevationProfileAnalysisView3D");
|
|
6085
|
+
}
|
|
6086
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/ElevationProfileAnalysisView3D.js");
|
|
6087
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6088
|
+
}
|
|
6089
|
+
async function newViews3dAnalysisElevationProfileAnalysisView3D(properties) {
|
|
6090
|
+
const ModConstructor = await importViews3dAnalysisElevationProfileAnalysisView3D();
|
|
6091
|
+
return new ModConstructor(properties);
|
|
6092
|
+
}
|
|
5785
6093
|
async function importViews3dAnalysisLineOfSightAnalysisResult() {
|
|
5786
6094
|
if (isAMD) {
|
|
5787
6095
|
return await window.$arcgis.import("esri/views/3d/analysis/LineOfSightAnalysisResult");
|
|
@@ -5826,6 +6134,28 @@ async function newViews3dAnalysisViewshedAnalysisView3D(properties) {
|
|
|
5826
6134
|
const ModConstructor = await importViews3dAnalysisViewshedAnalysisView3D();
|
|
5827
6135
|
return new ModConstructor(properties);
|
|
5828
6136
|
}
|
|
6137
|
+
async function importViews3dAnalysisVolumeMeasurementAnalysisView3D() {
|
|
6138
|
+
if (isAMD) {
|
|
6139
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurementAnalysisView3D");
|
|
6140
|
+
}
|
|
6141
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurementAnalysisView3D.js");
|
|
6142
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6143
|
+
}
|
|
6144
|
+
async function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties) {
|
|
6145
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementAnalysisView3D();
|
|
6146
|
+
return new ModConstructor(properties);
|
|
6147
|
+
}
|
|
6148
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult() {
|
|
6149
|
+
if (isAMD) {
|
|
6150
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult");
|
|
6151
|
+
}
|
|
6152
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult.js");
|
|
6153
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6154
|
+
}
|
|
6155
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties) {
|
|
6156
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult();
|
|
6157
|
+
return new ModConstructor(properties);
|
|
6158
|
+
}
|
|
5829
6159
|
async function importViews3dEnvironmentCloudyWeather() {
|
|
5830
6160
|
if (isAMD) {
|
|
5831
6161
|
return await window.$arcgis.import("esri/views/3d/environment/CloudyWeather");
|
|
@@ -5914,15 +6244,15 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
5914
6244
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
5915
6245
|
return new ModConstructor(properties);
|
|
5916
6246
|
}
|
|
5917
|
-
async function
|
|
6247
|
+
async function importViewsAnalysisElevationProfileElevationProfileResult() {
|
|
5918
6248
|
if (isAMD) {
|
|
5919
|
-
return await window.$arcgis.import("esri/views/
|
|
6249
|
+
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileResult");
|
|
5920
6250
|
}
|
|
5921
|
-
const module2 = await import("@arcgis/core/views/
|
|
6251
|
+
const module2 = await import("@arcgis/core/views/analysis/ElevationProfile/ElevationProfileResult.js");
|
|
5922
6252
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5923
6253
|
}
|
|
5924
|
-
async function
|
|
5925
|
-
const ModConstructor = await
|
|
6254
|
+
async function newViewsAnalysisElevationProfileElevationProfileResult(properties) {
|
|
6255
|
+
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileResult();
|
|
5926
6256
|
return new ModConstructor(properties);
|
|
5927
6257
|
}
|
|
5928
6258
|
async function importViewsDrawDraw() {
|
|
@@ -6002,15 +6332,15 @@ async function newViewsDrawSegmentDrawAction(properties) {
|
|
|
6002
6332
|
const ModConstructor = await importViewsDrawSegmentDrawAction();
|
|
6003
6333
|
return new ModConstructor(properties);
|
|
6004
6334
|
}
|
|
6005
|
-
async function
|
|
6335
|
+
async function importViewsInputInput() {
|
|
6006
6336
|
if (isAMD) {
|
|
6007
|
-
return await window.$arcgis.import("esri/views/
|
|
6337
|
+
return await window.$arcgis.import("esri/views/input/Input");
|
|
6008
6338
|
}
|
|
6009
|
-
const module2 = await import("@arcgis/core/views/
|
|
6339
|
+
const module2 = await import("@arcgis/core/views/input/Input.js");
|
|
6010
6340
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
6011
6341
|
}
|
|
6012
|
-
async function
|
|
6013
|
-
const ModConstructor = await
|
|
6342
|
+
async function newViewsInputInput(properties) {
|
|
6343
|
+
const ModConstructor = await importViewsInputInput();
|
|
6014
6344
|
return new ModConstructor(properties);
|
|
6015
6345
|
}
|
|
6016
6346
|
async function importViewsInputGamepadGamepadInputDevice() {
|
|
@@ -6035,17 +6365,6 @@ async function newViewsInputGamepadGamepadSettings(properties) {
|
|
|
6035
6365
|
const ModConstructor = await importViewsInputGamepadGamepadSettings();
|
|
6036
6366
|
return new ModConstructor(properties);
|
|
6037
6367
|
}
|
|
6038
|
-
async function importViewsInputInput() {
|
|
6039
|
-
if (isAMD) {
|
|
6040
|
-
return await window.$arcgis.import("esri/views/input/Input");
|
|
6041
|
-
}
|
|
6042
|
-
const module2 = await import("@arcgis/core/views/input/Input.js");
|
|
6043
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6044
|
-
}
|
|
6045
|
-
async function newViewsInputInput(properties) {
|
|
6046
|
-
const ModConstructor = await importViewsInputInput();
|
|
6047
|
-
return new ModConstructor(properties);
|
|
6048
|
-
}
|
|
6049
6368
|
async function importViewsInteractiveSketchSketchLabelOptions() {
|
|
6050
6369
|
if (isAMD) {
|
|
6051
6370
|
return await window.$arcgis.import("esri/views/interactive/sketch/SketchLabelOptions");
|
|
@@ -6134,39 +6453,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
6134
6453
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
6135
6454
|
return new ModConstructor(properties);
|
|
6136
6455
|
}
|
|
6137
|
-
async function importViewsLayersCatalogDynamicGroupLayerView() {
|
|
6138
|
-
if (isAMD) {
|
|
6139
|
-
return await window.$arcgis.import("esri/views/layers/CatalogDynamicGroupLayerView");
|
|
6140
|
-
}
|
|
6141
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogDynamicGroupLayerView.js");
|
|
6142
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6143
|
-
}
|
|
6144
|
-
async function newViewsLayersCatalogDynamicGroupLayerView(properties) {
|
|
6145
|
-
const ModConstructor = await importViewsLayersCatalogDynamicGroupLayerView();
|
|
6146
|
-
return new ModConstructor(properties);
|
|
6147
|
-
}
|
|
6148
|
-
async function importViewsLayersCatalogFootprintLayerView() {
|
|
6149
|
-
if (isAMD) {
|
|
6150
|
-
return await window.$arcgis.import("esri/views/layers/CatalogFootprintLayerView");
|
|
6151
|
-
}
|
|
6152
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogFootprintLayerView.js");
|
|
6153
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6154
|
-
}
|
|
6155
|
-
async function newViewsLayersCatalogFootprintLayerView(properties) {
|
|
6156
|
-
const ModConstructor = await importViewsLayersCatalogFootprintLayerView();
|
|
6157
|
-
return new ModConstructor(properties);
|
|
6158
|
-
}
|
|
6159
|
-
async function importViewsLayersCatalogLayerView() {
|
|
6160
|
-
if (isAMD) {
|
|
6161
|
-
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6162
|
-
}
|
|
6163
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6164
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6165
|
-
}
|
|
6166
|
-
async function newViewsLayersCatalogLayerView(properties) {
|
|
6167
|
-
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6168
|
-
return new ModConstructor(properties);
|
|
6169
|
-
}
|
|
6170
6456
|
async function importViewsLayersDimensionLayerView() {
|
|
6171
6457
|
if (isAMD) {
|
|
6172
6458
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6178,17 +6464,6 @@ async function newViewsLayersDimensionLayerView(properties) {
|
|
|
6178
6464
|
const ModConstructor = await importViewsLayersDimensionLayerView();
|
|
6179
6465
|
return new ModConstructor(properties);
|
|
6180
6466
|
}
|
|
6181
|
-
async function importViewsLayersFeatureLayerView() {
|
|
6182
|
-
if (isAMD) {
|
|
6183
|
-
return await window.$arcgis.import("esri/views/layers/FeatureLayerView");
|
|
6184
|
-
}
|
|
6185
|
-
const module2 = await import("@arcgis/core/views/layers/FeatureLayerView.js");
|
|
6186
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6187
|
-
}
|
|
6188
|
-
async function newViewsLayersFeatureLayerView(properties) {
|
|
6189
|
-
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
6190
|
-
return new ModConstructor(properties);
|
|
6191
|
-
}
|
|
6192
6467
|
async function importViewsLayersGroupLayerView() {
|
|
6193
6468
|
if (isAMD) {
|
|
6194
6469
|
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
@@ -6255,28 +6530,6 @@ async function newViewsLayersMediaLayerView(properties) {
|
|
|
6255
6530
|
const ModConstructor = await importViewsLayersMediaLayerView();
|
|
6256
6531
|
return new ModConstructor(properties);
|
|
6257
6532
|
}
|
|
6258
|
-
async function importViewsLayersOGCFeatureLayerView() {
|
|
6259
|
-
if (isAMD) {
|
|
6260
|
-
return await window.$arcgis.import("esri/views/layers/OGCFeatureLayerView");
|
|
6261
|
-
}
|
|
6262
|
-
const module2 = await import("@arcgis/core/views/layers/OGCFeatureLayerView.js");
|
|
6263
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6264
|
-
}
|
|
6265
|
-
async function newViewsLayersOGCFeatureLayerView(properties) {
|
|
6266
|
-
const ModConstructor = await importViewsLayersOGCFeatureLayerView();
|
|
6267
|
-
return new ModConstructor(properties);
|
|
6268
|
-
}
|
|
6269
|
-
async function importViewsLayersPointCloudLayerView() {
|
|
6270
|
-
if (isAMD) {
|
|
6271
|
-
return await window.$arcgis.import("esri/views/layers/PointCloudLayerView");
|
|
6272
|
-
}
|
|
6273
|
-
const module2 = await import("@arcgis/core/views/layers/PointCloudLayerView.js");
|
|
6274
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6275
|
-
}
|
|
6276
|
-
async function newViewsLayersPointCloudLayerView(properties) {
|
|
6277
|
-
const ModConstructor = await importViewsLayersPointCloudLayerView();
|
|
6278
|
-
return new ModConstructor(properties);
|
|
6279
|
-
}
|
|
6280
6533
|
async function importViewsLayersSceneLayerView() {
|
|
6281
6534
|
if (isAMD) {
|
|
6282
6535
|
return await window.$arcgis.import("esri/views/layers/SceneLayerView");
|
|
@@ -6288,17 +6541,6 @@ async function newViewsLayersSceneLayerView(properties) {
|
|
|
6288
6541
|
const ModConstructor = await importViewsLayersSceneLayerView();
|
|
6289
6542
|
return new ModConstructor(properties);
|
|
6290
6543
|
}
|
|
6291
|
-
async function importViewsLayersStreamLayerView() {
|
|
6292
|
-
if (isAMD) {
|
|
6293
|
-
return await window.$arcgis.import("esri/views/layers/StreamLayerView");
|
|
6294
|
-
}
|
|
6295
|
-
const module2 = await import("@arcgis/core/views/layers/StreamLayerView.js");
|
|
6296
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6297
|
-
}
|
|
6298
|
-
async function newViewsLayersStreamLayerView(properties) {
|
|
6299
|
-
const ModConstructor = await importViewsLayersStreamLayerView();
|
|
6300
|
-
return new ModConstructor(properties);
|
|
6301
|
-
}
|
|
6302
6544
|
async function importViewsLayersViewshedLayerView() {
|
|
6303
6545
|
if (isAMD) {
|
|
6304
6546
|
return await window.$arcgis.import("esri/views/layers/ViewshedLayerView");
|
|
@@ -7201,6 +7443,50 @@ async function newWidgetsBatchAttributeForm(properties) {
|
|
|
7201
7443
|
const ModConstructor = await importWidgetsBatchAttributeForm();
|
|
7202
7444
|
return new ModConstructor(properties);
|
|
7203
7445
|
}
|
|
7446
|
+
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
7447
|
+
if (isAMD) {
|
|
7448
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
7449
|
+
}
|
|
7450
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
7451
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7452
|
+
}
|
|
7453
|
+
async function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties) {
|
|
7454
|
+
const ModConstructor = await importWidgetsBatchAttributeFormBatchAttributeFormViewModel();
|
|
7455
|
+
return new ModConstructor(properties);
|
|
7456
|
+
}
|
|
7457
|
+
async function importWidgetsBatchAttributeFormInputsBatchFormInputs() {
|
|
7458
|
+
if (isAMD) {
|
|
7459
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/BatchFormInputs");
|
|
7460
|
+
}
|
|
7461
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/BatchFormInputs.js");
|
|
7462
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7463
|
+
}
|
|
7464
|
+
async function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties) {
|
|
7465
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsBatchFormInputs();
|
|
7466
|
+
return new ModConstructor(properties);
|
|
7467
|
+
}
|
|
7468
|
+
async function importWidgetsBatchAttributeFormInputsFieldInput() {
|
|
7469
|
+
if (isAMD) {
|
|
7470
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/FieldInput");
|
|
7471
|
+
}
|
|
7472
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/FieldInput.js");
|
|
7473
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7474
|
+
}
|
|
7475
|
+
async function newWidgetsBatchAttributeFormInputsFieldInput(properties) {
|
|
7476
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsFieldInput();
|
|
7477
|
+
return new ModConstructor(properties);
|
|
7478
|
+
}
|
|
7479
|
+
async function importWidgetsBatchAttributeFormInputsGroupInput() {
|
|
7480
|
+
if (isAMD) {
|
|
7481
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/GroupInput");
|
|
7482
|
+
}
|
|
7483
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js");
|
|
7484
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7485
|
+
}
|
|
7486
|
+
async function newWidgetsBatchAttributeFormInputsGroupInput(properties) {
|
|
7487
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsGroupInput();
|
|
7488
|
+
return new ModConstructor(properties);
|
|
7489
|
+
}
|
|
7204
7490
|
async function importWidgetsBookmarks() {
|
|
7205
7491
|
if (isAMD) {
|
|
7206
7492
|
return await window.$arcgis.import("esri/widgets/Bookmarks");
|
|
@@ -9584,6 +9870,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
9584
9870
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
9585
9871
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9586
9872
|
}
|
|
9873
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
9874
|
+
if (isAMD) {
|
|
9875
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
9876
|
+
}
|
|
9877
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
9878
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9879
|
+
}
|
|
9587
9880
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
9588
9881
|
if (isAMD) {
|
|
9589
9882
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -10032,6 +10325,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
10032
10325
|
const module2 = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10033
10326
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10034
10327
|
}
|
|
10328
|
+
async function importRestLastMileDelivery() {
|
|
10329
|
+
if (isAMD) {
|
|
10330
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10331
|
+
}
|
|
10332
|
+
const module2 = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10333
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10334
|
+
}
|
|
10035
10335
|
async function importRestLocator() {
|
|
10036
10336
|
if (isAMD) {
|
|
10037
10337
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -10536,6 +10836,13 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
10536
10836
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
10537
10837
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10538
10838
|
}
|
|
10839
|
+
async function importViews3dWebgl() {
|
|
10840
|
+
if (isAMD) {
|
|
10841
|
+
return await window.$arcgis.import("esri/views/3d/webgl");
|
|
10842
|
+
}
|
|
10843
|
+
const module2 = await import("@arcgis/core/views/3d/webgl.js");
|
|
10844
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10845
|
+
}
|
|
10539
10846
|
async function importViews3dWebglManagedFBO() {
|
|
10540
10847
|
if (isAMD) {
|
|
10541
10848
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -10550,13 +10857,6 @@ async function importViews3dWebglRenderCamera() {
|
|
|
10550
10857
|
const module2 = await import("@arcgis/core/views/3d/webgl/RenderCamera.js");
|
|
10551
10858
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10552
10859
|
}
|
|
10553
|
-
async function importViews3dWebgl() {
|
|
10554
|
-
if (isAMD) {
|
|
10555
|
-
return await window.$arcgis.import("esri/views/3d/webgl");
|
|
10556
|
-
}
|
|
10557
|
-
const module2 = await import("@arcgis/core/views/3d/webgl.js");
|
|
10558
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10559
|
-
}
|
|
10560
10860
|
async function importViews3dSupportLayerPerformanceInfo() {
|
|
10561
10861
|
if (isAMD) {
|
|
10562
10862
|
return await window.$arcgis.import("esri/views/3d/support/LayerPerformanceInfo");
|
|
@@ -10585,13 +10885,6 @@ async function importViewsSupportColorUtils() {
|
|
|
10585
10885
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10586
10886
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10587
10887
|
}
|
|
10588
|
-
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
10589
|
-
if (isAMD) {
|
|
10590
|
-
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
10591
|
-
}
|
|
10592
|
-
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
10593
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10594
|
-
}
|
|
10595
10888
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
10596
10889
|
if (isAMD) {
|
|
10597
10890
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -10606,6 +10899,13 @@ async function importWidgetsSupportWidget() {
|
|
|
10606
10899
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
10607
10900
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10608
10901
|
}
|
|
10902
|
+
async function importApplicationsComponentsActionUtils() {
|
|
10903
|
+
if (isAMD) {
|
|
10904
|
+
return await window.$arcgis.import("esri/applications/Components/actionUtils");
|
|
10905
|
+
}
|
|
10906
|
+
const module2 = await import("@arcgis/core/applications/Components/actionUtils.js");
|
|
10907
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10908
|
+
}
|
|
10609
10909
|
async function importApplicationsComponentsAnalysisUtils() {
|
|
10610
10910
|
if (isAMD) {
|
|
10611
10911
|
return await window.$arcgis.import("esri/applications/Components/analysisUtils");
|
|
@@ -10613,6 +10913,13 @@ async function importApplicationsComponentsAnalysisUtils() {
|
|
|
10613
10913
|
const module2 = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
10614
10914
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10615
10915
|
}
|
|
10916
|
+
async function importApplicationsComponentsArcadeFeatureUtils() {
|
|
10917
|
+
if (isAMD) {
|
|
10918
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeFeatureUtils");
|
|
10919
|
+
}
|
|
10920
|
+
const module2 = await import("@arcgis/core/applications/Components/arcadeFeatureUtils.js");
|
|
10921
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10922
|
+
}
|
|
10616
10923
|
async function importApplicationsComponentsBasemapUtils() {
|
|
10617
10924
|
if (isAMD) {
|
|
10618
10925
|
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
@@ -10627,6 +10934,13 @@ async function importApplicationsComponentsDrawUtils() {
|
|
|
10627
10934
|
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
10628
10935
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10629
10936
|
}
|
|
10937
|
+
async function importApplicationsComponentsFeatureUtils() {
|
|
10938
|
+
if (isAMD) {
|
|
10939
|
+
return await window.$arcgis.import("esri/applications/Components/featureUtils");
|
|
10940
|
+
}
|
|
10941
|
+
const module2 = await import("@arcgis/core/applications/Components/featureUtils.js");
|
|
10942
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10943
|
+
}
|
|
10630
10944
|
async function importApplicationsComponentsFontUtils() {
|
|
10631
10945
|
if (isAMD) {
|
|
10632
10946
|
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
@@ -10634,6 +10948,13 @@ async function importApplicationsComponentsFontUtils() {
|
|
|
10634
10948
|
const module2 = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
10635
10949
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10636
10950
|
}
|
|
10951
|
+
async function importApplicationsComponentsFormatUtils() {
|
|
10952
|
+
if (isAMD) {
|
|
10953
|
+
return await window.$arcgis.import("esri/applications/Components/formatUtils");
|
|
10954
|
+
}
|
|
10955
|
+
const module2 = await import("@arcgis/core/applications/Components/formatUtils.js");
|
|
10956
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10957
|
+
}
|
|
10637
10958
|
async function importApplicationsComponentsGetDefaultUnits() {
|
|
10638
10959
|
if (isAMD) {
|
|
10639
10960
|
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
@@ -10648,6 +10969,13 @@ async function importApplicationsComponentsGfxUtils() {
|
|
|
10648
10969
|
const module2 = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
10649
10970
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10650
10971
|
}
|
|
10972
|
+
async function importApplicationsComponentsImageryUtils() {
|
|
10973
|
+
if (isAMD) {
|
|
10974
|
+
return await window.$arcgis.import("esri/applications/Components/imageryUtils");
|
|
10975
|
+
}
|
|
10976
|
+
const module2 = await import("@arcgis/core/applications/Components/imageryUtils.js");
|
|
10977
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10978
|
+
}
|
|
10651
10979
|
async function importApplicationsComponentsLayerOriginUtils() {
|
|
10652
10980
|
if (isAMD) {
|
|
10653
10981
|
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
@@ -10676,6 +11004,13 @@ async function importApplicationsComponentsReactiveUtils() {
|
|
|
10676
11004
|
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
10677
11005
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10678
11006
|
}
|
|
11007
|
+
async function importApplicationsComponentsSanitizerUtils() {
|
|
11008
|
+
if (isAMD) {
|
|
11009
|
+
return await window.$arcgis.import("esri/applications/Components/sanitizerUtils");
|
|
11010
|
+
}
|
|
11011
|
+
const module2 = await import("@arcgis/core/applications/Components/sanitizerUtils.js");
|
|
11012
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11013
|
+
}
|
|
10679
11014
|
async function importApplicationsComponentsSelectionOperation() {
|
|
10680
11015
|
if (isAMD) {
|
|
10681
11016
|
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
@@ -10690,6 +11025,13 @@ async function importApplicationsComponentsSketchTooltipControls() {
|
|
|
10690
11025
|
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
10691
11026
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10692
11027
|
}
|
|
11028
|
+
async function importApplicationsComponentsStringUtils() {
|
|
11029
|
+
if (isAMD) {
|
|
11030
|
+
return await window.$arcgis.import("esri/applications/Components/stringUtils");
|
|
11031
|
+
}
|
|
11032
|
+
const module2 = await import("@arcgis/core/applications/Components/stringUtils.js");
|
|
11033
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11034
|
+
}
|
|
10693
11035
|
async function importApplicationsComponentsStyleUtils() {
|
|
10694
11036
|
if (isAMD) {
|
|
10695
11037
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -10751,6 +11093,16 @@ exports.importAnalysisAreaMeasurementAnalysis = importAnalysisAreaMeasurementAna
|
|
|
10751
11093
|
exports.importAnalysisDimensionAnalysis = importAnalysisDimensionAnalysis;
|
|
10752
11094
|
exports.importAnalysisDimensionSimpleStyle = importAnalysisDimensionSimpleStyle;
|
|
10753
11095
|
exports.importAnalysisDirectLineMeasurementAnalysis = importAnalysisDirectLineMeasurementAnalysis;
|
|
11096
|
+
exports.importAnalysisElevationProfileAnalysis = importAnalysisElevationProfileAnalysis;
|
|
11097
|
+
exports.importAnalysisElevationProfileElevationProfileGroundLine = importAnalysisElevationProfileElevationProfileGroundLine;
|
|
11098
|
+
exports.importAnalysisElevationProfileElevationProfileInputLine = importAnalysisElevationProfileElevationProfileInputLine;
|
|
11099
|
+
exports.importAnalysisElevationProfileElevationProfileLine = importAnalysisElevationProfileElevationProfileLine;
|
|
11100
|
+
exports.importAnalysisElevationProfileElevationProfileLineChartOptions = importAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
11101
|
+
exports.importAnalysisElevationProfileElevationProfileLineViewOptions = importAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
11102
|
+
exports.importAnalysisElevationProfileElevationProfileQueryLine = importAnalysisElevationProfileElevationProfileQueryLine;
|
|
11103
|
+
exports.importAnalysisElevationProfileElevationProfileSceneLine = importAnalysisElevationProfileElevationProfileSceneLine;
|
|
11104
|
+
exports.importAnalysisElevationProfileElevationProfileUnits = importAnalysisElevationProfileElevationProfileUnits;
|
|
11105
|
+
exports.importAnalysisElevationProfileElevationProfileViewOptions = importAnalysisElevationProfileElevationProfileViewOptions;
|
|
10754
11106
|
exports.importAnalysisLengthDimension = importAnalysisLengthDimension;
|
|
10755
11107
|
exports.importAnalysisLineOfSightAnalysis = importAnalysisLineOfSightAnalysis;
|
|
10756
11108
|
exports.importAnalysisLineOfSightAnalysisObserver = importAnalysisLineOfSightAnalysisObserver;
|
|
@@ -10760,18 +11112,29 @@ exports.importAnalysisSlicePlane = importAnalysisSlicePlane;
|
|
|
10760
11112
|
exports.importAnalysisSupportAnalysisOriginWebScene = importAnalysisSupportAnalysisOriginWebScene;
|
|
10761
11113
|
exports.importAnalysisViewshed = importAnalysisViewshed;
|
|
10762
11114
|
exports.importAnalysisViewshedAnalysis = importAnalysisViewshedAnalysis;
|
|
11115
|
+
exports.importAnalysisVolumeMeasurementAnalysis = importAnalysisVolumeMeasurementAnalysis;
|
|
11116
|
+
exports.importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
11117
|
+
exports.importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits = importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits;
|
|
11118
|
+
exports.importAnalysisVolumeMeasurementVolumeMeasurementInputUnits = importAnalysisVolumeMeasurementVolumeMeasurementInputUnits;
|
|
11119
|
+
exports.importApplicationsComponentsActionUtils = importApplicationsComponentsActionUtils;
|
|
10763
11120
|
exports.importApplicationsComponentsAnalysisUtils = importApplicationsComponentsAnalysisUtils;
|
|
11121
|
+
exports.importApplicationsComponentsArcadeFeatureUtils = importApplicationsComponentsArcadeFeatureUtils;
|
|
10764
11122
|
exports.importApplicationsComponentsBasemapUtils = importApplicationsComponentsBasemapUtils;
|
|
10765
11123
|
exports.importApplicationsComponentsDrawUtils = importApplicationsComponentsDrawUtils;
|
|
11124
|
+
exports.importApplicationsComponentsFeatureUtils = importApplicationsComponentsFeatureUtils;
|
|
10766
11125
|
exports.importApplicationsComponentsFontUtils = importApplicationsComponentsFontUtils;
|
|
11126
|
+
exports.importApplicationsComponentsFormatUtils = importApplicationsComponentsFormatUtils;
|
|
10767
11127
|
exports.importApplicationsComponentsGetDefaultUnits = importApplicationsComponentsGetDefaultUnits;
|
|
10768
11128
|
exports.importApplicationsComponentsGfxUtils = importApplicationsComponentsGfxUtils;
|
|
11129
|
+
exports.importApplicationsComponentsImageryUtils = importApplicationsComponentsImageryUtils;
|
|
10769
11130
|
exports.importApplicationsComponentsLayerOriginUtils = importApplicationsComponentsLayerOriginUtils;
|
|
10770
11131
|
exports.importApplicationsComponentsLayersEffectsJsonUtils = importApplicationsComponentsLayersEffectsJsonUtils;
|
|
10771
11132
|
exports.importApplicationsComponentsPreviewSymbol2D = importApplicationsComponentsPreviewSymbol2D;
|
|
10772
11133
|
exports.importApplicationsComponentsReactiveUtils = importApplicationsComponentsReactiveUtils;
|
|
11134
|
+
exports.importApplicationsComponentsSanitizerUtils = importApplicationsComponentsSanitizerUtils;
|
|
10773
11135
|
exports.importApplicationsComponentsSelectionOperation = importApplicationsComponentsSelectionOperation;
|
|
10774
11136
|
exports.importApplicationsComponentsSketchTooltipControls = importApplicationsComponentsSketchTooltipControls;
|
|
11137
|
+
exports.importApplicationsComponentsStringUtils = importApplicationsComponentsStringUtils;
|
|
10775
11138
|
exports.importApplicationsComponentsStyleUtils = importApplicationsComponentsStyleUtils;
|
|
10776
11139
|
exports.importApplicationsComponentsSvgUtils = importApplicationsComponentsSvgUtils;
|
|
10777
11140
|
exports.importApplicationsComponentsViewUtils = importApplicationsComponentsViewUtils;
|
|
@@ -10868,6 +11231,7 @@ exports.importGeometryOperatorsGeodeticAreaOperator = importGeometryOperatorsGeo
|
|
|
10868
11231
|
exports.importGeometryOperatorsGeodeticDensifyOperator = importGeometryOperatorsGeodeticDensifyOperator;
|
|
10869
11232
|
exports.importGeometryOperatorsGeodeticDistanceOperator = importGeometryOperatorsGeodeticDistanceOperator;
|
|
10870
11233
|
exports.importGeometryOperatorsGeodeticLengthOperator = importGeometryOperatorsGeodeticLengthOperator;
|
|
11234
|
+
exports.importGeometryOperatorsGeodeticUtilsOperator = importGeometryOperatorsGeodeticUtilsOperator;
|
|
10871
11235
|
exports.importGeometryOperatorsGraphicBufferOperator = importGeometryOperatorsGraphicBufferOperator;
|
|
10872
11236
|
exports.importGeometryOperatorsIntegrateOperator = importGeometryOperatorsIntegrateOperator;
|
|
10873
11237
|
exports.importGeometryOperatorsIntersectionOperator = importGeometryOperatorsIntersectionOperator;
|
|
@@ -10919,6 +11283,8 @@ exports.importGeometrySupportMeshUtils = importGeometrySupportMeshUtils;
|
|
|
10919
11283
|
exports.importGeometrySupportNormalizeUtils = importGeometrySupportNormalizeUtils;
|
|
10920
11284
|
exports.importGeometrySupportWebMercatorUtils = importGeometrySupportWebMercatorUtils;
|
|
10921
11285
|
exports.importGraphic = importGraphic;
|
|
11286
|
+
exports.importGraphicGraphicOrigin = importGraphicGraphicOrigin;
|
|
11287
|
+
exports.importGraphicVectorTileGraphicOrigin = importGraphicVectorTileGraphicOrigin;
|
|
10922
11288
|
exports.importGround = importGround;
|
|
10923
11289
|
exports.importIdentityCredential = importIdentityCredential;
|
|
10924
11290
|
exports.importIdentityIdentityManager = importIdentityIdentityManager;
|
|
@@ -11019,6 +11385,7 @@ exports.importLayersSupportParquetEncodingLocation = importLayersSupportParquetE
|
|
|
11019
11385
|
exports.importLayersSupportParquetEncodingWkb = importLayersSupportParquetEncodingWkb;
|
|
11020
11386
|
exports.importLayersSupportParquetUtils = importLayersSupportParquetUtils;
|
|
11021
11387
|
exports.importLayersSupportPixelBlock = importLayersSupportPixelBlock;
|
|
11388
|
+
exports.importLayersSupportPlaybackInfo = importLayersSupportPlaybackInfo;
|
|
11022
11389
|
exports.importLayersSupportPublishingInfo = importLayersSupportPublishingInfo;
|
|
11023
11390
|
exports.importLayersSupportRangeDomain = importLayersSupportRangeDomain;
|
|
11024
11391
|
exports.importLayersSupportRasterBandInfo = importLayersSupportRasterBandInfo;
|
|
@@ -11179,10 +11546,15 @@ exports.importRestKnowledgeGraphDataModel = importRestKnowledgeGraphDataModel;
|
|
|
11179
11546
|
exports.importRestKnowledgeGraphEntity = importRestKnowledgeGraphEntity;
|
|
11180
11547
|
exports.importRestKnowledgeGraphEntityType = importRestKnowledgeGraphEntityType;
|
|
11181
11548
|
exports.importRestKnowledgeGraphFieldIndex = importRestKnowledgeGraphFieldIndex;
|
|
11549
|
+
exports.importRestKnowledgeGraphGraphAddFieldIndexResult = importRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
11182
11550
|
exports.importRestKnowledgeGraphGraphAddNamedTypesResult = importRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
11551
|
+
exports.importRestKnowledgeGraphGraphAddPropertyResult = importRestKnowledgeGraphGraphAddPropertyResult;
|
|
11183
11552
|
exports.importRestKnowledgeGraphGraphApplyEdits = importRestKnowledgeGraphGraphApplyEdits;
|
|
11184
11553
|
exports.importRestKnowledgeGraphGraphApplyEditsResult = importRestKnowledgeGraphGraphApplyEditsResult;
|
|
11554
|
+
exports.importRestKnowledgeGraphGraphDataModelOperationResult = importRestKnowledgeGraphGraphDataModelOperationResult;
|
|
11555
|
+
exports.importRestKnowledgeGraphGraphDeleteFieldIndexResult = importRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
11185
11556
|
exports.importRestKnowledgeGraphGraphDeleteNamedTypeResult = importRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
11557
|
+
exports.importRestKnowledgeGraphGraphDeletePropertyResult = importRestKnowledgeGraphGraphDeletePropertyResult;
|
|
11186
11558
|
exports.importRestKnowledgeGraphGraphNamedObject = importRestKnowledgeGraphGraphNamedObject;
|
|
11187
11559
|
exports.importRestKnowledgeGraphGraphObject = importRestKnowledgeGraphGraphObject;
|
|
11188
11560
|
exports.importRestKnowledgeGraphGraphObjectType = importRestKnowledgeGraphGraphObjectType;
|
|
@@ -11194,6 +11566,9 @@ exports.importRestKnowledgeGraphGraphQueryStreaming = importRestKnowledgeGraphGr
|
|
|
11194
11566
|
exports.importRestKnowledgeGraphGraphQueryStreamingResult = importRestKnowledgeGraphGraphQueryStreamingResult;
|
|
11195
11567
|
exports.importRestKnowledgeGraphGraphSearch = importRestKnowledgeGraphGraphSearch;
|
|
11196
11568
|
exports.importRestKnowledgeGraphGraphSearchStreaming = importRestKnowledgeGraphGraphSearchStreaming;
|
|
11569
|
+
exports.importRestKnowledgeGraphGraphUpdateNamedTypesResult = importRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
11570
|
+
exports.importRestKnowledgeGraphGraphUpdatePropertyResult = importRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
11571
|
+
exports.importRestKnowledgeGraphGraphUpdateSearchIndexResult = importRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
11197
11572
|
exports.importRestKnowledgeGraphInputQuantizationParameters = importRestKnowledgeGraphInputQuantizationParameters;
|
|
11198
11573
|
exports.importRestKnowledgeGraphKnowledgeGraph = importRestKnowledgeGraphKnowledgeGraph;
|
|
11199
11574
|
exports.importRestKnowledgeGraphOutputQuantizationParameters = importRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -11209,6 +11584,7 @@ exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity =
|
|
|
11209
11584
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter = importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter;
|
|
11210
11585
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection = importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection;
|
|
11211
11586
|
exports.importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings = importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings;
|
|
11587
|
+
exports.importRestLastMileDelivery = importRestLastMileDelivery;
|
|
11212
11588
|
exports.importRestLocator = importRestLocator;
|
|
11213
11589
|
exports.importRestNetworkService = importRestNetworkService;
|
|
11214
11590
|
exports.importRestNetworksQueryAssociations = importRestNetworksQueryAssociations;
|
|
@@ -11305,6 +11681,7 @@ exports.importRestSupportImageVolume = importRestSupportImageVolume;
|
|
|
11305
11681
|
exports.importRestSupportImageVolumeParameters = importRestSupportImageVolumeParameters;
|
|
11306
11682
|
exports.importRestSupportImageVolumeResult = importRestSupportImageVolumeResult;
|
|
11307
11683
|
exports.importRestSupportJobInfo = importRestSupportJobInfo;
|
|
11684
|
+
exports.importRestSupportLastMileDeliveryParameters = importRestSupportLastMileDeliveryParameters;
|
|
11308
11685
|
exports.importRestSupportLegendLayer = importRestSupportLegendLayer;
|
|
11309
11686
|
exports.importRestSupportLengthsParameters = importRestSupportLengthsParameters;
|
|
11310
11687
|
exports.importRestSupportLinearUnit = importRestSupportLinearUnit;
|
|
@@ -11455,8 +11832,6 @@ exports.importTablesElementsAttributeTableElement = importTablesElementsAttribut
|
|
|
11455
11832
|
exports.importTablesElementsAttributeTableFieldElement = importTablesElementsAttributeTableFieldElement;
|
|
11456
11833
|
exports.importTablesElementsAttributeTableGroupElement = importTablesElementsAttributeTableGroupElement;
|
|
11457
11834
|
exports.importTablesElementsAttributeTableRelationshipElement = importTablesElementsAttributeTableRelationshipElement;
|
|
11458
|
-
exports.importTimeExtent = importTimeExtent;
|
|
11459
|
-
exports.importTimeInterval = importTimeInterval;
|
|
11460
11835
|
exports.importTimeTimeExtent = importTimeTimeExtent;
|
|
11461
11836
|
exports.importTimeTimeInterval = importTimeTimeInterval;
|
|
11462
11837
|
exports.importVersionManagementUtils = importVersionManagementUtils;
|
|
@@ -11464,16 +11839,20 @@ exports.importVersionManagementVersionAdaptersUtils = importVersionManagementVer
|
|
|
11464
11839
|
exports.importVersionManagementVersionManagementService = importVersionManagementVersionManagementService;
|
|
11465
11840
|
exports.importVersionManagementVersioningState = importVersionManagementVersioningState;
|
|
11466
11841
|
exports.importViewpoint = importViewpoint;
|
|
11842
|
+
exports.importViews2dAnalysisElevationProfileAnalysisView2D = importViews2dAnalysisElevationProfileAnalysisView2D;
|
|
11467
11843
|
exports.importViews2dLayersBaseLayerView2D = importViews2dLayersBaseLayerView2D;
|
|
11468
11844
|
exports.importViews2dLayersBaseLayerViewGL2D = importViews2dLayersBaseLayerViewGL2D;
|
|
11469
11845
|
exports.importViews2dViewState = importViews2dViewState;
|
|
11470
11846
|
exports.importViews3dAnalysisAreaMeasurementAnalysisView3D = importViews3dAnalysisAreaMeasurementAnalysisView3D;
|
|
11471
11847
|
exports.importViews3dAnalysisDimensionAnalysisView3D = importViews3dAnalysisDimensionAnalysisView3D;
|
|
11472
11848
|
exports.importViews3dAnalysisDirectLineMeasurementAnalysisView3D = importViews3dAnalysisDirectLineMeasurementAnalysisView3D;
|
|
11849
|
+
exports.importViews3dAnalysisElevationProfileAnalysisView3D = importViews3dAnalysisElevationProfileAnalysisView3D;
|
|
11473
11850
|
exports.importViews3dAnalysisLineOfSightAnalysisResult = importViews3dAnalysisLineOfSightAnalysisResult;
|
|
11474
11851
|
exports.importViews3dAnalysisLineOfSightAnalysisView3D = importViews3dAnalysisLineOfSightAnalysisView3D;
|
|
11475
11852
|
exports.importViews3dAnalysisSliceAnalysisView3D = importViews3dAnalysisSliceAnalysisView3D;
|
|
11476
11853
|
exports.importViews3dAnalysisViewshedAnalysisView3D = importViews3dAnalysisViewshedAnalysisView3D;
|
|
11854
|
+
exports.importViews3dAnalysisVolumeMeasurementAnalysisView3D = importViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
11855
|
+
exports.importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
11477
11856
|
exports.importViews3dEnvironmentCloudyWeather = importViews3dEnvironmentCloudyWeather;
|
|
11478
11857
|
exports.importViews3dEnvironmentFoggyWeather = importViews3dEnvironmentFoggyWeather;
|
|
11479
11858
|
exports.importViews3dEnvironmentRainyWeather = importViews3dEnvironmentRainyWeather;
|
|
@@ -11487,6 +11866,7 @@ exports.importViews3dWebgl = importViews3dWebgl;
|
|
|
11487
11866
|
exports.importViews3dWebglManagedFBO = importViews3dWebglManagedFBO;
|
|
11488
11867
|
exports.importViews3dWebglRenderCamera = importViews3dWebglRenderCamera;
|
|
11489
11868
|
exports.importViews3dWebglRenderNode = importViews3dWebglRenderNode;
|
|
11869
|
+
exports.importViewsAnalysisElevationProfileElevationProfileResult = importViewsAnalysisElevationProfileElevationProfileResult;
|
|
11490
11870
|
exports.importViewsAnalysisLengthDimensionResult = importViewsAnalysisLengthDimensionResult;
|
|
11491
11871
|
exports.importViewsBasemapView = importViewsBasemapView;
|
|
11492
11872
|
exports.importViewsDrawDraw = importViewsDrawDraw;
|
|
@@ -11508,21 +11888,14 @@ exports.importViewsInteractiveSnappingSnappingOptions = importViewsInteractiveSn
|
|
|
11508
11888
|
exports.importViewsInteractiveTooltip = importViewsInteractiveTooltip;
|
|
11509
11889
|
exports.importViewsLayersBuildingComponentSublayerView = importViewsLayersBuildingComponentSublayerView;
|
|
11510
11890
|
exports.importViewsLayersBuildingSceneLayerView = importViewsLayersBuildingSceneLayerView;
|
|
11511
|
-
exports.importViewsLayersCatalogDynamicGroupLayerView = importViewsLayersCatalogDynamicGroupLayerView;
|
|
11512
|
-
exports.importViewsLayersCatalogFootprintLayerView = importViewsLayersCatalogFootprintLayerView;
|
|
11513
|
-
exports.importViewsLayersCatalogLayerView = importViewsLayersCatalogLayerView;
|
|
11514
11891
|
exports.importViewsLayersDimensionLayerView = importViewsLayersDimensionLayerView;
|
|
11515
|
-
exports.importViewsLayersFeatureLayerView = importViewsLayersFeatureLayerView;
|
|
11516
11892
|
exports.importViewsLayersGroupLayerView = importViewsLayersGroupLayerView;
|
|
11517
11893
|
exports.importViewsLayersImageryLayerView = importViewsLayersImageryLayerView;
|
|
11518
11894
|
exports.importViewsLayersImageryTileLayerView = importViewsLayersImageryTileLayerView;
|
|
11519
11895
|
exports.importViewsLayersLayerView = importViewsLayersLayerView;
|
|
11520
11896
|
exports.importViewsLayersLineOfSightLayerView = importViewsLayersLineOfSightLayerView;
|
|
11521
11897
|
exports.importViewsLayersMediaLayerView = importViewsLayersMediaLayerView;
|
|
11522
|
-
exports.importViewsLayersOGCFeatureLayerView = importViewsLayersOGCFeatureLayerView;
|
|
11523
|
-
exports.importViewsLayersPointCloudLayerView = importViewsLayersPointCloudLayerView;
|
|
11524
11898
|
exports.importViewsLayersSceneLayerView = importViewsLayersSceneLayerView;
|
|
11525
|
-
exports.importViewsLayersStreamLayerView = importViewsLayersStreamLayerView;
|
|
11526
11899
|
exports.importViewsLayersViewshedLayerView = importViewsLayersViewshedLayerView;
|
|
11527
11900
|
exports.importViewsLinkChartView = importViewsLinkChartView;
|
|
11528
11901
|
exports.importViewsMagnifier = importViewsMagnifier;
|
|
@@ -11607,6 +11980,9 @@ exports.importWidgetsBasemapToggle = importWidgetsBasemapToggle;
|
|
|
11607
11980
|
exports.importWidgetsBasemapToggleBasemapToggleViewModel = importWidgetsBasemapToggleBasemapToggleViewModel;
|
|
11608
11981
|
exports.importWidgetsBatchAttributeForm = importWidgetsBatchAttributeForm;
|
|
11609
11982
|
exports.importWidgetsBatchAttributeFormBatchAttributeFormViewModel = importWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
11983
|
+
exports.importWidgetsBatchAttributeFormInputsBatchFormInputs = importWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
11984
|
+
exports.importWidgetsBatchAttributeFormInputsFieldInput = importWidgetsBatchAttributeFormInputsFieldInput;
|
|
11985
|
+
exports.importWidgetsBatchAttributeFormInputsGroupInput = importWidgetsBatchAttributeFormInputsGroupInput;
|
|
11610
11986
|
exports.importWidgetsBookmarks = importWidgetsBookmarks;
|
|
11611
11987
|
exports.importWidgetsBookmarksBookmarksViewModel = importWidgetsBookmarksBookmarksViewModel;
|
|
11612
11988
|
exports.importWidgetsBuildingExplorer = importWidgetsBuildingExplorer;
|
|
@@ -11803,6 +12179,16 @@ exports.newAnalysisAreaMeasurementAnalysis = newAnalysisAreaMeasurementAnalysis;
|
|
|
11803
12179
|
exports.newAnalysisDimensionAnalysis = newAnalysisDimensionAnalysis;
|
|
11804
12180
|
exports.newAnalysisDimensionSimpleStyle = newAnalysisDimensionSimpleStyle;
|
|
11805
12181
|
exports.newAnalysisDirectLineMeasurementAnalysis = newAnalysisDirectLineMeasurementAnalysis;
|
|
12182
|
+
exports.newAnalysisElevationProfileAnalysis = newAnalysisElevationProfileAnalysis;
|
|
12183
|
+
exports.newAnalysisElevationProfileElevationProfileGroundLine = newAnalysisElevationProfileElevationProfileGroundLine;
|
|
12184
|
+
exports.newAnalysisElevationProfileElevationProfileInputLine = newAnalysisElevationProfileElevationProfileInputLine;
|
|
12185
|
+
exports.newAnalysisElevationProfileElevationProfileLine = newAnalysisElevationProfileElevationProfileLine;
|
|
12186
|
+
exports.newAnalysisElevationProfileElevationProfileLineChartOptions = newAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
12187
|
+
exports.newAnalysisElevationProfileElevationProfileLineViewOptions = newAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
12188
|
+
exports.newAnalysisElevationProfileElevationProfileQueryLine = newAnalysisElevationProfileElevationProfileQueryLine;
|
|
12189
|
+
exports.newAnalysisElevationProfileElevationProfileSceneLine = newAnalysisElevationProfileElevationProfileSceneLine;
|
|
12190
|
+
exports.newAnalysisElevationProfileElevationProfileUnits = newAnalysisElevationProfileElevationProfileUnits;
|
|
12191
|
+
exports.newAnalysisElevationProfileElevationProfileViewOptions = newAnalysisElevationProfileElevationProfileViewOptions;
|
|
11806
12192
|
exports.newAnalysisLengthDimension = newAnalysisLengthDimension;
|
|
11807
12193
|
exports.newAnalysisLineOfSightAnalysis = newAnalysisLineOfSightAnalysis;
|
|
11808
12194
|
exports.newAnalysisLineOfSightAnalysisObserver = newAnalysisLineOfSightAnalysisObserver;
|
|
@@ -11812,6 +12198,10 @@ exports.newAnalysisSlicePlane = newAnalysisSlicePlane;
|
|
|
11812
12198
|
exports.newAnalysisSupportAnalysisOriginWebScene = newAnalysisSupportAnalysisOriginWebScene;
|
|
11813
12199
|
exports.newAnalysisViewshed = newAnalysisViewshed;
|
|
11814
12200
|
exports.newAnalysisViewshedAnalysis = newAnalysisViewshedAnalysis;
|
|
12201
|
+
exports.newAnalysisVolumeMeasurementAnalysis = newAnalysisVolumeMeasurementAnalysis;
|
|
12202
|
+
exports.newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
12203
|
+
exports.newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits = newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits;
|
|
12204
|
+
exports.newAnalysisVolumeMeasurementVolumeMeasurementInputUnits = newAnalysisVolumeMeasurementVolumeMeasurementInputUnits;
|
|
11815
12205
|
exports.newAttributeBinsGraphic = newAttributeBinsGraphic;
|
|
11816
12206
|
exports.newBasemap = newBasemap;
|
|
11817
12207
|
exports.newCamera = newCamera;
|
|
@@ -11874,6 +12264,8 @@ exports.newGeometrySupportMeshTexture = newGeometrySupportMeshTexture;
|
|
|
11874
12264
|
exports.newGeometrySupportMeshTextureTransform = newGeometrySupportMeshTextureTransform;
|
|
11875
12265
|
exports.newGeometrySupportMeshTransform = newGeometrySupportMeshTransform;
|
|
11876
12266
|
exports.newGraphic = newGraphic;
|
|
12267
|
+
exports.newGraphicGraphicOrigin = newGraphicGraphicOrigin;
|
|
12268
|
+
exports.newGraphicVectorTileGraphicOrigin = newGraphicVectorTileGraphicOrigin;
|
|
11877
12269
|
exports.newGround = newGround;
|
|
11878
12270
|
exports.newIdentityCredential = newIdentityCredential;
|
|
11879
12271
|
exports.newIdentityOAuthInfo = newIdentityOAuthInfo;
|
|
@@ -11962,6 +12354,7 @@ exports.newLayersSupportOrderByInfo = newLayersSupportOrderByInfo;
|
|
|
11962
12354
|
exports.newLayersSupportParquetEncodingLocation = newLayersSupportParquetEncodingLocation;
|
|
11963
12355
|
exports.newLayersSupportParquetEncodingWkb = newLayersSupportParquetEncodingWkb;
|
|
11964
12356
|
exports.newLayersSupportPixelBlock = newLayersSupportPixelBlock;
|
|
12357
|
+
exports.newLayersSupportPlaybackInfo = newLayersSupportPlaybackInfo;
|
|
11965
12358
|
exports.newLayersSupportPublishingInfo = newLayersSupportPublishingInfo;
|
|
11966
12359
|
exports.newLayersSupportRangeDomain = newLayersSupportRangeDomain;
|
|
11967
12360
|
exports.newLayersSupportRasterBandInfo = newLayersSupportRasterBandInfo;
|
|
@@ -12102,10 +12495,15 @@ exports.newRestKnowledgeGraphDataModel = newRestKnowledgeGraphDataModel;
|
|
|
12102
12495
|
exports.newRestKnowledgeGraphEntity = newRestKnowledgeGraphEntity;
|
|
12103
12496
|
exports.newRestKnowledgeGraphEntityType = newRestKnowledgeGraphEntityType;
|
|
12104
12497
|
exports.newRestKnowledgeGraphFieldIndex = newRestKnowledgeGraphFieldIndex;
|
|
12498
|
+
exports.newRestKnowledgeGraphGraphAddFieldIndexResult = newRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
12105
12499
|
exports.newRestKnowledgeGraphGraphAddNamedTypesResult = newRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
12500
|
+
exports.newRestKnowledgeGraphGraphAddPropertyResult = newRestKnowledgeGraphGraphAddPropertyResult;
|
|
12106
12501
|
exports.newRestKnowledgeGraphGraphApplyEdits = newRestKnowledgeGraphGraphApplyEdits;
|
|
12107
12502
|
exports.newRestKnowledgeGraphGraphApplyEditsResult = newRestKnowledgeGraphGraphApplyEditsResult;
|
|
12503
|
+
exports.newRestKnowledgeGraphGraphDataModelOperationResult = newRestKnowledgeGraphGraphDataModelOperationResult;
|
|
12504
|
+
exports.newRestKnowledgeGraphGraphDeleteFieldIndexResult = newRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
12108
12505
|
exports.newRestKnowledgeGraphGraphDeleteNamedTypeResult = newRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
12506
|
+
exports.newRestKnowledgeGraphGraphDeletePropertyResult = newRestKnowledgeGraphGraphDeletePropertyResult;
|
|
12109
12507
|
exports.newRestKnowledgeGraphGraphNamedObject = newRestKnowledgeGraphGraphNamedObject;
|
|
12110
12508
|
exports.newRestKnowledgeGraphGraphObject = newRestKnowledgeGraphGraphObject;
|
|
12111
12509
|
exports.newRestKnowledgeGraphGraphObjectType = newRestKnowledgeGraphGraphObjectType;
|
|
@@ -12117,6 +12515,9 @@ exports.newRestKnowledgeGraphGraphQueryStreaming = newRestKnowledgeGraphGraphQue
|
|
|
12117
12515
|
exports.newRestKnowledgeGraphGraphQueryStreamingResult = newRestKnowledgeGraphGraphQueryStreamingResult;
|
|
12118
12516
|
exports.newRestKnowledgeGraphGraphSearch = newRestKnowledgeGraphGraphSearch;
|
|
12119
12517
|
exports.newRestKnowledgeGraphGraphSearchStreaming = newRestKnowledgeGraphGraphSearchStreaming;
|
|
12518
|
+
exports.newRestKnowledgeGraphGraphUpdateNamedTypesResult = newRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
12519
|
+
exports.newRestKnowledgeGraphGraphUpdatePropertyResult = newRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
12520
|
+
exports.newRestKnowledgeGraphGraphUpdateSearchIndexResult = newRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
12120
12521
|
exports.newRestKnowledgeGraphInputQuantizationParameters = newRestKnowledgeGraphInputQuantizationParameters;
|
|
12121
12522
|
exports.newRestKnowledgeGraphKnowledgeGraph = newRestKnowledgeGraphKnowledgeGraph;
|
|
12122
12523
|
exports.newRestKnowledgeGraphOutputQuantizationParameters = newRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -12216,6 +12617,7 @@ exports.newRestSupportImageVolume = newRestSupportImageVolume;
|
|
|
12216
12617
|
exports.newRestSupportImageVolumeParameters = newRestSupportImageVolumeParameters;
|
|
12217
12618
|
exports.newRestSupportImageVolumeResult = newRestSupportImageVolumeResult;
|
|
12218
12619
|
exports.newRestSupportJobInfo = newRestSupportJobInfo;
|
|
12620
|
+
exports.newRestSupportLastMileDeliveryParameters = newRestSupportLastMileDeliveryParameters;
|
|
12219
12621
|
exports.newRestSupportLegendLayer = newRestSupportLegendLayer;
|
|
12220
12622
|
exports.newRestSupportLengthsParameters = newRestSupportLengthsParameters;
|
|
12221
12623
|
exports.newRestSupportLinearUnit = newRestSupportLinearUnit;
|
|
@@ -12307,23 +12709,25 @@ exports.newTablesElementsAttributeTableElement = newTablesElementsAttributeTable
|
|
|
12307
12709
|
exports.newTablesElementsAttributeTableFieldElement = newTablesElementsAttributeTableFieldElement;
|
|
12308
12710
|
exports.newTablesElementsAttributeTableGroupElement = newTablesElementsAttributeTableGroupElement;
|
|
12309
12711
|
exports.newTablesElementsAttributeTableRelationshipElement = newTablesElementsAttributeTableRelationshipElement;
|
|
12310
|
-
exports.newTimeExtent = newTimeExtent;
|
|
12311
|
-
exports.newTimeInterval = newTimeInterval;
|
|
12312
12712
|
exports.newTimeTimeExtent = newTimeTimeExtent;
|
|
12313
12713
|
exports.newTimeTimeInterval = newTimeTimeInterval;
|
|
12314
12714
|
exports.newVersionManagementVersionManagementService = newVersionManagementVersionManagementService;
|
|
12315
12715
|
exports.newVersionManagementVersioningState = newVersionManagementVersioningState;
|
|
12316
12716
|
exports.newViewpoint = newViewpoint;
|
|
12717
|
+
exports.newViews2dAnalysisElevationProfileAnalysisView2D = newViews2dAnalysisElevationProfileAnalysisView2D;
|
|
12317
12718
|
exports.newViews2dLayersBaseLayerView2D = newViews2dLayersBaseLayerView2D;
|
|
12318
12719
|
exports.newViews2dLayersBaseLayerViewGL2D = newViews2dLayersBaseLayerViewGL2D;
|
|
12319
12720
|
exports.newViews2dViewState = newViews2dViewState;
|
|
12320
12721
|
exports.newViews3dAnalysisAreaMeasurementAnalysisView3D = newViews3dAnalysisAreaMeasurementAnalysisView3D;
|
|
12321
12722
|
exports.newViews3dAnalysisDimensionAnalysisView3D = newViews3dAnalysisDimensionAnalysisView3D;
|
|
12322
12723
|
exports.newViews3dAnalysisDirectLineMeasurementAnalysisView3D = newViews3dAnalysisDirectLineMeasurementAnalysisView3D;
|
|
12724
|
+
exports.newViews3dAnalysisElevationProfileAnalysisView3D = newViews3dAnalysisElevationProfileAnalysisView3D;
|
|
12323
12725
|
exports.newViews3dAnalysisLineOfSightAnalysisResult = newViews3dAnalysisLineOfSightAnalysisResult;
|
|
12324
12726
|
exports.newViews3dAnalysisLineOfSightAnalysisView3D = newViews3dAnalysisLineOfSightAnalysisView3D;
|
|
12325
12727
|
exports.newViews3dAnalysisSliceAnalysisView3D = newViews3dAnalysisSliceAnalysisView3D;
|
|
12326
12728
|
exports.newViews3dAnalysisViewshedAnalysisView3D = newViews3dAnalysisViewshedAnalysisView3D;
|
|
12729
|
+
exports.newViews3dAnalysisVolumeMeasurementAnalysisView3D = newViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
12730
|
+
exports.newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
12327
12731
|
exports.newViews3dEnvironmentCloudyWeather = newViews3dEnvironmentCloudyWeather;
|
|
12328
12732
|
exports.newViews3dEnvironmentFoggyWeather = newViews3dEnvironmentFoggyWeather;
|
|
12329
12733
|
exports.newViews3dEnvironmentRainyWeather = newViews3dEnvironmentRainyWeather;
|
|
@@ -12332,6 +12736,7 @@ exports.newViews3dEnvironmentSunLighting = newViews3dEnvironmentSunLighting;
|
|
|
12332
12736
|
exports.newViews3dEnvironmentSunnyWeather = newViews3dEnvironmentSunnyWeather;
|
|
12333
12737
|
exports.newViews3dEnvironmentVirtualLighting = newViews3dEnvironmentVirtualLighting;
|
|
12334
12738
|
exports.newViews3dWebglRenderNode = newViews3dWebglRenderNode;
|
|
12739
|
+
exports.newViewsAnalysisElevationProfileElevationProfileResult = newViewsAnalysisElevationProfileElevationProfileResult;
|
|
12335
12740
|
exports.newViewsBasemapView = newViewsBasemapView;
|
|
12336
12741
|
exports.newViewsDrawDraw = newViewsDrawDraw;
|
|
12337
12742
|
exports.newViewsDrawDrawAction = newViewsDrawDrawAction;
|
|
@@ -12352,21 +12757,14 @@ exports.newViewsInteractiveSnappingSnappingOptions = newViewsInteractiveSnapping
|
|
|
12352
12757
|
exports.newViewsInteractiveTooltip = newViewsInteractiveTooltip;
|
|
12353
12758
|
exports.newViewsLayersBuildingComponentSublayerView = newViewsLayersBuildingComponentSublayerView;
|
|
12354
12759
|
exports.newViewsLayersBuildingSceneLayerView = newViewsLayersBuildingSceneLayerView;
|
|
12355
|
-
exports.newViewsLayersCatalogDynamicGroupLayerView = newViewsLayersCatalogDynamicGroupLayerView;
|
|
12356
|
-
exports.newViewsLayersCatalogFootprintLayerView = newViewsLayersCatalogFootprintLayerView;
|
|
12357
|
-
exports.newViewsLayersCatalogLayerView = newViewsLayersCatalogLayerView;
|
|
12358
12760
|
exports.newViewsLayersDimensionLayerView = newViewsLayersDimensionLayerView;
|
|
12359
|
-
exports.newViewsLayersFeatureLayerView = newViewsLayersFeatureLayerView;
|
|
12360
12761
|
exports.newViewsLayersGroupLayerView = newViewsLayersGroupLayerView;
|
|
12361
12762
|
exports.newViewsLayersImageryLayerView = newViewsLayersImageryLayerView;
|
|
12362
12763
|
exports.newViewsLayersImageryTileLayerView = newViewsLayersImageryTileLayerView;
|
|
12363
12764
|
exports.newViewsLayersLayerView = newViewsLayersLayerView;
|
|
12364
12765
|
exports.newViewsLayersLineOfSightLayerView = newViewsLayersLineOfSightLayerView;
|
|
12365
12766
|
exports.newViewsLayersMediaLayerView = newViewsLayersMediaLayerView;
|
|
12366
|
-
exports.newViewsLayersOGCFeatureLayerView = newViewsLayersOGCFeatureLayerView;
|
|
12367
|
-
exports.newViewsLayersPointCloudLayerView = newViewsLayersPointCloudLayerView;
|
|
12368
12767
|
exports.newViewsLayersSceneLayerView = newViewsLayersSceneLayerView;
|
|
12369
|
-
exports.newViewsLayersStreamLayerView = newViewsLayersStreamLayerView;
|
|
12370
12768
|
exports.newViewsLayersViewshedLayerView = newViewsLayersViewshedLayerView;
|
|
12371
12769
|
exports.newViewsLinkChartView = newViewsLinkChartView;
|
|
12372
12770
|
exports.newViewsMagnifier = newViewsMagnifier;
|
|
@@ -12449,6 +12847,10 @@ exports.newWidgetsBasemapLayerListBasemapLayerListViewModel = newWidgetsBasemapL
|
|
|
12449
12847
|
exports.newWidgetsBasemapToggle = newWidgetsBasemapToggle;
|
|
12450
12848
|
exports.newWidgetsBasemapToggleBasemapToggleViewModel = newWidgetsBasemapToggleBasemapToggleViewModel;
|
|
12451
12849
|
exports.newWidgetsBatchAttributeForm = newWidgetsBatchAttributeForm;
|
|
12850
|
+
exports.newWidgetsBatchAttributeFormBatchAttributeFormViewModel = newWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
12851
|
+
exports.newWidgetsBatchAttributeFormInputsBatchFormInputs = newWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
12852
|
+
exports.newWidgetsBatchAttributeFormInputsFieldInput = newWidgetsBatchAttributeFormInputsFieldInput;
|
|
12853
|
+
exports.newWidgetsBatchAttributeFormInputsGroupInput = newWidgetsBatchAttributeFormInputsGroupInput;
|
|
12452
12854
|
exports.newWidgetsBookmarks = newWidgetsBookmarks;
|
|
12453
12855
|
exports.newWidgetsBookmarksBookmarksViewModel = newWidgetsBookmarksBookmarksViewModel;
|
|
12454
12856
|
exports.newWidgetsBuildingExplorer = newWidgetsBuildingExplorer;
|