@arcgis/core 5.0.0-next.30 → 5.0.0-next.31

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.
Files changed (91) hide show
  1. package/Basemap.js +1 -1
  2. package/assets/esri/core/workers/RemoteClient.js +1 -1
  3. package/assets/esri/core/workers/chunks/{406d270ae2b3cf9e1f1b.js → 05e55118dc0023d500fc.js} +1 -1
  4. package/assets/esri/core/workers/chunks/{93fe46be3c7fe34b5361.js → 1432e789aa4cba627337.js} +1 -1
  5. package/assets/esri/core/workers/chunks/{6e9d731cb20307b83ab0.js → 1e55f152b60145f33b61.js} +1 -1
  6. package/assets/esri/core/workers/chunks/444026d1938c1078ca97.js +1 -0
  7. package/assets/esri/core/workers/chunks/{a425ffec91d07bbfeb80.js → 565358ea8d1bdc4d1ebc.js} +1 -1
  8. package/assets/esri/core/workers/chunks/{d769c1b18e2710e0388b.js → a6324f5f560ffadc6e5d.js} +1 -1
  9. package/assets/esri/core/workers/chunks/{a091623bbfb3d771c8d8.js → d8db2c51b2fb42f37b2a.js} +1 -1
  10. package/assets/esri/core/workers/chunks/{984bb0943d07c86b7e77.js → ded3ef385d5a3a2ec8ca.js} +1 -1
  11. package/config.js +1 -1
  12. package/core/Message.js +1 -1
  13. package/geometry/Circle.js +1 -1
  14. package/geometry/Extent.js +1 -1
  15. package/geometry/geodesicUtils.js +5 -0
  16. package/geometry/support/geodesicUtils.js +1 -1
  17. package/interfaces.d.ts +427 -187
  18. package/kernel.js +1 -1
  19. package/layers/graphics/OptimizedGeometry.js +1 -1
  20. package/layers/graphics/controllers/I3SOnDemandController.js +1 -1
  21. package/layers/knowledgeGraph/SessionMemoryStorage.js +1 -1
  22. package/layers/support/BuildingFilterBlock.js +1 -1
  23. package/package.json +2 -2
  24. package/rest/support/QueryMixin.js +1 -1
  25. package/support/revision.js +1 -1
  26. package/views/2d/analysis/AreaMeasurement/AreaMeasurementController.js +1 -1
  27. package/views/2d/analysis/DistanceMeasurement/DistanceMeasurementController.js +1 -1
  28. package/views/2d/grid/gridUtils.js +1 -1
  29. package/views/2d/layers/FeatureLayerView2D.js +1 -1
  30. package/views/2d/layers/ImageryLayerView2D.js +1 -1
  31. package/views/2d/layers/MediaLayerView2D.js +1 -1
  32. package/views/2d/layers/OGCFeatureLayerView2D.js +1 -1
  33. package/views/2d/layers/StreamLayerView2D.js +1 -1
  34. package/views/3d/GroundView3D.js +1 -1
  35. package/views/3d/analysis/ShadowCastAnalysisView3D.js +1 -1
  36. package/views/3d/environment/SceneViewEnvironment.js +1 -1
  37. package/views/3d/interactive/editingTools/reshape/edgeOffsetUtils.js +1 -1
  38. package/views/3d/layers/DimensionLayerView3D.js +1 -1
  39. package/views/3d/layers/FeatureLayerViewBase3D.js +1 -1
  40. package/views/3d/layers/FeatureLikeLayerView3D.js +1 -1
  41. package/views/3d/layers/I3SMeshView3D.js +1 -1
  42. package/views/3d/layers/ImageryLayerView3D.js +1 -1
  43. package/views/3d/layers/LineOfSightLayerView3D.js +1 -1
  44. package/views/3d/layers/MediaLayerView3D.js +1 -1
  45. package/views/3d/layers/OGCFeatureLayerView3D.js +1 -1
  46. package/views/3d/layers/PointCloudLayerView3D.js +1 -1
  47. package/views/3d/layers/StreamLayerView3D.js +1 -1
  48. package/views/3d/layers/ViewshedLayerView3D.js +1 -1
  49. package/views/3d/layers/graphics/Graphics3DElevationAlignment.js +1 -1
  50. package/views/3d/layers/i3s/I3SOverrides.js +1 -1
  51. package/views/3d/layers/i3s/I3SViewportQueries.js +1 -1
  52. package/views/3d/layers/i3s/LayerElevationProvider.js +1 -1
  53. package/views/SceneView.js +1 -1
  54. package/views/analysis/ElevationProfile/elevationProfileGeometryUtils.js +1 -1
  55. package/views/interactive/sketch/constraintUtils.js +1 -1
  56. package/views/interactive/sketch/constraints.js +1 -1
  57. package/views/layers/DimensionLayerView.js +1 -1
  58. package/views/layers/DimensionLayerViewMixin.js +5 -0
  59. package/views/layers/FeatureLayerView.js +1 -1
  60. package/views/layers/FeatureLayerViewMixin.d.ts +2 -2
  61. package/views/layers/FeatureLayerViewMixin.js +5 -0
  62. package/views/layers/ImageryLayerView.js +1 -1
  63. package/views/layers/ImageryLayerViewMixin.js +5 -0
  64. package/views/layers/LineOfSightLayerView.js +1 -1
  65. package/views/layers/LineOfSightLayerViewMixin.js +5 -0
  66. package/views/layers/MediaLayerView.js +1 -1
  67. package/views/layers/MediaLayerViewMixin.js +5 -0
  68. package/views/layers/OGCFeatureLayerView.js +1 -1
  69. package/views/layers/PointCloudLayerView.js +1 -1
  70. package/views/layers/StreamLayerView.js +1 -1
  71. package/views/layers/ViewshedLayerView.js +1 -1
  72. package/views/layers/ViewshedLayerViewMixin.js +5 -0
  73. package/views/support/LayerLayerViewInfo.js +1 -1
  74. package/views/support/PromiseQueue.js +1 -1
  75. package/views/support/angularMeasurementUtils.js +1 -1
  76. package/views/support/drapedUtils.js +1 -1
  77. package/views/support/geodesicAreaMeasurementUtils.js +1 -1
  78. package/views/support/geodesicLengthMeasurementUtils.js +1 -1
  79. package/views/support/geodesicMeasurementUtils.js +1 -1
  80. package/webscene/Environment.js +1 -1
  81. package/widgets/AreaMeasurement2D/AreaMeasurement2DTool.js +1 -1
  82. package/widgets/Attribution.js +1 -1
  83. package/widgets/DistanceMeasurement2D/DistanceMeasurement2DTool.js +1 -1
  84. package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
  85. package/widgets/ElevationProfile/support/geometryUtils.js +1 -1
  86. package/widgets/OrientedImageryViewer/imageMeasurementUtils.js +1 -1
  87. package/widgets/Popup.js +1 -1
  88. package/widgets/ScaleBar/ScaleBarViewModel.js +1 -1
  89. package/widgets/Sketch/support/ResponsiveToolbar/ResponsiveToolbar.js +1 -1
  90. package/widgets/support/forms/expressions/FormExpressionArcadeExecutor.js +1 -1
  91. package/assets/esri/core/workers/chunks/b66e41d626a7d1b81d48.js +0 -1
package/interfaces.d.ts CHANGED
@@ -6481,31 +6481,32 @@ declare namespace __esri {
6481
6481
  signal?: AbortSignal | nullish;
6482
6482
  }
