@arcgis/core-adapter 4.34.0-next.99 → 5.0.0-next.1
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 -14
- package/dist/index.cjs +220 -396
- package/dist/index.d.cts +42 -70
- package/dist/index.d.ts +42 -70
- package/dist/index.js +220 -396
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -249,92 +249,92 @@ async function newAnalysisVolumeMeasurementAnalysis(properties) {
|
|
|
249
249
|
const ModConstructor = await importAnalysisVolumeMeasurementAnalysis();
|
|
250
250
|
return new ModConstructor(properties);
|
|
251
251
|
}
|
|
252
|
-
async function
|
|
252
|
+
async function importAnalysisElevationProfileElevationProfileLine() {
|
|
253
253
|
if (isAMD) {
|
|
254
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
254
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLine");
|
|
255
255
|
}
|
|
256
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
256
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLine.js");
|
|
257
257
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
258
258
|
}
|
|
259
|
-
async function
|
|
260
|
-
const ModConstructor = await
|
|
259
|
+
async function newAnalysisElevationProfileElevationProfileLine(properties) {
|
|
260
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLine();
|
|
261
261
|
return new ModConstructor(properties);
|
|
262
262
|
}
|
|
263
|
-
async function
|
|
263
|
+
async function importAnalysisElevationProfileElevationProfileLineChartOptions() {
|
|
264
264
|
if (isAMD) {
|
|
265
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
265
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineChartOptions");
|
|
266
266
|
}
|
|
267
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
267
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineChartOptions.js");
|
|
268
268
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
269
269
|
}
|
|
270
|
-
async function
|
|
271
|
-
const ModConstructor = await
|
|
270
|
+
async function newAnalysisElevationProfileElevationProfileLineChartOptions(properties) {
|
|
271
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineChartOptions();
|
|
272
272
|
return new ModConstructor(properties);
|
|
273
273
|
}
|
|
274
|
-
async function
|
|
274
|
+
async function importAnalysisElevationProfileElevationProfileLineGround() {
|
|
275
275
|
if (isAMD) {
|
|
276
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
276
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineGround");
|
|
277
277
|
}
|
|
278
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
278
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineGround.js");
|
|
279
279
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
280
280
|
}
|
|
281
|
-
async function
|
|
282
|
-
const ModConstructor = await
|
|
281
|
+
async function newAnalysisElevationProfileElevationProfileLineGround(properties) {
|
|
282
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineGround();
|
|
283
283
|
return new ModConstructor(properties);
|
|
284
284
|
}
|
|
285
|
-
async function
|
|
285
|
+
async function importAnalysisElevationProfileElevationProfileLineInput() {
|
|
286
286
|
if (isAMD) {
|
|
287
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
287
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineInput");
|
|
288
288
|
}
|
|
289
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
289
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineInput.js");
|
|
290
290
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
291
291
|
}
|
|
292
|
-
async function
|
|
293
|
-
const ModConstructor = await
|
|
292
|
+
async function newAnalysisElevationProfileElevationProfileLineInput(properties) {
|
|
293
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineInput();
|
|
294
294
|
return new ModConstructor(properties);
|
|
295
295
|
}
|
|
296
|
-
async function
|
|
296
|
+
async function importAnalysisElevationProfileElevationProfileLineQuery() {
|
|
297
297
|
if (isAMD) {
|
|
298
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
298
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineQuery");
|
|
299
299
|
}
|
|
300
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
300
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineQuery.js");
|
|
301
301
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
302
302
|
}
|
|
303
|
-
async function
|
|
304
|
-
const ModConstructor = await
|
|
303
|
+
async function newAnalysisElevationProfileElevationProfileLineQuery(properties) {
|
|
304
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineQuery();
|
|
305
305
|
return new ModConstructor(properties);
|
|
306
306
|
}
|
|
307
|
-
async function
|
|
307
|
+
async function importAnalysisElevationProfileElevationProfileLineScene() {
|
|
308
308
|
if (isAMD) {
|
|
309
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
309
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineScene");
|
|
310
310
|
}
|
|
311
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
311
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineScene.js");
|
|
312
312
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
313
313
|
}
|
|
314
|
-
async function
|
|
315
|
-
const ModConstructor = await
|
|
314
|
+
async function newAnalysisElevationProfileElevationProfileLineScene(properties) {
|
|
315
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineScene();
|
|
316
316
|
return new ModConstructor(properties);
|
|
317
317
|
}
|
|
318
|
-
async function
|
|
318
|
+
async function importAnalysisElevationProfileElevationProfileLineViewOptions() {
|
|
319
319
|
if (isAMD) {
|
|
320
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
320
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineViewOptions");
|
|
321
321
|
}
|
|
322
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
322
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineViewOptions.js");
|
|
323
323
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
324
324
|
}
|
|
325
|
-
async function
|
|
326
|
-
const ModConstructor = await
|
|
325
|
+
async function newAnalysisElevationProfileElevationProfileLineViewOptions(properties) {
|
|
326
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineViewOptions();
|
|
327
327
|
return new ModConstructor(properties);
|
|
328
328
|
}
|
|
329
|
-
async function
|
|
329
|
+
async function importAnalysisElevationProfileElevationProfileDisplayUnits() {
|
|
330
330
|
if (isAMD) {
|
|
331
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
331
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileDisplayUnits");
|
|
332
332
|
}
|
|
333
|
-
const module2 = await import("@arcgis/core/analysis/ElevationProfile/
|
|
333
|
+
const module2 = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileDisplayUnits.js");
|
|
334
334
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
335
335
|
}
|
|
336
|
-
async function
|
|
337
|
-
const ModConstructor = await
|
|
336
|
+
async function newAnalysisElevationProfileElevationProfileDisplayUnits(properties) {
|
|
337
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileDisplayUnits();
|
|
338
338
|
return new ModConstructor(properties);
|
|
339
339
|
}
|
|
340
340
|
async function importAnalysisElevationProfileElevationProfileViewOptions() {
|
|
@@ -370,6 +370,28 @@ async function newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions(prope
|
|
|
370
370
|
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions();
|
|
371
371
|
return new ModConstructor(properties);
|
|
372
372
|
}
|
|
373
|
+
async function importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits() {
|
|
374
|
+
if (isAMD) {
|
|
375
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/VolumeMeasurementDisplayUnits");
|
|
376
|
+
}
|
|
377
|
+
const module2 = await import("@arcgis/core/analysis/VolumeMeasurement/VolumeMeasurementDisplayUnits.js");
|
|
378
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
379
|
+
}
|
|
380
|
+
async function newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits(properties) {
|
|
381
|
+
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits();
|
|
382
|
+
return new ModConstructor(properties);
|
|
383
|
+
}
|
|
384
|
+
async function importAnalysisVolumeMeasurementVolumeMeasurementInputUnits() {
|
|
385
|
+
if (isAMD) {
|
|
386
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/VolumeMeasurementInputUnits");
|
|
387
|
+
}
|
|
388
|
+
const module2 = await import("@arcgis/core/analysis/VolumeMeasurement/VolumeMeasurementInputUnits.js");
|
|
389
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
390
|
+
}
|
|
391
|
+
async function newAnalysisVolumeMeasurementVolumeMeasurementInputUnits(properties) {
|
|
392
|
+
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementInputUnits();
|
|
393
|
+
return new ModConstructor(properties);
|
|
394
|
+
}
|
|
373
395
|
async function importCoreAccessor() {
|
|
374
396
|
if (isAMD) {
|
|
375
397
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -997,215 +1019,6 @@ async function newGraphicGraphicOrigin() {
|
|
|
997
1019
|
const ModConstructor = await importGraphicGraphicOrigin();
|
|
998
1020
|
return new ModConstructor();
|
|
999
1021
|
}
|
|
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 importGraphicIntegratedMesh3DTilesGraphicOrigin() {
|
|
1067
|
-
if (isAMD) {
|
|
1068
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMesh3DTilesGraphicOrigin");
|
|
1069
|
-
}
|
|
1070
|
-
const module2 = await import("@arcgis/core/graphic/IntegratedMesh3DTilesGraphicOrigin.js");
|
|
1071
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1072
|
-
}
|
|
1073
|
-
async function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer) {
|
|
1074
|
-
const ModConstructor = await importGraphicIntegratedMesh3DTilesGraphicOrigin();
|
|
1075
|
-
return new ModConstructor(layer);
|
|
1076
|
-
}
|
|
1077
|
-
async function importGraphicIntegratedMeshGraphicOrigin() {
|
|
1078
|
-
if (isAMD) {
|
|
1079
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMeshGraphicOrigin");
|
|
1080
|
-
}
|
|
1081
|
-
const module2 = await import("@arcgis/core/graphic/IntegratedMeshGraphicOrigin.js");
|
|
1082
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1083
|
-
}
|
|
1084
|
-
async function newGraphicIntegratedMeshGraphicOrigin(layer) {
|
|
1085
|
-
const ModConstructor = await importGraphicIntegratedMeshGraphicOrigin();
|
|
1086
|
-
return new ModConstructor(layer);
|
|
1087
|
-
}
|
|
1088
|
-
async function importGraphicKnowledgeGraphGraphicOrigin() {
|
|
1089
|
-
if (isAMD) {
|
|
1090
|
-
return await window.$arcgis.import("esri/graphic/KnowledgeGraphGraphicOrigin");
|
|
1091
|
-
}
|
|
1092
|
-
const module2 = await import("@arcgis/core/graphic/KnowledgeGraphGraphicOrigin.js");
|
|
1093
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1094
|
-
}
|
|
1095
|
-
async function newGraphicKnowledgeGraphGraphicOrigin(layer, sublayer) {
|
|
1096
|
-
const ModConstructor = await importGraphicKnowledgeGraphGraphicOrigin();
|
|
1097
|
-
return new ModConstructor(layer, sublayer);
|
|
1098
|
-
}
|
|
1099
|
-
async function importGraphicMapImageGraphicOrigin() {
|
|
1100
|
-
if (isAMD) {
|
|
1101
|
-
return await window.$arcgis.import("esri/graphic/MapImageGraphicOrigin");
|
|
1102
|
-
}
|
|
1103
|
-
const module2 = await import("@arcgis/core/graphic/MapImageGraphicOrigin.js");
|
|
1104
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1105
|
-
}
|
|
1106
|
-
async function newGraphicMapImageGraphicOrigin(layer, sublayer) {
|
|
1107
|
-
const ModConstructor = await importGraphicMapImageGraphicOrigin();
|
|
1108
|
-
return new ModConstructor(layer, sublayer);
|
|
1109
|
-
}
|
|
1110
|
-
async function importGraphicMapNotesGraphicOrigin() {
|
|
1111
|
-
if (isAMD) {
|
|
1112
|
-
return await window.$arcgis.import("esri/graphic/MapNotesGraphicOrigin");
|
|
1113
|
-
}
|
|
1114
|
-
const module2 = await import("@arcgis/core/graphic/MapNotesGraphicOrigin.js");
|
|
1115
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1116
|
-
}
|
|
1117
|
-
async function newGraphicMapNotesGraphicOrigin(layer, sublayer) {
|
|
1118
|
-
const ModConstructor = await importGraphicMapNotesGraphicOrigin();
|
|
1119
|
-
return new ModConstructor(layer, sublayer);
|
|
1120
|
-
}
|
|
1121
|
-
async function importGraphicOGCFeatureGraphicOrigin() {
|
|
1122
|
-
if (isAMD) {
|
|
1123
|
-
return await window.$arcgis.import("esri/graphic/OGCFeatureGraphicOrigin");
|
|
1124
|
-
}
|
|
1125
|
-
const module2 = await import("@arcgis/core/graphic/OGCFeatureGraphicOrigin.js");
|
|
1126
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1127
|
-
}
|
|
1128
|
-
async function newGraphicOGCFeatureGraphicOrigin(layer) {
|
|
1129
|
-
const ModConstructor = await importGraphicOGCFeatureGraphicOrigin();
|
|
1130
|
-
return new ModConstructor(layer);
|
|
1131
|
-
}
|
|
1132
|
-
async function importGraphicOrientedImageryGraphicOrigin() {
|
|
1133
|
-
if (isAMD) {
|
|
1134
|
-
return await window.$arcgis.import("esri/graphic/OrientedImageryGraphicOrigin");
|
|
1135
|
-
}
|
|
1136
|
-
const module2 = await import("@arcgis/core/graphic/OrientedImageryGraphicOrigin.js");
|
|
1137
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1138
|
-
}
|
|
1139
|
-
async function newGraphicOrientedImageryGraphicOrigin(layer) {
|
|
1140
|
-
const ModConstructor = await importGraphicOrientedImageryGraphicOrigin();
|
|
1141
|
-
return new ModConstructor(layer);
|
|
1142
|
-
}
|
|
1143
|
-
async function importGraphicParquetGraphicOrigin() {
|
|
1144
|
-
if (isAMD) {
|
|
1145
|
-
return await window.$arcgis.import("esri/graphic/ParquetGraphicOrigin");
|
|
1146
|
-
}
|
|
1147
|
-
const module2 = await import("@arcgis/core/graphic/ParquetGraphicOrigin.js");
|
|
1148
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1149
|
-
}
|
|
1150
|
-
async function newGraphicParquetGraphicOrigin(layer) {
|
|
1151
|
-
const ModConstructor = await importGraphicParquetGraphicOrigin();
|
|
1152
|
-
return new ModConstructor(layer);
|
|
1153
|
-
}
|
|
1154
|
-
async function importGraphicPointCloudGraphicOrigin() {
|
|
1155
|
-
if (isAMD) {
|
|
1156
|
-
return await window.$arcgis.import("esri/graphic/PointCloudGraphicOrigin");
|
|
1157
|
-
}
|
|
1158
|
-
const module2 = await import("@arcgis/core/graphic/PointCloudGraphicOrigin.js");
|
|
1159
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1160
|
-
}
|
|
1161
|
-
async function newGraphicPointCloudGraphicOrigin(layer) {
|
|
1162
|
-
const ModConstructor = await importGraphicPointCloudGraphicOrigin();
|
|
1163
|
-
return new ModConstructor(layer);
|
|
1164
|
-
}
|
|
1165
|
-
async function importGraphicSceneGraphicOrigin() {
|
|
1166
|
-
if (isAMD) {
|
|
1167
|
-
return await window.$arcgis.import("esri/graphic/SceneGraphicOrigin");
|
|
1168
|
-
}
|
|
1169
|
-
const module2 = await import("@arcgis/core/graphic/SceneGraphicOrigin.js");
|
|
1170
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1171
|
-
}
|
|
1172
|
-
async function newGraphicSceneGraphicOrigin(layer) {
|
|
1173
|
-
const ModConstructor = await importGraphicSceneGraphicOrigin();
|
|
1174
|
-
return new ModConstructor(layer);
|
|
1175
|
-
}
|
|
1176
|
-
async function importGraphicStreamGraphicOrigin() {
|
|
1177
|
-
if (isAMD) {
|
|
1178
|
-
return await window.$arcgis.import("esri/graphic/StreamGraphicOrigin");
|
|
1179
|
-
}
|
|
1180
|
-
const module2 = await import("@arcgis/core/graphic/StreamGraphicOrigin.js");
|
|
1181
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1182
|
-
}
|
|
1183
|
-
async function newGraphicStreamGraphicOrigin(layer) {
|
|
1184
|
-
const ModConstructor = await importGraphicStreamGraphicOrigin();
|
|
1185
|
-
return new ModConstructor(layer);
|
|
1186
|
-
}
|
|
1187
|
-
async function importGraphicSubtypeGroupGraphicOrigin() {
|
|
1188
|
-
if (isAMD) {
|
|
1189
|
-
return await window.$arcgis.import("esri/graphic/SubtypeGroupGraphicOrigin");
|
|
1190
|
-
}
|
|
1191
|
-
const module2 = await import("@arcgis/core/graphic/SubtypeGroupGraphicOrigin.js");
|
|
1192
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1193
|
-
}
|
|
1194
|
-
async function newGraphicSubtypeGroupGraphicOrigin(sublayer) {
|
|
1195
|
-
const ModConstructor = await importGraphicSubtypeGroupGraphicOrigin();
|
|
1196
|
-
return new ModConstructor(sublayer);
|
|
1197
|
-
}
|
|
1198
|
-
async function importGraphicTileGraphicOrigin() {
|
|
1199
|
-
if (isAMD) {
|
|
1200
|
-
return await window.$arcgis.import("esri/graphic/TileGraphicOrigin");
|
|
1201
|
-
}
|
|
1202
|
-
const module2 = await import("@arcgis/core/graphic/TileGraphicOrigin.js");
|
|
1203
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1204
|
-
}
|
|
1205
|
-
async function newGraphicTileGraphicOrigin(layer, sublayer) {
|
|
1206
|
-
const ModConstructor = await importGraphicTileGraphicOrigin();
|
|
1207
|
-
return new ModConstructor(layer, sublayer);
|
|
1208
|
-
}
|
|
1209
1022
|
async function importGraphicVectorTileGraphicOrigin() {
|
|
1210
1023
|
if (isAMD) {
|
|
1211
1024
|
return await window.$arcgis.import("esri/graphic/VectorTileGraphicOrigin");
|
|
@@ -1217,28 +1030,6 @@ async function newGraphicVectorTileGraphicOrigin(layer, layerId, layerIndex) {
|
|
|
1217
1030
|
const ModConstructor = await importGraphicVectorTileGraphicOrigin();
|
|
1218
1031
|
return new ModConstructor(layer, layerId, layerIndex);
|
|
1219
1032
|
}
|
|
1220
|
-
async function importGraphicVoxelGraphicOrigin() {
|
|
1221
|
-
if (isAMD) {
|
|
1222
|
-
return await window.$arcgis.import("esri/graphic/VoxelGraphicOrigin");
|
|
1223
|
-
}
|
|
1224
|
-
const module2 = await import("@arcgis/core/graphic/VoxelGraphicOrigin.js");
|
|
1225
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1226
|
-
}
|
|
1227
|
-
async function newGraphicVoxelGraphicOrigin(layer) {
|
|
1228
|
-
const ModConstructor = await importGraphicVoxelGraphicOrigin();
|
|
1229
|
-
return new ModConstructor(layer);
|
|
1230
|
-
}
|
|
1231
|
-
async function importGraphicWFSGraphicOrigin() {
|
|
1232
|
-
if (isAMD) {
|
|
1233
|
-
return await window.$arcgis.import("esri/graphic/WFSGraphicOrigin");
|
|
1234
|
-
}
|
|
1235
|
-
const module2 = await import("@arcgis/core/graphic/WFSGraphicOrigin.js");
|
|
1236
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1237
|
-
}
|
|
1238
|
-
async function newGraphicWFSGraphicOrigin(layer) {
|
|
1239
|
-
const ModConstructor = await importGraphicWFSGraphicOrigin();
|
|
1240
|
-
return new ModConstructor(layer);
|
|
1241
|
-
}
|
|
1242
1033
|
async function importAttributeBinsGraphic() {
|
|
1243
1034
|
if (isAMD) {
|
|
1244
1035
|
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
@@ -1866,6 +1657,17 @@ async function newLayersSupportCornersGeoreference(properties) {
|
|
|
1866
1657
|
const ModConstructor = await importLayersSupportCornersGeoreference();
|
|
1867
1658
|
return new ModConstructor(properties);
|
|
1868
1659
|
}
|
|
1660
|
+
async function importLayersSupportDateTimeFieldFormat() {
|
|
1661
|
+
if (isAMD) {
|
|
1662
|
+
return await window.$arcgis.import("esri/layers/support/DateTimeFieldFormat");
|
|
1663
|
+
}
|
|
1664
|
+
const module2 = await import("@arcgis/core/layers/support/DateTimeFieldFormat.js");
|
|
1665
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1666
|
+
}
|
|
1667
|
+
async function newLayersSupportDateTimeFieldFormat(properties) {
|
|
1668
|
+
const ModConstructor = await importLayersSupportDateTimeFieldFormat();
|
|
1669
|
+
return new ModConstructor(properties);
|
|
1670
|
+
}
|
|
1869
1671
|
async function importLayersSupportDimensionalDefinition() {
|
|
1870
1672
|
if (isAMD) {
|
|
1871
1673
|
return await window.$arcgis.import("esri/layers/support/DimensionalDefinition");
|
|
@@ -2042,6 +1844,17 @@ async function newLayersSupportField(properties) {
|
|
|
2042
1844
|
const ModConstructor = await importLayersSupportField();
|
|
2043
1845
|
return new ModConstructor(properties);
|
|
2044
1846
|
}
|
|
1847
|
+
async function importLayersSupportFieldConfiguration() {
|
|
1848
|
+
if (isAMD) {
|
|
1849
|
+
return await window.$arcgis.import("esri/layers/support/FieldConfiguration");
|
|
1850
|
+
}
|
|
1851
|
+
const module2 = await import("@arcgis/core/layers/support/FieldConfiguration.js");
|
|
1852
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1853
|
+
}
|
|
1854
|
+
async function newLayersSupportFieldConfiguration(properties) {
|
|
1855
|
+
const ModConstructor = await importLayersSupportFieldConfiguration();
|
|
1856
|
+
return new ModConstructor(properties);
|
|
1857
|
+
}
|
|
2045
1858
|
async function importLayersSupportFieldsIndex() {
|
|
2046
1859
|
if (isAMD) {
|
|
2047
1860
|
return await window.$arcgis.import("esri/layers/support/FieldsIndex");
|
|
@@ -2185,6 +1998,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
2185
1998
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
2186
1999
|
return new ModConstructor(properties);
|
|
2187
2000
|
}
|
|
2001
|
+
async function importLayersSupportNumberFieldFormat() {
|
|
2002
|
+
if (isAMD) {
|
|
2003
|
+
return await window.$arcgis.import("esri/layers/support/NumberFieldFormat");
|
|
2004
|
+
}
|
|
2005
|
+
const module2 = await import("@arcgis/core/layers/support/NumberFieldFormat.js");
|
|
2006
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2007
|
+
}
|
|
2008
|
+
async function newLayersSupportNumberFieldFormat(properties) {
|
|
2009
|
+
const ModConstructor = await importLayersSupportNumberFieldFormat();
|
|
2010
|
+
return new ModConstructor(properties);
|
|
2011
|
+
}
|
|
2188
2012
|
async function importLayersSupportOrderByInfo() {
|
|
2189
2013
|
if (isAMD) {
|
|
2190
2014
|
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
@@ -5122,6 +4946,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
5122
4946
|
const ModConstructor = await importRestSupportJobInfo();
|
|
5123
4947
|
return new ModConstructor(properties);
|
|
5124
4948
|
}
|
|
4949
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
4950
|
+
if (isAMD) {
|
|
4951
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
4952
|
+
}
|
|
4953
|
+
const module2 = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
4954
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4955
|
+
}
|
|
4956
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
4957
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
4958
|
+
return new ModConstructor(properties);
|
|
4959
|
+
}
|
|
5125
4960
|
async function importRestSupportLegendLayer() {
|
|
5126
4961
|
if (isAMD) {
|
|
5127
4962
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -6145,28 +5980,6 @@ async function newTimeTimeInterval(properties) {
|
|
|
6145
5980
|
const ModConstructor = await importTimeTimeInterval();
|
|
6146
5981
|
return new ModConstructor(properties);
|
|
6147
5982
|
}
|
|
6148
|
-
async function importTimeExtent() {
|
|
6149
|
-
if (isAMD) {
|
|
6150
|
-
return await window.$arcgis.import("esri/TimeExtent");
|
|
6151
|
-
}
|
|
6152
|
-
const module2 = await import("@arcgis/core/TimeExtent.js");
|
|
6153
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6154
|
-
}
|
|
6155
|
-
async function newTimeExtent(properties) {
|
|
6156
|
-
const ModConstructor = await importTimeExtent();
|
|
6157
|
-
return new ModConstructor(properties);
|
|
6158
|
-
}
|
|
6159
|
-
async function importTimeInterval() {
|
|
6160
|
-
if (isAMD) {
|
|
6161
|
-
return await window.$arcgis.import("esri/TimeInterval");
|
|
6162
|
-
}
|
|
6163
|
-
const module2 = await import("@arcgis/core/TimeInterval.js");
|
|
6164
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6165
|
-
}
|
|
6166
|
-
async function newTimeInterval(properties) {
|
|
6167
|
-
const ModConstructor = await importTimeInterval();
|
|
6168
|
-
return new ModConstructor(properties);
|
|
6169
|
-
}
|
|
6170
5983
|
async function importVersionManagementVersioningState() {
|
|
6171
5984
|
if (isAMD) {
|
|
6172
5985
|
return await window.$arcgis.import("esri/versionManagement/VersioningState");
|
|
@@ -6233,6 +6046,17 @@ async function newViews2dViewState(properties) {
|
|
|
6233
6046
|
const ModConstructor = await importViews2dViewState();
|
|
6234
6047
|
return new ModConstructor(properties);
|
|
6235
6048
|
}
|
|
6049
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
6050
|
+
if (isAMD) {
|
|
6051
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
6052
|
+
}
|
|
6053
|
+
const module2 = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
6054
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6055
|
+
}
|
|
6056
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6057
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6058
|
+
return new ModConstructor(properties);
|
|
6059
|
+
}
|
|
6236
6060
|
async function importViews2dLayersBaseLayerView2D() {
|
|
6237
6061
|
if (isAMD) {
|
|
6238
6062
|
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
@@ -6354,6 +6178,28 @@ async function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties) {
|
|
|
6354
6178
|
const ModConstructor = await importViews3dAnalysisVolumeMeasurementAnalysisView3D();
|
|
6355
6179
|
return new ModConstructor(properties);
|
|
6356
6180
|
}
|
|
6181
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementError() {
|
|
6182
|
+
if (isAMD) {
|
|
6183
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError");
|
|
6184
|
+
}
|
|
6185
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError.js");
|
|
6186
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6187
|
+
}
|
|
6188
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementError(name, message, details) {
|
|
6189
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementError();
|
|
6190
|
+
return new ModConstructor(name, message, details);
|
|
6191
|
+
}
|
|
6192
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult() {
|
|
6193
|
+
if (isAMD) {
|
|
6194
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult");
|
|
6195
|
+
}
|
|
6196
|
+
const module2 = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult.js");
|
|
6197
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6198
|
+
}
|
|
6199
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties) {
|
|
6200
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult();
|
|
6201
|
+
return new ModConstructor(properties);
|
|
6202
|
+
}
|
|
6357
6203
|
async function importViews3dEnvironmentCloudyWeather() {
|
|
6358
6204
|
if (isAMD) {
|
|
6359
6205
|
return await window.$arcgis.import("esri/views/3d/environment/CloudyWeather");
|
|
@@ -8004,6 +7850,17 @@ async function newWidgetsEditorEdits(properties) {
|
|
|
8004
7850
|
const ModConstructor = await importWidgetsEditorEdits();
|
|
8005
7851
|
return new ModConstructor(properties);
|
|
8006
7852
|
}
|
|
7853
|
+
async function importWidgetsEditorSplitFeatureWorkflow() {
|
|
7854
|
+
if (isAMD) {
|
|
7855
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflow");
|
|
7856
|
+
}
|
|
7857
|
+
const module2 = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflow.js");
|
|
7858
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7859
|
+
}
|
|
7860
|
+
async function newWidgetsEditorSplitFeatureWorkflow(properties) {
|
|
7861
|
+
const ModConstructor = await importWidgetsEditorSplitFeatureWorkflow();
|
|
7862
|
+
return new ModConstructor(properties);
|
|
7863
|
+
}
|
|
8007
7864
|
async function importWidgetsEditorUpdateFeaturesWorkflowData() {
|
|
8008
7865
|
if (isAMD) {
|
|
8009
7866
|
return await window.$arcgis.import("esri/widgets/Editor/UpdateFeaturesWorkflowData");
|
|
@@ -8367,39 +8224,6 @@ async function newWidgetsFeatureTableGridGroupColumn(properties) {
|
|
|
8367
8224
|
const ModConstructor = await importWidgetsFeatureTableGridGroupColumn();
|
|
8368
8225
|
return new ModConstructor(properties);
|
|
8369
8226
|
}
|
|
8370
|
-
async function importWidgetsFeatureTableGridSupportButtonMenu() {
|
|
8371
|
-
if (isAMD) {
|
|
8372
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/Grid/support/ButtonMenu");
|
|
8373
|
-
}
|
|
8374
|
-
const module2 = await import("@arcgis/core/widgets/FeatureTable/Grid/support/ButtonMenu.js");
|
|
8375
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
8376
|
-
}
|
|
8377
|
-
async function newWidgetsFeatureTableGridSupportButtonMenu(properties) {
|
|
8378
|
-
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenu();
|
|
8379
|
-
return new ModConstructor(properties);
|
|
8380
|
-
}
|
|
8381
|
-
async function importWidgetsFeatureTableGridSupportButtonMenuItem() {
|
|
8382
|
-
if (isAMD) {
|
|
8383
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/Grid/support/ButtonMenuItem");
|
|
8384
|
-
}
|
|
8385
|
-
const module2 = await import("@arcgis/core/widgets/FeatureTable/Grid/support/ButtonMenuItem.js");
|
|
8386
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
8387
|
-
}
|
|
8388
|
-
async function newWidgetsFeatureTableGridSupportButtonMenuItem(properties) {
|
|
8389
|
-
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuItem();
|
|
8390
|
-
return new ModConstructor(properties);
|
|
8391
|
-
}
|
|
8392
|
-
async function importWidgetsFeatureTableGridSupportButtonMenuViewModel() {
|
|
8393
|
-
if (isAMD) {
|
|
8394
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/Grid/support/ButtonMenuViewModel");
|
|
8395
|
-
}
|
|
8396
|
-
const module2 = await import("@arcgis/core/widgets/FeatureTable/Grid/support/ButtonMenuViewModel.js");
|
|
8397
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
8398
|
-
}
|
|
8399
|
-
async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties) {
|
|
8400
|
-
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
8401
|
-
return new ModConstructor(properties);
|
|
8402
|
-
}
|
|
8403
8227
|
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
8404
8228
|
if (isAMD) {
|
|
8405
8229
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
@@ -10068,6 +9892,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
10068
9892
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10069
9893
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10070
9894
|
}
|
|
9895
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
9896
|
+
if (isAMD) {
|
|
9897
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
9898
|
+
}
|
|
9899
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
9900
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9901
|
+
}
|
|
10071
9902
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10072
9903
|
if (isAMD) {
|
|
10073
9904
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -10292,13 +10123,6 @@ async function importGeometrySupportWebMercatorUtils() {
|
|
|
10292
10123
|
const module2 = await import("@arcgis/core/geometry/support/webMercatorUtils.js");
|
|
10293
10124
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10294
10125
|
}
|
|
10295
|
-
async function importGraphicGraphicOrigins() {
|
|
10296
|
-
if (isAMD) {
|
|
10297
|
-
return await window.$arcgis.import("esri/graphic/graphicOrigins");
|
|
10298
|
-
}
|
|
10299
|
-
const module2 = await import("@arcgis/core/graphic/graphicOrigins.js");
|
|
10300
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10301
|
-
}
|
|
10302
10126
|
async function importIntl() {
|
|
10303
10127
|
if (isAMD) {
|
|
10304
10128
|
return await window.$arcgis.import("esri/intl");
|
|
@@ -10523,6 +10347,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
10523
10347
|
const module2 = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10524
10348
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10525
10349
|
}
|
|
10350
|
+
async function importRestLastMileDelivery() {
|
|
10351
|
+
if (isAMD) {
|
|
10352
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10353
|
+
}
|
|
10354
|
+
const module2 = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10355
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10356
|
+
}
|
|
10526
10357
|
async function importRestLocator() {
|
|
10527
10358
|
if (isAMD) {
|
|
10528
10359
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -11076,6 +10907,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11076
10907
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11077
10908
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11078
10909
|
}
|
|
10910
|
+
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
10911
|
+
if (isAMD) {
|
|
10912
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
10913
|
+
}
|
|
10914
|
+
const module2 = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflowData.js");
|
|
10915
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10916
|
+
}
|
|
11079
10917
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11080
10918
|
if (isAMD) {
|
|
11081
10919
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11090,6 +10928,13 @@ async function importWidgetsSupportWidget() {
|
|
|
11090
10928
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
11091
10929
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11092
10930
|
}
|
|
10931
|
+
async function importApplicationsComponentsActionUtils() {
|
|
10932
|
+
if (isAMD) {
|
|
10933
|
+
return await window.$arcgis.import("esri/applications/Components/actionUtils");
|
|
10934
|
+
}
|
|
10935
|
+
const module2 = await import("@arcgis/core/applications/Components/actionUtils.js");
|
|
10936
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10937
|
+
}
|
|
11093
10938
|
async function importApplicationsComponentsAnalysisUtils() {
|
|
11094
10939
|
if (isAMD) {
|
|
11095
10940
|
return await window.$arcgis.import("esri/applications/Components/analysisUtils");
|
|
@@ -11097,6 +10942,13 @@ async function importApplicationsComponentsAnalysisUtils() {
|
|
|
11097
10942
|
const module2 = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
11098
10943
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11099
10944
|
}
|
|
10945
|
+
async function importApplicationsComponentsArcadeEditorUtils() {
|
|
10946
|
+
if (isAMD) {
|
|
10947
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeEditorUtils");
|
|
10948
|
+
}
|
|
10949
|
+
const module2 = await import("@arcgis/core/applications/Components/arcadeEditorUtils.js");
|
|
10950
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10951
|
+
}
|
|
11100
10952
|
async function importApplicationsComponentsArcadeFeatureUtils() {
|
|
11101
10953
|
if (isAMD) {
|
|
11102
10954
|
return await window.$arcgis.import("esri/applications/Components/arcadeFeatureUtils");
|
|
@@ -11278,14 +11130,14 @@ exports.importAnalysisDimensionAnalysis = importAnalysisDimensionAnalysis;
|
|
|
11278
11130
|
exports.importAnalysisDimensionSimpleStyle = importAnalysisDimensionSimpleStyle;
|
|
11279
11131
|
exports.importAnalysisDirectLineMeasurementAnalysis = importAnalysisDirectLineMeasurementAnalysis;
|
|
11280
11132
|
exports.importAnalysisElevationProfileAnalysis = importAnalysisElevationProfileAnalysis;
|
|
11281
|
-
exports.
|
|
11282
|
-
exports.importAnalysisElevationProfileElevationProfileInputLine = importAnalysisElevationProfileElevationProfileInputLine;
|
|
11133
|
+
exports.importAnalysisElevationProfileElevationProfileDisplayUnits = importAnalysisElevationProfileElevationProfileDisplayUnits;
|
|
11283
11134
|
exports.importAnalysisElevationProfileElevationProfileLine = importAnalysisElevationProfileElevationProfileLine;
|
|
11284
11135
|
exports.importAnalysisElevationProfileElevationProfileLineChartOptions = importAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
11136
|
+
exports.importAnalysisElevationProfileElevationProfileLineGround = importAnalysisElevationProfileElevationProfileLineGround;
|
|
11137
|
+
exports.importAnalysisElevationProfileElevationProfileLineInput = importAnalysisElevationProfileElevationProfileLineInput;
|
|
11138
|
+
exports.importAnalysisElevationProfileElevationProfileLineQuery = importAnalysisElevationProfileElevationProfileLineQuery;
|
|
11139
|
+
exports.importAnalysisElevationProfileElevationProfileLineScene = importAnalysisElevationProfileElevationProfileLineScene;
|
|
11285
11140
|
exports.importAnalysisElevationProfileElevationProfileLineViewOptions = importAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
11286
|
-
exports.importAnalysisElevationProfileElevationProfileQueryLine = importAnalysisElevationProfileElevationProfileQueryLine;
|
|
11287
|
-
exports.importAnalysisElevationProfileElevationProfileSceneLine = importAnalysisElevationProfileElevationProfileSceneLine;
|
|
11288
|
-
exports.importAnalysisElevationProfileElevationProfileUnits = importAnalysisElevationProfileElevationProfileUnits;
|
|
11289
11141
|
exports.importAnalysisElevationProfileElevationProfileViewOptions = importAnalysisElevationProfileElevationProfileViewOptions;
|
|
11290
11142
|
exports.importAnalysisLengthDimension = importAnalysisLengthDimension;
|
|
11291
11143
|
exports.importAnalysisLineOfSightAnalysis = importAnalysisLineOfSightAnalysis;
|
|
@@ -11298,7 +11150,11 @@ exports.importAnalysisViewshed = importAnalysisViewshed;
|
|
|
11298
11150
|
exports.importAnalysisViewshedAnalysis = importAnalysisViewshedAnalysis;
|
|
11299
11151
|
exports.importAnalysisVolumeMeasurementAnalysis = importAnalysisVolumeMeasurementAnalysis;
|
|
11300
11152
|
exports.importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
11153
|
+
exports.importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits = importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits;
|
|
11154
|
+
exports.importAnalysisVolumeMeasurementVolumeMeasurementInputUnits = importAnalysisVolumeMeasurementVolumeMeasurementInputUnits;
|
|
11155
|
+
exports.importApplicationsComponentsActionUtils = importApplicationsComponentsActionUtils;
|
|
11301
11156
|
exports.importApplicationsComponentsAnalysisUtils = importApplicationsComponentsAnalysisUtils;
|
|
11157
|
+
exports.importApplicationsComponentsArcadeEditorUtils = importApplicationsComponentsArcadeEditorUtils;
|
|
11302
11158
|
exports.importApplicationsComponentsArcadeFeatureUtils = importApplicationsComponentsArcadeFeatureUtils;
|
|
11303
11159
|
exports.importApplicationsComponentsBasemapUtils = importApplicationsComponentsBasemapUtils;
|
|
11304
11160
|
exports.importApplicationsComponentsDrawUtils = importApplicationsComponentsDrawUtils;
|
|
@@ -11412,6 +11268,7 @@ exports.importGeometryOperatorsGeodeticAreaOperator = importGeometryOperatorsGeo
|
|
|
11412
11268
|
exports.importGeometryOperatorsGeodeticDensifyOperator = importGeometryOperatorsGeodeticDensifyOperator;
|
|
11413
11269
|
exports.importGeometryOperatorsGeodeticDistanceOperator = importGeometryOperatorsGeodeticDistanceOperator;
|
|
11414
11270
|
exports.importGeometryOperatorsGeodeticLengthOperator = importGeometryOperatorsGeodeticLengthOperator;
|
|
11271
|
+
exports.importGeometryOperatorsGeodeticUtilsOperator = importGeometryOperatorsGeodeticUtilsOperator;
|
|
11415
11272
|
exports.importGeometryOperatorsGraphicBufferOperator = importGeometryOperatorsGraphicBufferOperator;
|
|
11416
11273
|
exports.importGeometryOperatorsIntegrateOperator = importGeometryOperatorsIntegrateOperator;
|
|
11417
11274
|
exports.importGeometryOperatorsIntersectionOperator = importGeometryOperatorsIntersectionOperator;
|
|
@@ -11463,30 +11320,8 @@ exports.importGeometrySupportMeshUtils = importGeometrySupportMeshUtils;
|
|
|
11463
11320
|
exports.importGeometrySupportNormalizeUtils = importGeometrySupportNormalizeUtils;
|
|
11464
11321
|
exports.importGeometrySupportWebMercatorUtils = importGeometrySupportWebMercatorUtils;
|
|
11465
11322
|
exports.importGraphic = importGraphic;
|
|
11466
|
-
exports.importGraphicBuildingGraphicOrigin = importGraphicBuildingGraphicOrigin;
|
|
11467
|
-
exports.importGraphicCSVGraphicOrigin = importGraphicCSVGraphicOrigin;
|
|
11468
|
-
exports.importGraphicCatalogGraphicOrigin = importGraphicCatalogGraphicOrigin;
|
|
11469
|
-
exports.importGraphicFeatureGraphicOrigin = importGraphicFeatureGraphicOrigin;
|
|
11470
|
-
exports.importGraphicGeoJSONGraphicOrigin = importGraphicGeoJSONGraphicOrigin;
|
|
11471
|
-
exports.importGraphicGeoRSSGraphicOrigin = importGraphicGeoRSSGraphicOrigin;
|
|
11472
11323
|
exports.importGraphicGraphicOrigin = importGraphicGraphicOrigin;
|
|
11473
|
-
exports.importGraphicGraphicOrigins = importGraphicGraphicOrigins;
|
|
11474
|
-
exports.importGraphicIntegratedMesh3DTilesGraphicOrigin = importGraphicIntegratedMesh3DTilesGraphicOrigin;
|
|
11475
|
-
exports.importGraphicIntegratedMeshGraphicOrigin = importGraphicIntegratedMeshGraphicOrigin;
|
|
11476
|
-
exports.importGraphicKnowledgeGraphGraphicOrigin = importGraphicKnowledgeGraphGraphicOrigin;
|
|
11477
|
-
exports.importGraphicMapImageGraphicOrigin = importGraphicMapImageGraphicOrigin;
|
|
11478
|
-
exports.importGraphicMapNotesGraphicOrigin = importGraphicMapNotesGraphicOrigin;
|
|
11479
|
-
exports.importGraphicOGCFeatureGraphicOrigin = importGraphicOGCFeatureGraphicOrigin;
|
|
11480
|
-
exports.importGraphicOrientedImageryGraphicOrigin = importGraphicOrientedImageryGraphicOrigin;
|
|
11481
|
-
exports.importGraphicParquetGraphicOrigin = importGraphicParquetGraphicOrigin;
|
|
11482
|
-
exports.importGraphicPointCloudGraphicOrigin = importGraphicPointCloudGraphicOrigin;
|
|
11483
|
-
exports.importGraphicSceneGraphicOrigin = importGraphicSceneGraphicOrigin;
|
|
11484
|
-
exports.importGraphicStreamGraphicOrigin = importGraphicStreamGraphicOrigin;
|
|
11485
|
-
exports.importGraphicSubtypeGroupGraphicOrigin = importGraphicSubtypeGroupGraphicOrigin;
|
|
11486
|
-
exports.importGraphicTileGraphicOrigin = importGraphicTileGraphicOrigin;
|
|
11487
11324
|
exports.importGraphicVectorTileGraphicOrigin = importGraphicVectorTileGraphicOrigin;
|
|
11488
|
-
exports.importGraphicVoxelGraphicOrigin = importGraphicVoxelGraphicOrigin;
|
|
11489
|
-
exports.importGraphicWFSGraphicOrigin = importGraphicWFSGraphicOrigin;
|
|
11490
11325
|
exports.importGround = importGround;
|
|
11491
11326
|
exports.importIdentityCredential = importIdentityCredential;
|
|
11492
11327
|
exports.importIdentityIdentityManager = importIdentityIdentityManager;
|
|
@@ -11552,6 +11387,7 @@ exports.importLayersSupportCodedValueDomain = importLayersSupportCodedValueDomai
|
|
|
11552
11387
|
exports.importLayersSupportControlPointsGeoreference = importLayersSupportControlPointsGeoreference;
|
|
11553
11388
|
exports.importLayersSupportCornersGeoreference = importLayersSupportCornersGeoreference;
|
|
11554
11389
|
exports.importLayersSupportCsvUtils = importLayersSupportCsvUtils;
|
|
11390
|
+
exports.importLayersSupportDateTimeFieldFormat = importLayersSupportDateTimeFieldFormat;
|
|
11555
11391
|
exports.importLayersSupportDimensionalDefinition = importLayersSupportDimensionalDefinition;
|
|
11556
11392
|
exports.importLayersSupportDisplayFilter = importLayersSupportDisplayFilter;
|
|
11557
11393
|
exports.importLayersSupportDisplayFilterInfo = importLayersSupportDisplayFilterInfo;
|
|
@@ -11568,6 +11404,7 @@ exports.importLayersSupportFeatureReductionSelection = importLayersSupportFeatur
|
|
|
11568
11404
|
exports.importLayersSupportFeatureTemplate = importLayersSupportFeatureTemplate;
|
|
11569
11405
|
exports.importLayersSupportFeatureType = importLayersSupportFeatureType;
|
|
11570
11406
|
exports.importLayersSupportField = importLayersSupportField;
|
|
11407
|
+
exports.importLayersSupportFieldConfiguration = importLayersSupportFieldConfiguration;
|
|
11571
11408
|
exports.importLayersSupportFieldUtils = importLayersSupportFieldUtils;
|
|
11572
11409
|
exports.importLayersSupportFieldsIndex = importLayersSupportFieldsIndex;
|
|
11573
11410
|
exports.importLayersSupportGeometryFieldsInfo = importLayersSupportGeometryFieldsInfo;
|
|
@@ -11582,6 +11419,7 @@ exports.importLayersSupportLocalMediaElementSource = importLayersSupportLocalMed
|
|
|
11582
11419
|
exports.importLayersSupportMapImage = importLayersSupportMapImage;
|
|
11583
11420
|
exports.importLayersSupportMosaicRule = importLayersSupportMosaicRule;
|
|
11584
11421
|
exports.importLayersSupportMultidimensionalSubset = importLayersSupportMultidimensionalSubset;
|
|
11422
|
+
exports.importLayersSupportNumberFieldFormat = importLayersSupportNumberFieldFormat;
|
|
11585
11423
|
exports.importLayersSupportOrderByInfo = importLayersSupportOrderByInfo;
|
|
11586
11424
|
exports.importLayersSupportParquetEncodingLocation = importLayersSupportParquetEncodingLocation;
|
|
11587
11425
|
exports.importLayersSupportParquetEncodingWkb = importLayersSupportParquetEncodingWkb;
|
|
@@ -11786,6 +11624,7 @@ exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity =
|
|
|
11786
11624
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter = importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter;
|
|
11787
11625
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection = importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection;
|
|
11788
11626
|
exports.importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings = importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings;
|
|
11627
|
+
exports.importRestLastMileDelivery = importRestLastMileDelivery;
|
|
11789
11628
|
exports.importRestLocator = importRestLocator;
|
|
11790
11629
|
exports.importRestNetworkService = importRestNetworkService;
|
|
11791
11630
|
exports.importRestNetworksQueryAssociations = importRestNetworksQueryAssociations;
|
|
@@ -11882,6 +11721,7 @@ exports.importRestSupportImageVolume = importRestSupportImageVolume;
|
|
|
11882
11721
|
exports.importRestSupportImageVolumeParameters = importRestSupportImageVolumeParameters;
|
|
11883
11722
|
exports.importRestSupportImageVolumeResult = importRestSupportImageVolumeResult;
|
|
11884
11723
|
exports.importRestSupportJobInfo = importRestSupportJobInfo;
|
|
11724
|
+
exports.importRestSupportLastMileDeliveryParameters = importRestSupportLastMileDeliveryParameters;
|
|
11885
11725
|
exports.importRestSupportLegendLayer = importRestSupportLegendLayer;
|
|
11886
11726
|
exports.importRestSupportLengthsParameters = importRestSupportLengthsParameters;
|
|
11887
11727
|
exports.importRestSupportLinearUnit = importRestSupportLinearUnit;
|
|
@@ -12032,8 +11872,6 @@ exports.importTablesElementsAttributeTableElement = importTablesElementsAttribut
|
|
|
12032
11872
|
exports.importTablesElementsAttributeTableFieldElement = importTablesElementsAttributeTableFieldElement;
|
|
12033
11873
|
exports.importTablesElementsAttributeTableGroupElement = importTablesElementsAttributeTableGroupElement;
|
|
12034
11874
|
exports.importTablesElementsAttributeTableRelationshipElement = importTablesElementsAttributeTableRelationshipElement;
|
|
12035
|
-
exports.importTimeExtent = importTimeExtent;
|
|
12036
|
-
exports.importTimeInterval = importTimeInterval;
|
|
12037
11875
|
exports.importTimeTimeExtent = importTimeTimeExtent;
|
|
12038
11876
|
exports.importTimeTimeInterval = importTimeTimeInterval;
|
|
12039
11877
|
exports.importVersionManagementUtils = importVersionManagementUtils;
|
|
@@ -12041,6 +11879,7 @@ exports.importVersionManagementVersionAdaptersUtils = importVersionManagementVer
|
|
|
12041
11879
|
exports.importVersionManagementVersionManagementService = importVersionManagementVersionManagementService;
|
|
12042
11880
|
exports.importVersionManagementVersioningState = importVersionManagementVersioningState;
|
|
12043
11881
|
exports.importViewpoint = importViewpoint;
|
|
11882
|
+
exports.importViews2dAnalysisElevationProfileAnalysisView2D = importViews2dAnalysisElevationProfileAnalysisView2D;
|
|
12044
11883
|
exports.importViews2dLayersBaseLayerView2D = importViews2dLayersBaseLayerView2D;
|
|
12045
11884
|
exports.importViews2dLayersBaseLayerViewGL2D = importViews2dLayersBaseLayerViewGL2D;
|
|
12046
11885
|
exports.importViews2dViewState = importViews2dViewState;
|
|
@@ -12053,6 +11892,8 @@ exports.importViews3dAnalysisLineOfSightAnalysisView3D = importViews3dAnalysisLi
|
|
|
12053
11892
|
exports.importViews3dAnalysisSliceAnalysisView3D = importViews3dAnalysisSliceAnalysisView3D;
|
|
12054
11893
|
exports.importViews3dAnalysisViewshedAnalysisView3D = importViews3dAnalysisViewshedAnalysisView3D;
|
|
12055
11894
|
exports.importViews3dAnalysisVolumeMeasurementAnalysisView3D = importViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
11895
|
+
exports.importViews3dAnalysisVolumeMeasurementVolumeMeasurementError = importViews3dAnalysisVolumeMeasurementVolumeMeasurementError;
|
|
11896
|
+
exports.importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
12056
11897
|
exports.importViews3dEnvironmentCloudyWeather = importViews3dEnvironmentCloudyWeather;
|
|
12057
11898
|
exports.importViews3dEnvironmentFoggyWeather = importViews3dEnvironmentFoggyWeather;
|
|
12058
11899
|
exports.importViews3dEnvironmentRainyWeather = importViews3dEnvironmentRainyWeather;
|
|
@@ -12212,6 +12053,8 @@ exports.importWidgetsEditorCreateFeaturesWorkflow = importWidgetsEditorCreateFea
|
|
|
12212
12053
|
exports.importWidgetsEditorCreateFeaturesWorkflowData = importWidgetsEditorCreateFeaturesWorkflowData;
|
|
12213
12054
|
exports.importWidgetsEditorEditorViewModel = importWidgetsEditorEditorViewModel;
|
|
12214
12055
|
exports.importWidgetsEditorEdits = importWidgetsEditorEdits;
|
|
12056
|
+
exports.importWidgetsEditorSplitFeatureWorkflow = importWidgetsEditorSplitFeatureWorkflow;
|
|
12057
|
+
exports.importWidgetsEditorSplitFeatureWorkflowData = importWidgetsEditorSplitFeatureWorkflowData;
|
|
12215
12058
|
exports.importWidgetsEditorSupportEditorItem = importWidgetsEditorSupportEditorItem;
|
|
12216
12059
|
exports.importWidgetsEditorUpdateFeaturesWorkflowData = importWidgetsEditorUpdateFeaturesWorkflowData;
|
|
12217
12060
|
exports.importWidgetsEditorUpdateWorkflow = importWidgetsEditorUpdateWorkflow;
|
|
@@ -12242,9 +12085,6 @@ exports.importWidgetsFeatureTableFeatureTableViewModel = importWidgetsFeatureTab
|
|
|
12242
12085
|
exports.importWidgetsFeatureTableFieldColumn = importWidgetsFeatureTableFieldColumn;
|
|
12243
12086
|
exports.importWidgetsFeatureTableGridColumn = importWidgetsFeatureTableGridColumn;
|
|
12244
12087
|
exports.importWidgetsFeatureTableGridGroupColumn = importWidgetsFeatureTableGridGroupColumn;
|
|
12245
|
-
exports.importWidgetsFeatureTableGridSupportButtonMenu = importWidgetsFeatureTableGridSupportButtonMenu;
|
|
12246
|
-
exports.importWidgetsFeatureTableGridSupportButtonMenuItem = importWidgetsFeatureTableGridSupportButtonMenuItem;
|
|
12247
|
-
exports.importWidgetsFeatureTableGridSupportButtonMenuViewModel = importWidgetsFeatureTableGridSupportButtonMenuViewModel;
|
|
12248
12088
|
exports.importWidgetsFeatureTableRelationshipColumn = importWidgetsFeatureTableRelationshipColumn;
|
|
12249
12089
|
exports.importWidgetsFeatureTableSupportAttachmentsColumnTemplate = importWidgetsFeatureTableSupportAttachmentsColumnTemplate;
|
|
12250
12090
|
exports.importWidgetsFeatureTableSupportAttachmentsViewOptions = importWidgetsFeatureTableSupportAttachmentsViewOptions;
|
|
@@ -12380,14 +12220,14 @@ exports.newAnalysisDimensionAnalysis = newAnalysisDimensionAnalysis;
|
|
|
12380
12220
|
exports.newAnalysisDimensionSimpleStyle = newAnalysisDimensionSimpleStyle;
|
|
12381
12221
|
exports.newAnalysisDirectLineMeasurementAnalysis = newAnalysisDirectLineMeasurementAnalysis;
|
|
12382
12222
|
exports.newAnalysisElevationProfileAnalysis = newAnalysisElevationProfileAnalysis;
|
|
12383
|
-
exports.
|
|
12384
|
-
exports.newAnalysisElevationProfileElevationProfileInputLine = newAnalysisElevationProfileElevationProfileInputLine;
|
|
12223
|
+
exports.newAnalysisElevationProfileElevationProfileDisplayUnits = newAnalysisElevationProfileElevationProfileDisplayUnits;
|
|
12385
12224
|
exports.newAnalysisElevationProfileElevationProfileLine = newAnalysisElevationProfileElevationProfileLine;
|
|
12386
12225
|
exports.newAnalysisElevationProfileElevationProfileLineChartOptions = newAnalysisElevationProfileElevationProfileLineChartOptions;
|
|
12226
|
+
exports.newAnalysisElevationProfileElevationProfileLineGround = newAnalysisElevationProfileElevationProfileLineGround;
|
|
12227
|
+
exports.newAnalysisElevationProfileElevationProfileLineInput = newAnalysisElevationProfileElevationProfileLineInput;
|
|
12228
|
+
exports.newAnalysisElevationProfileElevationProfileLineQuery = newAnalysisElevationProfileElevationProfileLineQuery;
|
|
12229
|
+
exports.newAnalysisElevationProfileElevationProfileLineScene = newAnalysisElevationProfileElevationProfileLineScene;
|
|
12387
12230
|
exports.newAnalysisElevationProfileElevationProfileLineViewOptions = newAnalysisElevationProfileElevationProfileLineViewOptions;
|
|
12388
|
-
exports.newAnalysisElevationProfileElevationProfileQueryLine = newAnalysisElevationProfileElevationProfileQueryLine;
|
|
12389
|
-
exports.newAnalysisElevationProfileElevationProfileSceneLine = newAnalysisElevationProfileElevationProfileSceneLine;
|
|
12390
|
-
exports.newAnalysisElevationProfileElevationProfileUnits = newAnalysisElevationProfileElevationProfileUnits;
|
|
12391
12231
|
exports.newAnalysisElevationProfileElevationProfileViewOptions = newAnalysisElevationProfileElevationProfileViewOptions;
|
|
12392
12232
|
exports.newAnalysisLengthDimension = newAnalysisLengthDimension;
|
|
12393
12233
|
exports.newAnalysisLineOfSightAnalysis = newAnalysisLineOfSightAnalysis;
|
|
@@ -12400,6 +12240,8 @@ exports.newAnalysisViewshed = newAnalysisViewshed;
|
|
|
12400
12240
|
exports.newAnalysisViewshedAnalysis = newAnalysisViewshedAnalysis;
|
|
12401
12241
|
exports.newAnalysisVolumeMeasurementAnalysis = newAnalysisVolumeMeasurementAnalysis;
|
|
12402
12242
|
exports.newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions = newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions;
|
|
12243
|
+
exports.newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits = newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits;
|
|
12244
|
+
exports.newAnalysisVolumeMeasurementVolumeMeasurementInputUnits = newAnalysisVolumeMeasurementVolumeMeasurementInputUnits;
|
|
12403
12245
|
exports.newAttributeBinsGraphic = newAttributeBinsGraphic;
|
|
12404
12246
|
exports.newBasemap = newBasemap;
|
|
12405
12247
|
exports.newCamera = newCamera;
|
|
@@ -12462,29 +12304,8 @@ exports.newGeometrySupportMeshTexture = newGeometrySupportMeshTexture;
|
|
|
12462
12304
|
exports.newGeometrySupportMeshTextureTransform = newGeometrySupportMeshTextureTransform;
|
|
12463
12305
|
exports.newGeometrySupportMeshTransform = newGeometrySupportMeshTransform;
|
|
12464
12306
|
exports.newGraphic = newGraphic;
|
|
12465
|
-
exports.newGraphicBuildingGraphicOrigin = newGraphicBuildingGraphicOrigin;
|
|
12466
|
-
exports.newGraphicCSVGraphicOrigin = newGraphicCSVGraphicOrigin;
|
|
12467
|
-
exports.newGraphicCatalogGraphicOrigin = newGraphicCatalogGraphicOrigin;
|
|
12468
|
-
exports.newGraphicFeatureGraphicOrigin = newGraphicFeatureGraphicOrigin;
|
|
12469
|
-
exports.newGraphicGeoJSONGraphicOrigin = newGraphicGeoJSONGraphicOrigin;
|
|
12470
|
-
exports.newGraphicGeoRSSGraphicOrigin = newGraphicGeoRSSGraphicOrigin;
|
|
12471
12307
|
exports.newGraphicGraphicOrigin = newGraphicGraphicOrigin;
|
|
12472
|
-
exports.newGraphicIntegratedMesh3DTilesGraphicOrigin = newGraphicIntegratedMesh3DTilesGraphicOrigin;
|
|
12473
|
-
exports.newGraphicIntegratedMeshGraphicOrigin = newGraphicIntegratedMeshGraphicOrigin;
|
|
12474
|
-
exports.newGraphicKnowledgeGraphGraphicOrigin = newGraphicKnowledgeGraphGraphicOrigin;
|
|
12475
|
-
exports.newGraphicMapImageGraphicOrigin = newGraphicMapImageGraphicOrigin;
|
|
12476
|
-
exports.newGraphicMapNotesGraphicOrigin = newGraphicMapNotesGraphicOrigin;
|
|
12477
|
-
exports.newGraphicOGCFeatureGraphicOrigin = newGraphicOGCFeatureGraphicOrigin;
|
|
12478
|
-
exports.newGraphicOrientedImageryGraphicOrigin = newGraphicOrientedImageryGraphicOrigin;
|
|
12479
|
-
exports.newGraphicParquetGraphicOrigin = newGraphicParquetGraphicOrigin;
|
|
12480
|
-
exports.newGraphicPointCloudGraphicOrigin = newGraphicPointCloudGraphicOrigin;
|
|
12481
|
-
exports.newGraphicSceneGraphicOrigin = newGraphicSceneGraphicOrigin;
|
|
12482
|
-
exports.newGraphicStreamGraphicOrigin = newGraphicStreamGraphicOrigin;
|
|
12483
|
-
exports.newGraphicSubtypeGroupGraphicOrigin = newGraphicSubtypeGroupGraphicOrigin;
|
|
12484
|
-
exports.newGraphicTileGraphicOrigin = newGraphicTileGraphicOrigin;
|
|
12485
12308
|
exports.newGraphicVectorTileGraphicOrigin = newGraphicVectorTileGraphicOrigin;
|
|
12486
|
-
exports.newGraphicVoxelGraphicOrigin = newGraphicVoxelGraphicOrigin;
|
|
12487
|
-
exports.newGraphicWFSGraphicOrigin = newGraphicWFSGraphicOrigin;
|
|
12488
12309
|
exports.newGround = newGround;
|
|
12489
12310
|
exports.newIdentityCredential = newIdentityCredential;
|
|
12490
12311
|
exports.newIdentityOAuthInfo = newIdentityOAuthInfo;
|
|
@@ -12540,6 +12361,7 @@ exports.newLayersSupportBuildingSummaryStatistics = newLayersSupportBuildingSumm
|
|
|
12540
12361
|
exports.newLayersSupportCodedValueDomain = newLayersSupportCodedValueDomain;
|
|
12541
12362
|
exports.newLayersSupportControlPointsGeoreference = newLayersSupportControlPointsGeoreference;
|
|
12542
12363
|
exports.newLayersSupportCornersGeoreference = newLayersSupportCornersGeoreference;
|
|
12364
|
+
exports.newLayersSupportDateTimeFieldFormat = newLayersSupportDateTimeFieldFormat;
|
|
12543
12365
|
exports.newLayersSupportDimensionalDefinition = newLayersSupportDimensionalDefinition;
|
|
12544
12366
|
exports.newLayersSupportDisplayFilter = newLayersSupportDisplayFilter;
|
|
12545
12367
|
exports.newLayersSupportDisplayFilterInfo = newLayersSupportDisplayFilterInfo;
|
|
@@ -12556,6 +12378,7 @@ exports.newLayersSupportFeatureReductionSelection = newLayersSupportFeatureReduc
|
|
|
12556
12378
|
exports.newLayersSupportFeatureTemplate = newLayersSupportFeatureTemplate;
|
|
12557
12379
|
exports.newLayersSupportFeatureType = newLayersSupportFeatureType;
|
|
12558
12380
|
exports.newLayersSupportField = newLayersSupportField;
|
|
12381
|
+
exports.newLayersSupportFieldConfiguration = newLayersSupportFieldConfiguration;
|
|
12559
12382
|
exports.newLayersSupportFieldsIndex = newLayersSupportFieldsIndex;
|
|
12560
12383
|
exports.newLayersSupportGeometryFieldsInfo = newLayersSupportGeometryFieldsInfo;
|
|
12561
12384
|
exports.newLayersSupportImageElement = newLayersSupportImageElement;
|
|
@@ -12569,6 +12392,7 @@ exports.newLayersSupportLocalMediaElementSource = newLayersSupportLocalMediaElem
|
|
|
12569
12392
|
exports.newLayersSupportMapImage = newLayersSupportMapImage;
|
|
12570
12393
|
exports.newLayersSupportMosaicRule = newLayersSupportMosaicRule;
|
|
12571
12394
|
exports.newLayersSupportMultidimensionalSubset = newLayersSupportMultidimensionalSubset;
|
|
12395
|
+
exports.newLayersSupportNumberFieldFormat = newLayersSupportNumberFieldFormat;
|
|
12572
12396
|
exports.newLayersSupportOrderByInfo = newLayersSupportOrderByInfo;
|
|
12573
12397
|
exports.newLayersSupportParquetEncodingLocation = newLayersSupportParquetEncodingLocation;
|
|
12574
12398
|
exports.newLayersSupportParquetEncodingWkb = newLayersSupportParquetEncodingWkb;
|
|
@@ -12836,6 +12660,7 @@ exports.newRestSupportImageVolume = newRestSupportImageVolume;
|
|
|
12836
12660
|
exports.newRestSupportImageVolumeParameters = newRestSupportImageVolumeParameters;
|
|
12837
12661
|
exports.newRestSupportImageVolumeResult = newRestSupportImageVolumeResult;
|
|
12838
12662
|
exports.newRestSupportJobInfo = newRestSupportJobInfo;
|
|
12663
|
+
exports.newRestSupportLastMileDeliveryParameters = newRestSupportLastMileDeliveryParameters;
|
|
12839
12664
|
exports.newRestSupportLegendLayer = newRestSupportLegendLayer;
|
|
12840
12665
|
exports.newRestSupportLengthsParameters = newRestSupportLengthsParameters;
|
|
12841
12666
|
exports.newRestSupportLinearUnit = newRestSupportLinearUnit;
|
|
@@ -12927,13 +12752,12 @@ exports.newTablesElementsAttributeTableElement = newTablesElementsAttributeTable
|
|
|
12927
12752
|
exports.newTablesElementsAttributeTableFieldElement = newTablesElementsAttributeTableFieldElement;
|
|
12928
12753
|
exports.newTablesElementsAttributeTableGroupElement = newTablesElementsAttributeTableGroupElement;
|
|
12929
12754
|
exports.newTablesElementsAttributeTableRelationshipElement = newTablesElementsAttributeTableRelationshipElement;
|
|
12930
|
-
exports.newTimeExtent = newTimeExtent;
|
|
12931
|
-
exports.newTimeInterval = newTimeInterval;
|
|
12932
12755
|
exports.newTimeTimeExtent = newTimeTimeExtent;
|
|
12933
12756
|
exports.newTimeTimeInterval = newTimeTimeInterval;
|
|
12934
12757
|
exports.newVersionManagementVersionManagementService = newVersionManagementVersionManagementService;
|
|
12935
12758
|
exports.newVersionManagementVersioningState = newVersionManagementVersioningState;
|
|
12936
12759
|
exports.newViewpoint = newViewpoint;
|
|
12760
|
+
exports.newViews2dAnalysisElevationProfileAnalysisView2D = newViews2dAnalysisElevationProfileAnalysisView2D;
|
|
12937
12761
|
exports.newViews2dLayersBaseLayerView2D = newViews2dLayersBaseLayerView2D;
|
|
12938
12762
|
exports.newViews2dLayersBaseLayerViewGL2D = newViews2dLayersBaseLayerViewGL2D;
|
|
12939
12763
|
exports.newViews2dViewState = newViews2dViewState;
|
|
@@ -12946,6 +12770,8 @@ exports.newViews3dAnalysisLineOfSightAnalysisView3D = newViews3dAnalysisLineOfSi
|
|
|
12946
12770
|
exports.newViews3dAnalysisSliceAnalysisView3D = newViews3dAnalysisSliceAnalysisView3D;
|
|
12947
12771
|
exports.newViews3dAnalysisViewshedAnalysisView3D = newViews3dAnalysisViewshedAnalysisView3D;
|
|
12948
12772
|
exports.newViews3dAnalysisVolumeMeasurementAnalysisView3D = newViews3dAnalysisVolumeMeasurementAnalysisView3D;
|
|
12773
|
+
exports.newViews3dAnalysisVolumeMeasurementVolumeMeasurementError = newViews3dAnalysisVolumeMeasurementVolumeMeasurementError;
|
|
12774
|
+
exports.newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult = newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult;
|
|
12949
12775
|
exports.newViews3dEnvironmentCloudyWeather = newViews3dEnvironmentCloudyWeather;
|
|
12950
12776
|
exports.newViews3dEnvironmentFoggyWeather = newViews3dEnvironmentFoggyWeather;
|
|
12951
12777
|
exports.newViews3dEnvironmentRainyWeather = newViews3dEnvironmentRainyWeather;
|
|
@@ -13098,6 +12924,7 @@ exports.newWidgetsEditorCreateFeaturesWorkflow = newWidgetsEditorCreateFeaturesW
|
|
|
13098
12924
|
exports.newWidgetsEditorCreateFeaturesWorkflowData = newWidgetsEditorCreateFeaturesWorkflowData;
|
|
13099
12925
|
exports.newWidgetsEditorEditorViewModel = newWidgetsEditorEditorViewModel;
|
|
13100
12926
|
exports.newWidgetsEditorEdits = newWidgetsEditorEdits;
|
|
12927
|
+
exports.newWidgetsEditorSplitFeatureWorkflow = newWidgetsEditorSplitFeatureWorkflow;
|
|
13101
12928
|
exports.newWidgetsEditorSupportEditorItem = newWidgetsEditorSupportEditorItem;
|
|
13102
12929
|
exports.newWidgetsEditorUpdateFeaturesWorkflowData = newWidgetsEditorUpdateFeaturesWorkflowData;
|
|
13103
12930
|
exports.newWidgetsEditorUpdateWorkflow = newWidgetsEditorUpdateWorkflow;
|
|
@@ -13128,9 +12955,6 @@ exports.newWidgetsFeatureTableFeatureTableViewModel = newWidgetsFeatureTableFeat
|
|
|
13128
12955
|
exports.newWidgetsFeatureTableFieldColumn = newWidgetsFeatureTableFieldColumn;
|
|
13129
12956
|
exports.newWidgetsFeatureTableGridColumn = newWidgetsFeatureTableGridColumn;
|
|
13130
12957
|
exports.newWidgetsFeatureTableGridGroupColumn = newWidgetsFeatureTableGridGroupColumn;
|
|
13131
|
-
exports.newWidgetsFeatureTableGridSupportButtonMenu = newWidgetsFeatureTableGridSupportButtonMenu;
|
|
13132
|
-
exports.newWidgetsFeatureTableGridSupportButtonMenuItem = newWidgetsFeatureTableGridSupportButtonMenuItem;
|
|
13133
|
-
exports.newWidgetsFeatureTableGridSupportButtonMenuViewModel = newWidgetsFeatureTableGridSupportButtonMenuViewModel;
|
|
13134
12958
|
exports.newWidgetsFeatureTableRelationshipColumn = newWidgetsFeatureTableRelationshipColumn;
|
|
13135
12959
|
exports.newWidgetsFeatureTableSupportAttachmentsColumnTemplate = newWidgetsFeatureTableSupportAttachmentsColumnTemplate;
|
|
13136
12960
|
exports.newWidgetsFeatureTableSupportAttachmentsViewOptions = newWidgetsFeatureTableSupportAttachmentsViewOptions;
|