@arcgis/core-adapter 4.34.0-next.11 → 4.34.0-next.111
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 +845 -162
- package/dist/index.d.cts +137 -34
- package/dist/index.d.ts +137 -34
- package/dist/index.js +845 -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,248 @@ 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 importGraphicBuildingGraphicOrigin() {
|
|
1001
|
+
if (isAMD) {
|
|
1002
|
+
return await window.$arcgis.import("esri/graphic/BuildingGraphicOrigin");
|
|
1003
|
+
}
|
|
1004
|
+
const module2 = await import("@arcgis/core/graphic/BuildingGraphicOrigin.js");
|
|
1005
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1006
|
+
}
|
|
1007
|
+
async function newGraphicBuildingGraphicOrigin(sublayer) {
|
|
1008
|
+
const ModConstructor = await importGraphicBuildingGraphicOrigin();
|
|
1009
|
+
return new ModConstructor(sublayer);
|
|
1010
|
+
}
|
|
1011
|
+
async function importGraphicCatalogGraphicOrigin() {
|
|
1012
|
+
if (isAMD) {
|
|
1013
|
+
return await window.$arcgis.import("esri/graphic/CatalogGraphicOrigin");
|
|
1014
|
+
}
|
|
1015
|
+
const module2 = await import("@arcgis/core/graphic/CatalogGraphicOrigin.js");
|
|
1016
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1017
|
+
}
|
|
1018
|
+
async function newGraphicCatalogGraphicOrigin(layer) {
|
|
1019
|
+
const ModConstructor = await importGraphicCatalogGraphicOrigin();
|
|
1020
|
+
return new ModConstructor(layer);
|
|
1021
|
+
}
|
|
1022
|
+
async function importGraphicCSVGraphicOrigin() {
|
|
1023
|
+
if (isAMD) {
|
|
1024
|
+
return await window.$arcgis.import("esri/graphic/CSVGraphicOrigin");
|
|
1025
|
+
}
|
|
1026
|
+
const module2 = await import("@arcgis/core/graphic/CSVGraphicOrigin.js");
|
|
1027
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1028
|
+
}
|
|
1029
|
+
async function newGraphicCSVGraphicOrigin(layer) {
|
|
1030
|
+
const ModConstructor = await importGraphicCSVGraphicOrigin();
|
|
1031
|
+
return new ModConstructor(layer);
|
|
1032
|
+
}
|
|
1033
|
+
async function importGraphicFeatureGraphicOrigin() {
|
|
1034
|
+
if (isAMD) {
|
|
1035
|
+
return await window.$arcgis.import("esri/graphic/FeatureGraphicOrigin");
|
|
1036
|
+
}
|
|
1037
|
+
const module2 = await import("@arcgis/core/graphic/FeatureGraphicOrigin.js");
|
|
1038
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1039
|
+
}
|
|
1040
|
+
async function newGraphicFeatureGraphicOrigin(layer) {
|
|
1041
|
+
const ModConstructor = await importGraphicFeatureGraphicOrigin();
|
|
1042
|
+
return new ModConstructor(layer);
|
|
1043
|
+
}
|
|
1044
|
+
async function importGraphicGeoJSONGraphicOrigin() {
|
|
1045
|
+
if (isAMD) {
|
|
1046
|
+
return await window.$arcgis.import("esri/graphic/GeoJSONGraphicOrigin");
|
|
1047
|
+
}
|
|
1048
|
+
const module2 = await import("@arcgis/core/graphic/GeoJSONGraphicOrigin.js");
|
|
1049
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1050
|
+
}
|
|
1051
|
+
async function newGraphicGeoJSONGraphicOrigin(layer) {
|
|
1052
|
+
const ModConstructor = await importGraphicGeoJSONGraphicOrigin();
|
|
1053
|
+
return new ModConstructor(layer);
|
|
1054
|
+
}
|
|
1055
|
+
async function importGraphicGeoRSSGraphicOrigin() {
|
|
1056
|
+
if (isAMD) {
|
|
1057
|
+
return await window.$arcgis.import("esri/graphic/GeoRSSGraphicOrigin");
|
|
1058
|
+
}
|
|
1059
|
+
const module2 = await import("@arcgis/core/graphic/GeoRSSGraphicOrigin.js");
|
|
1060
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1061
|
+
}
|
|
1062
|
+
async function newGraphicGeoRSSGraphicOrigin(layer) {
|
|
1063
|
+
const ModConstructor = await importGraphicGeoRSSGraphicOrigin();
|
|
1064
|
+
return new ModConstructor(layer);
|
|
1065
|
+
}
|
|
1066
|
+
async function importGraphicKnowledgeGraphGraphicOrigin() {
|
|
1067
|
+
if (isAMD) {
|
|
1068
|
+
return await window.$arcgis.import("esri/graphic/KnowledgeGraphGraphicOrigin");
|
|
1069
|
+
}
|
|
1070
|
+
const module2 = await import("@arcgis/core/graphic/KnowledgeGraphGraphicOrigin.js");
|
|
1071
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1072
|
+
}
|
|
1073
|
+
async function newGraphicKnowledgeGraphGraphicOrigin(layer, sublayer) {
|
|
1074
|
+
const ModConstructor = await importGraphicKnowledgeGraphGraphicOrigin();
|
|
1075
|
+
return new ModConstructor(layer, sublayer);
|
|
1076
|
+
}
|
|
1077
|
+
async function importGraphicMapImageGraphicOrigin() {
|
|
1078
|
+
if (isAMD) {
|
|
1079
|
+
return await window.$arcgis.import("esri/graphic/MapImageGraphicOrigin");
|
|
1080
|
+
}
|
|
1081
|
+
const module2 = await import("@arcgis/core/graphic/MapImageGraphicOrigin.js");
|
|
1082
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1083
|
+
}
|
|
1084
|
+
async function newGraphicMapImageGraphicOrigin(layer, sublayer) {
|
|
1085
|
+
const ModConstructor = await importGraphicMapImageGraphicOrigin();
|
|
1086
|
+
return new ModConstructor(layer, sublayer);
|
|
1087
|
+
}
|
|
1088
|
+
async function importGraphicMapNotesGraphicOrigin() {
|
|
1089
|
+
if (isAMD) {
|
|
1090
|
+
return await window.$arcgis.import("esri/graphic/MapNotesGraphicOrigin");
|
|
1091
|
+
}
|
|
1092
|
+
const module2 = await import("@arcgis/core/graphic/MapNotesGraphicOrigin.js");
|
|
1093
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1094
|
+
}
|
|
1095
|
+
async function newGraphicMapNotesGraphicOrigin(layer, sublayer) {
|
|
1096
|
+
const ModConstructor = await importGraphicMapNotesGraphicOrigin();
|
|
1097
|
+
return new ModConstructor(layer, sublayer);
|
|
1098
|
+
}
|
|
1099
|
+
async function importGraphicOGCFeatureGraphicOrigin() {
|
|
1100
|
+
if (isAMD) {
|
|
1101
|
+
return await window.$arcgis.import("esri/graphic/OGCFeatureGraphicOrigin");
|
|
1102
|
+
}
|
|
1103
|
+
const module2 = await import("@arcgis/core/graphic/OGCFeatureGraphicOrigin.js");
|
|
1104
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1105
|
+
}
|
|
1106
|
+
async function newGraphicOGCFeatureGraphicOrigin(layer) {
|
|
1107
|
+
const ModConstructor = await importGraphicOGCFeatureGraphicOrigin();
|
|
1108
|
+
return new ModConstructor(layer);
|
|
1109
|
+
}
|
|
1110
|
+
async function importGraphicOrientedImageryGraphicOrigin() {
|
|
1111
|
+
if (isAMD) {
|
|
1112
|
+
return await window.$arcgis.import("esri/graphic/OrientedImageryGraphicOrigin");
|
|
1113
|
+
}
|
|
1114
|
+
const module2 = await import("@arcgis/core/graphic/OrientedImageryGraphicOrigin.js");
|
|
1115
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1116
|
+
}
|
|
1117
|
+
async function newGraphicOrientedImageryGraphicOrigin(layer) {
|
|
1118
|
+
const ModConstructor = await importGraphicOrientedImageryGraphicOrigin();
|
|
1119
|
+
return new ModConstructor(layer);
|
|
1120
|
+
}
|
|
1121
|
+
async function importGraphicParquetGraphicOrigin() {
|
|
1122
|
+
if (isAMD) {
|
|
1123
|
+
return await window.$arcgis.import("esri/graphic/ParquetGraphicOrigin");
|
|
1124
|
+
}
|
|
1125
|
+
const module2 = await import("@arcgis/core/graphic/ParquetGraphicOrigin.js");
|
|
1126
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1127
|
+
}
|
|
1128
|
+
async function newGraphicParquetGraphicOrigin(layer) {
|
|
1129
|
+
const ModConstructor = await importGraphicParquetGraphicOrigin();
|
|
1130
|
+
return new ModConstructor(layer);
|
|
1131
|
+
}
|
|
1132
|
+
async function importGraphicPointCloudGraphicOrigin() {
|
|
1133
|
+
if (isAMD) {
|
|
1134
|
+
return await window.$arcgis.import("esri/graphic/PointCloudGraphicOrigin");
|
|
1135
|
+
}
|
|
1136
|
+
const module2 = await import("@arcgis/core/graphic/PointCloudGraphicOrigin.js");
|
|
1137
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1138
|
+
}
|
|
1139
|
+
async function newGraphicPointCloudGraphicOrigin(layer) {
|
|
1140
|
+
const ModConstructor = await importGraphicPointCloudGraphicOrigin();
|
|
1141
|
+
return new ModConstructor(layer);
|
|
1142
|
+
}
|
|
1143
|
+
async function importGraphicSceneGraphicOrigin() {
|
|
1144
|
+
if (isAMD) {
|
|
1145
|
+
return await window.$arcgis.import("esri/graphic/SceneGraphicOrigin");
|
|
1146
|
+
}
|
|
1147
|
+
const module2 = await import("@arcgis/core/graphic/SceneGraphicOrigin.js");
|
|
1148
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1149
|
+
}
|
|
1150
|
+
async function newGraphicSceneGraphicOrigin(layer) {
|
|
1151
|
+
const ModConstructor = await importGraphicSceneGraphicOrigin();
|
|
1152
|
+
return new ModConstructor(layer);
|
|
1153
|
+
}
|
|
1154
|
+
async function importGraphicStreamGraphicOrigin() {
|
|
1155
|
+
if (isAMD) {
|
|
1156
|
+
return await window.$arcgis.import("esri/graphic/StreamGraphicOrigin");
|
|
1157
|
+
}
|
|
1158
|
+
const module2 = await import("@arcgis/core/graphic/StreamGraphicOrigin.js");
|
|
1159
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1160
|
+
}
|
|
1161
|
+
async function newGraphicStreamGraphicOrigin(layer) {
|
|
1162
|
+
const ModConstructor = await importGraphicStreamGraphicOrigin();
|
|
1163
|
+
return new ModConstructor(layer);
|
|
1164
|
+
}
|
|
1165
|
+
async function importGraphicSubtypeGroupGraphicOrigin() {
|
|
1166
|
+
if (isAMD) {
|
|
1167
|
+
return await window.$arcgis.import("esri/graphic/SubtypeGroupGraphicOrigin");
|
|
1168
|
+
}
|
|
1169
|
+
const module2 = await import("@arcgis/core/graphic/SubtypeGroupGraphicOrigin.js");
|
|
1170
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1171
|
+
}
|
|
1172
|
+
async function newGraphicSubtypeGroupGraphicOrigin(sublayer) {
|
|
1173
|
+
const ModConstructor = await importGraphicSubtypeGroupGraphicOrigin();
|
|
1174
|
+
return new ModConstructor(sublayer);
|
|
1175
|
+
}
|
|
1176
|
+
async function importGraphicTileGraphicOrigin() {
|
|
1177
|
+
if (isAMD) {
|
|
1178
|
+
return await window.$arcgis.import("esri/graphic/TileGraphicOrigin");
|
|
1179
|
+
}
|
|
1180
|
+
const module2 = await import("@arcgis/core/graphic/TileGraphicOrigin.js");
|
|
1181
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1182
|
+
}
|
|
1183
|
+
async function newGraphicTileGraphicOrigin(layer, sublayer) {
|
|
1184
|
+
const ModConstructor = await importGraphicTileGraphicOrigin();
|
|
1185
|
+
return new ModConstructor(layer, sublayer);
|
|
1186
|
+
}
|
|
1187
|
+
async function importGraphicVectorTileGraphicOrigin() {
|
|
1188
|
+
if (isAMD) {
|
|
1189
|
+
return await window.$arcgis.import("esri/graphic/VectorTileGraphicOrigin");
|
|
1190
|
+
}
|
|
1191
|
+
const module2 = await import("@arcgis/core/graphic/VectorTileGraphicOrigin.js");
|
|
1192
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1193
|
+
}
|
|
1194
|
+
async function newGraphicVectorTileGraphicOrigin(layer, layerId, layerIndex) {
|
|
1195
|
+
const ModConstructor = await importGraphicVectorTileGraphicOrigin();
|
|
1196
|
+
return new ModConstructor(layer, layerId, layerIndex);
|
|
1197
|
+
}
|
|
1198
|
+
async function importGraphicVoxelGraphicOrigin() {
|
|
1199
|
+
if (isAMD) {
|
|
1200
|
+
return await window.$arcgis.import("esri/graphic/VoxelGraphicOrigin");
|
|
1201
|
+
}
|
|
1202
|
+
const module2 = await import("@arcgis/core/graphic/VoxelGraphicOrigin.js");
|
|
1203
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1204
|
+
}
|
|
1205
|
+
async function newGraphicVoxelGraphicOrigin(layer) {
|
|
1206
|
+
const ModConstructor = await importGraphicVoxelGraphicOrigin();
|
|
1207
|
+
return new ModConstructor(layer);
|
|
1208
|
+
}
|
|
1209
|
+
async function importGraphicWCSGraphicOrigin() {
|
|
1210
|
+
if (isAMD) {
|
|
1211
|
+
return await window.$arcgis.import("esri/graphic/WCSGraphicOrigin");
|
|
1212
|
+
}
|
|
1213
|
+
const module2 = await import("@arcgis/core/graphic/WCSGraphicOrigin.js");
|
|
1214
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1215
|
+
}
|
|
1216
|
+
async function newGraphicWCSGraphicOrigin(layer) {
|
|
1217
|
+
const ModConstructor = await importGraphicWCSGraphicOrigin();
|
|
1218
|
+
return new ModConstructor(layer);
|
|
1219
|
+
}
|
|
1220
|
+
async function importGraphicWFSGraphicOrigin() {
|
|
1221
|
+
if (isAMD) {
|
|
1222
|
+
return await window.$arcgis.import("esri/graphic/WFSGraphicOrigin");
|
|
1223
|
+
}
|
|
1224
|
+
const module2 = await import("@arcgis/core/graphic/WFSGraphicOrigin.js");
|
|
1225
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1226
|
+
}
|
|
1227
|
+
async function newGraphicWFSGraphicOrigin(layer) {
|
|
1228
|
+
const ModConstructor = await importGraphicWFSGraphicOrigin();
|
|
1229
|
+
return new ModConstructor(layer);
|
|
1230
|
+
}
|
|
824
1231
|
async function importAttributeBinsGraphic() {
|
|
825
1232
|
if (isAMD) {
|
|
826
1233
|
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
@@ -1811,6 +2218,17 @@ async function newLayersSupportPixelBlock(properties) {
|
|
|
1811
2218
|
const ModConstructor = await importLayersSupportPixelBlock();
|
|
1812
2219
|
return new ModConstructor(properties);
|
|
1813
2220
|
}
|
|
2221
|
+
async function importLayersSupportPlaybackInfo() {
|
|
2222
|
+
if (isAMD) {
|
|
2223
|
+
return await window.$arcgis.import("esri/layers/support/PlaybackInfo");
|
|
2224
|
+
}
|
|
2225
|
+
const module2 = await import("@arcgis/core/layers/support/PlaybackInfo.js");
|
|
2226
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2227
|
+
}
|
|
2228
|
+
async function newLayersSupportPlaybackInfo(properties) {
|
|
2229
|
+
const ModConstructor = await importLayersSupportPlaybackInfo();
|
|
2230
|
+
return new ModConstructor(properties);
|
|
2231
|
+
}
|
|
1814
2232
|
async function importLayersSupportPublishingInfo() {
|
|
1815
2233
|
if (isAMD) {
|
|
1816
2234
|
return await window.$arcgis.import("esri/layers/support/PublishingInfo");
|
|
@@ -3362,6 +3780,28 @@ async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
|
3362
3780
|
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3363
3781
|
return new ModConstructor(properties);
|
|
3364
3782
|
}
|
|
3783
|
+
async function importRestKnowledgeGraphGraphAddFieldIndexResult() {
|
|
3784
|
+
if (isAMD) {
|
|
3785
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddFieldIndexResult");
|
|
3786
|
+
}
|
|
3787
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddFieldIndexResult.js");
|
|
3788
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3789
|
+
}
|
|
3790
|
+
async function newRestKnowledgeGraphGraphAddFieldIndexResult(properties) {
|
|
3791
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddFieldIndexResult();
|
|
3792
|
+
return new ModConstructor(properties);
|
|
3793
|
+
}
|
|
3794
|
+
async function importRestKnowledgeGraphGraphAddPropertyResult() {
|
|
3795
|
+
if (isAMD) {
|
|
3796
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddPropertyResult");
|
|
3797
|
+
}
|
|
3798
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddPropertyResult.js");
|
|
3799
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3800
|
+
}
|
|
3801
|
+
async function newRestKnowledgeGraphGraphAddPropertyResult(properties) {
|
|
3802
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddPropertyResult();
|
|
3803
|
+
return new ModConstructor(properties);
|
|
3804
|
+
}
|
|
3365
3805
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3366
3806
|
if (isAMD) {
|
|
3367
3807
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3384,6 +3824,28 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3384
3824
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3385
3825
|
return new ModConstructor(properties);
|
|
3386
3826
|
}
|
|
3827
|
+
async function importRestKnowledgeGraphGraphDataModelOperationResult() {
|
|
3828
|
+
if (isAMD) {
|
|
3829
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDataModelOperationResult");
|
|
3830
|
+
}
|
|
3831
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDataModelOperationResult.js");
|
|
3832
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3833
|
+
}
|
|
3834
|
+
async function newRestKnowledgeGraphGraphDataModelOperationResult(properties) {
|
|
3835
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDataModelOperationResult();
|
|
3836
|
+
return new ModConstructor(properties);
|
|
3837
|
+
}
|
|
3838
|
+
async function importRestKnowledgeGraphGraphDeleteFieldIndexResult() {
|
|
3839
|
+
if (isAMD) {
|
|
3840
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteFieldIndexResult");
|
|
3841
|
+
}
|
|
3842
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteFieldIndexResult.js");
|
|
3843
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3844
|
+
}
|
|
3845
|
+
async function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties) {
|
|
3846
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteFieldIndexResult();
|
|
3847
|
+
return new ModConstructor(properties);
|
|
3848
|
+
}
|
|
3387
3849
|
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3388
3850
|
if (isAMD) {
|
|
3389
3851
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
@@ -3395,6 +3857,17 @@ async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
|
3395
3857
|
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3396
3858
|
return new ModConstructor(properties);
|
|
3397
3859
|
}
|
|
3860
|
+
async function importRestKnowledgeGraphGraphDeletePropertyResult() {
|
|
3861
|
+
if (isAMD) {
|
|
3862
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeletePropertyResult");
|
|
3863
|
+
}
|
|
3864
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeletePropertyResult.js");
|
|
3865
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3866
|
+
}
|
|
3867
|
+
async function newRestKnowledgeGraphGraphDeletePropertyResult(properties) {
|
|
3868
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeletePropertyResult();
|
|
3869
|
+
return new ModConstructor(properties);
|
|
3870
|
+
}
|
|
3398
3871
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3399
3872
|
if (isAMD) {
|
|
3400
3873
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -3516,6 +3989,39 @@ async function newRestKnowledgeGraphGraphSearchStreaming(properties) {
|
|
|
3516
3989
|
const ModConstructor = await importRestKnowledgeGraphGraphSearchStreaming();
|
|
3517
3990
|
return new ModConstructor(properties);
|
|
3518
3991
|
}
|
|
3992
|
+
async function importRestKnowledgeGraphGraphUpdateNamedTypesResult() {
|
|
3993
|
+
if (isAMD) {
|
|
3994
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateNamedTypesResult");
|
|
3995
|
+
}
|
|
3996
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateNamedTypesResult.js");
|
|
3997
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3998
|
+
}
|
|
3999
|
+
async function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties) {
|
|
4000
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateNamedTypesResult();
|
|
4001
|
+
return new ModConstructor(properties);
|
|
4002
|
+
}
|
|
4003
|
+
async function importRestKnowledgeGraphGraphUpdatePropertyResult() {
|
|
4004
|
+
if (isAMD) {
|
|
4005
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdatePropertyResult");
|
|
4006
|
+
}
|
|
4007
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js");
|
|
4008
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4009
|
+
}
|
|
4010
|
+
async function newRestKnowledgeGraphGraphUpdatePropertyResult(properties) {
|
|
4011
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdatePropertyResult();
|
|
4012
|
+
return new ModConstructor(properties);
|
|
4013
|
+
}
|
|
4014
|
+
async function importRestKnowledgeGraphGraphUpdateSearchIndexResult() {
|
|
4015
|
+
if (isAMD) {
|
|
4016
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateSearchIndexResult");
|
|
4017
|
+
}
|
|
4018
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateSearchIndexResult.js");
|
|
4019
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4020
|
+
}
|
|
4021
|
+
async function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties) {
|
|
4022
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateSearchIndexResult();
|
|
4023
|
+
return new ModConstructor(properties);
|
|
4024
|
+
}
|
|
3519
4025
|
async function importRestKnowledgeGraphInputQuantizationParameters() {
|
|
3520
4026
|
if (isAMD) {
|
|
3521
4027
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/InputQuantizationParameters");
|
|
@@ -4605,6 +5111,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
4605
5111
|
const ModConstructor = await importRestSupportJobInfo();
|
|
4606
5112
|
return new ModConstructor(properties);
|
|
4607
5113
|
}
|
|
5114
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
5115
|
+
if (isAMD) {
|
|
5116
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
5117
|
+
}
|
|
5118
|
+
const module2 = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
5119
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5120
|
+
}
|
|
5121
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
5122
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
5123
|
+
return new ModConstructor(properties);
|
|
5124
|
+
}
|
|
4608
5125
|
async function importRestSupportLegendLayer() {
|
|
4609
5126
|
if (isAMD) {
|
|
4610
5127
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -5628,28 +6145,6 @@ async function newTimeTimeInterval(properties) {
|
|
|
5628
6145
|
const ModConstructor = await importTimeTimeInterval();
|
|
5629
6146
|
return new ModConstructor(properties);
|
|
5630
6147
|
}
|
|
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
6148
|
async function importVersionManagementVersioningState() {
|
|
5654
6149
|
if (isAMD) {
|
|
5655
6150
|
return await window.$arcgis.import("esri/versionManagement/VersioningState");
|
|
@@ -5683,26 +6178,26 @@ async function newViewpoint(properties) {
|
|
|
5683
6178
|
const ModConstructor = await importViewpoint();
|
|
5684
6179
|
return new ModConstructor(properties);
|
|
5685
6180
|
}
|
|
5686
|
-
async function
|
|
6181
|
+
async function importViewsBasemapView() {
|
|
5687
6182
|
if (isAMD) {
|
|
5688
|
-
return await window.$arcgis.import("esri/views/
|
|
6183
|
+
return await window.$arcgis.import("esri/views/BasemapView");
|
|
5689
6184
|
}
|
|
5690
|
-
const module2 = await import("@arcgis/core/views/
|
|
6185
|
+
const module2 = await import("@arcgis/core/views/BasemapView.js");
|
|
5691
6186
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5692
6187
|
}
|
|
5693
|
-
async function
|
|
5694
|
-
const ModConstructor = await
|
|
6188
|
+
async function newViewsBasemapView(properties) {
|
|
6189
|
+
const ModConstructor = await importViewsBasemapView();
|
|
5695
6190
|
return new ModConstructor(properties);
|
|
5696
6191
|
}
|
|
5697
|
-
async function
|
|
6192
|
+
async function importViewsGroundView() {
|
|
5698
6193
|
if (isAMD) {
|
|
5699
|
-
return await window.$arcgis.import("esri/views/
|
|
6194
|
+
return await window.$arcgis.import("esri/views/GroundView");
|
|
5700
6195
|
}
|
|
5701
|
-
const module2 = await import("@arcgis/core/views/
|
|
6196
|
+
const module2 = await import("@arcgis/core/views/GroundView.js");
|
|
5702
6197
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5703
6198
|
}
|
|
5704
|
-
async function
|
|
5705
|
-
const ModConstructor = await
|
|
6199
|
+
async function newViewsGroundView(properties) {
|
|
6200
|
+
const ModConstructor = await importViewsGroundView();
|
|
5706
6201
|
return new ModConstructor(properties);
|
|
5707
6202
|
}
|
|
5708
6203
|
async function importViews2dViewState() {
|
|
@@ -5716,6 +6211,39 @@ async function newViews2dViewState(properties) {
|
|
|
5716
6211
|
const ModConstructor = await importViews2dViewState();
|
|
5717
6212
|
return new ModConstructor(properties);
|
|
5718
6213
|
}
|
|
6214
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
6215
|
+
if (isAMD) {
|
|
6216
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
6217
|
+
}
|
|
6218
|
+
const module2 = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
6219
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6220
|
+
}
|
|
6221
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6222
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6223
|
+
return new ModConstructor(properties);
|
|
6224
|
+
}
|
|
6225
|
+
async function importViews2dLayersBaseLayerView2D() {
|
|
6226
|
+
if (isAMD) {
|
|
6227
|
+
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
6228
|
+
}
|
|
6229
|
+
const module2 = await import("@arcgis/core/views/2d/layers/BaseLayerView2D.js");
|
|
6230
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6231
|
+
}
|
|
6232
|
+
async function newViews2dLayersBaseLayerView2D(properties) {
|
|
6233
|
+
const ModConstructor = await importViews2dLayersBaseLayerView2D();
|
|
6234
|
+
return new ModConstructor(properties);
|
|
6235
|
+
}
|
|
6236
|
+
async function importViews2dLayersBaseLayerViewGL2D() {
|
|
6237
|
+
if (isAMD) {
|
|
6238
|
+
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerViewGL2D");
|
|
6239
|
+
}
|
|
6240
|
+
const module2 = await import("@arcgis/core/views/2d/layers/BaseLayerViewGL2D.js");
|
|
6241
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6242
|
+
}
|
|
6243
|
+
async function newViews2dLayersBaseLayerViewGL2D(properties) {
|
|
6244
|
+
const ModConstructor = await importViews2dLayersBaseLayerViewGL2D();
|
|
6245
|
+
return new ModConstructor(properties);
|
|
6246
|
+
}
|
|
5719
6247
|
async function importViews3dAnalysisAreaMeasurementAnalysisView3D() {
|
|
5720
6248
|
if (isAMD) {
|
|
5721
6249
|
return await window.$arcgis.import("esri/views/3d/analysis/AreaMeasurementAnalysisView3D");
|
|
@@ -5749,6 +6277,17 @@ async function newViews3dAnalysisDirectLineMeasurementAnalysisView3D(properties)
|
|
|
5749
6277
|
const ModConstructor = await importViews3dAnalysisDirectLineMeasurementAnalysisView3D();
|
|
5750
6278
|
return new ModConstructor(properties);
|
|
5751
6279
|
}
|
|
6280
|
+
async function importViews3dAnalysisElevationProfileAnalysisView3D() {
|
|
6281
|
+
if (isAMD) {
|
|
6282
|
+
return await window.$arcgis.import("esri/views/3d/analysis/ElevationProfileAnalysisView3D");
|
|
6283
|
+
}
|
|
6284
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/ElevationProfileAnalysisView3D.js");
|
|
6285
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6286
|
+
}
|
|
6287
|
+
async function newViews3dAnalysisElevationProfileAnalysisView3D(properties) {
|
|
6288
|
+
const ModConstructor = await importViews3dAnalysisElevationProfileAnalysisView3D();
|
|
6289
|
+
return new ModConstructor(properties);
|
|
6290
|
+
}
|
|
5752
6291
|
async function importViews3dAnalysisLineOfSightAnalysisResult() {
|
|
5753
6292
|
if (isAMD) {
|
|
5754
6293
|
return await window.$arcgis.import("esri/views/3d/analysis/LineOfSightAnalysisResult");
|
|
@@ -5793,6 +6332,28 @@ async function newViews3dAnalysisViewshedAnalysisView3D(properties) {
|
|
|
5793
6332
|
const ModConstructor = await importViews3dAnalysisViewshedAnalysisView3D();
|
|
5794
6333
|
return new ModConstructor(properties);
|
|
5795
6334
|
}
|
|
6335
|
+
async function importViews3dAnalysisVolumeMeasurementAnalysisView3D() {
|
|
6336
|
+
if (isAMD) {
|
|
6337
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurementAnalysisView3D");
|
|
6338
|
+
}
|
|
6339
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurementAnalysisView3D.js");
|
|
6340
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6341
|
+
}
|
|
6342
|
+
async function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties) {
|
|
6343
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementAnalysisView3D();
|
|
6344
|
+
return new ModConstructor(properties);
|
|
6345
|
+
}
|
|
6346
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult() {
|
|
6347
|
+
if (isAMD) {
|
|
6348
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult");
|
|
6349
|
+
}
|
|
6350
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult.js");
|
|
6351
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6352
|
+
}
|
|
6353
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties) {
|
|
6354
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult();
|
|
6355
|
+
return new ModConstructor(properties);
|
|
6356
|
+
}
|
|
5796
6357
|
async function importViews3dEnvironmentCloudyWeather() {
|
|
5797
6358
|
if (isAMD) {
|
|
5798
6359
|
return await window.$arcgis.import("esri/views/3d/environment/CloudyWeather");
|
|
@@ -5881,15 +6442,15 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
5881
6442
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
5882
6443
|
return new ModConstructor(properties);
|
|
5883
6444
|
}
|
|
5884
|
-
async function
|
|
6445
|
+
async function importViewsAnalysisElevationProfileElevationProfileResult() {
|
|
5885
6446
|
if (isAMD) {
|
|
5886
|
-
return await window.$arcgis.import("esri/views/
|
|
6447
|
+
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileResult");
|
|
5887
6448
|
}
|
|
5888
|
-
const module2 = await import("@arcgis/core/views/
|
|
6449
|
+
const module2 = await import("@arcgis/core/views/analysis/ElevationProfile/ElevationProfileResult.js");
|
|
5889
6450
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5890
6451
|
}
|
|
5891
|
-
async function
|
|
5892
|
-
const ModConstructor = await
|
|
6452
|
+
async function newViewsAnalysisElevationProfileElevationProfileResult(properties) {
|
|
6453
|
+
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileResult();
|
|
5893
6454
|
return new ModConstructor(properties);
|
|
5894
6455
|
}
|
|
5895
6456
|
async function importViewsDrawDraw() {
|
|
@@ -5969,15 +6530,15 @@ async function newViewsDrawSegmentDrawAction(properties) {
|
|
|
5969
6530
|
const ModConstructor = await importViewsDrawSegmentDrawAction();
|
|
5970
6531
|
return new ModConstructor(properties);
|
|
5971
6532
|
}
|
|
5972
|
-
async function
|
|
6533
|
+
async function importViewsInputInput() {
|
|
5973
6534
|
if (isAMD) {
|
|
5974
|
-
return await window.$arcgis.import("esri/views/
|
|
6535
|
+
return await window.$arcgis.import("esri/views/input/Input");
|
|
5975
6536
|
}
|
|
5976
|
-
const module2 = await import("@arcgis/core/views/
|
|
6537
|
+
const module2 = await import("@arcgis/core/views/input/Input.js");
|
|
5977
6538
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5978
6539
|
}
|
|
5979
|
-
async function
|
|
5980
|
-
const ModConstructor = await
|
|
6540
|
+
async function newViewsInputInput(properties) {
|
|
6541
|
+
const ModConstructor = await importViewsInputInput();
|
|
5981
6542
|
return new ModConstructor(properties);
|
|
5982
6543
|
}
|
|
5983
6544
|
async function importViewsInputGamepadGamepadInputDevice() {
|
|
@@ -6002,17 +6563,6 @@ async function newViewsInputGamepadGamepadSettings(properties) {
|
|
|
6002
6563
|
const ModConstructor = await importViewsInputGamepadGamepadSettings();
|
|
6003
6564
|
return new ModConstructor(properties);
|
|
6004
6565
|
}
|
|
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
6566
|
async function importViewsInteractiveSketchSketchLabelOptions() {
|
|
6017
6567
|
if (isAMD) {
|
|
6018
6568
|
return await window.$arcgis.import("esri/views/interactive/sketch/SketchLabelOptions");
|
|
@@ -6101,39 +6651,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
6101
6651
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
6102
6652
|
return new ModConstructor(properties);
|
|
6103
6653
|
}
|
|
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
6654
|
async function importViewsLayersDimensionLayerView() {
|
|
6138
6655
|
if (isAMD) {
|
|
6139
6656
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6145,17 +6662,6 @@ async function newViewsLayersDimensionLayerView(properties) {
|
|
|
6145
6662
|
const ModConstructor = await importViewsLayersDimensionLayerView();
|
|
6146
6663
|
return new ModConstructor(properties);
|
|
6147
6664
|
}
|
|
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
6665
|
async function importViewsLayersGroupLayerView() {
|
|
6160
6666
|
if (isAMD) {
|
|
6161
6667
|
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
@@ -6222,28 +6728,6 @@ async function newViewsLayersMediaLayerView(properties) {
|
|
|
6222
6728
|
const ModConstructor = await importViewsLayersMediaLayerView();
|
|
6223
6729
|
return new ModConstructor(properties);
|
|
6224
6730
|
}
|
|
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
6731
|
async function importViewsLayersSceneLayerView() {
|
|
6248
6732
|
if (isAMD) {
|
|
6249
6733
|
return await window.$arcgis.import("esri/views/layers/SceneLayerView");
|
|
@@ -6255,17 +6739,6 @@ async function newViewsLayersSceneLayerView(properties) {
|
|
|
6255
6739
|
const ModConstructor = await importViewsLayersSceneLayerView();
|
|
6256
6740
|
return new ModConstructor(properties);
|
|
6257
6741
|
}
|
|
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
6742
|
async function importViewsLayersViewshedLayerView() {
|
|
6270
6743
|
if (isAMD) {
|
|
6271
6744
|
return await window.$arcgis.import("esri/views/layers/ViewshedLayerView");
|
|
@@ -7168,6 +7641,50 @@ async function newWidgetsBatchAttributeForm(properties) {
|
|
|
7168
7641
|
const ModConstructor = await importWidgetsBatchAttributeForm();
|
|
7169
7642
|
return new ModConstructor(properties);
|
|
7170
7643
|
}
|
|
7644
|
+
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
7645
|
+
if (isAMD) {
|
|
7646
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
7647
|
+
}
|
|
7648
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
7649
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7650
|
+
}
|
|
7651
|
+
async function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties) {
|
|
7652
|
+
const ModConstructor = await importWidgetsBatchAttributeFormBatchAttributeFormViewModel();
|
|
7653
|
+
return new ModConstructor(properties);
|
|
7654
|
+
}
|
|
7655
|
+
async function importWidgetsBatchAttributeFormInputsBatchFormInputs() {
|
|
7656
|
+
if (isAMD) {
|
|
7657
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/BatchFormInputs");
|
|
7658
|
+
}
|
|
7659
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/BatchFormInputs.js");
|
|
7660
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7661
|
+
}
|
|
7662
|
+
async function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties) {
|
|
7663
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsBatchFormInputs();
|
|
7664
|
+
return new ModConstructor(properties);
|
|
7665
|
+
}
|
|
7666
|
+
async function importWidgetsBatchAttributeFormInputsFieldInput() {
|
|
7667
|
+
if (isAMD) {
|
|
7668
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/FieldInput");
|
|
7669
|
+
}
|
|
7670
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/FieldInput.js");
|
|
7671
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7672
|
+
}
|
|
7673
|
+
async function newWidgetsBatchAttributeFormInputsFieldInput(properties) {
|
|
7674
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsFieldInput();
|
|
7675
|
+
return new ModConstructor(properties);
|
|
7676
|
+
}
|
|
7677
|
+
async function importWidgetsBatchAttributeFormInputsGroupInput() {
|
|
7678
|
+
if (isAMD) {
|
|
7679
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/GroupInput");
|
|
7680
|
+
}
|
|
7681
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js");
|
|
7682
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7683
|
+
}
|
|
7684
|
+
async function newWidgetsBatchAttributeFormInputsGroupInput(properties) {
|
|
7685
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsGroupInput();
|
|
7686
|
+
return new ModConstructor(properties);
|
|
7687
|
+
}
|
|
7171
7688
|
async function importWidgetsBookmarks() {
|
|
7172
7689
|
if (isAMD) {
|
|
7173
7690
|
return await window.$arcgis.import("esri/widgets/Bookmarks");
|
|
@@ -9551,6 +10068,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
9551
10068
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
9552
10069
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9553
10070
|
}
|
|
10071
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
10072
|
+
if (isAMD) {
|
|
10073
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
10074
|
+
}
|
|
10075
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
10076
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10077
|
+
}
|
|
9554
10078
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
9555
10079
|
if (isAMD) {
|
|
9556
10080
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -9775,6 +10299,13 @@ async function importGeometrySupportWebMercatorUtils() {
|
|
|
9775
10299
|
const module2 = await import("@arcgis/core/geometry/support/webMercatorUtils.js");
|
|
9776
10300
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9777
10301
|
}
|
|
10302
|
+
async function importGraphicGraphicOrigins() {
|
|
10303
|
+
if (isAMD) {
|
|
10304
|
+
return await window.$arcgis.import("esri/graphic/graphicOrigins");
|
|
10305
|
+
}
|
|
10306
|
+
const module2 = await import("@arcgis/core/graphic/graphicOrigins.js");
|
|
10307
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10308
|
+
}
|
|
9778
10309
|
async function importIntl() {
|
|
9779
10310
|
if (isAMD) {
|
|
9780
10311
|
return await window.$arcgis.import("esri/intl");
|
|
@@ -9999,6 +10530,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
9999
10530
|
const module2 = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10000
10531
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10001
10532
|
}
|
|
10533
|
+
async function importRestLastMileDelivery() {
|
|
10534
|
+
if (isAMD) {
|
|
10535
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10536
|
+
}
|
|
10537
|
+
const module2 = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10538
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10539
|
+
}
|
|
10002
10540
|
async function importRestLocator() {
|
|
10003
10541
|
if (isAMD) {
|
|
10004
10542
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -10503,6 +11041,13 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
10503
11041
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
10504
11042
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10505
11043
|
}
|
|
11044
|
+
async function importViews3dWebgl() {
|
|
11045
|
+
if (isAMD) {
|
|
11046
|
+
return await window.$arcgis.import("esri/views/3d/webgl");
|
|
11047
|
+
}
|
|
11048
|
+
const module2 = await import("@arcgis/core/views/3d/webgl.js");
|
|
11049
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11050
|
+
}
|
|
10506
11051
|
async function importViews3dWebglManagedFBO() {
|
|
10507
11052
|
if (isAMD) {
|
|
10508
11053
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -10517,13 +11062,6 @@ async function importViews3dWebglRenderCamera() {
|
|
|
10517
11062
|
const module2 = await import("@arcgis/core/views/3d/webgl/RenderCamera.js");
|
|
10518
11063
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10519
11064
|
}
|
|
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
11065
|
async function importViews3dSupportLayerPerformanceInfo() {
|
|
10528
11066
|
if (isAMD) {
|
|
10529
11067
|
return await window.$arcgis.import("esri/views/3d/support/LayerPerformanceInfo");
|
|
@@ -10552,13 +11090,6 @@ async function importViewsSupportColorUtils() {
|
|
|
10552
11090
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10553
11091
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10554
11092
|
}
|
|
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
11093
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
10563
11094
|
if (isAMD) {
|
|
10564
11095
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -10573,6 +11104,13 @@ async function importWidgetsSupportWidget() {
|
|
|
10573
11104
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
10574
11105
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10575
11106
|
}
|
|
11107
|
+
async function importApplicationsComponentsActionUtils() {
|
|
11108
|
+
if (isAMD) {
|
|
11109
|
+
return await window.$arcgis.import("esri/applications/Components/actionUtils");
|
|
11110
|
+
}
|
|
11111
|
+
const module2 = await import("@arcgis/core/applications/Components/actionUtils.js");
|
|
11112
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11113
|
+
}
|
|
10576
11114
|
async function importApplicationsComponentsAnalysisUtils() {
|
|
10577
11115
|
if (isAMD) {
|
|
10578
11116
|
return await window.$arcgis.import("esri/applications/Components/analysisUtils");
|
|
@@ -10580,6 +11118,13 @@ async function importApplicationsComponentsAnalysisUtils() {
|
|
|
10580
11118
|
const module2 = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
10581
11119
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10582
11120
|
}
|
|
11121
|
+
async function importApplicationsComponentsArcadeFeatureUtils() {
|
|
11122
|
+
if (isAMD) {
|
|
11123
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeFeatureUtils");
|
|
11124
|
+
}
|
|
11125
|
+
const module2 = await import("@arcgis/core/applications/Components/arcadeFeatureUtils.js");
|
|
11126
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11127
|
+
}
|
|
10583
11128
|
async function importApplicationsComponentsBasemapUtils() {
|
|
10584
11129
|
if (isAMD) {
|
|
10585
11130
|
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
@@ -10594,6 +11139,13 @@ async function importApplicationsComponentsDrawUtils() {
|
|
|
10594
11139
|
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
10595
11140
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10596
11141
|
}
|
|
11142
|
+
async function importApplicationsComponentsFeatureUtils() {
|
|
11143
|
+
if (isAMD) {
|
|
11144
|
+
return await window.$arcgis.import("esri/applications/Components/featureUtils");
|
|
11145
|
+
}
|
|
11146
|
+
const module2 = await import("@arcgis/core/applications/Components/featureUtils.js");
|
|
11147
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11148
|
+
}
|
|
10597
11149
|
async function importApplicationsComponentsFontUtils() {
|
|
10598
11150
|
if (isAMD) {
|
|
10599
11151
|
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
@@ -10601,6 +11153,13 @@ async function importApplicationsComponentsFontUtils() {
|
|
|
10601
11153
|
const module2 = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
10602
11154
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10603
11155
|
}
|
|
11156
|
+
async function importApplicationsComponentsFormatUtils() {
|
|
11157
|
+
if (isAMD) {
|
|
11158
|
+
return await window.$arcgis.import("esri/applications/Components/formatUtils");
|
|
11159
|
+
}
|
|
11160
|
+
const module2 = await import("@arcgis/core/applications/Components/formatUtils.js");
|
|
11161
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11162
|
+
}
|
|
10604
11163
|
async function importApplicationsComponentsGetDefaultUnits() {
|
|
10605
11164
|
if (isAMD) {
|
|
10606
11165
|
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
@@ -10615,6 +11174,13 @@ async function importApplicationsComponentsGfxUtils() {
|
|
|
10615
11174
|
const module2 = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
10616
11175
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10617
11176
|
}
|
|
11177
|
+
async function importApplicationsComponentsImageryUtils() {
|
|
11178
|
+
if (isAMD) {
|
|
11179
|
+
return await window.$arcgis.import("esri/applications/Components/imageryUtils");
|
|
11180
|
+
}
|
|
11181
|
+
const module2 = await import("@arcgis/core/applications/Components/imageryUtils.js");
|
|
11182
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11183
|
+
}
|
|
10618
11184
|
async function importApplicationsComponentsLayerOriginUtils() {
|
|
10619
11185
|
if (isAMD) {
|
|
10620
11186
|
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
@@ -10643,6 +11209,13 @@ async function importApplicationsComponentsReactiveUtils() {
|
|
|
10643
11209
|
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
10644
11210
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10645
11211
|
}
|
|
11212
|
+
async function importApplicationsComponentsSanitizerUtils() {
|
|
11213
|
+
if (isAMD) {
|
|
11214
|
+
return await window.$arcgis.import("esri/applications/Components/sanitizerUtils");
|
|
11215
|
+
}
|
|
11216
|
+
const module2 = await import("@arcgis/core/applications/Components/sanitizerUtils.js");
|
|
11217
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11218
|
+
}
|
|
10646
11219
|
async function importApplicationsComponentsSelectionOperation() {
|
|
10647
11220
|
if (isAMD) {
|
|
10648
11221
|
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
@@ -10657,6 +11230,13 @@ async function importApplicationsComponentsSketchTooltipControls() {
|
|
|
10657
11230
|
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
10658
11231
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10659
11232
|
}
|
|
11233
|
+
async function importApplicationsComponentsStringUtils() {
|
|
11234
|
+
if (isAMD) {
|
|
11235
|
+
return await window.$arcgis.import("esri/applications/Components/stringUtils");
|
|
11236
|
+
}
|
|
11237
|
+
const module2 = await import("@arcgis/core/applications/Components/stringUtils.js");
|
|
11238
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11239
|
+
}
|
|
10660
11240
|
async function importApplicationsComponentsStyleUtils() {
|
|
10661
11241
|
if (isAMD) {
|
|
10662
11242
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -10718,6 +11298,16 @@ exports.importAnalysisAreaMeasurementAnalysis = importAnalysisAreaMeasurementAna
|
|
|
10718
11298
|
exports.importAnalysisDimensionAnalysis = importAnalysisDimensionAnalysis;
|
|
10719
11299
|
exports.importAnalysisDimensionSimpleStyle = importAnalysisDimensionSimpleStyle;
|
|
10720
11300
|
exports.importAnalysisDirectLineMeasurementAnalysis = importAnalysisDirectLineMeasurementAnalysis;
|
|
11301
|
+
exports.importAnalysisElevationProfileAnalysis = importAnalysisElevationProfileAnalysis;
|
|
11302
|
+
exports.importAnalysisElevationProfileElevationProfileGroundLine = importAnalysisElevationProfileElevationProfileGroundLine;
|
|
11303
|
+
exports.importAnalysisElevationProfileElevationProfileInputLine = importAnalysisElevationProfileElevationProfileInputLine;
|
|
11304
|
+
exports.importAnalysisElevationProfileElevationProfileLine = importAnalysisElevationProfileElevationProfileLine;
|
|
11305
|
+
exports.importAnalysisElevationProfileElevationProfileLineChartOptions = importAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
11306
|
+
exports.importAnalysisElevationProfileElevationProfileLineViewOptions = importAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
11307
|
+
exports.importAnalysisElevationProfileElevationProfileQueryLine = importAnalysisElevationProfileElevationProfileQueryLine;
|
|
11308
|
+
exports.importAnalysisElevationProfileElevationProfileSceneLine = importAnalysisElevationProfileElevationProfileSceneLine;
|
|
11309
|
+
exports.importAnalysisElevationProfileElevationProfileUnits = importAnalysisElevationProfileElevationProfileUnits;
|
|
11310
|
+
exports.importAnalysisElevationProfileElevationProfileViewOptions = importAnalysisElevationProfileElevationProfileViewOptions;
|
|
10721
11311
|
exports.importAnalysisLengthDimension = importAnalysisLengthDimension;
|
|
10722
11312
|
exports.importAnalysisLineOfSightAnalysis = importAnalysisLineOfSightAnalysis;
|
|
10723
11313
|
exports.importAnalysisLineOfSightAnalysisObserver = importAnalysisLineOfSightAnalysisObserver;
|
|
@@ -10727,18 +11317,27 @@ exports.importAnalysisSlicePlane = importAnalysisSlicePlane;
|
|
|
10727
11317
|
exports.importAnalysisSupportAnalysisOriginWebScene = importAnalysisSupportAnalysisOriginWebScene;
|
|
10728
11318
|
exports.importAnalysisViewshed = importAnalysisViewshed;
|
|
10729
11319
|
exports.importAnalysisViewshedAnalysis = importAnalysisViewshedAnalysis;
|
|
11320
|
+
exports.importAnalysisVolumeMeasurementAnalysis = importAnalysisVolumeMeasurementAnalysis;
|
|
11321
|
+
exports.importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
11322
|
+
exports.importApplicationsComponentsActionUtils = importApplicationsComponentsActionUtils;
|
|
10730
11323
|
exports.importApplicationsComponentsAnalysisUtils = importApplicationsComponentsAnalysisUtils;
|
|
11324
|
+
exports.importApplicationsComponentsArcadeFeatureUtils = importApplicationsComponentsArcadeFeatureUtils;
|
|
10731
11325
|
exports.importApplicationsComponentsBasemapUtils = importApplicationsComponentsBasemapUtils;
|
|
10732
11326
|
exports.importApplicationsComponentsDrawUtils = importApplicationsComponentsDrawUtils;
|
|
11327
|
+
exports.importApplicationsComponentsFeatureUtils = importApplicationsComponentsFeatureUtils;
|
|
10733
11328
|
exports.importApplicationsComponentsFontUtils = importApplicationsComponentsFontUtils;
|
|
11329
|
+
exports.importApplicationsComponentsFormatUtils = importApplicationsComponentsFormatUtils;
|
|
10734
11330
|
exports.importApplicationsComponentsGetDefaultUnits = importApplicationsComponentsGetDefaultUnits;
|
|
10735
11331
|
exports.importApplicationsComponentsGfxUtils = importApplicationsComponentsGfxUtils;
|
|
11332
|
+
exports.importApplicationsComponentsImageryUtils = importApplicationsComponentsImageryUtils;
|
|
10736
11333
|
exports.importApplicationsComponentsLayerOriginUtils = importApplicationsComponentsLayerOriginUtils;
|
|
10737
11334
|
exports.importApplicationsComponentsLayersEffectsJsonUtils = importApplicationsComponentsLayersEffectsJsonUtils;
|
|
10738
11335
|
exports.importApplicationsComponentsPreviewSymbol2D = importApplicationsComponentsPreviewSymbol2D;
|
|
10739
11336
|
exports.importApplicationsComponentsReactiveUtils = importApplicationsComponentsReactiveUtils;
|
|
11337
|
+
exports.importApplicationsComponentsSanitizerUtils = importApplicationsComponentsSanitizerUtils;
|
|
10740
11338
|
exports.importApplicationsComponentsSelectionOperation = importApplicationsComponentsSelectionOperation;
|
|
10741
11339
|
exports.importApplicationsComponentsSketchTooltipControls = importApplicationsComponentsSketchTooltipControls;
|
|
11340
|
+
exports.importApplicationsComponentsStringUtils = importApplicationsComponentsStringUtils;
|
|
10742
11341
|
exports.importApplicationsComponentsStyleUtils = importApplicationsComponentsStyleUtils;
|
|
10743
11342
|
exports.importApplicationsComponentsSvgUtils = importApplicationsComponentsSvgUtils;
|
|
10744
11343
|
exports.importApplicationsComponentsViewUtils = importApplicationsComponentsViewUtils;
|
|
@@ -10770,6 +11369,9 @@ exports.importCoreWorkers = importCoreWorkers;
|
|
|
10770
11369
|
exports.importCoreWorkersConnection = importCoreWorkersConnection;
|
|
10771
11370
|
exports.importEditingSharedTemplatesSharedTemplate = importEditingSharedTemplatesSharedTemplate;
|
|
10772
11371
|
exports.importEditingSharedTemplatesSharedTemplateMetadata = importEditingSharedTemplatesSharedTemplateMetadata;
|
|
11372
|
+
exports.importEffectsFocusArea = importEffectsFocusArea;
|
|
11373
|
+
exports.importEffectsFocusAreaOutline = importEffectsFocusAreaOutline;
|
|
11374
|
+
exports.importEffectsFocusAreas = importEffectsFocusAreas;
|
|
10773
11375
|
exports.importFormElements = importFormElements;
|
|
10774
11376
|
exports.importFormElementsAttachmentElement = importFormElementsAttachmentElement;
|
|
10775
11377
|
exports.importFormElementsElement = importFormElementsElement;
|
|
@@ -10832,6 +11434,7 @@ exports.importGeometryOperatorsGeodeticAreaOperator = importGeometryOperatorsGeo
|
|
|
10832
11434
|
exports.importGeometryOperatorsGeodeticDensifyOperator = importGeometryOperatorsGeodeticDensifyOperator;
|
|
10833
11435
|
exports.importGeometryOperatorsGeodeticDistanceOperator = importGeometryOperatorsGeodeticDistanceOperator;
|
|
10834
11436
|
exports.importGeometryOperatorsGeodeticLengthOperator = importGeometryOperatorsGeodeticLengthOperator;
|
|
11437
|
+
exports.importGeometryOperatorsGeodeticUtilsOperator = importGeometryOperatorsGeodeticUtilsOperator;
|
|
10835
11438
|
exports.importGeometryOperatorsGraphicBufferOperator = importGeometryOperatorsGraphicBufferOperator;
|
|
10836
11439
|
exports.importGeometryOperatorsIntegrateOperator = importGeometryOperatorsIntegrateOperator;
|
|
10837
11440
|
exports.importGeometryOperatorsIntersectionOperator = importGeometryOperatorsIntersectionOperator;
|
|
@@ -10883,6 +11486,29 @@ exports.importGeometrySupportMeshUtils = importGeometrySupportMeshUtils;
|
|
|
10883
11486
|
exports.importGeometrySupportNormalizeUtils = importGeometrySupportNormalizeUtils;
|
|
10884
11487
|
exports.importGeometrySupportWebMercatorUtils = importGeometrySupportWebMercatorUtils;
|
|
10885
11488
|
exports.importGraphic = importGraphic;
|
|
11489
|
+
exports.importGraphicBuildingGraphicOrigin = importGraphicBuildingGraphicOrigin;
|
|
11490
|
+
exports.importGraphicCSVGraphicOrigin = importGraphicCSVGraphicOrigin;
|
|
11491
|
+
exports.importGraphicCatalogGraphicOrigin = importGraphicCatalogGraphicOrigin;
|
|
11492
|
+
exports.importGraphicFeatureGraphicOrigin = importGraphicFeatureGraphicOrigin;
|
|
11493
|
+
exports.importGraphicGeoJSONGraphicOrigin = importGraphicGeoJSONGraphicOrigin;
|
|
11494
|
+
exports.importGraphicGeoRSSGraphicOrigin = importGraphicGeoRSSGraphicOrigin;
|
|
11495
|
+
exports.importGraphicGraphicOrigin = importGraphicGraphicOrigin;
|
|
11496
|
+
exports.importGraphicGraphicOrigins = importGraphicGraphicOrigins;
|
|
11497
|
+
exports.importGraphicKnowledgeGraphGraphicOrigin = importGraphicKnowledgeGraphGraphicOrigin;
|
|
11498
|
+
exports.importGraphicMapImageGraphicOrigin = importGraphicMapImageGraphicOrigin;
|
|
11499
|
+
exports.importGraphicMapNotesGraphicOrigin = importGraphicMapNotesGraphicOrigin;
|
|
11500
|
+
exports.importGraphicOGCFeatureGraphicOrigin = importGraphicOGCFeatureGraphicOrigin;
|
|
11501
|
+
exports.importGraphicOrientedImageryGraphicOrigin = importGraphicOrientedImageryGraphicOrigin;
|
|
11502
|
+
exports.importGraphicParquetGraphicOrigin = importGraphicParquetGraphicOrigin;
|
|
11503
|
+
exports.importGraphicPointCloudGraphicOrigin = importGraphicPointCloudGraphicOrigin;
|
|
11504
|
+
exports.importGraphicSceneGraphicOrigin = importGraphicSceneGraphicOrigin;
|
|
11505
|
+
exports.importGraphicStreamGraphicOrigin = importGraphicStreamGraphicOrigin;
|
|
11506
|
+
exports.importGraphicSubtypeGroupGraphicOrigin = importGraphicSubtypeGroupGraphicOrigin;
|
|
11507
|
+
exports.importGraphicTileGraphicOrigin = importGraphicTileGraphicOrigin;
|
|
11508
|
+
exports.importGraphicVectorTileGraphicOrigin = importGraphicVectorTileGraphicOrigin;
|
|
11509
|
+
exports.importGraphicVoxelGraphicOrigin = importGraphicVoxelGraphicOrigin;
|
|
11510
|
+
exports.importGraphicWCSGraphicOrigin = importGraphicWCSGraphicOrigin;
|
|
11511
|
+
exports.importGraphicWFSGraphicOrigin = importGraphicWFSGraphicOrigin;
|
|
10886
11512
|
exports.importGround = importGround;
|
|
10887
11513
|
exports.importIdentityCredential = importIdentityCredential;
|
|
10888
11514
|
exports.importIdentityIdentityManager = importIdentityIdentityManager;
|
|
@@ -10983,6 +11609,7 @@ exports.importLayersSupportParquetEncodingLocation = importLayersSupportParquetE
|
|
|
10983
11609
|
exports.importLayersSupportParquetEncodingWkb = importLayersSupportParquetEncodingWkb;
|
|
10984
11610
|
exports.importLayersSupportParquetUtils = importLayersSupportParquetUtils;
|
|
10985
11611
|
exports.importLayersSupportPixelBlock = importLayersSupportPixelBlock;
|
|
11612
|
+
exports.importLayersSupportPlaybackInfo = importLayersSupportPlaybackInfo;
|
|
10986
11613
|
exports.importLayersSupportPublishingInfo = importLayersSupportPublishingInfo;
|
|
10987
11614
|
exports.importLayersSupportRangeDomain = importLayersSupportRangeDomain;
|
|
10988
11615
|
exports.importLayersSupportRasterBandInfo = importLayersSupportRasterBandInfo;
|
|
@@ -11143,10 +11770,15 @@ exports.importRestKnowledgeGraphDataModel = importRestKnowledgeGraphDataModel;
|
|
|
11143
11770
|
exports.importRestKnowledgeGraphEntity = importRestKnowledgeGraphEntity;
|
|
11144
11771
|
exports.importRestKnowledgeGraphEntityType = importRestKnowledgeGraphEntityType;
|
|
11145
11772
|
exports.importRestKnowledgeGraphFieldIndex = importRestKnowledgeGraphFieldIndex;
|
|
11773
|
+
exports.importRestKnowledgeGraphGraphAddFieldIndexResult = importRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
11146
11774
|
exports.importRestKnowledgeGraphGraphAddNamedTypesResult = importRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
11775
|
+
exports.importRestKnowledgeGraphGraphAddPropertyResult = importRestKnowledgeGraphGraphAddPropertyResult;
|
|
11147
11776
|
exports.importRestKnowledgeGraphGraphApplyEdits = importRestKnowledgeGraphGraphApplyEdits;
|
|
11148
11777
|
exports.importRestKnowledgeGraphGraphApplyEditsResult = importRestKnowledgeGraphGraphApplyEditsResult;
|
|
11778
|
+
exports.importRestKnowledgeGraphGraphDataModelOperationResult = importRestKnowledgeGraphGraphDataModelOperationResult;
|
|
11779
|
+
exports.importRestKnowledgeGraphGraphDeleteFieldIndexResult = importRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
11149
11780
|
exports.importRestKnowledgeGraphGraphDeleteNamedTypeResult = importRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
11781
|
+
exports.importRestKnowledgeGraphGraphDeletePropertyResult = importRestKnowledgeGraphGraphDeletePropertyResult;
|
|
11150
11782
|
exports.importRestKnowledgeGraphGraphNamedObject = importRestKnowledgeGraphGraphNamedObject;
|
|
11151
11783
|
exports.importRestKnowledgeGraphGraphObject = importRestKnowledgeGraphGraphObject;
|
|
11152
11784
|
exports.importRestKnowledgeGraphGraphObjectType = importRestKnowledgeGraphGraphObjectType;
|
|
@@ -11158,6 +11790,9 @@ exports.importRestKnowledgeGraphGraphQueryStreaming = importRestKnowledgeGraphGr
|
|
|
11158
11790
|
exports.importRestKnowledgeGraphGraphQueryStreamingResult = importRestKnowledgeGraphGraphQueryStreamingResult;
|
|
11159
11791
|
exports.importRestKnowledgeGraphGraphSearch = importRestKnowledgeGraphGraphSearch;
|
|
11160
11792
|
exports.importRestKnowledgeGraphGraphSearchStreaming = importRestKnowledgeGraphGraphSearchStreaming;
|
|
11793
|
+
exports.importRestKnowledgeGraphGraphUpdateNamedTypesResult = importRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
11794
|
+
exports.importRestKnowledgeGraphGraphUpdatePropertyResult = importRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
11795
|
+
exports.importRestKnowledgeGraphGraphUpdateSearchIndexResult = importRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
11161
11796
|
exports.importRestKnowledgeGraphInputQuantizationParameters = importRestKnowledgeGraphInputQuantizationParameters;
|
|
11162
11797
|
exports.importRestKnowledgeGraphKnowledgeGraph = importRestKnowledgeGraphKnowledgeGraph;
|
|
11163
11798
|
exports.importRestKnowledgeGraphOutputQuantizationParameters = importRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -11173,6 +11808,7 @@ exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity =
|
|
|
11173
11808
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter = importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter;
|
|
11174
11809
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection = importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection;
|
|
11175
11810
|
exports.importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings = importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings;
|
|
11811
|
+
exports.importRestLastMileDelivery = importRestLastMileDelivery;
|
|
11176
11812
|
exports.importRestLocator = importRestLocator;
|
|
11177
11813
|
exports.importRestNetworkService = importRestNetworkService;
|
|
11178
11814
|
exports.importRestNetworksQueryAssociations = importRestNetworksQueryAssociations;
|
|
@@ -11269,6 +11905,7 @@ exports.importRestSupportImageVolume = importRestSupportImageVolume;
|
|
|
11269
11905
|
exports.importRestSupportImageVolumeParameters = importRestSupportImageVolumeParameters;
|
|
11270
11906
|
exports.importRestSupportImageVolumeResult = importRestSupportImageVolumeResult;
|
|
11271
11907
|
exports.importRestSupportJobInfo = importRestSupportJobInfo;
|
|
11908
|
+
exports.importRestSupportLastMileDeliveryParameters = importRestSupportLastMileDeliveryParameters;
|
|
11272
11909
|
exports.importRestSupportLegendLayer = importRestSupportLegendLayer;
|
|
11273
11910
|
exports.importRestSupportLengthsParameters = importRestSupportLengthsParameters;
|
|
11274
11911
|
exports.importRestSupportLinearUnit = importRestSupportLinearUnit;
|
|
@@ -11419,8 +12056,6 @@ exports.importTablesElementsAttributeTableElement = importTablesElementsAttribut
|
|
|
11419
12056
|
exports.importTablesElementsAttributeTableFieldElement = importTablesElementsAttributeTableFieldElement;
|
|
11420
12057
|
exports.importTablesElementsAttributeTableGroupElement = importTablesElementsAttributeTableGroupElement;
|
|
11421
12058
|
exports.importTablesElementsAttributeTableRelationshipElement = importTablesElementsAttributeTableRelationshipElement;
|
|
11422
|
-
exports.importTimeExtent = importTimeExtent;
|
|
11423
|
-
exports.importTimeInterval = importTimeInterval;
|
|
11424
12059
|
exports.importTimeTimeExtent = importTimeTimeExtent;
|
|
11425
12060
|
exports.importTimeTimeInterval = importTimeTimeInterval;
|
|
11426
12061
|
exports.importVersionManagementUtils = importVersionManagementUtils;
|
|
@@ -11428,16 +12063,20 @@ exports.importVersionManagementVersionAdaptersUtils = importVersionManagementVer
|
|
|
11428
12063
|
exports.importVersionManagementVersionManagementService = importVersionManagementVersionManagementService;
|
|
11429
12064
|
exports.importVersionManagementVersioningState = importVersionManagementVersioningState;
|
|
11430
12065
|
exports.importViewpoint = importViewpoint;
|
|
12066
|
+
exports.importViews2dAnalysisElevationProfileAnalysisView2D = importViews2dAnalysisElevationProfileAnalysisView2D;
|
|
11431
12067
|
exports.importViews2dLayersBaseLayerView2D = importViews2dLayersBaseLayerView2D;
|
|
11432
12068
|
exports.importViews2dLayersBaseLayerViewGL2D = importViews2dLayersBaseLayerViewGL2D;
|
|
11433
12069
|
exports.importViews2dViewState = importViews2dViewState;
|
|
11434
12070
|
exports.importViews3dAnalysisAreaMeasurementAnalysisView3D = importViews3dAnalysisAreaMeasurementAnalysisView3D;
|
|
11435
12071
|
exports.importViews3dAnalysisDimensionAnalysisView3D = importViews3dAnalysisDimensionAnalysisView3D;
|
|
11436
12072
|
exports.importViews3dAnalysisDirectLineMeasurementAnalysisView3D = importViews3dAnalysisDirectLineMeasurementAnalysisView3D;
|
|
12073
|
+
exports.importViews3dAnalysisElevationProfileAnalysisView3D = importViews3dAnalysisElevationProfileAnalysisView3D;
|
|
11437
12074
|
exports.importViews3dAnalysisLineOfSightAnalysisResult = importViews3dAnalysisLineOfSightAnalysisResult;
|
|
11438
12075
|
exports.importViews3dAnalysisLineOfSightAnalysisView3D = importViews3dAnalysisLineOfSightAnalysisView3D;
|
|
11439
12076
|
exports.importViews3dAnalysisSliceAnalysisView3D = importViews3dAnalysisSliceAnalysisView3D;
|
|
11440
12077
|
exports.importViews3dAnalysisViewshedAnalysisView3D = importViews3dAnalysisViewshedAnalysisView3D;
|
|
12078
|
+
exports.importViews3dAnalysisVolumeMeasurementAnalysisView3D = importViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
12079
|
+
exports.importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
11441
12080
|
exports.importViews3dEnvironmentCloudyWeather = importViews3dEnvironmentCloudyWeather;
|
|
11442
12081
|
exports.importViews3dEnvironmentFoggyWeather = importViews3dEnvironmentFoggyWeather;
|
|
11443
12082
|
exports.importViews3dEnvironmentRainyWeather = importViews3dEnvironmentRainyWeather;
|
|
@@ -11451,6 +12090,7 @@ exports.importViews3dWebgl = importViews3dWebgl;
|
|
|
11451
12090
|
exports.importViews3dWebglManagedFBO = importViews3dWebglManagedFBO;
|
|
11452
12091
|
exports.importViews3dWebglRenderCamera = importViews3dWebglRenderCamera;
|
|
11453
12092
|
exports.importViews3dWebglRenderNode = importViews3dWebglRenderNode;
|
|
12093
|
+
exports.importViewsAnalysisElevationProfileElevationProfileResult = importViewsAnalysisElevationProfileElevationProfileResult;
|
|
11454
12094
|
exports.importViewsAnalysisLengthDimensionResult = importViewsAnalysisLengthDimensionResult;
|
|
11455
12095
|
exports.importViewsBasemapView = importViewsBasemapView;
|
|
11456
12096
|
exports.importViewsDrawDraw = importViewsDrawDraw;
|
|
@@ -11472,21 +12112,14 @@ exports.importViewsInteractiveSnappingSnappingOptions = importViewsInteractiveSn
|
|
|
11472
12112
|
exports.importViewsInteractiveTooltip = importViewsInteractiveTooltip;
|
|
11473
12113
|
exports.importViewsLayersBuildingComponentSublayerView = importViewsLayersBuildingComponentSublayerView;
|
|
11474
12114
|
exports.importViewsLayersBuildingSceneLayerView = importViewsLayersBuildingSceneLayerView;
|
|
11475
|
-
exports.importViewsLayersCatalogDynamicGroupLayerView = importViewsLayersCatalogDynamicGroupLayerView;
|
|
11476
|
-
exports.importViewsLayersCatalogFootprintLayerView = importViewsLayersCatalogFootprintLayerView;
|
|
11477
|
-
exports.importViewsLayersCatalogLayerView = importViewsLayersCatalogLayerView;
|
|
11478
12115
|
exports.importViewsLayersDimensionLayerView = importViewsLayersDimensionLayerView;
|
|
11479
|
-
exports.importViewsLayersFeatureLayerView = importViewsLayersFeatureLayerView;
|
|
11480
12116
|
exports.importViewsLayersGroupLayerView = importViewsLayersGroupLayerView;
|
|
11481
12117
|
exports.importViewsLayersImageryLayerView = importViewsLayersImageryLayerView;
|
|
11482
12118
|
exports.importViewsLayersImageryTileLayerView = importViewsLayersImageryTileLayerView;
|
|
11483
12119
|
exports.importViewsLayersLayerView = importViewsLayersLayerView;
|
|
11484
12120
|
exports.importViewsLayersLineOfSightLayerView = importViewsLayersLineOfSightLayerView;
|
|
11485
12121
|
exports.importViewsLayersMediaLayerView = importViewsLayersMediaLayerView;
|
|
11486
|
-
exports.importViewsLayersOGCFeatureLayerView = importViewsLayersOGCFeatureLayerView;
|
|
11487
|
-
exports.importViewsLayersPointCloudLayerView = importViewsLayersPointCloudLayerView;
|
|
11488
12122
|
exports.importViewsLayersSceneLayerView = importViewsLayersSceneLayerView;
|
|
11489
|
-
exports.importViewsLayersStreamLayerView = importViewsLayersStreamLayerView;
|
|
11490
12123
|
exports.importViewsLayersViewshedLayerView = importViewsLayersViewshedLayerView;
|
|
11491
12124
|
exports.importViewsLinkChartView = importViewsLinkChartView;
|
|
11492
12125
|
exports.importViewsMagnifier = importViewsMagnifier;
|
|
@@ -11571,6 +12204,9 @@ exports.importWidgetsBasemapToggle = importWidgetsBasemapToggle;
|
|
|
11571
12204
|
exports.importWidgetsBasemapToggleBasemapToggleViewModel = importWidgetsBasemapToggleBasemapToggleViewModel;
|
|
11572
12205
|
exports.importWidgetsBatchAttributeForm = importWidgetsBatchAttributeForm;
|
|
11573
12206
|
exports.importWidgetsBatchAttributeFormBatchAttributeFormViewModel = importWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
12207
|
+
exports.importWidgetsBatchAttributeFormInputsBatchFormInputs = importWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
12208
|
+
exports.importWidgetsBatchAttributeFormInputsFieldInput = importWidgetsBatchAttributeFormInputsFieldInput;
|
|
12209
|
+
exports.importWidgetsBatchAttributeFormInputsGroupInput = importWidgetsBatchAttributeFormInputsGroupInput;
|
|
11574
12210
|
exports.importWidgetsBookmarks = importWidgetsBookmarks;
|
|
11575
12211
|
exports.importWidgetsBookmarksBookmarksViewModel = importWidgetsBookmarksBookmarksViewModel;
|
|
11576
12212
|
exports.importWidgetsBuildingExplorer = importWidgetsBuildingExplorer;
|
|
@@ -11767,6 +12403,16 @@ exports.newAnalysisAreaMeasurementAnalysis = newAnalysisAreaMeasurementAnalysis;
|
|
|
11767
12403
|
exports.newAnalysisDimensionAnalysis = newAnalysisDimensionAnalysis;
|
|
11768
12404
|
exports.newAnalysisDimensionSimpleStyle = newAnalysisDimensionSimpleStyle;
|
|
11769
12405
|
exports.newAnalysisDirectLineMeasurementAnalysis = newAnalysisDirectLineMeasurementAnalysis;
|
|
12406
|
+
exports.newAnalysisElevationProfileAnalysis = newAnalysisElevationProfileAnalysis;
|
|
12407
|
+
exports.newAnalysisElevationProfileElevationProfileGroundLine = newAnalysisElevationProfileElevationProfileGroundLine;
|
|
12408
|
+
exports.newAnalysisElevationProfileElevationProfileInputLine = newAnalysisElevationProfileElevationProfileInputLine;
|
|
12409
|
+
exports.newAnalysisElevationProfileElevationProfileLine = newAnalysisElevationProfileElevationProfileLine;
|
|
12410
|
+
exports.newAnalysisElevationProfileElevationProfileLineChartOptions = newAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
12411
|
+
exports.newAnalysisElevationProfileElevationProfileLineViewOptions = newAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
12412
|
+
exports.newAnalysisElevationProfileElevationProfileQueryLine = newAnalysisElevationProfileElevationProfileQueryLine;
|
|
12413
|
+
exports.newAnalysisElevationProfileElevationProfileSceneLine = newAnalysisElevationProfileElevationProfileSceneLine;
|
|
12414
|
+
exports.newAnalysisElevationProfileElevationProfileUnits = newAnalysisElevationProfileElevationProfileUnits;
|
|
12415
|
+
exports.newAnalysisElevationProfileElevationProfileViewOptions = newAnalysisElevationProfileElevationProfileViewOptions;
|
|
11770
12416
|
exports.newAnalysisLengthDimension = newAnalysisLengthDimension;
|
|
11771
12417
|
exports.newAnalysisLineOfSightAnalysis = newAnalysisLineOfSightAnalysis;
|
|
11772
12418
|
exports.newAnalysisLineOfSightAnalysisObserver = newAnalysisLineOfSightAnalysisObserver;
|
|
@@ -11776,6 +12422,8 @@ exports.newAnalysisSlicePlane = newAnalysisSlicePlane;
|
|
|
11776
12422
|
exports.newAnalysisSupportAnalysisOriginWebScene = newAnalysisSupportAnalysisOriginWebScene;
|
|
11777
12423
|
exports.newAnalysisViewshed = newAnalysisViewshed;
|
|
11778
12424
|
exports.newAnalysisViewshedAnalysis = newAnalysisViewshedAnalysis;
|
|
12425
|
+
exports.newAnalysisVolumeMeasurementAnalysis = newAnalysisVolumeMeasurementAnalysis;
|
|
12426
|
+
exports.newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
11779
12427
|
exports.newAttributeBinsGraphic = newAttributeBinsGraphic;
|
|
11780
12428
|
exports.newBasemap = newBasemap;
|
|
11781
12429
|
exports.newCamera = newCamera;
|
|
@@ -11786,6 +12434,9 @@ exports.newCoreCollection = newCoreCollection;
|
|
|
11786
12434
|
exports.newCoreError = newCoreError;
|
|
11787
12435
|
exports.newCoreHandles = newCoreHandles;
|
|
11788
12436
|
exports.newCoreWorkersConnection = newCoreWorkersConnection;
|
|
12437
|
+
exports.newEffectsFocusArea = newEffectsFocusArea;
|
|
12438
|
+
exports.newEffectsFocusAreaOutline = newEffectsFocusAreaOutline;
|
|
12439
|
+
exports.newEffectsFocusAreas = newEffectsFocusAreas;
|
|
11789
12440
|
exports.newFormElementsAttachmentElement = newFormElementsAttachmentElement;
|
|
11790
12441
|
exports.newFormElementsElement = newFormElementsElement;
|
|
11791
12442
|
exports.newFormElementsFieldElement = newFormElementsFieldElement;
|
|
@@ -11835,6 +12486,28 @@ exports.newGeometrySupportMeshTexture = newGeometrySupportMeshTexture;
|
|
|
11835
12486
|
exports.newGeometrySupportMeshTextureTransform = newGeometrySupportMeshTextureTransform;
|
|
11836
12487
|
exports.newGeometrySupportMeshTransform = newGeometrySupportMeshTransform;
|
|
11837
12488
|
exports.newGraphic = newGraphic;
|
|
12489
|
+
exports.newGraphicBuildingGraphicOrigin = newGraphicBuildingGraphicOrigin;
|
|
12490
|
+
exports.newGraphicCSVGraphicOrigin = newGraphicCSVGraphicOrigin;
|
|
12491
|
+
exports.newGraphicCatalogGraphicOrigin = newGraphicCatalogGraphicOrigin;
|
|
12492
|
+
exports.newGraphicFeatureGraphicOrigin = newGraphicFeatureGraphicOrigin;
|
|
12493
|
+
exports.newGraphicGeoJSONGraphicOrigin = newGraphicGeoJSONGraphicOrigin;
|
|
12494
|
+
exports.newGraphicGeoRSSGraphicOrigin = newGraphicGeoRSSGraphicOrigin;
|
|
12495
|
+
exports.newGraphicGraphicOrigin = newGraphicGraphicOrigin;
|
|
12496
|
+
exports.newGraphicKnowledgeGraphGraphicOrigin = newGraphicKnowledgeGraphGraphicOrigin;
|
|
12497
|
+
exports.newGraphicMapImageGraphicOrigin = newGraphicMapImageGraphicOrigin;
|
|
12498
|
+
exports.newGraphicMapNotesGraphicOrigin = newGraphicMapNotesGraphicOrigin;
|
|
12499
|
+
exports.newGraphicOGCFeatureGraphicOrigin = newGraphicOGCFeatureGraphicOrigin;
|
|
12500
|
+
exports.newGraphicOrientedImageryGraphicOrigin = newGraphicOrientedImageryGraphicOrigin;
|
|
12501
|
+
exports.newGraphicParquetGraphicOrigin = newGraphicParquetGraphicOrigin;
|
|
12502
|
+
exports.newGraphicPointCloudGraphicOrigin = newGraphicPointCloudGraphicOrigin;
|
|
12503
|
+
exports.newGraphicSceneGraphicOrigin = newGraphicSceneGraphicOrigin;
|
|
12504
|
+
exports.newGraphicStreamGraphicOrigin = newGraphicStreamGraphicOrigin;
|
|
12505
|
+
exports.newGraphicSubtypeGroupGraphicOrigin = newGraphicSubtypeGroupGraphicOrigin;
|
|
12506
|
+
exports.newGraphicTileGraphicOrigin = newGraphicTileGraphicOrigin;
|
|
12507
|
+
exports.newGraphicVectorTileGraphicOrigin = newGraphicVectorTileGraphicOrigin;
|
|
12508
|
+
exports.newGraphicVoxelGraphicOrigin = newGraphicVoxelGraphicOrigin;
|
|
12509
|
+
exports.newGraphicWCSGraphicOrigin = newGraphicWCSGraphicOrigin;
|
|
12510
|
+
exports.newGraphicWFSGraphicOrigin = newGraphicWFSGraphicOrigin;
|
|
11838
12511
|
exports.newGround = newGround;
|
|
11839
12512
|
exports.newIdentityCredential = newIdentityCredential;
|
|
11840
12513
|
exports.newIdentityOAuthInfo = newIdentityOAuthInfo;
|
|
@@ -11923,6 +12596,7 @@ exports.newLayersSupportOrderByInfo = newLayersSupportOrderByInfo;
|
|
|
11923
12596
|
exports.newLayersSupportParquetEncodingLocation = newLayersSupportParquetEncodingLocation;
|
|
11924
12597
|
exports.newLayersSupportParquetEncodingWkb = newLayersSupportParquetEncodingWkb;
|
|
11925
12598
|
exports.newLayersSupportPixelBlock = newLayersSupportPixelBlock;
|
|
12599
|
+
exports.newLayersSupportPlaybackInfo = newLayersSupportPlaybackInfo;
|
|
11926
12600
|
exports.newLayersSupportPublishingInfo = newLayersSupportPublishingInfo;
|
|
11927
12601
|
exports.newLayersSupportRangeDomain = newLayersSupportRangeDomain;
|
|
11928
12602
|
exports.newLayersSupportRasterBandInfo = newLayersSupportRasterBandInfo;
|
|
@@ -12063,10 +12737,15 @@ exports.newRestKnowledgeGraphDataModel = newRestKnowledgeGraphDataModel;
|
|
|
12063
12737
|
exports.newRestKnowledgeGraphEntity = newRestKnowledgeGraphEntity;
|
|
12064
12738
|
exports.newRestKnowledgeGraphEntityType = newRestKnowledgeGraphEntityType;
|
|
12065
12739
|
exports.newRestKnowledgeGraphFieldIndex = newRestKnowledgeGraphFieldIndex;
|
|
12740
|
+
exports.newRestKnowledgeGraphGraphAddFieldIndexResult = newRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
12066
12741
|
exports.newRestKnowledgeGraphGraphAddNamedTypesResult = newRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
12742
|
+
exports.newRestKnowledgeGraphGraphAddPropertyResult = newRestKnowledgeGraphGraphAddPropertyResult;
|
|
12067
12743
|
exports.newRestKnowledgeGraphGraphApplyEdits = newRestKnowledgeGraphGraphApplyEdits;
|
|
12068
12744
|
exports.newRestKnowledgeGraphGraphApplyEditsResult = newRestKnowledgeGraphGraphApplyEditsResult;
|
|
12745
|
+
exports.newRestKnowledgeGraphGraphDataModelOperationResult = newRestKnowledgeGraphGraphDataModelOperationResult;
|
|
12746
|
+
exports.newRestKnowledgeGraphGraphDeleteFieldIndexResult = newRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
12069
12747
|
exports.newRestKnowledgeGraphGraphDeleteNamedTypeResult = newRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
12748
|
+
exports.newRestKnowledgeGraphGraphDeletePropertyResult = newRestKnowledgeGraphGraphDeletePropertyResult;
|
|
12070
12749
|
exports.newRestKnowledgeGraphGraphNamedObject = newRestKnowledgeGraphGraphNamedObject;
|
|
12071
12750
|
exports.newRestKnowledgeGraphGraphObject = newRestKnowledgeGraphGraphObject;
|
|
12072
12751
|
exports.newRestKnowledgeGraphGraphObjectType = newRestKnowledgeGraphGraphObjectType;
|
|
@@ -12078,6 +12757,9 @@ exports.newRestKnowledgeGraphGraphQueryStreaming = newRestKnowledgeGraphGraphQue
|
|
|
12078
12757
|
exports.newRestKnowledgeGraphGraphQueryStreamingResult = newRestKnowledgeGraphGraphQueryStreamingResult;
|
|
12079
12758
|
exports.newRestKnowledgeGraphGraphSearch = newRestKnowledgeGraphGraphSearch;
|
|
12080
12759
|
exports.newRestKnowledgeGraphGraphSearchStreaming = newRestKnowledgeGraphGraphSearchStreaming;
|
|
12760
|
+
exports.newRestKnowledgeGraphGraphUpdateNamedTypesResult = newRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
12761
|
+
exports.newRestKnowledgeGraphGraphUpdatePropertyResult = newRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
12762
|
+
exports.newRestKnowledgeGraphGraphUpdateSearchIndexResult = newRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
12081
12763
|
exports.newRestKnowledgeGraphInputQuantizationParameters = newRestKnowledgeGraphInputQuantizationParameters;
|
|
12082
12764
|
exports.newRestKnowledgeGraphKnowledgeGraph = newRestKnowledgeGraphKnowledgeGraph;
|
|
12083
12765
|
exports.newRestKnowledgeGraphOutputQuantizationParameters = newRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -12177,6 +12859,7 @@ exports.newRestSupportImageVolume = newRestSupportImageVolume;
|
|
|
12177
12859
|
exports.newRestSupportImageVolumeParameters = newRestSupportImageVolumeParameters;
|
|
12178
12860
|
exports.newRestSupportImageVolumeResult = newRestSupportImageVolumeResult;
|
|
12179
12861
|
exports.newRestSupportJobInfo = newRestSupportJobInfo;
|
|
12862
|
+
exports.newRestSupportLastMileDeliveryParameters = newRestSupportLastMileDeliveryParameters;
|
|
12180
12863
|
exports.newRestSupportLegendLayer = newRestSupportLegendLayer;
|
|
12181
12864
|
exports.newRestSupportLengthsParameters = newRestSupportLengthsParameters;
|
|
12182
12865
|
exports.newRestSupportLinearUnit = newRestSupportLinearUnit;
|
|
@@ -12268,23 +12951,25 @@ exports.newTablesElementsAttributeTableElement = newTablesElementsAttributeTable
|
|
|
12268
12951
|
exports.newTablesElementsAttributeTableFieldElement = newTablesElementsAttributeTableFieldElement;
|
|
12269
12952
|
exports.newTablesElementsAttributeTableGroupElement = newTablesElementsAttributeTableGroupElement;
|
|
12270
12953
|
exports.newTablesElementsAttributeTableRelationshipElement = newTablesElementsAttributeTableRelationshipElement;
|
|
12271
|
-
exports.newTimeExtent = newTimeExtent;
|
|
12272
|
-
exports.newTimeInterval = newTimeInterval;
|
|
12273
12954
|
exports.newTimeTimeExtent = newTimeTimeExtent;
|
|
12274
12955
|
exports.newTimeTimeInterval = newTimeTimeInterval;
|
|
12275
12956
|
exports.newVersionManagementVersionManagementService = newVersionManagementVersionManagementService;
|
|
12276
12957
|
exports.newVersionManagementVersioningState = newVersionManagementVersioningState;
|
|
12277
12958
|
exports.newViewpoint = newViewpoint;
|
|
12959
|
+
exports.newViews2dAnalysisElevationProfileAnalysisView2D = newViews2dAnalysisElevationProfileAnalysisView2D;
|
|
12278
12960
|
exports.newViews2dLayersBaseLayerView2D = newViews2dLayersBaseLayerView2D;
|
|
12279
12961
|
exports.newViews2dLayersBaseLayerViewGL2D = newViews2dLayersBaseLayerViewGL2D;
|
|
12280
12962
|
exports.newViews2dViewState = newViews2dViewState;
|
|
12281
12963
|
exports.newViews3dAnalysisAreaMeasurementAnalysisView3D = newViews3dAnalysisAreaMeasurementAnalysisView3D;
|
|
12282
12964
|
exports.newViews3dAnalysisDimensionAnalysisView3D = newViews3dAnalysisDimensionAnalysisView3D;
|
|
12283
12965
|
exports.newViews3dAnalysisDirectLineMeasurementAnalysisView3D = newViews3dAnalysisDirectLineMeasurementAnalysisView3D;
|
|
12966
|
+
exports.newViews3dAnalysisElevationProfileAnalysisView3D = newViews3dAnalysisElevationProfileAnalysisView3D;
|
|
12284
12967
|
exports.newViews3dAnalysisLineOfSightAnalysisResult = newViews3dAnalysisLineOfSightAnalysisResult;
|
|
12285
12968
|
exports.newViews3dAnalysisLineOfSightAnalysisView3D = newViews3dAnalysisLineOfSightAnalysisView3D;
|
|
12286
12969
|
exports.newViews3dAnalysisSliceAnalysisView3D = newViews3dAnalysisSliceAnalysisView3D;
|
|
12287
12970
|
exports.newViews3dAnalysisViewshedAnalysisView3D = newViews3dAnalysisViewshedAnalysisView3D;
|
|
12971
|
+
exports.newViews3dAnalysisVolumeMeasurementAnalysisView3D = newViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
12972
|
+
exports.newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
12288
12973
|
exports.newViews3dEnvironmentCloudyWeather = newViews3dEnvironmentCloudyWeather;
|
|
12289
12974
|
exports.newViews3dEnvironmentFoggyWeather = newViews3dEnvironmentFoggyWeather;
|
|
12290
12975
|
exports.newViews3dEnvironmentRainyWeather = newViews3dEnvironmentRainyWeather;
|
|
@@ -12293,6 +12978,7 @@ exports.newViews3dEnvironmentSunLighting = newViews3dEnvironmentSunLighting;
|
|
|
12293
12978
|
exports.newViews3dEnvironmentSunnyWeather = newViews3dEnvironmentSunnyWeather;
|
|
12294
12979
|
exports.newViews3dEnvironmentVirtualLighting = newViews3dEnvironmentVirtualLighting;
|
|
12295
12980
|
exports.newViews3dWebglRenderNode = newViews3dWebglRenderNode;
|
|
12981
|
+
exports.newViewsAnalysisElevationProfileElevationProfileResult = newViewsAnalysisElevationProfileElevationProfileResult;
|
|
12296
12982
|
exports.newViewsBasemapView = newViewsBasemapView;
|
|
12297
12983
|
exports.newViewsDrawDraw = newViewsDrawDraw;
|
|
12298
12984
|
exports.newViewsDrawDrawAction = newViewsDrawDrawAction;
|
|
@@ -12313,21 +12999,14 @@ exports.newViewsInteractiveSnappingSnappingOptions = newViewsInteractiveSnapping
|
|
|
12313
12999
|
exports.newViewsInteractiveTooltip = newViewsInteractiveTooltip;
|
|
12314
13000
|
exports.newViewsLayersBuildingComponentSublayerView = newViewsLayersBuildingComponentSublayerView;
|
|
12315
13001
|
exports.newViewsLayersBuildingSceneLayerView = newViewsLayersBuildingSceneLayerView;
|
|
12316
|
-
exports.newViewsLayersCatalogDynamicGroupLayerView = newViewsLayersCatalogDynamicGroupLayerView;
|
|
12317
|
-
exports.newViewsLayersCatalogFootprintLayerView = newViewsLayersCatalogFootprintLayerView;
|
|
12318
|
-
exports.newViewsLayersCatalogLayerView = newViewsLayersCatalogLayerView;
|
|
12319
13002
|
exports.newViewsLayersDimensionLayerView = newViewsLayersDimensionLayerView;
|
|
12320
|
-
exports.newViewsLayersFeatureLayerView = newViewsLayersFeatureLayerView;
|
|
12321
13003
|
exports.newViewsLayersGroupLayerView = newViewsLayersGroupLayerView;
|
|
12322
13004
|
exports.newViewsLayersImageryLayerView = newViewsLayersImageryLayerView;
|
|
12323
13005
|
exports.newViewsLayersImageryTileLayerView = newViewsLayersImageryTileLayerView;
|
|
12324
13006
|
exports.newViewsLayersLayerView = newViewsLayersLayerView;
|
|
12325
13007
|
exports.newViewsLayersLineOfSightLayerView = newViewsLayersLineOfSightLayerView;
|
|
12326
13008
|
exports.newViewsLayersMediaLayerView = newViewsLayersMediaLayerView;
|
|
12327
|
-
exports.newViewsLayersOGCFeatureLayerView = newViewsLayersOGCFeatureLayerView;
|
|
12328
|
-
exports.newViewsLayersPointCloudLayerView = newViewsLayersPointCloudLayerView;
|
|
12329
13009
|
exports.newViewsLayersSceneLayerView = newViewsLayersSceneLayerView;
|
|
12330
|
-
exports.newViewsLayersStreamLayerView = newViewsLayersStreamLayerView;
|
|
12331
13010
|
exports.newViewsLayersViewshedLayerView = newViewsLayersViewshedLayerView;
|
|
12332
13011
|
exports.newViewsLinkChartView = newViewsLinkChartView;
|
|
12333
13012
|
exports.newViewsMagnifier = newViewsMagnifier;
|
|
@@ -12410,6 +13089,10 @@ exports.newWidgetsBasemapLayerListBasemapLayerListViewModel = newWidgetsBasemapL
|
|
|
12410
13089
|
exports.newWidgetsBasemapToggle = newWidgetsBasemapToggle;
|
|
12411
13090
|
exports.newWidgetsBasemapToggleBasemapToggleViewModel = newWidgetsBasemapToggleBasemapToggleViewModel;
|
|
12412
13091
|
exports.newWidgetsBatchAttributeForm = newWidgetsBatchAttributeForm;
|
|
13092
|
+
exports.newWidgetsBatchAttributeFormBatchAttributeFormViewModel = newWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
13093
|
+
exports.newWidgetsBatchAttributeFormInputsBatchFormInputs = newWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
13094
|
+
exports.newWidgetsBatchAttributeFormInputsFieldInput = newWidgetsBatchAttributeFormInputsFieldInput;
|
|
13095
|
+
exports.newWidgetsBatchAttributeFormInputsGroupInput = newWidgetsBatchAttributeFormInputsGroupInput;
|
|
12413
13096
|
exports.newWidgetsBookmarks = newWidgetsBookmarks;
|
|
12414
13097
|
exports.newWidgetsBookmarksBookmarksViewModel = newWidgetsBookmarksBookmarksViewModel;
|
|
12415
13098
|
exports.newWidgetsBuildingExplorer = newWidgetsBuildingExplorer;
|