6483
6483
 
6484
- /**
6485
- * Represents the full definition for a shared template, typically obtained from the
6486
- * `sharedTemplates/templates` endpoint of a feature service.
6487
- *
6488
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-editing-sharedTemplates-SharedTemplate.html Read more...}
6489
- */
6490
- interface SharedTemplate {
6484
+ export class SharedTemplate {
6485
+ /**
6486
+ * The type of the template.
6487
+ *
6488
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-editing-sharedTemplates-SharedTemplate.html#type Read more...}
6489
+ */
6491
6490
  readonly type: "feature" | "group" | "preset";
6491
+ constructor();
6492
6492
  }
6493
6493
 
6494
- export const SharedTemplate: SharedTemplate;
6495
-
6496
- /**
6497
- * Represents the info for a shared template, typically obtained from the
6498
- * `sharedTemplates/query` endpoint of a feature service.
6499
- *
6500
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-editing-sharedTemplates-SharedTemplateMetadata.html Read more...}
6501
- */
6502
- interface SharedTemplateMetadata {
6494
+ export class SharedTemplateMetadata {
6495
+ /**
6496
+ * The template ID of the shared template.
6497
+ *
6498
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-editing-sharedTemplates-SharedTemplateMetadata.html#templateId Read more...}
6499
+ */
6503
6500
  templateId: number;
6501
+ /**
6502
+ * The type of the shared template.
6503
+ *
6504
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-editing-sharedTemplates-SharedTemplateMetadata.html#type Read more...}
6505
+ */
6504
6506
  type: "feature" | "group" | "preset";
6507
+ constructor();
6505
6508
  }
6506
6509
 
6507
- export const SharedTemplateMetadata: SharedTemplateMetadata;
6508
-
6509
6510
  export interface ServiceInfo {
6510
6511
  url: string;
6511
6512
  }
@@ -18165,7 +18166,7 @@ declare namespace __esri {
18165
18166
  get elevationInfo(): ElevationInfo | nullish;
18166
18167
  set elevationInfo(value: ElevationInfoProperties | nullish);
18167
18168
  /**
18168
- * The featureEffect can be used to draw attention features of interest.
18169
+ * The featureEffect can be used to draw attention to features of interest.
18169
18170
  *
18170
18171
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-catalog-CatalogFootprintLayer.html#featureEffect Read more...}
18171
18172
  */
@@ -18306,7 +18307,7 @@ declare namespace __esri {
18306
18307
  */
18307
18308
  elevationInfo?: ElevationInfoProperties | nullish;
18308
18309
  /**
18309
- * The featureEffect can be used to draw attention features of interest.
18310
+ * The featureEffect can be used to draw attention to features of interest.
18310
18311
  *
18311
18312
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-catalog-CatalogFootprintLayer.html#featureEffect Read more...}
18312
18313
  */
@@ -19478,7 +19479,7 @@ declare namespace __esri {
19478
19479
  get elevationInfo(): ElevationInfo | nullish;
19479
19480
  set elevationInfo(value: ElevationInfoProperties | nullish);
19480
19481
  /**
19481
- * The featureEffect can be used to draw attention features of interest.
19482
+ * The featureEffect can be used to draw attention to features of interest.
19482
19483
  *
19483
19484
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#featureEffect Read more...}
19484
19485
  */
@@ -19756,7 +19757,7 @@ declare namespace __esri {
19756
19757
  */
19757
19758
  elevationInfo?: ElevationInfoProperties | nullish;
19758
19759
  /**
19759
- * The featureEffect can be used to draw attention features of interest.
19760
+ * The featureEffect can be used to draw attention to features of interest.
19760
19761
  *
19761
19762
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-CSVLayer.html#featureEffect Read more...}
19762
19763
  */
@@ -20625,7 +20626,7 @@ declare namespace __esri {
20625
20626
  get elevationInfo(): ElevationInfo | nullish;
20626
20627
  set elevationInfo(value: ElevationInfoProperties | nullish);
20627
20628
  /**
20628
- * The featureEffect can be used to draw attention features of interest.
20629
+ * The featureEffect can be used to draw attention to features of interest.
20629
20630
  *
20630
20631
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#featureEffect Read more...}
20631
20632
  */
@@ -21155,7 +21156,7 @@ declare namespace __esri {
21155
21156
  */
21156
21157
  elevationInfo?: ElevationInfoProperties | nullish;
21157
21158
  /**
21158
- * The featureEffect can be used to draw attention features of interest.
21159
+ * The featureEffect can be used to draw attention to features of interest.
21159
21160
  *
21160
21161
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#featureEffect Read more...}
21161
21162
  */
@@ -22032,7 +22033,7 @@ declare namespace __esri {
22032
22033
  get elevationInfo(): ElevationInfo | nullish;
22033
22034
  set elevationInfo(value: ElevationInfoProperties | nullish);
22034
22035
  /**
22035
- * The featureEffect can be used to draw attention features of interest.
22036
+ * The featureEffect can be used to draw attention to features of interest.
22036
22037
  *
22037
22038
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#featureEffect Read more...}
22038
22039
  */
@@ -22324,7 +22325,7 @@ declare namespace __esri {
22324
22325
  */
22325
22326
  elevationInfo?: ElevationInfoProperties | nullish;
22326
22327
  /**
22327
- * The featureEffect can be used to draw attention features of interest.
22328
+ * The featureEffect can be used to draw attention to features of interest.
22328
22329
  *
22329
22330
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GeoJSONLayer.html#featureEffect Read more...}
22330
22331
  */
@@ -25496,7 +25497,7 @@ declare namespace __esri {
25496
25497
  get elevationInfo(): ElevationInfo | nullish;
25497
25498
  set elevationInfo(value: ElevationInfoProperties | nullish);
25498
25499
  /**
25499
- * The featureEffect can be used to draw attention features of interest.
25500
+ * The featureEffect can be used to draw attention to features of interest.
25500
25501
  *
25501
25502
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-KnowledgeGraphSublayer.html#featureEffect Read more...}
25502
25503
  */
@@ -25715,7 +25716,7 @@ declare namespace __esri {
25715
25716
  */
25716
25717
  elevationInfo?: ElevationInfoProperties | nullish;
25717
25718
  /**
25718
- * The featureEffect can be used to draw attention features of interest.
25719
+ * The featureEffect can be used to draw attention to features of interest.
25719
25720
  *
25720
25721
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-knowledgeGraph-KnowledgeGraphSublayer.html#featureEffect Read more...}
25721
25722
  */
@@ -28836,7 +28837,7 @@ declare namespace __esri {
28836
28837
  get elevationInfo(): ElevationInfo | nullish;
28837
28838
  set elevationInfo(value: ElevationInfoProperties | nullish);
28838
28839
  /**
28839
- * The featureEffect can be used to draw attention features of interest.
28840
+ * The featureEffect can be used to draw attention to features of interest.
28840
28841
  *
28841
28842
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html#featureEffect Read more...}
28842
28843
  */
@@ -29002,7 +29003,7 @@ declare namespace __esri {
29002
29003
  */
29003
29004
  elevationInfo?: ElevationInfoProperties | nullish;
29004
29005
  /**
29005
- * The featureEffect can be used to draw attention features of interest.
29006
+ * The featureEffect can be used to draw attention to features of interest.
29006
29007
  *
29007
29008
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OGCFeatureLayer.html#featureEffect Read more...}
29008
29009
  */
@@ -29663,7 +29664,7 @@ declare namespace __esri {
29663
29664
  get elevationInfo(): ElevationInfo | nullish;
29664
29665
  set elevationInfo(value: ElevationInfoProperties | nullish);
29665
29666
  /**
29666
- * The featureEffect can be used to draw attention features of interest.
29667
+ * The featureEffect can be used to draw attention to features of interest.
29667
29668
  *
29668
29669
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OrientedImageryLayer.html#featureEffect Read more...}
29669
29670
  */
@@ -29922,7 +29923,7 @@ declare namespace __esri {
29922
29923
  */
29923
29924
  farDistance?: number | nullish;
29924
29925
  /**
29925
- * The featureEffect can be used to draw attention features of interest.
29926
+ * The featureEffect can be used to draw attention to features of interest.
29926
29927
  *
29927
29928
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-OrientedImageryLayer.html#featureEffect Read more...}
29928
29929
  */
@@ -30314,7 +30315,7 @@ declare namespace __esri {
30314
30315
  | (ParquetEncodingLocationProperties & { type: "location" })
30315
30316
  | nullish);
30316
30317
  /**
30317
- * The featureEffect can be used to draw attention features of interest.
30318
+ * The featureEffect can be used to draw attention to features of interest.
30318
30319
  *
30319
30320
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#featureEffect Read more...}
30320
30321
  */
@@ -30491,7 +30492,7 @@ declare namespace __esri {
30491
30492
  | (ParquetEncodingLocationProperties & { type: "location" })
30492
30493
  | nullish;
30493
30494
  /**
30494
- * The featureEffect can be used to draw attention features of interest.
30495
+ * The featureEffect can be used to draw attention to features of interest.
30495
30496
  *
30496
30497
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ParquetLayer.html#featureEffect Read more...}
30497
30498
  */
@@ -31278,7 +31279,7 @@ declare namespace __esri {
31278
31279
  *
31279
31280
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-RouteLayer.html#solve Read more...}
31280
31281
  */
31281
- solve(routeParameters: RouteParameters, requestOptions?: RequestOptions): Promise<RouteLayerSolveResult>;
31282
+ solve(routeParameters?: RouteParameters, requestOptions?: RequestOptions): Promise<RouteLayerSolveResult>;
31282
31283
  /**
31283
31284
  * Updates the layer with the results from a solved route layer.
31284
31285
  *
@@ -32407,7 +32408,7 @@ declare namespace __esri {
32407
32408
  get elevationInfo(): ElevationInfo | nullish;
32408
32409
  set elevationInfo(value: ElevationInfoProperties | nullish);
32409
32410
  /**
32410
- * The featureEffect can be used to draw attention features of interest.
32411
+ * The featureEffect can be used to draw attention to features of interest.
32411
32412
  *
32412
32413
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#featureEffect Read more...}
32413
32414
  */
@@ -32658,7 +32659,7 @@ declare namespace __esri {
32658
32659
  */
32659
32660
  elevationInfo?: ElevationInfoProperties | nullish;
32660
32661
  /**
32661
- * The featureEffect can be used to draw attention features of interest.
32662
+ * The featureEffect can be used to draw attention to features of interest.
32662
32663
  *
32663
32664
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html#featureEffect Read more...}
32664
32665
  */
@@ -42170,24 +42171,30 @@ declare namespace __esri {
42170
42171
  sublayerId?: number | nullish;
42171
42172
  }
42172
42173
 
42173
- /**
42174
- * A web socket connection to a stream service.
42175
- *
42176
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-StreamConnection.html Read more...}
42177
- */
42178
- interface StreamConnection {
42174
+ export class StreamConnection {
42175
+ /**
42176
+ * The error that explains an unsuccessful attempt to connect to the
42177
+ * stream service or an unexpected disconnection from the stream service.
42178
+ *
42179
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-StreamConnection.html#connectionError Read more...}
42180
+ */
42179
42181
  readonly connectionError: Error | nullish;
42182
+ /**
42183
+ * The status of the Web Socket connection with the stream service.
42184
+ *
42185
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-StreamConnection.html#connectionStatus Read more...}
42186
+ */
42180
42187
  readonly connectionStatus: "connected" | "disconnected";
42188
+ constructor();
42181
42189
  /**
42182
42190
  * Destroys the existing connection instance to the stream service.
42183
42191
  *
42184
42192
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-StreamConnection.html#destroy Read more...}
42185
42193
  */
42186
42194
  destroy(): void;
42195
+ on(name: "data-received", eventHandler: StreamConnectionDataReceivedEventHandler): IHandle;
42187
42196
  }
42188
42197
 
42189
- export const StreamConnection: StreamConnection;
42190
-
42191
42198
  export interface StreamConnectionDataReceivedEvent {
42192
42199
  attributes: any;
42193
42200
  geometry: any;
@@ -47336,10 +47343,7 @@ declare namespace __esri {
47336
47343
  type: "Int8" | "UInt8" | "Int16" | "UInt16" | "Int32" | "UInt32" | "Float32" | "Float64" | nullish;
47337
47344
  }
47338
47345
 
47339
- export interface VoxelVariableStyle extends JSONSupport, Clonable {
47340
- }
47341
-
47342
- export class VoxelVariableStyle {
47346
+ export class VoxelVariableStyle extends JSONSupport {
47343
47347
  /**
47344
47348
  * The variable label.
47345
47349
  *
@@ -47461,15 +47465,26 @@ declare namespace __esri {
47461
47465
  label?: string;
47462
47466
  }
47463
47467
 
47464
- /**
47465
- * The VoxelVolume exposes properties that describe the volume and methods to convert to and from voxel space.
47466
- *
47467
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-voxel-VoxelVolume.html Read more...}
47468
- */
47469
- interface VoxelVolume {
47468
+ export class VoxelVolume {
47469
+ /**
47470
+ * The unique identifier for the volume.
47471
+ *
47472
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-voxel-VoxelVolume.html#id Read more...}
47473
+ */
47470
47474
  readonly id: number;
47475
+ /**
47476
+ * A 3-component array containing the volume size in voxels.
47477
+ *
47478
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-voxel-VoxelVolume.html#sizeInVoxels Read more...}
47479
+ */
47471
47480
  sizeInVoxels: number[];
47481
+ /**
47482
+ * Returns the type of the current variable's volume.
47483
+ *
47484
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-voxel-VoxelVolume.html#volumeType Read more...}
47485
+ */
47472
47486
  volumeType: "xyz" | "xyzt" | "xyt";
47487
+ constructor();
47473
47488
  /**
47474
47489
  * Convert a position in voxel space to the spatialReference of the layer.
47475
47490
  *
@@ -47488,12 +47503,7 @@ declare namespace __esri {
47488
47503
  computeVoxelSpaceLocation(pos: Point): number[];
47489
47504
  }
47490
47505
 
47491
- export const VoxelVolume: VoxelVolume;
47492
-
47493
- export interface VoxelVolumeStyle extends JSONSupport, Clonable {
47494
- }
47495
-
47496
- export class VoxelVolumeStyle {
47506
+ export class VoxelVolumeStyle extends JSONSupport {
47497
47507
  /**
47498
47508
  * The vertical exaggeration factor.
47499
47509
  *
@@ -49150,7 +49160,7 @@ declare namespace __esri {
49150
49160
  get elevationInfo(): ElevationInfo | nullish;
49151
49161
  set elevationInfo(value: ElevationInfoProperties | nullish);
49152
49162
  /**
49153
- * The featureEffect can be used to draw attention features of interest.
49163
+ * The featureEffect can be used to draw attention to features of interest.
49154
49164
  *
49155
49165
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#featureEffect Read more...}
49156
49166
  */
@@ -49392,7 +49402,7 @@ declare namespace __esri {
49392
49402
  */
49393
49403
  elevationInfo?: ElevationInfoProperties | nullish;
49394
49404
  /**
49395
- * The featureEffect can be used to draw attention features of interest.
49405
+ * The featureEffect can be used to draw attention to features of interest.
49396
49406
  *
49397
49407
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WFSLayer.html#featureEffect Read more...}
49398
49408
  */
@@ -51748,7 +51758,7 @@ declare namespace __esri {
51748
51758
  terminalConfigurationId: number;
51749
51759
  }
51750
51760
 
51751
- export class Circuit extends JSONSupport {
51761
+ export class Circuit extends Accessor {
51752
51762
  /**
51753
51763
  * User-defined attributes on the circuit.
51754
51764
  *
@@ -51886,7 +51896,6 @@ declare namespace __esri {
51886
51896
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Circuit.html#setStartStopLocations Read more...}
51887
51897
  */
51888
51898
  setStartStopLocations(startLocation: CircuitLocation, stopLocation: CircuitLocation): void;
51889
- static fromJSON(json: any): Circuit;
51890
51899
  }
51891
51900
 
51892
51901
  interface CircuitProperties {
@@ -51946,7 +51955,7 @@ declare namespace __esri {
51946
51955
  subcircuits?: SubcircuitProperties[];
51947
51956
  }
51948
51957
 
51949
- export class CircuitLocation extends JSONSupport {
51958
+ export class CircuitLocation extends Accessor {
51950
51959
  /**
51951
51960
  * The first unit of the group associated with the circuit location.
51952
51961
  *
@@ -51983,7 +51992,6 @@ declare namespace __esri {
51983
51992
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitLocation.html Read more...}
51984
51993
  */
51985
51994
  constructor(properties?: CircuitLocationProperties);
51986
- static fromJSON(json: any): CircuitLocation;
51987
51995
  }
51988
51996
 
51989
51997
  interface CircuitLocationProperties {
@@ -52019,7 +52027,7 @@ declare namespace __esri {
52019
52027
  terminalId?: number;
52020
52028
  }
52021
52029
 
52022
- export class CircuitPath extends JSONSupport {
52030
+ export class CircuitPath extends Accessor {
52023
52031
  /**
52024
52032
  * The unique identifier for the path's order.
52025
52033
  *
@@ -52066,7 +52074,6 @@ declare namespace __esri {
52066
52074
  */
52067
52075
  get stoppingPoint(): TraceLocation;
52068
52076
  set stoppingPoint(value: TraceLocationProperties);
52069
- static fromJSON(json: any): CircuitPath;
52070
52077
  }
52071
52078
 
52072
52079
  interface CircuitPathProperties {
@@ -52108,7 +52115,7 @@ declare namespace __esri {
52108
52115
  stoppingPoint?: TraceLocationProperties;
52109
52116
  }
52110
52117
 
52111
- export class CircuitPathConnectivityElement extends JSONSupport {
52118
+ export class CircuitPathConnectivityElement extends Accessor {
52112
52119
  /**
52113
52120
  * Represents the junction and edge that comprise one hop in a path.
52114
52121
  *
@@ -52129,7 +52136,6 @@ declare namespace __esri {
52129
52136
  */
52130
52137
  get junctionElement(): TelecomNetworkElement;
52131
52138
  set junctionElement(value: TelecomNetworkElementProperties);
52132
- static fromJSON(json: any): CircuitPathConnectivityElement;
52133
52139
  }
52134
52140
 
52135
52141
  interface CircuitPathConnectivityElementProperties {
@@ -52147,7 +52153,7 @@ declare namespace __esri {
52147
52153
  junctionElement?: TelecomNetworkElementProperties;
52148
52154
  }
52149
52155
 
52150
- export class CircuitSection extends JSONSupport {
52156
+ export class CircuitSection extends Accessor {
52151
52157
  /**
52152
52158
  * The path between the circuit's start and stop locations.
52153
52159
  *
@@ -52216,7 +52222,6 @@ declare namespace __esri {
52216
52222
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-CircuitSection.html#setSubcircuit Read more...}
52217
52223
  */
52218
52224
  setSubcircuit(subcircuit: Subcircuit): void;
52219
- static fromJSON(json: any): CircuitSection;
52220
52225
  }
52221
52226
 
52222
52227
  interface CircuitSectionProperties {
@@ -52414,7 +52419,7 @@ declare namespace __esri {
52414
52419
  signal?: AbortSignal | nullish;
52415
52420
  }
52416
52421
 
52417
- export class Subcircuit extends JSONSupport {
52422
+ export class Subcircuit extends Accessor {
52418
52423
  /**
52419
52424
  * User-defined attributes on the subcircuit.
52420
52425
  *
@@ -52474,7 +52479,6 @@ declare namespace __esri {
52474
52479
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-support-Subcircuit.html#setAttribute Read more...}
52475
52480
  */
52476
52481
  setAttribute(name: string, newValue: any): void;
52477
- static fromJSON(json: any): Subcircuit;
52478
52482
  }
52479
52483
 
52480
52484
  interface SubcircuitProperties {
@@ -65260,23 +65264,70 @@ declare namespace __esri {
65260
65264
 
65261
65265
  export const geoprocessor: geoprocessor;
65262
65266
 
65263
- /**
65264
- * A convenience module for providing input options for the geoprocessing service return values.
65265
- *
65266
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html Read more...}
65267
- */
65268
- interface GPOptions {
65269
- outSpatialReference: SpatialReferenceProperties | nullish;
65270
- processExtent: ExtentProperties | nullish;
65271
- processSpatialReference: SpatialReferenceProperties | nullish;
65267
+ export class GPOptions {
65268
+ /**
65269
+ * When `true`, individual values in a value table will be prefixed with the associated column name.
65270
+ *
65271
+ * @default false
65272
+ *
65273
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html#returnColumnName Read more...}
65274
+ */
65272
65275
  returnColumnName: boolean;
65276
+ /**
65277
+ * When `true`, a parameter value of type `"feature-record-set-layer"` will be returned as a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html feature layer}
65278
+ * rather than a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-FeatureSet.html feature set}.
65279
+ *
65280
+ * @default false
65281
+ *
65282
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html#returnFeatureCollection Read more...}
65283
+ */
65273
65284
  returnFeatureCollection: boolean;
65285
+ /**
65286
+ * If `true`, m-values will be included in the results if the features have m-values.
65287
+ *
65288
+ * @default false
65289
+ *
65290
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html#returnM Read more...}
65291
+ */
65274
65292
  returnM: boolean;
65293
+ /**
65294
+ * If `true`, z-values will be included in the results if the features have z-values.
65295
+ *
65296
+ * @default false
65297
+ *
65298
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html#returnZ Read more...}
65299
+ */
65275
65300
  returnZ: boolean;
65301
+ constructor();
65302
+ /**
65303
+ * The spatial reference of the output geometries.
65304
+ *
65305
+ * @default null
65306
+ *
65307
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html#outSpatialReference Read more...}
65308
+ */
65309
+ get outSpatialReference(): SpatialReference | nullish;
65310
+ set outSpatialReference(value: SpatialReferenceProperties | nullish);
65311
+ /**
65312
+ * ProcessExtent, if specified, will only process features that overlap this extent.
65313
+ *
65314
+ * @default null
65315
+ *
65316
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html#processExtent Read more...}
65317
+ */
65318
+ get processExtent(): Extent | nullish;
65319
+ set processExtent(value: ExtentProperties | nullish);
65320
+ /**
65321
+ * The spatial reference that the model will use to perform geometry operations.
65322
+ *
65323
+ * @default null
65324
+ *
65325
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-geoprocessor-GPOptions.html#processSpatialReference Read more...}
65326
+ */
65327
+ get processSpatialReference(): SpatialReference | nullish;
65328
+ set processSpatialReference(value: SpatialReferenceProperties | nullish);
65276
65329
  }
65277
65330
 
65278
- export const GPOptions: GPOptions;
65279
-
65280
65331
  /**
65281
65332
  * Performs an identify operation on the layers of a map service exposed by the ArcGIS
65282
65333
  * Server REST API.
@@ -68610,7 +68661,7 @@ declare namespace __esri {
68610
68661
  text: string | nullish;
68611
68662
  }
68612
68663
 
68613
- export class CircuitTraceResult extends JSONSupport {
68664
+ export class CircuitTraceResult extends Accessor {
68614
68665
  /**
68615
68666
  * Represents the result of a circuit trace with the "circuits" result type.
68616
68667
  *
@@ -68638,7 +68689,6 @@ declare namespace __esri {
68638
68689
  */
68639
68690
  get path(): CircuitPath | nullish;
68640
68691
  set path(value: CircuitPathProperties | nullish);
68641
- static fromJSON(json: any): CircuitTraceResult;
68642
68692
  }
68643
68693
 
68644
68694
  interface CircuitTraceResultProperties {
@@ -68662,20 +68712,29 @@ declare namespace __esri {
68662
68712
  path?: CircuitPathProperties | nullish;
68663
68713
  }
68664
68714
 
68665
- /**
68666
- * The result of a circuit {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-CircuitManager.html#verify CircuitManager} operation on a particular circuit
68667
- * in a telecom domain network.
68668
- *
68669
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitVerifyResult.html Read more...}
68670
- */
68671
- interface CircuitVerifyResult {
68715
+ export class CircuitVerifyResult {
68716
+ /**
68717
+ * The error which occurred during the verify operation, if any.
68718
+ *
68719
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitVerifyResult.html#error Read more...}
68720
+ */
68672
68721
  error: ServiceError | nullish;
68673
- geometry: PolylineProperties | nullish;
68722
+ /**
68723
+ * The name of the verified circuit.
68724
+ *
68725
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitVerifyResult.html#name Read more...}
68726
+ */
68674
68727
  name: string;
68728
+ constructor();
68729
+ /**
68730
+ * The synthesized geometry for the verified circuit.
68731
+ *
68732
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-circuits-support-CircuitVerifyResult.html#geometry Read more...}
68733
+ */
68734
+ get geometry(): Polyline | nullish;
68735
+ set geometry(value: PolylineProperties | nullish);
68675
68736
  }
68676
68737
 
68677
- export const CircuitVerifyResult: CircuitVerifyResult;
68678
-
68679
68738
  /**
68680
68739
  * The utility network associations model connectivity, containment, and structure relations between assets.
68681
68740
  *
@@ -69944,22 +70003,46 @@ declare namespace __esri {
69944
70003
  globalIds: string[];
69945
70004
  }
69946
70005
 
69947
- /**
69948
- * Class that holds the returned object after running the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-Network.html#validateTopology Network.validateTopology()} method.
69949
- *
69950
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html Read more...}
69951
- */
69952
- interface ValidateNetworkTopologyResult {
70006
+ export class ValidateNetworkTopologyResult {
70007
+ /**
70008
+ * Contains information about the subnetworks that are marked as dirty during the validation process, along with the domain network and tier containing the subnetwork.
70009
+ *
70010
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html#discoveredSubnetworks Read more...}
70011
+ */
69953
70012
  discoveredSubnetworks: Subnetwork[] | nullish;
70013
+ /**
70014
+ * If `maxRecordCount` is configured for a layer, `exceededTransferLimit` will be `true` if a query matches more than the `maxRecordCount` features.
70015
+ *
70016
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html#exceededTransferLimit Read more...}
70017
+ */
69954
70018
  exceededTransferLimit: boolean | nullish;
70019
+ /**
70020
+ * If the current feature service contains no dirty areas, full update will return true.
70021
+ *
70022
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html#fullUpdate Read more...}
70023
+ */
69955
70024
  fullUpdate: boolean;
70025
+ /**
70026
+ * The date/timestamp (in UTC) when the validate process was executed.
70027
+ *
70028
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html#moment Read more...}
70029
+ */
69956
70030
  moment: Date | nullish;
70031
+ /**
70032
+ * The serviceEdits returns full features including the original features prior to delete, the original and current features for updates, and the current rows for inserts, which may contain implicit changes.
70033
+ *
70034
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html#serviceEdits Read more...}
70035
+ */
69957
70036
  serviceEdits: ValidateServiceEdits[] | nullish;
70037
+ /**
70038
+ * If error features are created during the validation process validateErrorsCreated will be true.
70039
+ *
70040
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-support-ValidateNetworkTopologyResult.html#validateErrorsCreated Read more...}
70041
+ */
69958
70042
  validateErrorsCreated: boolean;
70043
+ constructor();
69959
70044
  }
69960
70045
 
69961
- export const ValidateNetworkTopologyResult: ValidateNetworkTopologyResult;
69962
-
69963
70046
  /**
69964
70047
  * The Subnetwork object represents the domain name, tier name, and subnetwork via fulfilling the promise returned from running the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-networks-Network.html#validateTopology Network.validateTopology()} function.
69965
70048
  *
@@ -70021,19 +70104,22 @@ declare namespace __esri {
70021
70104
 
70022
70105
  export const trace: trace;
70023
70106
 
70024
- /**
70025
- * The result of a unit identifier esri/networks/UnitIdentifierManager#query operation on a particular unit
70026
- * container in a telecom domain network.
70027
- *
70028
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-unitIdentifiers-support-UnitQueryResult.html Read more...}
70029
- */
70030
- interface UnitQueryResult {
70107
+ export class UnitQueryResult {
70108
+ /**
70109
+ * The unit container feature or object that was queried.
70110
+ *
70111
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-unitIdentifiers-support-UnitQueryResult.html#container Read more...}
70112
+ */
70031
70113
  container: UnitIdentifier;
70114
+ /**
70115
+ * Information about the ranges of unit identifiers in the container feature's containment hierarchy.
70116
+ *
70117
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-networks-unitIdentifiers-support-UnitQueryResult.html#ranges Read more...}
70118
+ */
70032
70119
  ranges: UnitRange[];
70120
+ constructor();
70033
70121
  }
70034
70122
 
70035
- export const UnitQueryResult: UnitQueryResult;
70036
-
70037
70123
  /**
70038
70124
  * This modules contains functions for working with network services.
70039
70125
  *
@@ -99007,38 +99093,83 @@ declare namespace __esri {
99007
99093
  interface VirtualLightingProperties extends websceneVirtualLightingProperties {
99008
99094
  }
99009
99095
 
99010
- /**
99011
- * This class contains performance information like memory usage and number of features for a specific layer.
99012
- *
99013
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-LayerPerformanceInfo.html Read more...}
99014
- */
99015
- interface LayerPerformanceInfo {
99096
+ export class LayerPerformanceInfo {
99097
+ /**
99098
+ * The number of features displayed in the SceneView.
99099
+ *
99100
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-LayerPerformanceInfo.html#displayedNumberOfFeatures Read more...}
99101
+ */
99016
99102
  displayedNumberOfFeatures: number;
99103
+ /**
99104
+ * The layer corresponding to the memory usage information.
99105
+ *
99106
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-LayerPerformanceInfo.html#layer Read more...}
99107
+ */
99017
99108
  layer: Layer | nullish;
99109
+ /**
99110
+ * The maximum number of features that can be displayed in the layer.
99111
+ *
99112
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-LayerPerformanceInfo.html#maximumNumberOfFeatures Read more...}
99113
+ */
99018
99114
  maximumNumberOfFeatures: number | nullish;
99115
+ /**
99116
+ * An estimate of the memory currently in use by the layer, in bytes.
99117
+ *
99118
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-LayerPerformanceInfo.html#memory Read more...}
99119
+ */
99019
99120
  memory: number;
99121
+ /**
99122
+ * The total number of features contained in the layer.
99123
+ *
99124
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-LayerPerformanceInfo.html#totalNumberOfFeatures Read more...}
99125
+ */
99020
99126
  totalNumberOfFeatures: number | nullish;
99127
+ constructor();
99021
99128
  }
99022
99129
 
99023
- export const LayerPerformanceInfo: LayerPerformanceInfo;
99024
-
99025
- /**
99026
- * This class contains information about performance in the scene like global memory usage
99027
- * and additional details for layers about memory consumption and number of features.
99028
- *
99029
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-SceneViewPerformanceInfo.html Read more...}
99030
- */
99031
- interface SceneViewPerformanceInfo {
99130
+ export class SceneViewPerformanceInfo {
99131
+ /**
99132
+ * An estimate of the memory used by the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-edges-Edges3D.html Edges3D} feature when
99133
+ * added to 3D objects in {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html SceneLayer} or to polygons with
99134
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ExtrudeSymbol3DLayer.html ExtrudeSymbol3DLayer} symbols.
99135
+ *
99136
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-SceneViewPerformanceInfo.html#edgesMemory Read more...}
99137
+ */
99032
99138
  edgesMemory: number;
99139
+ /**
99140
+ * An array representing detailed information about memory usage of most layers.
99141
+ *
99142
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-SceneViewPerformanceInfo.html#layerPerformanceInfos Read more...}
99143
+ */
99033
99144
  layerPerformanceInfos: LayerPerformanceInfo[];
99145
+ /**
99146
+ * Quality level as a number between 0 and 1.
99147
+ *
99148
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-SceneViewPerformanceInfo.html#quality Read more...}
99149
+ */
99034
99150
  quality: number;
99151
+ /**
99152
+ * An estimate of the memory currently in use by {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ElevationLayer.html ElevationLayer} and
99153
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-TileLayer.html tiled layers}, in bytes.
99154
+ *
99155
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-SceneViewPerformanceInfo.html#terrainMemory Read more...}
99156
+ */
99035
99157
  terrainMemory: number;
99158
+ /**
99159
+ * The total memory available to the SceneView, in bytes.
99160
+ *
99161
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-SceneViewPerformanceInfo.html#totalMemory Read more...}
99162
+ */
99036
99163
  totalMemory: number;
99164
+ /**
99165
+ * An estimate of the memory that is in use by the SceneView, in bytes.
99166
+ *
99167
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-support-SceneViewPerformanceInfo.html#usedMemory Read more...}
99168
+ */
99037
99169
  usedMemory: number;
99170
+ constructor();
99038
99171
  }
99039
99172
 
99040
- export const SceneViewPerformanceInfo: SceneViewPerformanceInfo;
99041
-
99042
99173
  /**
99043
99174
  * This module contains convenience functions and typings to work with {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderNode.html RenderNode}.
99044
99175
  *
@@ -99109,13 +99240,14 @@ declare namespace __esri {
99109
99240
 
99110
99241
  export const webgl: webgl;
99111
99242
 
99112
- /**
99113
- * ManagedFBO is an interface to represent a framebuffer object resource of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
99114
- *
99115
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-ManagedFBO.html Read more...}
99116
- */
99117
- interface ManagedFBO {
99243
+ export class ManagedFBO {
99244
+ /**
99245
+ * The name of the managed fbo target.
99246
+ *
99247
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-ManagedFBO.html#name Read more...}
99248
+ */
99118
99249
  readonly name: RenderNodeInput;
99250
+ constructor();
99119
99251
  /**
99120
99252
  * Acquire and attach a new color texture to this framebuffer.
99121
99253
  *
@@ -99163,6 +99295,12 @@ declare namespace __esri {
99163
99295
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-ManagedFBO.html#getTexture Read more...}
99164
99296
  */
99165
99297
  getTexture(attachment?: ColorAttachment | DepthAttachment): FBOTexture | nullish;
99298
+ /**
99299
+ * Detach the attached depth buffer texture and return ownership to the caller.
99300
+ *
99301
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-ManagedFBO.html#obtainDepthTexture Read more...}
99302
+ */
99303
+ obtainDepthTexture(): void;
99166
99304
  /**
99167
99305
  * Release this managed framebuffer.
99168
99306
  *
@@ -99177,8 +99315,6 @@ declare namespace __esri {
99177
99315
  retain(): void;
99178
99316
  }
99179
99317
 
99180
- export const ManagedFBO: ManagedFBO;
99181
-
99182
99318
  /**
99183
99319
  * Describes a color attachment point of WebGL2.
99184
99320
  *
@@ -99244,28 +99380,84 @@ declare namespace __esri {
99244
99380
  release(): void;
99245
99381
  }
99246
99382
 
99247
- /**
99248
- * This is the RenderCamera interface used by the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
99249
- *
99250
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html Read more...}
99251
- */
99252
- interface RenderCamera {
99383
+ export class RenderCamera {
99384
+ /**
99385
+ * The camera target ("look at") position in the internal Cartesian rendering coordinate system represented
99386
+ * by a vector with 3 components.
99387
+ *
99388
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#center Read more...}
99389
+ */
99253
99390
  readonly center: ReadonlyArray<number>;
99391
+ /**
99392
+ * The position of the camera in the internal Cartesian rendering coordinate system represented
99393
+ * by a vector with 3 components.
99394
+ *
99395
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#eye Read more...}
99396
+ */
99254
99397
  readonly eye: ReadonlyArray<number>;
99398
+ /**
99399
+ * The distance to the far plane.
99400
+ *
99401
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#far Read more...}
99402
+ */
99255
99403
  readonly far: number;
99404
+ /**
99405
+ * The horizontal field of view.
99406
+ *
99407
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#fovX Read more...}
99408
+ */
99256
99409
  readonly fovX: number;
99410
+ /**
99411
+ * The vertical field of view.
99412
+ *
99413
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#fovY Read more...}
99414
+ */
99257
99415
  readonly fovY: number;
99416
+ /**
99417
+ * The distance to the near plane.
99418
+ *
99419
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#near Read more...}
99420
+ */
99258
99421
  readonly near: number;
99422
+ /**
99423
+ * The render pixel ratio.
99424
+ *
99425
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#pixelRatio Read more...}
99426
+ */
99259
99427
  readonly pixelRatio: number;
99428
+ /**
99429
+ * A 4x4 matrix that defines the perspective projection transformation.
99430
+ *
99431
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#projectionMatrix Read more...}
99432
+ */
99260
99433
  readonly projectionMatrix: ReadonlyArray<number>;
99434
+ /**
99435
+ * The camera up vector with 3 components.
99436
+ *
99437
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#up Read more...}
99438
+ */
99261
99439
  readonly up: ReadonlyArray<number>;
99440
+ /**
99441
+ * A 4x4 matrix representing the inverse transpose of `viewMatrix`, used to transform normals.
99442
+ *
99443
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#viewInverseTransposeMatrix Read more...}
99444
+ */
99262
99445
  readonly viewInverseTransposeMatrix: ReadonlyArray<number>;
99446
+ /**
99447
+ * A 4x4 matrix that transforms coordinates from world space to camera space.
99448
+ *
99449
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#viewMatrix Read more...}
99450
+ */
99263
99451
  readonly viewMatrix: ReadonlyArray<number>;
99452
+ /**
99453
+ * The viewport expressed as vector with 4 components (x, y, width, height).
99454
+ *
99455
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-3d-webgl-RenderCamera.html#viewport Read more...}
99456
+ */
99264
99457
  readonly viewport: ReadonlyArray<number>;
99458
+ constructor();
99265
99459
  }
99266
99460
 
99267
- export const RenderCamera: RenderCamera;
99268
-
99269
99461
  export class RenderNode extends Accessor {
99270
99462
  /**
99271
99463
  * Get the render representation of the current camera of a view.
@@ -99639,17 +99831,22 @@ declare namespace __esri {
99639
99831
  export interface ElevationProfilePlacementResult {
99640
99832
  }
99641
99833
 
99642
- /**
99643
- * Represents the result of a LengthDimension.
99644
- *
99645
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-analysis-LengthDimensionResult.html Read more...}
99646
- */
99647
- interface LengthDimensionResult {
99834
+ export class LengthDimensionResult {
99835
+ /**
99836
+ * The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-LengthDimension.html LengthDimension} that this result corresponds to.
99837
+ *
99838
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-analysis-LengthDimensionResult.html#dimension Read more...}
99839
+ */
99648
99840
  dimension: LengthDimension;
99841
+ /**
99842
+ * The length currently being measured by the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-analysis-LengthDimensionResult.html#dimension dimension}.
99843
+ *
99844
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-analysis-LengthDimensionResult.html#length Read more...}
99845
+ */
99649
99846
  length: Length | nullish;
99847
+ constructor();
99650
99848
  }
99651
99849
 
99652
- export const LengthDimensionResult: LengthDimensionResult;
99653
99850
  export type ShadowCastDurationMode = "continuous" | "hourly";
99654
99851
  export type ShadowCastMode = "duration" | "discrete" | "threshold";
99655
99852
 
@@ -101160,7 +101357,7 @@ declare namespace __esri {
101160
101357
  */
101161
101358
  constructor(properties?: CatalogFootprintLayerViewProperties);
101162
101359
  /**
101163
- * The featureEffect can be used to draw attention features of interest.
101360
+ * The featureEffect can be used to draw attention to features of interest.
101164
101361
  *
101165
101362
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#featureEffect Read more...}
101166
101363
  */
@@ -101272,7 +101469,7 @@ declare namespace __esri {
101272
101469
 
101273
101470
  interface CatalogFootprintLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
101274
101471
  /**
101275
- * The featureEffect can be used to draw attention features of interest.
101472
+ * The featureEffect can be used to draw attention to features of interest.
101276
101473
  *
101277
101474
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CatalogFootprintLayerView.html#featureEffect Read more...}
101278
101475
  */
@@ -101397,7 +101594,7 @@ declare namespace __esri {
101397
101594
  */
101398
101595
  constructor(properties?: CSVLayerViewProperties);
101399
101596
  /**
101400
- * The featureEffect can be used to draw attention features of interest.
101597
+ * The featureEffect can be used to draw attention to features of interest.
101401
101598
  *
101402
101599
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#featureEffect Read more...}
101403
101600
  */
@@ -101509,7 +101706,7 @@ declare namespace __esri {
101509
101706
 
101510
101707
  interface CSVLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
101511
101708
  /**
101512
- * The featureEffect can be used to draw attention features of interest.
101709
+ * The featureEffect can be used to draw attention to features of interest.
101513
101710
  *
101514
101711
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-CSVLayerView.html#featureEffect Read more...}
101515
101712
  */
@@ -101685,7 +101882,7 @@ declare namespace __esri {
101685
101882
  */
101686
101883
  constructor(properties?: FeatureLayerViewProperties);
101687
101884
  /**
101688
- * The featureEffect can be used to draw attention features of interest.
101885
+ * The featureEffect can be used to draw attention to features of interest.
101689
101886
  *
101690
101887
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#featureEffect Read more...}
101691
101888
  */
@@ -101797,7 +101994,7 @@ declare namespace __esri {
101797
101994
 
101798
101995
  interface FeatureLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
101799
101996
  /**
101800
- * The featureEffect can be used to draw attention features of interest.
101997
+ * The featureEffect can be used to draw attention to features of interest.
101801
101998
  *
101802
101999
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-FeatureLayerView.html#featureEffect Read more...}
101803
102000
  */
@@ -102008,7 +102205,7 @@ declare namespace __esri {
102008
102205
  */
102009
102206
  constructor(properties?: GeoJSONLayerViewProperties);
102010
102207
  /**
102011
- * The featureEffect can be used to draw attention features of interest.
102208
+ * The featureEffect can be used to draw attention to features of interest.
102012
102209
  *
102013
102210
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#featureEffect Read more...}
102014
102211
  */
@@ -102120,7 +102317,7 @@ declare namespace __esri {
102120
102317
 
102121
102318
  interface GeoJSONLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
102122
102319
  /**
102123
- * The featureEffect can be used to draw attention features of interest.
102320
+ * The featureEffect can be used to draw attention to features of interest.
102124
102321
  *
102125
102322
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-GeoJSONLayerView.html#featureEffect Read more...}
102126
102323
  */
@@ -102713,7 +102910,7 @@ declare namespace __esri {
102713
102910
  */
102714
102911
  constructor(properties?: OGCFeatureLayerViewProperties);
102715
102912
  /**
102716
- * The featureEffect can be used to draw attention features of interest.
102913
+ * The featureEffect can be used to draw attention to features of interest.
102717
102914
  *
102718
102915
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#featureEffect Read more...}
102719
102916
  */
@@ -102825,7 +103022,7 @@ declare namespace __esri {
102825
103022
 
102826
103023
  interface OGCFeatureLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
102827
103024
  /**
102828
- * The featureEffect can be used to draw attention features of interest.
103025
+ * The featureEffect can be used to draw attention to features of interest.
102829
103026
  *
102830
103027
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-OGCFeatureLayerView.html#featureEffect Read more...}
102831
103028
  */
@@ -102917,7 +103114,7 @@ declare namespace __esri {
102917
103114
  */
102918
103115
  constructor(properties?: ParquetLayerViewProperties);
102919
103116
  /**
102920
- * The featureEffect can be used to draw attention features of interest.
103117
+ * The featureEffect can be used to draw attention to features of interest.
102921
103118
  *
102922
103119
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#featureEffect Read more...}
102923
103120
  */
@@ -103029,7 +103226,7 @@ declare namespace __esri {
103029
103226
 
103030
103227
  interface ParquetLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
103031
103228
  /**
103032
- * The featureEffect can be used to draw attention features of interest.
103229
+ * The featureEffect can be used to draw attention to features of interest.
103033
103230
  *
103034
103231
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-ParquetLayerView.html#featureEffect Read more...}
103035
103232
  */
@@ -103080,6 +103277,7 @@ declare namespace __esri {
103080
103277
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-PointCloudLayerView.html#layer Read more...}
103081
103278
  */
103082
103279
  readonly layer: PointCloudLayer;
103280
+ static PointCloudLayerView: void;
103083
103281
  /**
103084
103282
  * Represents the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerView} of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-PointCloudLayer.html PointCloudLayer}
103085
103283
  * after it has been added to a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map} in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
@@ -103305,6 +103503,7 @@ declare namespace __esri {
103305
103503
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#connectionStatus Read more...}
103306
103504
  */
103307
103505
  readonly connectionStatus: "connected" | "disconnected" | "paused";
103506
+ static StreamLayerView: void;
103308
103507
  /**
103309
103508
  * Represents the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-LayerView.html LayerView} of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-StreamLayer.html StreamLayer}
103310
103509
  * after it has been added to a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map} in either a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html MapView} or
@@ -103314,7 +103513,7 @@ declare namespace __esri {
103314
103513
  */
103315
103514
  constructor(properties?: StreamLayerViewProperties);
103316
103515
  /**
103317
- * The featureEffect can be used to draw attention features of interest.
103516
+ * The featureEffect can be used to draw attention to features of interest.
103318
103517
  *
103319
103518
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#featureEffect Read more...}
103320
103519
  */
@@ -103457,7 +103656,7 @@ declare namespace __esri {
103457
103656
 
103458
103657
  interface StreamLayerViewProperties extends LayerViewProperties, HighlightLayerViewMixinProperties {
103459
103658
  /**
103460
- * The featureEffect can be used to draw attention features of interest.
103659
+ * The featureEffect can be used to draw attention to features of interest.
103461
103660
  *
103462
103661
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-StreamLayerView.html#featureEffect Read more...}
103463
103662
  */
@@ -103662,7 +103861,7 @@ declare namespace __esri {
103662
103861
  */
103663
103862
  constructor(properties?: WFSLayerViewProperties);
103664
103863
  /**
103665
- * The featureEffect can be used to draw attention features of interest.
103864
+ * The featureEffect can be used to draw attention to features of interest.
103666
103865
  *
103667
103866
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#featureEffect Read more...}
103668
103867
  */
@@ -103774,7 +103973,7 @@ declare namespace __esri {
103774
103973
 
103775
103974
  interface WFSLayerViewProperties extends LayerViewProperties, FeatureLayerViewMixinProperties, HighlightLayerViewMixinProperties {
103776
103975
  /**
103777
- * The featureEffect can be used to draw attention features of interest.
103976
+ * The featureEffect can be used to draw attention to features of interest.
103778
103977
  *
103779
103978
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-layers-WFSLayerView.html#featureEffect Read more...}
103780
103979
  */
@@ -118733,17 +118932,16 @@ declare namespace __esri {
118733
118932
  interface MergeFeaturesWorkflowProperties extends WorkflowProperties {
118734
118933
  }
118735
118934
 
118736
- /**
118737
- * This object contains data for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-MergeFeaturesWorkflow.html MergeFeaturesWorkflow}.
118738
- *
118739
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-MergeFeaturesWorkflowData.html Read more...}
118740
- */
118741
- interface MergeFeaturesWorkflowData {
118935
+ export class MergeFeaturesWorkflowData {
118936
+ /**
118937
+ * The associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-EditorViewModel.html EditorViewModel} for this workflow.
118938
+ *
118939
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-MergeFeaturesWorkflowData.html#viewModel Read more...}
118940
+ */
118742
118941
  viewModel: EditorViewModel;
118942
+ constructor();
118743
118943
  }
118744
118944
 
118745
- export const MergeFeaturesWorkflowData: MergeFeaturesWorkflowData;
118746
-
118747
118945
  export class SplitFeatureWorkflow extends Workflow {
118748
118946
  /**
118749
118947
  * The currently active feature.
@@ -118811,22 +119009,64 @@ declare namespace __esri {
118811
119009
  defaultSplitterGeometryType?: "point" | "polyline" | "polygon" | nullish;
118812
119010
  }
118813
119011
 
118814
- /**
118815
- * This object contains data for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflow.html SplitFeatureWorkflow}.
118816
- *
118817
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html Read more...}
118818
- */
118819
- interface SplitFeatureWorkflowData {
119012
+ export class SplitFeatureWorkflowData {
119013
+ /**
119014
+ * The `EditorItem` object from `EditorViewModel` corresponding to the
119015
+ * layer being updated.
119016
+ *
119017
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#editorItem Read more...}
119018
+ */
118820
119019
  editorItem: EditorItem;
119020
+ /**
119021
+ * Information about the feature to be updated as a result of the split operation.
119022
+ *
119023
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#existingFeatureEdits Read more...}
119024
+ */
118821
119025
  existingFeatureEdits: Edits | nullish;
119026
+ /**
119027
+ * The feature to be split.
119028
+ *
119029
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#feature Read more...}
119030
+ */
118822
119031
  feature: Graphic;
119032
+ /**
119033
+ * Information about the feature to be created as a result of the split operation.
119034
+ *
119035
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#newFeatureEdits Read more...}
119036
+ */
118823
119037
  newFeatureEdits: Edits | nullish;
119038
+ /**
119039
+ * The geometry to be used to split the geometry of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#originalFeature `originalFeature`}.
119040
+ *
119041
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#splitterGeometry Read more...}
119042
+ */
118824
119043
  splitterGeometry: Point | Polyline | Polygon | nullish;
119044
+ /**
119045
+ * The associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-EditorViewModel.html EditorViewModel} for this workflow.
119046
+ *
119047
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#viewModel Read more...}
119048
+ */
118825
119049
  viewModel: EditorViewModel;
119050
+ constructor();
119051
+ /**
119052
+ * Returns the instance of `Edits` corresponding to the given feature.
119053
+ *
119054
+ * @param feature Either of the two Graphics created by the workflow.
119055
+ *
119056
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#getEditsForFeature Read more...}
119057
+ */
119058
+ getEditsForFeature(feature: Graphic): Edits | nullish;
119059
+ /**
119060
+ * Identifies whether the given {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Graphic.html Graphic} represents
119061
+ * the feature to be updated or the feature to be created.
119062
+ *
119063
+ * @param feature Either of the two Graphics created by the workflow.
119064
+ *
119065
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-SplitFeatureWorkflowData.html#getRoleForFeature Read more...}
119066
+ */
119067
+ getRoleForFeature(feature: Graphic): "existing" | "new" | nullish;
118826
119068
  }
118827
119069
 
118828
- export const SplitFeatureWorkflowData: SplitFeatureWorkflowData;
118829
-
118830
119070
  export class EditorItem extends Accessor {
118831
119071
  /**
118832
119072
  * The current {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-support-EditorItem.html#EditorEditingCapabilities editing capabilities} for the provided layer.