@arcgis/core 5.0.0-next.126 → 5.0.0-next.128

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 (294) hide show
  1. package/Camera.d.ts +1 -1
  2. package/Ground.d.ts +7 -7
  3. package/PopupTemplate.d.ts +6 -6
  4. package/WebScene.d.ts +1 -1
  5. package/analysis/AreaMeasurementAnalysis.d.ts +1 -1
  6. package/analysis/DirectLineMeasurementAnalysis.d.ts +1 -1
  7. package/analysis/LengthDimension.d.ts +4 -4
  8. package/analysis/ShadowCastAnalysis.d.ts +3 -3
  9. package/analysis/SliceAnalysis.d.ts +1 -1
  10. package/analysis/SlicePlane.d.ts +1 -1
  11. package/assets/esri/core/workers/RemoteClient.js +1 -1
  12. package/assets/esri/core/workers/chunks/{0a4ebb5dca630a4ab0dd.js → 236f8137ae505c8f0764.js} +1 -1
  13. package/assets/esri/core/workers/chunks/84905581a3782e95ec34.js +1 -0
  14. package/assets/esri/core/workers/chunks/{f5f513997cde0ce0f2a2.js → 8eb535b43e1220cf0d75.js} +1 -1
  15. package/config.js +1 -1
  16. package/effects/FocusAreas.d.ts +1 -1
  17. package/form/elements/FieldElement.d.ts +1 -1
  18. package/form/elements/GroupElement.d.ts +1 -1
  19. package/form/elements/TextElement.d.ts +1 -1
  20. package/form/elements/inputs/ComboBoxInput.d.ts +1 -1
  21. package/form/elements/inputs/RadioButtonsInput.d.ts +1 -1
  22. package/form/elements/inputs/SwitchInput.d.ts +1 -1
  23. package/geometry/Mesh.d.ts +7 -7
  24. package/geometry/operators/alphaShapeOperator.d.ts +1 -1
  25. package/geometry/operators/areaOperator.d.ts +1 -1
  26. package/geometry/operators/bufferOperator.d.ts +1 -1
  27. package/geometry/operators/centroidOperator.d.ts +1 -1
  28. package/geometry/operators/clipOperator.d.ts +1 -1
  29. package/geometry/operators/containsOperator.d.ts +1 -1
  30. package/geometry/operators/convexHullOperator.d.ts +1 -1
  31. package/geometry/operators/crossesOperator.d.ts +1 -1
  32. package/geometry/operators/cutOperator.d.ts +1 -1
  33. package/geometry/operators/densifyOperator.d.ts +1 -1
  34. package/geometry/operators/differenceOperator.d.ts +1 -1
  35. package/geometry/operators/disjointOperator.d.ts +1 -1
  36. package/geometry/operators/distanceOperator.d.ts +1 -1
  37. package/geometry/operators/generalizeOperator.d.ts +1 -1
  38. package/geometry/operators/geodesicProximityOperator.d.ts +1 -1
  39. package/geometry/operators/geodeticDistanceOperator.d.ts +1 -1
  40. package/geometry/operators/geodeticUtilsOperator.d.ts +2 -2
  41. package/geometry/operators/graphicBufferOperator.d.ts +1 -1
  42. package/geometry/operators/intersectionOperator.d.ts +1 -1
  43. package/geometry/operators/intersectsOperator.d.ts +1 -1
  44. package/geometry/operators/isNearOperator.d.ts +1 -1
  45. package/geometry/operators/lengthOperator.d.ts +1 -1
  46. package/geometry/operators/locateBetweenOperator.d.ts +1 -1
  47. package/geometry/operators/multiPartToSinglePartOperator.d.ts +1 -1
  48. package/geometry/operators/offsetOperator.d.ts +5 -5
  49. package/geometry/operators/overlapsOperator.d.ts +1 -1
  50. package/geometry/operators/proximityOperator.d.ts +1 -1
  51. package/geometry/operators/simplifyOGCOperator.d.ts +1 -1
  52. package/geometry/operators/simplifyOperator.d.ts +1 -1
  53. package/geometry/operators/support/Transformation.d.ts +6 -6
  54. package/geometry/operators/symmetricDifferenceOperator.d.ts +1 -1
  55. package/geometry/operators/touchesOperator.d.ts +1 -1
  56. package/geometry/operators/unionOperator.d.ts +1 -1
  57. package/geometry/operators/withinOperator.d.ts +1 -1
  58. package/geometry/support/MeshMaterialMetallicRoughness.d.ts +1 -1
  59. package/kernel.js +1 -1
  60. package/layers/BuildingSceneLayer.d.ts +4 -4
  61. package/layers/CSVLayer.d.ts +2 -2
  62. package/layers/CatalogLayer.d.ts +2 -2
  63. package/layers/ElevationLayer.d.ts +1 -1
  64. package/layers/FeatureLayer.d.ts +2 -2
  65. package/layers/GeoJSONLayer.d.ts +2 -2
  66. package/layers/GeoRSSLayer.d.ts +1 -1
  67. package/layers/GraphicsLayer.d.ts +2 -2
  68. package/layers/ImageryLayer.d.ts +3 -3
  69. package/layers/ImageryTileLayer.d.ts +2 -2
  70. package/layers/IntegratedMesh3DTilesLayer.d.ts +6 -6
  71. package/layers/IntegratedMeshLayer.d.ts +7 -7
  72. package/layers/Layer.d.ts +1 -0
  73. package/layers/MapImageLayer.d.ts +1 -1
  74. package/layers/MediaLayer.d.ts +1 -1
  75. package/layers/OGCFeatureLayer.d.ts +2 -2
  76. package/layers/PointCloudLayer.d.ts +1 -1
  77. package/layers/SceneLayer.d.ts +5 -5
  78. package/layers/StreamLayer.d.ts +2 -2
  79. package/layers/VectorTileLayer.d.ts +2 -2
  80. package/layers/VideoLayer.d.ts +1 -1
  81. package/layers/VoxelLayer.d.ts +8 -8
  82. package/layers/WFSLayer.d.ts +6 -6
  83. package/layers/catalog/CatalogFootprintLayer.d.ts +1 -1
  84. package/layers/mixins/BlendLayer.d.ts +6 -6
  85. package/layers/pointCloudFilters/PointCloudReturnFilter.d.ts +1 -1
  86. package/layers/pointCloudFilters/PointCloudValueFilter.d.ts +1 -1
  87. package/layers/support/DimensionalDefinition.d.ts +2 -2
  88. package/layers/support/FeatureEffect.d.ts +4 -4
  89. package/layers/support/FeatureFilter.d.ts +17 -17
  90. package/layers/support/FeatureReductionBinning.d.ts +1 -1
  91. package/layers/support/FeatureReductionCluster.d.ts +9 -9
  92. package/layers/support/LabelClass.d.ts +2 -2
  93. package/layers/support/RasterFunction.d.ts +1 -1
  94. package/layers/support/SceneFilter.d.ts +2 -2
  95. package/layers/support/SceneModification.d.ts +3 -3
  96. package/package.json +1 -1
  97. package/popup/content/AttachmentsContent.d.ts +1 -1
  98. package/popup/content/BarChartMediaInfo.d.ts +1 -1
  99. package/popup/content/ColumnChartMediaInfo.d.ts +1 -1
  100. package/popup/content/FieldsContent.d.ts +1 -1
  101. package/popup/content/ImageMediaInfo.d.ts +1 -1
  102. package/popup/content/LineChartMediaInfo.d.ts +1 -1
  103. package/popup/content/MediaContent.d.ts +1 -1
  104. package/popup/content/PieChartMediaInfo.d.ts +1 -1
  105. package/popup/content/RelationshipContent.d.ts +1 -1
  106. package/popup/content/TextContent.d.ts +1 -1
  107. package/renderers/DotDensityRenderer.d.ts +3 -3
  108. package/renderers/FlowRenderer.d.ts +6 -6
  109. package/renderers/HeatmapRenderer.d.ts +3 -3
  110. package/renderers/PieChartRenderer.d.ts +1 -1
  111. package/renderers/RasterShadedReliefRenderer.d.ts +1 -1
  112. package/renderers/Renderer.d.ts +2 -2
  113. package/renderers/SimpleRenderer.d.ts +1 -1
  114. package/renderers/VectorFieldRenderer.d.ts +1 -1
  115. package/renderers/mixins/VisualVariablesMixin.d.ts +8 -8
  116. package/rest/query/operations/pbfFlatFeatureSet.js +1 -1
  117. package/rest/query/support/AttachmentInfo.d.ts +1 -1
  118. package/rest/support/AutoIntervalBinParameters.d.ts +1 -1
  119. package/rest/support/DateBinParameters.d.ts +1 -1
  120. package/rest/support/FixedBoundariesBinParameters.d.ts +1 -1
  121. package/rest/support/FixedIntervalBinParameters.d.ts +1 -1
  122. package/smartMapping/labels/clusters.d.ts +1 -1
  123. package/smartMapping/popup/clusters.d.ts +2 -2
  124. package/smartMapping/popup/templates.d.ts +1 -1
  125. package/smartMapping/raster/renderers/flow.d.ts +2 -2
  126. package/smartMapping/renderers/color.d.ts +12 -12
  127. package/smartMapping/renderers/predominance.d.ts +3 -3
  128. package/smartMapping/renderers/relationship.d.ts +15 -15
  129. package/smartMapping/renderers/univariateColorSize.d.ts +4 -4
  130. package/smartMapping/symbology/color.d.ts +4 -4
  131. package/smartMapping/symbology/flow.d.ts +2 -2
  132. package/smartMapping/symbology/types.d.ts +18 -18
  133. package/support/revision.js +1 -1
  134. package/symbols/CIMSymbol.d.ts +1 -1
  135. package/symbols/FillSymbol3DLayer.d.ts +3 -3
  136. package/symbols/IconSymbol3DLayer.d.ts +1 -1
  137. package/symbols/LabelSymbol3D.d.ts +2 -2
  138. package/symbols/LineStyleMarker3D.d.ts +7 -7
  139. package/symbols/LineSymbol3D.d.ts +2 -2
  140. package/symbols/LineSymbol3DLayer.d.ts +7 -7
  141. package/symbols/LineSymbolMarker.d.ts +6 -6
  142. package/symbols/MarkerSymbol.d.ts +1 -1
  143. package/symbols/MeshSymbol3D.d.ts +2 -2
  144. package/symbols/ObjectSymbol3DLayer.d.ts +1 -1
  145. package/symbols/PathSymbol3DLayer.d.ts +14 -14
  146. package/symbols/PictureFillSymbol.d.ts +1 -1
  147. package/symbols/PictureMarkerSymbol.d.ts +1 -1
  148. package/symbols/PointSymbol3D.d.ts +3 -3
  149. package/symbols/PolygonSymbol3D.d.ts +7 -7
  150. package/symbols/SimpleFillSymbol.d.ts +8 -8
  151. package/symbols/SimpleLineSymbol.d.ts +20 -20
  152. package/symbols/SimpleMarkerSymbol.d.ts +7 -7
  153. package/symbols/Symbol3DLayer.d.ts +16 -16
  154. package/symbols/TextSymbol.d.ts +1 -1
  155. package/symbols/TextSymbol3DLayer.d.ts +1 -1
  156. package/symbols/WaterSymbol3DLayer.d.ts +3 -3
  157. package/symbols/WebStyleSymbol.d.ts +1 -1
  158. package/symbols/callouts/Callout3D.d.ts +1 -1
  159. package/symbols/callouts/LineCallout3D.d.ts +3 -3
  160. package/symbols/cim/cimAnalyzer.js +1 -1
  161. package/symbols/cim/types.d.ts +23 -23
  162. package/symbols/edges/Edges3D.d.ts +1 -1
  163. package/symbols/edges/SolidEdges3D.d.ts +1 -1
  164. package/symbols/patterns/LineStylePattern3D.d.ts +11 -11
  165. package/symbols/patterns/StylePattern3D.d.ts +8 -8
  166. package/symbols/support/ElevationInfo.d.ts +2 -2
  167. package/symbols/support/IconSymbol3DLayerResource.d.ts +6 -6
  168. package/symbols/support/ObjectSymbol3DLayerResource.d.ts +7 -7
  169. package/symbols/support/Symbol3DEmissive.d.ts +23 -13
  170. package/symbols/support/Symbol3DVerticalOffset.d.ts +2 -2
  171. package/views/2d/engine/webgl/shaderGraph/techniques/GraphicInstanceStore.js +1 -1
  172. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AAnimatedPolyShader.js +1 -1
  173. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedFillShader.js +1 -1
  174. package/views/2d/engine/webgl/shaderGraph/techniques/animated/AnimatedPolyMeshWriters.js +1 -1
  175. package/views/2d/engine/webgl/shaderGraph/techniques/animated/attributes.js +1 -1
  176. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  177. package/views/2d/layers/BaseLayerViewGL2D.d.ts +1 -1
  178. package/views/2d/layers/features/schema/processor/symbols/ComplexSymbolSchema.js +1 -1
  179. package/views/2d/types.d.ts +3 -3
  180. package/views/3d/environment/CloudyWeather.d.ts +1 -1
  181. package/views/3d/environment/Environment.d.ts +4 -4
  182. package/views/3d/environment/FoggyWeather.d.ts +1 -1
  183. package/views/3d/environment/RainyWeather.d.ts +1 -1
  184. package/views/3d/environment/SnowyWeather.d.ts +1 -1
  185. package/views/3d/environment/SunLighting.d.ts +1 -1
  186. package/views/3d/environment/SunnyWeather.d.ts +1 -1
  187. package/views/3d/environment/VirtualLighting.d.ts +1 -1
  188. package/views/3d/webgl/RenderNode.d.ts +2 -2
  189. package/views/3d/webgl.d.ts +1 -1
  190. package/views/Magnifier.d.ts +3 -3
  191. package/views/MapView.d.ts +7 -7
  192. package/views/SceneView.d.ts +34 -37
  193. package/views/View.d.ts +2 -2
  194. package/views/interactive/sketch/SketchLabelOptions.d.ts +1 -1
  195. package/views/interactive/sketch/SketchTooltipOptions.d.ts +1 -1
  196. package/views/interactive/snapping/SnappingOptions.d.ts +7 -7
  197. package/views/support/HighlightOptions.d.ts +1 -1
  198. package/views/support/flow/dataUtils.js +1 -1
  199. package/views/ui/DefaultUI.d.ts +2 -2
  200. package/webscene/Environment.d.ts +10 -10
  201. package/webscene/Glow.d.ts +7 -5
  202. package/webscene/background/ColorBackground.d.ts +1 -1
  203. package/widgets/AreaMeasurement2D.d.ts +1 -1
  204. package/widgets/AreaMeasurement3D.d.ts +2 -2
  205. package/widgets/Attachments.d.ts +1 -1
  206. package/widgets/Attribution.d.ts +1 -1
  207. package/widgets/BasemapGallery.d.ts +1 -1
  208. package/widgets/BasemapLayerList.d.ts +3 -3
  209. package/widgets/BasemapToggle.d.ts +1 -1
  210. package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +1 -1
  211. package/widgets/Bookmarks.d.ts +2 -2
  212. package/widgets/BuildingExplorer.d.ts +1 -1
  213. package/widgets/CatalogLayerList.d.ts +3 -3
  214. package/widgets/Compass.d.ts +2 -2
  215. package/widgets/CoordinateConversion.d.ts +1 -1
  216. package/widgets/Daylight.d.ts +5 -5
  217. package/widgets/DirectLineMeasurement3D.d.ts +2 -2
  218. package/widgets/Directions.d.ts +4 -4
  219. package/widgets/DistanceMeasurement2D.d.ts +1 -1
  220. package/widgets/Editor/CreateFeaturesWorkflow.d.ts +1 -1
  221. package/widgets/Editor.d.ts +2 -2
  222. package/widgets/ElevationProfile/ElevationProfileLineGround.d.ts +1 -1
  223. package/widgets/ElevationProfile/ElevationProfileLineInput.d.ts +1 -1
  224. package/widgets/ElevationProfile/ElevationProfileLineView.d.ts +1 -1
  225. package/widgets/ElevationProfile.d.ts +3 -3
  226. package/widgets/Expand.d.ts +1 -1
  227. package/widgets/FeatureForm.d.ts +1 -1
  228. package/widgets/FeatureTable/ActionColumn.d.ts +1 -1
  229. package/widgets/FeatureTable/AttachmentsColumn.d.ts +1 -1
  230. package/widgets/FeatureTable/FeatureTableViewModel.d.ts +3 -3
  231. package/widgets/FeatureTable/Grid/GroupColumn.d.ts +1 -1
  232. package/widgets/FeatureTable/RelationshipColumn.d.ts +1 -1
  233. package/widgets/FeatureTable/VisibleElements.d.ts +1 -1
  234. package/widgets/FeatureTable.d.ts +9 -9
  235. package/widgets/FeatureTemplates/FeatureTemplatesViewModel.d.ts +5 -5
  236. package/widgets/FeatureTemplates.d.ts +8 -8
  237. package/widgets/Features/FeaturesViewModel.d.ts +2 -2
  238. package/widgets/Features/FeaturesVisibleElements.d.ts +2 -2
  239. package/widgets/Features.d.ts +1 -1
  240. package/widgets/Histogram.d.ts +2 -2
  241. package/widgets/HistogramRangeSlider.d.ts +1 -1
  242. package/widgets/Home.d.ts +1 -1
  243. package/widgets/LayerList.d.ts +4 -4
  244. package/widgets/Legend.d.ts +8 -8
  245. package/widgets/LineOfSight.d.ts +1 -1
  246. package/widgets/Locate.d.ts +2 -2
  247. package/widgets/Measurement.d.ts +1 -1
  248. package/widgets/NavigationToggle/NavigationToggleViewModel.d.ts +1 -1
  249. package/widgets/NavigationToggle.d.ts +3 -3
  250. package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
  251. package/widgets/OrientedImageryViewer/adapters/sketch/MeasurementAdapter.js +1 -1
  252. package/widgets/OrientedImageryViewer/components/ImageLocationViewModel.js +1 -1
  253. package/widgets/OrientedImageryViewer/imageMeasurementUtils.js +1 -1
  254. package/widgets/OrientedImageryViewer/navigation/NavigationManager.js +1 -1
  255. package/widgets/OrientedImageryViewer/navigation/queries.js +1 -1
  256. package/widgets/OrientedImageryViewer/navigation/utils.js +1 -1
  257. package/widgets/Popup/PopupVisibleElements.d.ts +2 -2
  258. package/widgets/Popup.d.ts +5 -5
  259. package/widgets/Print/CustomTemplate.d.ts +1 -1
  260. package/widgets/Print/TemplateOptions.d.ts +4 -4
  261. package/widgets/ScaleRangeSlider.d.ts +1 -1
  262. package/widgets/Search/SearchViewModel.d.ts +4 -4
  263. package/widgets/Search.d.ts +5 -5
  264. package/widgets/ShadowCast.d.ts +3 -3
  265. package/widgets/Sketch/SketchViewModel.d.ts +39 -39
  266. package/widgets/Sketch.d.ts +43 -43
  267. package/widgets/Slice.d.ts +2 -2
  268. package/widgets/Slider/SliderViewModel.d.ts +2 -2
  269. package/widgets/Slider.d.ts +9 -9
  270. package/widgets/Swipe/SwipeViewModel.d.ts +1 -1
  271. package/widgets/Swipe.d.ts +2 -2
  272. package/widgets/TableList.d.ts +1 -1
  273. package/widgets/TimeSlider/TimeSliderViewModel.d.ts +8 -8
  274. package/widgets/TimeSlider/types.d.ts +1 -1
  275. package/widgets/TimeSlider.d.ts +11 -11
  276. package/widgets/Track.d.ts +2 -2
  277. package/widgets/UtilityNetworkAssociations.d.ts +3 -3
  278. package/widgets/UtilityNetworkTrace.d.ts +4 -4
  279. package/widgets/UtilityNetworkValidateTopology.d.ts +1 -1
  280. package/widgets/ValuePicker.d.ts +5 -5
  281. package/widgets/VideoPlayer.d.ts +1 -1
  282. package/widgets/smartMapping/ClassedColorSlider.d.ts +1 -1
  283. package/widgets/smartMapping/ClassedSizeSlider.d.ts +1 -1
  284. package/widgets/smartMapping/ColorSizeSlider.d.ts +2 -2
  285. package/widgets/smartMapping/ColorSlider.d.ts +1 -1
  286. package/widgets/smartMapping/HeatmapSlider.d.ts +1 -1
  287. package/widgets/smartMapping/OpacitySlider.d.ts +1 -1
  288. package/widgets/smartMapping/SizeSlider.d.ts +1 -1
  289. package/widgets/smartMapping/SmartMappingSliderBase.d.ts +4 -4
  290. package/widgets/smartMapping/SmartMappingSliderViewModel.d.ts +6 -6
  291. package/widgets/support/GridControls.d.ts +1 -1
  292. package/widgets/support/SnappingControls/VisibleElements.d.ts +1 -1
  293. package/widgets/support/SnappingControls.d.ts +6 -6
  294. package/assets/esri/core/workers/chunks/e0519f24430fecead87b.js +0 -1
