@arcgis/core-adapter 4.33.0-next.93 → 4.33.0-next.95
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/dist/index.cjs +32 -11
- package/dist/index.d.cts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +32 -11
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6013,17 +6013,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
6013
6013
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
6014
6014
|
return new ModConstructor(properties);
|
|
6015
6015
|
}
|
|
6016
|
-
async function importViewsLayersCatalogLayerView() {
|
|
6017
|
-
if (isAMD) {
|
|
6018
|
-
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6019
|
-
}
|
|
6020
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6021
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6022
|
-
}
|
|
6023
|
-
async function newViewsLayersCatalogLayerView(properties) {
|
|
6024
|
-
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6025
|
-
return new ModConstructor(properties);
|
|
6026
|
-
}
|
|
6027
6016
|
async function importViewsLayersCatalogDynamicGroupLayerView() {
|
|
6028
6017
|
if (isAMD) {
|
|
6029
6018
|
return await window.$arcgis.import("esri/views/layers/CatalogDynamicGroupLayerView");
|
|
@@ -6046,6 +6035,17 @@ async function newViewsLayersCatalogFootprintLayerView(properties) {
|
|
|
6046
6035
|
const ModConstructor = await importViewsLayersCatalogFootprintLayerView();
|
|
6047
6036
|
return new ModConstructor(properties);
|
|
6048
6037
|
}
|
|
6038
|
+
async function importViewsLayersCatalogLayerView() {
|
|
6039
|
+
if (isAMD) {
|
|
6040
|
+
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6041
|
+
}
|
|
6042
|
+
const module2 = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6043
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6044
|
+
}
|
|
6045
|
+
async function newViewsLayersCatalogLayerView(properties) {
|
|
6046
|
+
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6047
|
+
return new ModConstructor(properties);
|
|
6048
|
+
}
|
|
6049
6049
|
async function importViewsLayersDimensionLayerView() {
|
|
6050
6050
|
if (isAMD) {
|
|
6051
6051
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6112,6 +6112,17 @@ async function newViewsLayersLayerView(properties) {
|
|
|
6112
6112
|
const ModConstructor = await importViewsLayersLayerView();
|
|
6113
6113
|
return new ModConstructor(properties);
|
|
6114
6114
|
}
|
|
6115
|
+
async function importViewsLayersLineOfSightLayerView() {
|
|
6116
|
+
if (isAMD) {
|
|
6117
|
+
return await window.$arcgis.import("esri/views/layers/LineOfSightLayerView");
|
|
6118
|
+
}
|
|
6119
|
+
const module2 = await import("@arcgis/core/views/layers/LineOfSightLayerView.js");
|
|
6120
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6121
|
+
}
|
|
6122
|
+
async function newViewsLayersLineOfSightLayerView(properties) {
|
|
6123
|
+
const ModConstructor = await importViewsLayersLineOfSightLayerView();
|
|
6124
|
+
return new ModConstructor(properties);
|
|
6125
|
+
}
|
|
6115
6126
|
async function importViewsLayersMediaLayerView() {
|
|
6116
6127
|
if (isAMD) {
|
|
6117
6128
|
return await window.$arcgis.import("esri/views/layers/MediaLayerView");
|
|
@@ -9405,6 +9416,13 @@ async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
|
9405
9416
|
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
9406
9417
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9407
9418
|
}
|
|
9419
|
+
async function importGeometryOperatorsSimplifyOGCOperator() {
|
|
9420
|
+
if (isAMD) {
|
|
9421
|
+
return await window.$arcgis.import("esri/geometry/operators/simplifyOGCOperator");
|
|
9422
|
+
}
|
|
9423
|
+
const module2 = await import("@arcgis/core/geometry/operators/simplifyOGCOperator.js");
|
|
9424
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9425
|
+
}
|
|
9408
9426
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
9409
9427
|
if (isAMD) {
|
|
9410
9428
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10541,6 +10559,7 @@ exports.importGeometryOperatorsProximityOperator = importGeometryOperatorsProxim
|
|
|
10541
10559
|
exports.importGeometryOperatorsRelateOperator = importGeometryOperatorsRelateOperator;
|
|
10542
10560
|
exports.importGeometryOperatorsReshapeOperator = importGeometryOperatorsReshapeOperator;
|
|
10543
10561
|
exports.importGeometryOperatorsShapePreservingProjectOperator = importGeometryOperatorsShapePreservingProjectOperator;
|
|
10562
|
+
exports.importGeometryOperatorsSimplifyOGCOperator = importGeometryOperatorsSimplifyOGCOperator;
|
|
10544
10563
|
exports.importGeometryOperatorsSimplifyOperator = importGeometryOperatorsSimplifyOperator;
|
|
10545
10564
|
exports.importGeometryOperatorsSupportGeographicTransformation = importGeometryOperatorsSupportGeographicTransformation;
|
|
10546
10565
|
exports.importGeometryOperatorsSupportGeographicTransformationStep = importGeometryOperatorsSupportGeographicTransformationStep;
|
|
@@ -11162,6 +11181,7 @@ exports.importViewsLayersGroupLayerView = importViewsLayersGroupLayerView;
|
|
|
11162
11181
|
exports.importViewsLayersImageryLayerView = importViewsLayersImageryLayerView;
|
|
11163
11182
|
exports.importViewsLayersImageryTileLayerView = importViewsLayersImageryTileLayerView;
|
|
11164
11183
|
exports.importViewsLayersLayerView = importViewsLayersLayerView;
|
|
11184
|
+
exports.importViewsLayersLineOfSightLayerView = importViewsLayersLineOfSightLayerView;
|
|
11165
11185
|
exports.importViewsLayersMediaLayerView = importViewsLayersMediaLayerView;
|
|
11166
11186
|
exports.importViewsLayersOGCFeatureLayerView = importViewsLayersOGCFeatureLayerView;
|
|
11167
11187
|
exports.importViewsLayersPointCloudLayerView = importViewsLayersPointCloudLayerView;
|
|
@@ -11978,6 +11998,7 @@ exports.newViewsLayersGroupLayerView = newViewsLayersGroupLayerView;
|
|
|
11978
11998
|
exports.newViewsLayersImageryLayerView = newViewsLayersImageryLayerView;
|
|
11979
11999
|
exports.newViewsLayersImageryTileLayerView = newViewsLayersImageryTileLayerView;
|
|
11980
12000
|
exports.newViewsLayersLayerView = newViewsLayersLayerView;
|
|
12001
|
+
exports.newViewsLayersLineOfSightLayerView = newViewsLayersLineOfSightLayerView;
|
|
11981
12002
|
exports.newViewsLayersMediaLayerView = newViewsLayersMediaLayerView;
|
|
11982
12003
|
exports.newViewsLayersOGCFeatureLayerView = newViewsLayersOGCFeatureLayerView;
|
|
11983
12004
|
exports.newViewsLayersPointCloudLayerView = newViewsLayersPointCloudLayerView;
|
package/dist/index.d.cts
CHANGED
|
@@ -1101,12 +1101,12 @@ export declare function importViewsLayersBuildingComponentSublayerView(): Promis
|
|
|
1101
1101
|
export declare function newViewsLayersBuildingComponentSublayerView(properties: __esri.BuildingComponentSublayerViewProperties): Promise<__esri.BuildingComponentSublayerView>;
|
|
1102
1102
|
export declare function importViewsLayersBuildingSceneLayerView(): Promise<typeof __esri.BuildingSceneLayerView>;
|
|
1103
1103
|
export declare function newViewsLayersBuildingSceneLayerView(properties: __esri.BuildingSceneLayerViewProperties): Promise<__esri.BuildingSceneLayerView>;
|
|
1104
|
-
export declare function importViewsLayersCatalogLayerView(): Promise<typeof __esri.CatalogLayerView>;
|
|
1105
|
-
export declare function newViewsLayersCatalogLayerView(properties: __esri.CatalogLayerViewProperties): Promise<__esri.CatalogLayerView>;
|
|
1106
1104
|
export declare function importViewsLayersCatalogDynamicGroupLayerView(): Promise<typeof __esri.CatalogDynamicGroupLayerView>;
|
|
1107
1105
|
export declare function newViewsLayersCatalogDynamicGroupLayerView(properties: __esri.CatalogDynamicGroupLayerViewProperties): Promise<__esri.CatalogDynamicGroupLayerView>;
|
|
1108
1106
|
export declare function importViewsLayersCatalogFootprintLayerView(): Promise<typeof __esri.CatalogFootprintLayerView>;
|
|
1109
1107
|
export declare function newViewsLayersCatalogFootprintLayerView(properties: __esri.CatalogFootprintLayerViewProperties): Promise<__esri.CatalogFootprintLayerView>;
|
|
1108
|
+
export declare function importViewsLayersCatalogLayerView(): Promise<typeof __esri.CatalogLayerView>;
|
|
1109
|
+
export declare function newViewsLayersCatalogLayerView(properties: __esri.CatalogLayerViewProperties): Promise<__esri.CatalogLayerView>;
|
|
1110
1110
|
export declare function importViewsLayersDimensionLayerView(): Promise<typeof __esri.DimensionLayerView>;
|
|
1111
1111
|
export declare function newViewsLayersDimensionLayerView(properties: __esri.DimensionLayerViewProperties): Promise<__esri.DimensionLayerView>;
|
|
1112
1112
|
export declare function importViewsLayersFeatureLayerView(): Promise<typeof __esri.FeatureLayerView>;
|
|
@@ -1119,6 +1119,8 @@ export declare function importViewsLayersImageryTileLayerView(): Promise<typeof
|
|
|
1119
1119
|
export declare function newViewsLayersImageryTileLayerView(properties: __esri.ImageryTileLayerViewProperties): Promise<__esri.ImageryTileLayerView>;
|
|
1120
1120
|
export declare function importViewsLayersLayerView(): Promise<typeof __esri.LayerView>;
|
|
1121
1121
|
export declare function newViewsLayersLayerView(properties: __esri.LayerViewProperties): Promise<__esri.LayerView>;
|
|
1122
|
+
export declare function importViewsLayersLineOfSightLayerView(): Promise<typeof __esri.LineOfSightLayerView>;
|
|
1123
|
+
export declare function newViewsLayersLineOfSightLayerView(properties: __esri.LineOfSightLayerViewProperties): Promise<__esri.LineOfSightLayerView>;
|
|
1122
1124
|
export declare function importViewsLayersMediaLayerView(): Promise<typeof __esri.MediaLayerView>;
|
|
1123
1125
|
export declare function newViewsLayersMediaLayerView(properties: __esri.MediaLayerViewProperties): Promise<__esri.MediaLayerView>;
|
|
1124
1126
|
export declare function importViewsLayersOGCFeatureLayerView(): Promise<typeof __esri.OGCFeatureLayerView>;
|
|
@@ -1608,7 +1610,7 @@ export declare function newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewMode
|
|
|
1608
1610
|
export declare function importWidgetsUtilityNetworkValidateTopology(): Promise<typeof __esri.UtilityNetworkValidateTopology>;
|
|
1609
1611
|
export declare function newWidgetsUtilityNetworkValidateTopology(properties: __esri.UtilityNetworkValidateTopologyProperties): Promise<__esri.UtilityNetworkValidateTopology>;
|
|
1610
1612
|
export declare function importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(): Promise<typeof __esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1611
|
-
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties:
|
|
1613
|
+
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties: __esri.UtilityNetworkValidateTopologyViewModelProperties): Promise<__esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1612
1614
|
export declare function importWidgetsValuePicker(): Promise<typeof __esri.ValuePicker>;
|
|
1613
1615
|
export declare function newWidgetsValuePicker(properties: __esri.ValuePickerProperties): Promise<__esri.ValuePicker>;
|
|
1614
1616
|
export declare function importWidgetsValuePickerValuePickerCollection(): Promise<typeof __esri.ValuePickerCollection>;
|
|
@@ -1700,6 +1702,7 @@ export declare function importGeometryOperatorsProximityOperator(): Promise<type
|
|
|
1700
1702
|
export declare function importGeometryOperatorsRelateOperator(): Promise<typeof __esri.relateOperator>;
|
|
1701
1703
|
export declare function importGeometryOperatorsReshapeOperator(): Promise<typeof __esri.reshapeOperator>;
|
|
1702
1704
|
export declare function importGeometryOperatorsShapePreservingProjectOperator(): Promise<typeof __esri.shapePreservingProjectOperator>;
|
|
1705
|
+
export declare function importGeometryOperatorsSimplifyOGCOperator(): Promise<typeof __esri.simplifyOGCOperator>;
|
|
1703
1706
|
export declare function importGeometryOperatorsSimplifyOperator(): Promise<typeof __esri.simplifyOperator>;
|
|
1704
1707
|
export declare function importGeometryOperatorsSymmetricDifferenceOperator(): Promise<typeof __esri.symmetricDifferenceOperator>;
|
|
1705
1708
|
export declare function importGeometryOperatorsTouchesOperator(): Promise<typeof __esri.touchesOperator>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1101,12 +1101,12 @@ export declare function importViewsLayersBuildingComponentSublayerView(): Promis
|
|
|
1101
1101
|
export declare function newViewsLayersBuildingComponentSublayerView(properties: __esri.BuildingComponentSublayerViewProperties): Promise<__esri.BuildingComponentSublayerView>;
|
|
1102
1102
|
export declare function importViewsLayersBuildingSceneLayerView(): Promise<typeof __esri.BuildingSceneLayerView>;
|
|
1103
1103
|
export declare function newViewsLayersBuildingSceneLayerView(properties: __esri.BuildingSceneLayerViewProperties): Promise<__esri.BuildingSceneLayerView>;
|
|
1104
|
-
export declare function importViewsLayersCatalogLayerView(): Promise<typeof __esri.CatalogLayerView>;
|
|
1105
|
-
export declare function newViewsLayersCatalogLayerView(properties: __esri.CatalogLayerViewProperties): Promise<__esri.CatalogLayerView>;
|
|
1106
1104
|
export declare function importViewsLayersCatalogDynamicGroupLayerView(): Promise<typeof __esri.CatalogDynamicGroupLayerView>;
|
|
1107
1105
|
export declare function newViewsLayersCatalogDynamicGroupLayerView(properties: __esri.CatalogDynamicGroupLayerViewProperties): Promise<__esri.CatalogDynamicGroupLayerView>;
|
|
1108
1106
|
export declare function importViewsLayersCatalogFootprintLayerView(): Promise<typeof __esri.CatalogFootprintLayerView>;
|
|
1109
1107
|
export declare function newViewsLayersCatalogFootprintLayerView(properties: __esri.CatalogFootprintLayerViewProperties): Promise<__esri.CatalogFootprintLayerView>;
|
|
1108
|
+
export declare function importViewsLayersCatalogLayerView(): Promise<typeof __esri.CatalogLayerView>;
|
|
1109
|
+
export declare function newViewsLayersCatalogLayerView(properties: __esri.CatalogLayerViewProperties): Promise<__esri.CatalogLayerView>;
|
|
1110
1110
|
export declare function importViewsLayersDimensionLayerView(): Promise<typeof __esri.DimensionLayerView>;
|
|
1111
1111
|
export declare function newViewsLayersDimensionLayerView(properties: __esri.DimensionLayerViewProperties): Promise<__esri.DimensionLayerView>;
|
|
1112
1112
|
export declare function importViewsLayersFeatureLayerView(): Promise<typeof __esri.FeatureLayerView>;
|
|
@@ -1119,6 +1119,8 @@ export declare function importViewsLayersImageryTileLayerView(): Promise<typeof
|
|
|
1119
1119
|
export declare function newViewsLayersImageryTileLayerView(properties: __esri.ImageryTileLayerViewProperties): Promise<__esri.ImageryTileLayerView>;
|
|
1120
1120
|
export declare function importViewsLayersLayerView(): Promise<typeof __esri.LayerView>;
|
|
1121
1121
|
export declare function newViewsLayersLayerView(properties: __esri.LayerViewProperties): Promise<__esri.LayerView>;
|
|
1122
|
+
export declare function importViewsLayersLineOfSightLayerView(): Promise<typeof __esri.LineOfSightLayerView>;
|
|
1123
|
+
export declare function newViewsLayersLineOfSightLayerView(properties: __esri.LineOfSightLayerViewProperties): Promise<__esri.LineOfSightLayerView>;
|
|
1122
1124
|
export declare function importViewsLayersMediaLayerView(): Promise<typeof __esri.MediaLayerView>;
|
|
1123
1125
|
export declare function newViewsLayersMediaLayerView(properties: __esri.MediaLayerViewProperties): Promise<__esri.MediaLayerView>;
|
|
1124
1126
|
export declare function importViewsLayersOGCFeatureLayerView(): Promise<typeof __esri.OGCFeatureLayerView>;
|
|
@@ -1608,7 +1610,7 @@ export declare function newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewMode
|
|
|
1608
1610
|
export declare function importWidgetsUtilityNetworkValidateTopology(): Promise<typeof __esri.UtilityNetworkValidateTopology>;
|
|
1609
1611
|
export declare function newWidgetsUtilityNetworkValidateTopology(properties: __esri.UtilityNetworkValidateTopologyProperties): Promise<__esri.UtilityNetworkValidateTopology>;
|
|
1610
1612
|
export declare function importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(): Promise<typeof __esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1611
|
-
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties:
|
|
1613
|
+
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties: __esri.UtilityNetworkValidateTopologyViewModelProperties): Promise<__esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1612
1614
|
export declare function importWidgetsValuePicker(): Promise<typeof __esri.ValuePicker>;
|
|
1613
1615
|
export declare function newWidgetsValuePicker(properties: __esri.ValuePickerProperties): Promise<__esri.ValuePicker>;
|
|
1614
1616
|
export declare function importWidgetsValuePickerValuePickerCollection(): Promise<typeof __esri.ValuePickerCollection>;
|
|
@@ -1700,6 +1702,7 @@ export declare function importGeometryOperatorsProximityOperator(): Promise<type
|
|
|
1700
1702
|
export declare function importGeometryOperatorsRelateOperator(): Promise<typeof __esri.relateOperator>;
|
|
1701
1703
|
export declare function importGeometryOperatorsReshapeOperator(): Promise<typeof __esri.reshapeOperator>;
|
|
1702
1704
|
export declare function importGeometryOperatorsShapePreservingProjectOperator(): Promise<typeof __esri.shapePreservingProjectOperator>;
|
|
1705
|
+
export declare function importGeometryOperatorsSimplifyOGCOperator(): Promise<typeof __esri.simplifyOGCOperator>;
|
|
1703
1706
|
export declare function importGeometryOperatorsSimplifyOperator(): Promise<typeof __esri.simplifyOperator>;
|
|
1704
1707
|
export declare function importGeometryOperatorsSymmetricDifferenceOperator(): Promise<typeof __esri.symmetricDifferenceOperator>;
|
|
1705
1708
|
export declare function importGeometryOperatorsTouchesOperator(): Promise<typeof __esri.touchesOperator>;
|
package/dist/index.js
CHANGED
|
@@ -5989,17 +5989,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
5989
5989
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
5990
5990
|
return new ModConstructor(properties);
|
|
5991
5991
|
}
|
|
5992
|
-
async function importViewsLayersCatalogLayerView() {
|
|
5993
|
-
if (isAMD) {
|
|
5994
|
-
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
5995
|
-
}
|
|
5996
|
-
const module = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
5997
|
-
return isDefaultModule(module) ? module.default : module;
|
|
5998
|
-
}
|
|
5999
|
-
async function newViewsLayersCatalogLayerView(properties) {
|
|
6000
|
-
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6001
|
-
return new ModConstructor(properties);
|
|
6002
|
-
}
|
|
6003
5992
|
async function importViewsLayersCatalogDynamicGroupLayerView() {
|
|
6004
5993
|
if (isAMD) {
|
|
6005
5994
|
return await window.$arcgis.import("esri/views/layers/CatalogDynamicGroupLayerView");
|
|
@@ -6022,6 +6011,17 @@ async function newViewsLayersCatalogFootprintLayerView(properties) {
|
|
|
6022
6011
|
const ModConstructor = await importViewsLayersCatalogFootprintLayerView();
|
|
6023
6012
|
return new ModConstructor(properties);
|
|
6024
6013
|
}
|
|
6014
|
+
async function importViewsLayersCatalogLayerView() {
|
|
6015
|
+
if (isAMD) {
|
|
6016
|
+
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6017
|
+
}
|
|
6018
|
+
const module = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6019
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6020
|
+
}
|
|
6021
|
+
async function newViewsLayersCatalogLayerView(properties) {
|
|
6022
|
+
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6023
|
+
return new ModConstructor(properties);
|
|
6024
|
+
}
|
|
6025
6025
|
async function importViewsLayersDimensionLayerView() {
|
|
6026
6026
|
if (isAMD) {
|
|
6027
6027
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6088,6 +6088,17 @@ async function newViewsLayersLayerView(properties) {
|
|
|
6088
6088
|
const ModConstructor = await importViewsLayersLayerView();
|
|
6089
6089
|
return new ModConstructor(properties);
|
|
6090
6090
|
}
|
|
6091
|
+
async function importViewsLayersLineOfSightLayerView() {
|
|
6092
|
+
if (isAMD) {
|
|
6093
|
+
return await window.$arcgis.import("esri/views/layers/LineOfSightLayerView");
|
|
6094
|
+
}
|
|
6095
|
+
const module = await import("@arcgis/core/views/layers/LineOfSightLayerView.js");
|
|
6096
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6097
|
+
}
|
|
6098
|
+
async function newViewsLayersLineOfSightLayerView(properties) {
|
|
6099
|
+
const ModConstructor = await importViewsLayersLineOfSightLayerView();
|
|
6100
|
+
return new ModConstructor(properties);
|
|
6101
|
+
}
|
|
6091
6102
|
async function importViewsLayersMediaLayerView() {
|
|
6092
6103
|
if (isAMD) {
|
|
6093
6104
|
return await window.$arcgis.import("esri/views/layers/MediaLayerView");
|
|
@@ -9381,6 +9392,13 @@ async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
|
9381
9392
|
const module = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
9382
9393
|
return isDefaultModule(module) ? module.default : module;
|
|
9383
9394
|
}
|
|
9395
|
+
async function importGeometryOperatorsSimplifyOGCOperator() {
|
|
9396
|
+
if (isAMD) {
|
|
9397
|
+
return await window.$arcgis.import("esri/geometry/operators/simplifyOGCOperator");
|
|
9398
|
+
}
|
|
9399
|
+
const module = await import("@arcgis/core/geometry/operators/simplifyOGCOperator.js");
|
|
9400
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9401
|
+
}
|
|
9384
9402
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
9385
9403
|
if (isAMD) {
|
|
9386
9404
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10518,6 +10536,7 @@ export {
|
|
|
10518
10536
|
importGeometryOperatorsRelateOperator,
|
|
10519
10537
|
importGeometryOperatorsReshapeOperator,
|
|
10520
10538
|
importGeometryOperatorsShapePreservingProjectOperator,
|
|
10539
|
+
importGeometryOperatorsSimplifyOGCOperator,
|
|
10521
10540
|
importGeometryOperatorsSimplifyOperator,
|
|
10522
10541
|
importGeometryOperatorsSupportGeographicTransformation,
|
|
10523
10542
|
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
@@ -11139,6 +11158,7 @@ export {
|
|
|
11139
11158
|
importViewsLayersImageryLayerView,
|
|
11140
11159
|
importViewsLayersImageryTileLayerView,
|
|
11141
11160
|
importViewsLayersLayerView,
|
|
11161
|
+
importViewsLayersLineOfSightLayerView,
|
|
11142
11162
|
importViewsLayersMediaLayerView,
|
|
11143
11163
|
importViewsLayersOGCFeatureLayerView,
|
|
11144
11164
|
importViewsLayersPointCloudLayerView,
|
|
@@ -11955,6 +11975,7 @@ export {
|
|
|
11955
11975
|
newViewsLayersImageryLayerView,
|
|
11956
11976
|
newViewsLayersImageryTileLayerView,
|
|
11957
11977
|
newViewsLayersLayerView,
|
|
11978
|
+
newViewsLayersLineOfSightLayerView,
|
|
11958
11979
|
newViewsLayersMediaLayerView,
|
|
11959
11980
|
newViewsLayersOGCFeatureLayerView,
|
|
11960
11981
|
newViewsLayersPointCloudLayerView,
|