package/kernel.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import has from"./core/has.js";import{addQueryParameter as o}from"./core/urlUtils.js";export{buildDate,commitHash as revision}from"./support/revision.js";Symbol.dispose??=Symbol("Symbol.dispose"),Symbol.asyncDispose??=Symbol("Symbol.asyncDispose");const e="5.0";let s,r=e;function i(o){s=o}function t(e){const r=s?.findCredential(e);return r?.token?o(e,"token",r.token):e}r="5.0.0-next.126",has("host-webworker")||globalThis.$arcgis||Object.defineProperty(globalThis,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),has("host-webworker");export{t as addTokenParameter,r as fullVersion,s as id,i as setId,e as version};
2
+ import has from"./core/has.js";import{addQueryParameter as o}from"./core/urlUtils.js";export{buildDate,commitHash as revision}from"./support/revision.js";Symbol.dispose??=Symbol("Symbol.dispose"),Symbol.asyncDispose??=Symbol("Symbol.asyncDispose");const e="5.0";let s,r=e;function i(o){s=o}function t(e){const r=s?.findCredential(e);return r?.token?o(e,"token",r.token):e}r="5.0.0-next.128",has("host-webworker")||globalThis.$arcgis||Object.defineProperty(globalThis,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),has("host-webworker");export{t as addTokenParameter,r as fullVersion,s as id,i as setId,e as version};
@@ -82,7 +82,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
82
82
  * from Building Information Modeling (BIM) projects. The data in a BuildingSceneLayer can represent
83
83
  * walls, lighting fixtures, mechanical systems, furniture and so on.
84
84
  *
85
- * [![building-scene-layer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/buildingscenelayer.png)](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/)
85
+ * [![building-scene-layer](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/buildingscenelayer.png)](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/)
86
86
  *
87
87
  * <span id="structure-building-scene-layer"></span>
88
88
  * ## Structure of a BuildingSceneLayer
@@ -100,7 +100,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
100
100
  *
101
101
  * This helps to get a faster preview of the whole building without loading all interior features:
102
102
  *
103
- * ![building-scene-layer-overview](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/buildingscenelayer-overview.png)
103
+ * ![building-scene-layer-overview](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/buildingscenelayer-overview.png)
104
104
  *
105
105
  * The BuildingSceneLayer also contains a Full Model [BuildingGroupSublayer](https://developers.arcgis.com/javascript/latest/references/core/layers/buildingSublayers/BuildingGroupSublayer/)
106
106
  * with all the features in a building grouped by disciplines: Architectural, Structural, Electrical and Mechanical.
@@ -111,7 +111,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
111
111
  * You can see this layer structure in the [LayerList](https://developers.arcgis.com/javascript/latest/references/core/widgets/LayerList/) of the
112
112
  * [BuildingSceneLayer with Slice widget](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/) sample:
113
113
  *
114
- * ![building-scene-layer-fullmodel](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/buildingscenelayer-fullmodel.png)
114
+ * ![building-scene-layer-fullmodel](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/buildingscenelayer-fullmodel.png)
115
115
  *
116
116
  * </details>
117
117
  *
@@ -141,7 +141,7 @@ export interface BuildingSceneLayerProperties extends LayerProperties, APIKeyMix
141
141
  * For example the Doors sublayer can use a [UniqueValueRenderer](https://developers.arcgis.com/javascript/latest/references/core/renderers/UniqueValueRenderer/) to render all the interior doors that need
142
142
  * replacement with a red color:
143
143
  *
144
- * [![building-scene-layer-renderer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/buildingscenelayer-renderer.png)](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/)
144
+ * [![building-scene-layer-renderer](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/buildingscenelayer-renderer.png)](https://developers.arcgis.com/javascript/latest/sample-code/building-scene-layer-slice/)
145
145
  *
146
146
  * <span id="filtering"></span>
147
147
  * ## Filtering data
@@ -840,11 +840,11 @@ export default class CSVLayer extends CSVLayerSuperclass {
840
840
  *
841
841
  * `layer.screenSizePerspectiveEnabled = true`
842
842
  *
843
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
843
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
844
844
  *
845
845
  * `layer.screenSizePerspectiveEnabled = false`
846
846
  *
847
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
847
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
848
848
  *
849
849
  * > [!WARNING]
850
850
  * >
@@ -133,7 +133,7 @@ export interface CatalogLayerProperties extends LayerProperties, APIKeyMixinProp
133
133
  * You can add, update, and maintain your own fields and values in the footprint layer. You cannot remove the `footprintLayer` from the CatalogLayer.
134
134
  *
135
135
  * <figure>
136
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/cataloglayer/catalog-layer.png" alt="footprint"/>
136
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/catalog-layer.png" alt="footprint"/>
137
137
  * <figcaption> This image shows CatalogLayer and its footprint layer legend in the CatalogLayerList.</figcaption>
138
138
  * </figure>
139
139
  *
@@ -151,7 +151,7 @@ export interface CatalogLayerProperties extends LayerProperties, APIKeyMixinProp
151
151
  * you must add the layer to the map by calling [createLayerFromFootprint()](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/#createLayerFromFootprint) method on the parent [CatalogLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/CatalogLayer/).
152
152
  *
153
153
  * <figure>
154
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/cataloglayer/dynamic-group-layer.png" alt="dynamic"/>
154
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/dynamic-group-layer.png" alt="dynamic"/>
155
155
  * <figcaption> This image shows the sublayers of the CatalogDynamicGroupLayer visible on the map.</figcaption>
156
156
  * </figure>
157
157
  *
@@ -37,7 +37,7 @@ export interface FetchTileOptions extends AbortOptions {
37
37
  * can be added to the map by setting the [map's ground](https://developers.arcgis.com/javascript/latest/references/core/Map/#ground) property to `world-elevation`.
38
38
  *
39
39
  *
40
- * ![elev-default](https://developers.arcgis.com/javascript/latest/assets/images/apiref/ground/elev-default.png)
40
+ * ![elev-default](https://developers.arcgis.com/javascript/latest/assets/references/core/ground/elev-default.png)
41
41
  *
42
42
  * Elevation layers are set in the [Ground.layers](https://developers.arcgis.com/javascript/latest/references/core/Ground/#layers) property of a
43
43
  * [map's ground](https://developers.arcgis.com/javascript/latest/references/core/Map/#ground). They should not be added to the
@@ -1206,11 +1206,11 @@ export abstract class __FeatureLayerSansType extends FeatureLayerSuperclass {
1206
1206
  *
1207
1207
  * `layer.screenSizePerspectiveEnabled = true`
1208
1208
  *
1209
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
1209
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
1210
1210
  *
1211
1211
  * `layer.screenSizePerspectiveEnabled = false`
1212
1212
  *
1213
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
1213
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
1214
1214
  *
1215
1215
  * > [!WARNING]
1216
1216
  * >
@@ -1116,11 +1116,11 @@ export default class GeoJSONLayer extends GeoJSONLayerSuperclass {
1116
1116
  *
1117
1117
  * `layer.screenSizePerspectiveEnabled = true`
1118
1118
  *
1119
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
1119
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
1120
1120
  *
1121
1121
  * `layer.screenSizePerspectiveEnabled = false`
1122
1122
  *
1123
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
1123
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
1124
1124
  *
1125
1125
  * > [!WARNING]
1126
1126
  * >
@@ -60,7 +60,7 @@ export interface GeoRSSLayerProperties extends LayerProperties, ScaleRangeLayerP
60
60
  * publicly accessible on the internet. If the GeoRSS files are behind the firewall you must to set the
61
61
  * [esriConfig.geoRSSServiceUrl](https://developers.arcgis.com/javascript/latest/references/core/config/#Config-geoRSSServiceUrl) to your own utility service (requires ArcGIS Enterprise).
62
62
  *
63
- * [![georss-sample](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/layers-georss.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-georss/)
63
+ * [![georss-sample](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/layers-georss.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-georss/)
64
64
  *
65
65
  * > [!WARNING]
66
66
  * >
@@ -182,11 +182,11 @@ export default class GraphicsLayer extends GraphicsLayerSuperclass {
182
182
  *
183
183
  * `layer.screenSizePerspectiveEnabled = true`
184
184
  *
185
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
185
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
186
186
  *
187
187
  * `layer.screenSizePerspectiveEnabled = false`
188
188
  *
189
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
189
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
190
190
  *
191
191
  * > [!WARNING]
192
192
  * >
@@ -70,7 +70,7 @@ export interface ImageryLayerEvents extends RefreshableLayerEvents, LayerEvents
70
70
  * rasters in the catalog. An image service supports dynamic access and tiled access. Dynamic access provides more functionalities,
71
71
  * and tiled access provides faster and more scalable access to precooked tiles.
72
72
  *
73
- * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/imagery/layers-imagery.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-pixelvalues/)
73
+ * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/imagery/layers-imagery.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-pixelvalues/)
74
74
  *
75
75
  * If the image service is requested from a different domain, a [CORS enabled server](https://developers.arcgis.com/javascript/latest/cors/) or a
76
76
  * [proxy](https://developers.arcgis.com/javascript/latest/proxies/) is required.
@@ -133,7 +133,7 @@ export interface ImageryLayerEvents extends RefreshableLayerEvents, LayerEvents
133
133
  * As illustrated in the graphic below, multidimensional data can show sea temperature (variable) for a specific area at multiple time and depth dimensions.
134
134
  * This information is stored as slices, where the service has a slice for each unique combination of dimension values and variable names.
135
135
  *
136
- * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/imagery/multidimensional-data.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-hosted-imagerytilelayer/)
136
+ * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/imagery/multidimensional-data.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-hosted-imagerytilelayer/)
137
137
  *
138
138
  * <details>
139
139
  * <summary>Read More</summary>
@@ -221,7 +221,7 @@ export interface ImageryLayerEvents extends RefreshableLayerEvents, LayerEvents
221
221
  * purple borders are slices included in the layer's `multidimensionalSubset`. The slice with the red border is the `multidimensionalDefinition` of the layer and
222
222
  * what is visible on the map. The layer's `multidimensionalDefinition` must fall within the `multidimensionalSubset`, otherwise nothing will be displayed in the map.
223
223
  *
224
- * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/imagery/multidimensionalsubset.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-multidimensional/)
224
+ * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/imagery/multidimensionalsubset.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-multidimensional/)
225
225
  *
226
226
  * </details>
227
227
  *
@@ -358,7 +358,7 @@ export interface ImageryTileLayerProperties extends LayerProperties, Refreshable
358
358
  * As illustrated in the graphic below, multidimensional data can show sea temperature (variable) for a specific area at multiple time and depth dimensions.
359
359
  * This information is stored as slices, where the service has a slice for each unique combination of dimension values and variable names.
360
360
  *
361
- * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/imagery/multidimensional-data.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-hosted-imagerytilelayer/)
361
+ * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/imagery/multidimensional-data.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-hosted-imagerytilelayer/)
362
362
  *
363
363
  * <details>
364
364
  * <summary>Read More</summary>
@@ -435,7 +435,7 @@ export interface ImageryTileLayerProperties extends LayerProperties, Refreshable
435
435
  * purple borders are slices included in the layer's `multidimensionalSubset`. The slice with the red border is the `multidimensionalDefinition` of the layer and
436
436
  * what is visible on the map. The layer's `multidimensionalDefinition` must fall within the `multidimensionalSubset`, otherwise nothing will be displayed in the map.
437
437
  *
438
- * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/imagery/multidimensionalsubset.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-multidimensional/)
438
+ * [![layers-imagery](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/imagery/multidimensionalsubset.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-imagery-multidimensional/)
439
439
  *
440
440
  * </details>
441
441
  *
@@ -37,9 +37,9 @@ export interface IntegratedMesh3DTilesLayerProperties extends LayerProperties, A
37
37
  *
38
38
  * Illustration | Modification | Description
39
39
  * ------|------------|--------
40
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
41
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
42
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
40
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
41
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
42
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
43
43
  *
44
44
  * > [!WARNING]
45
45
  * >
@@ -136,9 +136,9 @@ export default class IntegratedMesh3DTilesLayer extends IntegratedMesh3DTilesLay
136
136
  *
137
137
  * Illustration | Modification | Description
138
138
  * ------|------------|--------
139
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
140
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
141
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
139
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
140
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
141
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
142
142
  *
143
143
  * > [!WARNING]
144
144
  * >
@@ -38,9 +38,9 @@ export interface IntegratedMeshLayerProperties extends LayerProperties, APIKeyMi
38
38
  *
39
39
  * Illustration | Modification | Description
40
40
  * ------|------------|--------
41
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
42
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
43
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
41
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
42
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
43
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
44
44
  *
45
45
  * > [!WARNING]
46
46
  * >
@@ -91,7 +91,7 @@ export interface IntegratedMeshLayerProperties extends LayerProperties, APIKeyMi
91
91
  * include elevation information and 3D objects, such as buildings and trees. Integrated mesh layers are generally
92
92
  * created for citywide 3D mapping; they are often captured by drone and cannot be restyled.
93
93
  *
94
- * [![integratedmeshlayer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/integratedmeshlayer.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-integratedmeshlayer/)
94
+ * [![integratedmeshlayer](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/integratedmeshlayer.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-integratedmeshlayer/)
95
95
  *
96
96
  * The Scene Service is identified by the URL of the ArcGIS Server REST resource:
97
97
  *
@@ -135,9 +135,9 @@ export default class IntegratedMeshLayer extends IntegratedMeshLayerSuperclass {
135
135
  *
136
136
  * Illustration | Modification | Description
137
137
  * ------|------------|--------
138
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
139
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
140
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
138
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-clip.png" alt="modification-type-clip" style="width:100px;"/>| <b>clip</b> - removes selected area | Clip-out portions of the integrated mesh to see features below. For example, utility work on gas or water lines in an area. Planners can create a scene in which the integrated mesh is clipped out at a site to expose the water or gas lines below it.
139
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-mask.png" alt="modification-type-mask" style="width:100px;"/> | <b>mask</b> - displays only selected area | Define an area of interest. Use a polygon and draw only parts of the integrated mesh inside that polygon. For example, if you want to show only a portion of an integrated mesh within the boundaries of a city.
140
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/modification-replace.png" alt="modification-type-replace" style="width:100px;"/> | <b>replace</b> - flattens selected area |Replace an area of an integrated mesh based on a 3D polygon. For example, to add constructed buildings, flatten the integrated mesh at the footprint of a building so the new building can be visualized. Create different scenarios of the new construction area and share the scenarios as a web scene to discuss with stakeholders. The integrated mesh flattens to the minimum z-vertex of the modification polygon.
141
141
  *
142
142
  * > [!WARNING]
143
143
  * >
package/layers/Layer.d.ts CHANGED
@@ -346,6 +346,7 @@ export default abstract class Layer extends LayerSuperclass {
346
346
  * >
347
347
  * > In a 3D [SceneView](https://developers.arcgis.com/javascript/latest/references/core/views/SceneView/), modifying opacity is not supported for
348
348
  * > [DimensionLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/DimensionLayer/),
349
+ * > [GaussianSplatLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/GaussianSplatLayer/),
349
350
  * > [IntegratedMesh3DTilesLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/IntegratedMesh3DTilesLayer/),
350
351
  * > [IntegratedMeshLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/IntegratedMeshLayer/),
351
352
  * > [LineOfSightLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/LineOfSightLayer/), [PointCloudLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/PointCloudLayer/),
@@ -238,7 +238,7 @@ export interface MapImageLayerEvents extends RefreshableLayerEvents, LayerEvents
238
238
  * To learn more about working with sublayers, see the [Sublayer](https://developers.arcgis.com/javascript/latest/references/core/layers/support/Sublayer/) API
239
239
  * documentation.
240
240
  *
241
- * [![mapimagelayer-renderer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/mapimagelayer-renderer.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-mapimagelayer-renderers/)
241
+ * [![mapimagelayer-renderer](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/mapimagelayer-renderer.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-mapimagelayer-renderers/)
242
242
  *
243
243
  * <span id="dynamic-layers"></span>
244
244
  * ## Dynamic layers
@@ -104,7 +104,7 @@ export interface MediaLayerProperties extends LayerProperties, PortalLayerProper
104
104
  * });
105
105
  * ```
106
106
  *
107
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/media-layer.gif)
107
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/media-layer.gif)
108
108
  *
109
109
  * @since 4.24
110
110
  * @see [Sample - MediaLayer with images](https://developers.arcgis.com/javascript/latest/sample-code/layers-medialayer-images/)
@@ -376,11 +376,11 @@ export default class OGCFeatureLayer extends OGCFeatureLayerSuperclass {
376
376
  *
377
377
  * `layer.screenSizePerspectiveEnabled = true`
378
378
  *
379
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
379
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
380
380
  *
381
381
  * `layer.screenSizePerspectiveEnabled = false`
382
382
  *
383
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
383
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
384
384
  *
385
385
  * > [!WARNING]
386
386
  * >
@@ -148,7 +148,7 @@ export interface PointCloudLayerProperties extends LayerProperties, APIKeyMixinP
148
148
  * during the lidar survey make up the point cloud data. This layer type creates
149
149
  * fast visualizations of point cloud data in the browser.
150
150
  *
151
- * [![pointcloudlayer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/pointcloudlayer.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-pointcloud-portal/)
151
+ * [![pointcloudlayer](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/pointcloudlayer.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-pointcloud-portal/)
152
152
  *
153
153
  * The Scene Service is identified by the URL of the ArcGIS Server REST resource:
154
154
  *
@@ -337,7 +337,7 @@ export interface SceneLayerEvents extends EditBusLayerEvents, LayerEvents {}
337
337
  * amounts of data in a [SceneView](https://developers.arcgis.com/javascript/latest/references/core/views/SceneView/). SceneLayers support two geometry types:
338
338
  * [Point](https://developers.arcgis.com/javascript/latest/references/core/geometry/Point/) and 3D Objects (e.g. Buildings).
339
339
  *
340
- * [![san-francisco-buildings](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/scenelayer-buildings.png)](https://tiles.arcgis.com/tiles/z2tnIkrLQ2BRzr6P/arcgis/rest/services/SanFrancisco_Bldgs/SceneServer)
340
+ * [![san-francisco-buildings](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/scenelayer-buildings.png)](https://tiles.arcgis.com/tiles/z2tnIkrLQ2BRzr6P/arcgis/rest/services/SanFrancisco_Bldgs/SceneServer)
341
341
  *
342
342
  * You can find many samples of SceneLayers in ArcGIS Online by
343
343
  * [searching the gallery](https://www.arcgis.com/home/search.html?start=1&sortOrder=desc&sortField=relevance&q=&focus=layers-weblayers-scenelayers).
@@ -356,7 +356,7 @@ export interface SceneLayerEvents extends EditBusLayerEvents, LayerEvents {}
356
356
  * <details>
357
357
  * <summary>Read More</summary>
358
358
  *
359
- * [![scenelayer-ny](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/scenelayer-ny.png)](https://tiles.arcgis.com/tiles/z2tnIkrLQ2BRzr6P/arcgis/rest/services/New_York_LoD2_3D_Buildings/SceneServer/layers/0)
359
+ * [![scenelayer-ny](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/scenelayer-ny.png)](https://tiles.arcgis.com/tiles/z2tnIkrLQ2BRzr6P/arcgis/rest/services/New_York_LoD2_3D_Buildings/SceneServer/layers/0)
360
360
  *
361
361
  * Scene Services can be hosted on [ArcGIS Online](https://www.arcgis.com/home/) or [ArcGIS Enterprise](https://enterprise.arcgis.com/) by uploading a Scene Layer Package (.slpk) or by
362
362
  * publishing it from ArcGIS Pro. Depending on how you publish a SceneLayer, there are two types of layers: **SceneLayers with an associated feature layer** and **SceneLayers with cached attributes only**.
@@ -428,7 +428,7 @@ export interface SceneLayerEvents extends EditBusLayerEvents, LayerEvents {}
428
428
  * [sample](https://developers.arcgis.com/javascript/latest/sample-code/layers-scenelayer-edges/) to explore this example further, or read the
429
429
  * [visualization overview](https://developers.arcgis.com/javascript/latest/visualization-overview/) to learn more about data visualization techniques.
430
430
  *
431
- * [![scenelayer-edges](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbol3d-edges-solid-2.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-scenelayer-edges/)
431
+ * [![scenelayer-edges](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbol3d-edges-solid-2.png)](https://developers.arcgis.com/javascript/latest/sample-code/layers-scenelayer-edges/)
432
432
  *
433
433
  * Attributes used in data-driven visualizations with [visual variables](https://developers.arcgis.com/javascript/latest/references/core/renderers/SimpleRenderer/#visualVariables) must be accessible to a
434
434
  * [SceneLayer's cache](https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/web-scene-layer.htm).
@@ -946,11 +946,11 @@ export default class SceneLayer extends SceneLayerSuperclass {
946
946
  *
947
947
  * `layer.screenSizePerspectiveEnabled = true`
948
948
  *
949
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
949
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
950
950
  *
951
951
  * `layer.screenSizePerspectiveEnabled = false`
952
952
  *
953
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
953
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
954
954
  *
955
955
  * > [!WARNING]
956
956
  * >
@@ -711,11 +711,11 @@ export default class StreamLayer extends StreamLayerSuperclass {
711
711
  *
712
712
  * `layer.screenSizePerspectiveEnabled = true`
713
713
  *
714
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
714
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
715
715
  *
716
716
  * `layer.screenSizePerspectiveEnabled = false`
717
717
  *
718
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
718
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
719
719
  *
720
720
  * > [!WARNING]
721
721
  * >
@@ -297,7 +297,7 @@ export interface VectorTileLayerEvents extends RefreshableLayerEvents, LayerEven
297
297
  * "https://www.arcgis.com/sharing/rest/content/items/effe3475f05a4d608e66fd6eeb2113c0/resources/styles/root.json"
298
298
  * );
299
299
  * ```
300
- * ![vectortiles-loadstyle](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/layers-vectortiles-loadstyle.gif)
300
+ * ![vectortiles-loadstyle](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/layers-vectortiles-loadstyle.gif)
301
301
  *
302
302
  * ### Updating various properties of style layers
303
303
  * Properties of [style layers](https://maplibre.org/maplibre-style-spec/layers/) in the VectorTileLayer's [current style](https://developers.arcgis.com/javascript/latest/references/core/layers/VectorTileLayer/#currentStyleInfo) can be changed
@@ -348,7 +348,7 @@ export interface VectorTileLayerEvents extends RefreshableLayerEvents, LayerEven
348
348
  * const styleLayer = { style layer json object}
349
349
  * layer.setStyleLayer(styleLayer, 0)
350
350
  * ```
351
- * [![vectortiles-setstylelayer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/layers-vectortiles-setstylelayer.gif)](https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-style/)
351
+ * [![vectortiles-setstylelayer](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/layers-vectortiles-setstylelayer.gif)](https://developers.arcgis.com/javascript/latest/sample-code/layers-vectortilelayer-style/)
352
352
  *
353
353
  * </details>
354
354
  *
@@ -158,7 +158,7 @@ export interface VideoLayerProperties extends LayerProperties, CustomParametersM
158
158
  * > Not supported by the [Legend](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-legend/).
159
159
  * > Not supported on macOS and iOS devices.
160
160
  *
161
- * ![VideoLayer and VideoPlayer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/video-player.png)
161
+ * ![VideoLayer and VideoPlayer](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/video-player.png)
162
162
  *
163
163
  * @since 4.30
164
164
  * @example const videoLayer = new VideoLayer({ url });
@@ -119,7 +119,7 @@ export type VoxelRenderMode = "volume" | "surfaces";
119
119
  * For example, an underground model visualized as a voxel layer can be viewed together with buildings
120
120
  * or subterrain utilities to evaluate the underground for planned construction or maintenance.
121
121
  *
122
- * ![voxel-layer](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxel-layer.png)
122
+ * ![voxel-layer](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxel-layer.png)
123
123
  *
124
124
  * > [!WARNING]
125
125
  * >
@@ -221,7 +221,7 @@ export type VoxelRenderMode = "volume" | "surfaces";
221
221
  * [VoxelSlice](https://developers.arcgis.com/javascript/latest/references/core/layers/voxel/VoxelSlice/) can be modified with
222
222
  * real-time rendering updates.
223
223
  *
224
- * ![voxellayer_voxelslice](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxellayer_voxelslice.png)
224
+ * ![voxellayer_voxelslice](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxellayer_voxelslice.png)
225
225
  *
226
226
  * ### VoxelDynamicSection
227
227
  * A section is a plane which cuts through a voxel volume. Sections can reveal valuable information,
@@ -240,7 +240,7 @@ export type VoxelRenderMode = "volume" | "surfaces";
240
240
  * [VoxelDynamicSection](https://developers.arcgis.com/javascript/latest/references/core/layers/voxel/VoxelDynamicSection/) can be modified with
241
241
  * real-time rendering updates.
242
242
  *
243
- * ![voxellayer_dynamicsection](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxellayer_dynamicsection.png)
243
+ * ![voxellayer_dynamicsection](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxellayer_dynamicsection.png)
244
244
  *
245
245
  * ### VoxelIsosurface
246
246
  * A [VoxelIsosurface](https://developers.arcgis.com/javascript/latest/references/core/layers/voxel/VoxelIsosurface/)
@@ -256,7 +256,7 @@ export type VoxelRenderMode = "volume" | "surfaces";
256
256
  * in [VoxelIsosurface](https://developers.arcgis.com/javascript/latest/references/core/layers/voxel/VoxelIsosurface/).
257
257
  * You can have up to four isosurfaces in a voxel layer.
258
258
  *
259
- * ![voxellayer_isosurface](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxellayer_isosurface.png)
259
+ * ![voxellayer_isosurface](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxellayer_isosurface.png)
260
260
  *
261
261
  * ### Analysis Tool
262
262
  * The [Slice](https://developers.arcgis.com/javascript/latest/references/core/widgets/Slice/), [DirectLineMeasurement3D](https://developers.arcgis.com/javascript/latest/references/core/widgets/DirectLineMeasurement3D/)
@@ -295,7 +295,7 @@ export type VoxelRenderMode = "volume" | "surfaces";
295
295
  * Use the [fields](https://developers.arcgis.com/javascript/latest/references/core/layers/VoxelLayer/#fields) to list all available fields that can be used to customize the popup
296
296
  * of a VoxelLayer.
297
297
  *
298
- * ![voxellayer_popup.png](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxellayer_popup.png)
298
+ * ![voxellayer_popup.png](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxellayer_popup.png)
299
299
  *
300
300
  * <span id="voxellayer-volume"></span>
301
301
  * ## VoxelLayer Volume
@@ -305,15 +305,15 @@ export type VoxelRenderMode = "volume" | "surfaces";
305
305
  *
306
306
  * * X, Y, Z in which each dimension represents a geographic coordinate
307
307
  *
308
- * ![voxellayer_xyz](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxellayer_xyz.png)
308
+ * ![voxellayer_xyz](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxellayer_xyz.png)
309
309
  *
310
310
  * * X, Y, T in which X and Y represent a geographic coordinate and T represents time as a level
311
311
  *
312
- * ![voxellayer_xyt](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxellayer_xyt.png)
312
+ * ![voxellayer_xyt](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxellayer_xyt.png)
313
313
  *
314
314
  * * X, Y, Z, T in which each dimension represents geographic coordinates and includes a fourth dimension representing time.
315
315
  *
316
- * ![voxellayer_xyzt](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/voxellayer_xyzt.png)
316
+ * ![voxellayer_xyzt](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/voxellayer_xyzt.png)
317
317
  *
318
318
  * <span id="voxellayer-time"></span>
319
319
  * ## VoxelLayer and time
@@ -180,7 +180,7 @@ export interface WFSLayerProperties extends LayerProperties, PortalLayerProperti
180
180
  * The title of the layer used to identify it in places such as the [Legend](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-legend/)
181
181
  * and [LayerList](https://developers.arcgis.com/javascript/latest/references/core/widgets/LayerList/).
182
182
  *
183
- * ![wfs-title](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/wfslayer/title.png)
183
+ * ![wfs-title](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/wfslayer/title.png)
184
184
  *
185
185
  * @default "WFS"
186
186
  */
@@ -449,7 +449,7 @@ export default class WFSLayer extends WFSLayerSuperclass {
449
449
  * The name of the layer in the WFS service to display, excluding the namespace.
450
450
  * If not specified, the first layer found in the GetCapabilities request will be used.
451
451
  *
452
- * ![wfs-name](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/wfslayer/name.png)
452
+ * ![wfs-name](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/wfslayer/name.png)
453
453
  *
454
454
  * @see [namespaceUri](https://developers.arcgis.com/javascript/latest/references/core/layers/WFSLayer/#namespaceUri)
455
455
  * @example
@@ -463,7 +463,7 @@ export default class WFSLayer extends WFSLayerSuperclass {
463
463
  * The namespace URI for the layer name.
464
464
  * If not specified, the first namespace associated with the first layer found with `name` will be used.
465
465
  *
466
- * ![wfs-namespace](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/wfslayer/namespaceUri.png)
466
+ * ![wfs-namespace](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/wfslayer/namespaceUri.png)
467
467
  *
468
468
  * @see [name](https://developers.arcgis.com/javascript/latest/references/core/layers/WFSLayer/#name)
469
469
  * @example
@@ -556,11 +556,11 @@ export default class WFSLayer extends WFSLayerSuperclass {
556
556
  *
557
557
  * `layer.screenSizePerspectiveEnabled = true`
558
558
  *
559
- * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-screenSize-perspective.png)
559
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.png)
560
560
  *
561
561
  * `layer.screenSizePerspectiveEnabled = false`
562
562
  *
563
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/images/apiref/symbols/symbols-no-screenSize-perspective.png)
563
+ * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-no-screenSize-perspective.png)
564
564
  *
565
565
  * > [!WARNING]
566
566
  * >
@@ -588,7 +588,7 @@ export default class WFSLayer extends WFSLayerSuperclass {
588
588
  * The title of the layer used to identify it in places such as the [Legend](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-legend/)
589
589
  * and [LayerList](https://developers.arcgis.com/javascript/latest/references/core/widgets/LayerList/).
590
590
  *
591
- * ![wfs-title](https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/wfslayer/title.png)
591
+ * ![wfs-title](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/wfslayer/title.png)
592
592
  *
593
593
  * @default "WFS"
594
594
  */
@@ -148,7 +148,7 @@ export interface CatalogFootprintLayerProperties extends LayerProperties, BlendL
148
148
  * and [extruding](https://developers.arcgis.com/javascript/latest/references/core/layers/catalog/CatalogFootprintLayer/#elevationInfo) the layer (in 3D). You can also [query](https://developers.arcgis.com/javascript/latest/references/core/layers/catalog/CatalogFootprintLayer/#queryFeatures) the layer to get the footprints of the items in the CatalogLayer.
149
149
  *
150
150
  * <figure>
151
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/layers/cataloglayer/catalog-layer.png" alt="footprint"/>
151
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/catalog-layer.png" alt="footprint"/>
152
152
  * <figcaption> This image shows CatalogLayer and its footprint layer legend in the CatalogLayerList.</figcaption>
153
153
  * </figure>
154
154
  *