@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/config.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /* COPYRIGHT Esri - https://js.arcgis.com/5.0/LICENSE.txt */
2
- import"./core/has.js";import{deepMerge as e}from"./core/object.js";const s={apiKey:void 0,apiKeys:{scopes:[]},applicationName:"",applicationUrl:globalThis.location?.href,assetsPath:"",fontsUrl:"https://static.arcgis.com/fonts",geometryServiceUrl:"https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",geoRSSServiceUrl:"https://utility.arcgis.com/sharing/rss",kmlServiceUrl:"https://utility.arcgis.com/sharing/kml",userPrivilegesApplied:!0,portalUrl:"https://www.arcgis.com",respectPrefersReducedMotion:!0,routeServiceUrl:"https://route-api.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",workers:{loaderConfig:{has:{},paths:{},map:{},packages:[]}},request:{crossOriginNoCorsDomains:null,httpsDomains:["arcgis.com","arcgisonline.com","esrikr.com","premiumservices.blackbridge.com","esripremium.accuweather.com","gbm.digitalglobe.com","firstlook.digitalglobe.com","msi.digitalglobe.com"],interceptors:[],internalInterceptors:[],maxUrlLength:2e3,priority:"high",proxyRules:[],proxyUrl:null,timeout:62e3,trustedServers:[],useIdentity:!0},log:{interceptors:[],level:null}};if(globalThis.esriConfig&&(e(s,globalThis.esriConfig,!0),delete s.has),!s.assetsPath){{const e="5.0.0-next.126";s.assetsPath=`https://cdn.jsdelivr.net/npm/@arcgis/core@${e}/assets`}s.defaultAssetsPath=s.assetsPath}export{s as default};
2
+ import"./core/has.js";import{deepMerge as e}from"./core/object.js";const s={apiKey:void 0,apiKeys:{scopes:[]},applicationName:"",applicationUrl:globalThis.location?.href,assetsPath:"",fontsUrl:"https://static.arcgis.com/fonts",geometryServiceUrl:"https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer",geoRSSServiceUrl:"https://utility.arcgis.com/sharing/rss",kmlServiceUrl:"https://utility.arcgis.com/sharing/kml",userPrivilegesApplied:!0,portalUrl:"https://www.arcgis.com",respectPrefersReducedMotion:!0,routeServiceUrl:"https://route-api.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World",workers:{loaderConfig:{has:{},paths:{},map:{},packages:[]}},request:{crossOriginNoCorsDomains:null,httpsDomains:["arcgis.com","arcgisonline.com","esrikr.com","premiumservices.blackbridge.com","esripremium.accuweather.com","gbm.digitalglobe.com","firstlook.digitalglobe.com","msi.digitalglobe.com"],interceptors:[],internalInterceptors:[],maxUrlLength:2e3,priority:"high",proxyRules:[],proxyUrl:null,timeout:62e3,trustedServers:[],useIdentity:!0},log:{interceptors:[],level:null}};if(globalThis.esriConfig&&(e(s,globalThis.esriConfig,!0),delete s.has),!s.assetsPath){{const e="5.0.0-next.128";s.assetsPath=`https://cdn.jsdelivr.net/npm/@arcgis/core@${e}/assets`}s.defaultAssetsPath=s.assetsPath}export{s as default};
@@ -19,7 +19,7 @@ export interface FocusAreasProperties extends Partial<Pick<FocusAreas, "style">>
19
19
  * contrast for scenes with different coloring. A focus area can have a colored outline, which is helpful to
20
20
  * distinguish different focus areas in a map. Focus areas can be captured in slides and shared as part of a webscene.
21
21
  *
22
- * [![webscene](https://developers.arcgis.com/javascript/latest/assets/images/apiref/effects/focusarea-bd.png)](https://developers.arcgis.com/javascript/latest/sample-code/focus-area/)
22
+ * [![webscene](https://developers.arcgis.com/javascript/latest/assets/references/core/effects/focusarea-bd.png)](https://developers.arcgis.com/javascript/latest/sample-code/focus-area/)
23
23
  *
24
24
  * > [!WARNING]
25
25
  * >
@@ -32,7 +32,7 @@ export interface FieldElementProperties extends ElementProperties, Partial<Pick<
32
32
  * [feature form](https://developers.arcgis.com/javascript/latest/references/core/widgets/FeatureForm/#formTemplate)
33
33
  * or [feature layer](https://developers.arcgis.com/javascript/latest/references/core/layers/FeatureLayer/#formTemplate) `formTemplate`.
34
34
  *
35
- * ![form template field elements](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/formtemplate/field-elements-updated.png)
35
+ * ![form template field elements](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/formtemplate/field-elements-updated.png)
36
36
  *
37
37
  * @since 4.16
38
38
  * @see [FormTemplate](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/)
@@ -30,7 +30,7 @@ export interface GroupElementProperties extends ElementProperties, Partial<Pick<
30
30
  *
31
31
  * Form with individual field elements | Form with grouped field elements
32
32
  * -----------------------------------|----------------------------------
33
- * ![field element](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/formtemplate/field-elements.png) | ![group element](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/formtemplate/group-elements.png)
33
+ * ![field element](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/formtemplate/field-elements.png) | ![group element](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/formtemplate/group-elements.png)
34
34
  *
35
35
  *
36
36
  * > [!WARNING]
@@ -9,7 +9,7 @@ export interface TextElementProperties extends ElementProperties, Partial<Pick<T
9
9
  * The text may reference values returned from a field attribute or an
10
10
  * [Arcade](https://developers.arcgis.com/javascript/latest/arcade/) expression defined in a FormTemplate's [FormTemplate.expressionInfos](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/#expressionInfos) property.
11
11
  *
12
- * [![form template text element](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/formtemplate/text-element.png)](https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-form-elements/)
12
+ * [![form template text element](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/formtemplate/text-element.png)](https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-form-elements/)
13
13
  *
14
14
  * @see [FormTemplate](https://developers.arcgis.com/javascript/latest/references/core/form/FormTemplate/)
15
15
  * @see [FeatureForm](https://developers.arcgis.com/javascript/latest/references/core/widgets/FeatureForm/)
@@ -9,7 +9,7 @@ export interface ComboBoxInputProperties extends Partial<Pick<ComboBoxInput, "no
9
9
  * >
10
10
  * > Coded-value domains are required when using this input type. Previously, fields containing values that weren't compatible with their associated coded-value domain(s) displayed the option and would remove it once a user updated the value. The `ComboBoxInput` will now display and keep the value but will disable it.
11
11
  *
12
- * ![form field element combo box input](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/formtemplate/combo-box.png)
12
+ * ![form field element combo box input](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/formtemplate/combo-box.png)
13
13
  *
14
14
  * @since 4.19
15
15
  * @see [FieldElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/FieldElement/)
@@ -9,7 +9,7 @@ export interface RadioButtonsInputProperties extends Partial<Pick<RadioButtonsIn
9
9
  * >
10
10
  * > Coded-value domains are required when using this input type. Previously, fields containing values that weren't compatible with their associated coded-value domain(s) displayed the option and would remove it once a user updated the value. The `RadioButtonsInput` will now keep the value, but it will not display an option in the user interface.
11
11
  *
12
- * ![form field element radio buttons input](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/formtemplate/radio-buttons.png)
12
+ * ![form field element radio buttons input](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/formtemplate/radio-buttons.png)
13
13
  *
14
14
  * @since 4.19
15
15
  * @see [FieldElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/FieldElement/)
@@ -16,7 +16,7 @@ export interface SwitchInputProperties {
16
16
  * >
17
17
  * > Coded-value domains are required when using this input type.
18
18
  *
19
- * ![form field element switch input](https://developers.arcgis.com/javascript/latest/assets/images/apiref/widgets/formtemplate/switch-input.png)
19
+ * ![form field element switch input](https://developers.arcgis.com/javascript/latest/assets/references/core/widgets/formtemplate/switch-input.png)
20
20
  *
21
21
  * @since 4.20
22
22
  * @see [FieldElement](https://developers.arcgis.com/javascript/latest/references/core/form/elements/FieldElement/)
@@ -142,7 +142,7 @@ export interface MeshProperties extends BaseGeometryProperties, LoadableMixinPro
142
142
  *
143
143
  * Most popular 3D model formats, such as glTF, are not georeferenced and represent the mesh vertex coordinates in a plain **local cartesian** space with some length unit (e.g. `meters` for glTF). The coordinate (0,0,0) is the origin. We call this coordinate system "local" and represent it using the [MeshLocalVertexSpace](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshLocalVertexSpace/). The units in this vertex space are always "meters".
144
144
  *
145
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-local-vertex-space.png" style="width:300px;"/>
145
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-local-vertex-space.png" style="width:300px;"/>
146
146
  *
147
147
  * *local vertex space*
148
148
  *
@@ -150,7 +150,7 @@ export interface MeshProperties extends BaseGeometryProperties, LoadableMixinPro
150
150
  *
151
151
  * Currently we use the tangent plane of the sphere even for ellipsoidal geographic coordinate systems. This is a simplification we use as we render on a perfect sphere in global viewing mode.
152
152
  *
153
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-local-vertex-space-on-GCS-or-WM.png" style="width:300px;"/>
153
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-local-vertex-space-on-GCS-or-WM.png" style="width:300px;"/>
154
154
  *
155
155
  * *local vertex space on GCS or Web Mercator (ENU)*
156
156
  *
@@ -164,7 +164,7 @@ export interface MeshProperties extends BaseGeometryProperties, LoadableMixinPro
164
164
  *
165
165
  * The [georeferenced vertex space](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshGeoreferencedVertexSpace/) indicates that mesh vertices are already projected and that their coordinates are in the spatial reference of the mesh. If an [MeshGeoreferencedVertexSpace.origin](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshGeoreferencedVertexSpace/#origin) is provided, those vertex coordinates are interpreted as offsets relative to the origin. Otherwise, the coordinates are interpreted as absolute.
166
166
  *
167
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-georeferenced-vertex-space-on-PCS.png" style="width:300px;"/>
167
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-georeferenced-vertex-space-on-PCS.png" style="width:300px;"/>
168
168
  *
169
169
  * *georeferenced vertex space on PCS*
170
170
  *
@@ -302,7 +302,7 @@ export default class Mesh extends MeshSuperclass {
302
302
  *
303
303
  * The box geometry will have UV coordinates generated according to the following scheme:
304
304
  *
305
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-box-uv.png" width="300" height="300"/>
305
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-box-uv.png" width="300" height="300"/>
306
306
  *
307
307
  * @param location - The location bottom center of the box.
308
308
  * @param parameters - Parameters to configure the box creation.
@@ -336,7 +336,7 @@ export default class Mesh extends MeshSuperclass {
336
336
  * The cylinder geometry will have UV coordinates generated according to the following scheme
337
337
  * (example is shown for 8 vertices cylinder):
338
338
  *
339
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-cylinder-uv.png" width="300" height="300"/>
339
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-cylinder-uv.png" width="300" height="300"/>
340
340
  *
341
341
  * @param location - The location of the bottom center of the cylinder.
342
342
  * @param parameters - Parameters to configure the cylinder creation.
@@ -380,7 +380,7 @@ export default class Mesh extends MeshSuperclass {
380
380
  *
381
381
  * The plane geometry will have UV coordinates generated according to the following scheme:
382
382
  *
383
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-plane-uv.png" width="300" height="300"/>
383
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-plane-uv.png" width="300" height="300"/>
384
384
  *
385
385
  * @param location - The location of the bottom center of the plane.
386
386
  * @param parameters - Parameters to configure the plane creation.
@@ -396,7 +396,7 @@ export default class Mesh extends MeshSuperclass {
396
396
  * The sphere geometry will have UV coordinates generated according to the following scheme
397
397
  * (example is shown for 8x8 vertices sphere):
398
398
  *
399
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-sphere-uv.png" width="300" height="300"/>
399
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-sphere-uv.png" width="300" height="300"/>
400
400
  *
401
401
  * @param location - The location of the bottom center of the sphere.
402
402
  * @param parameters - Parameters to configure the sphere creation.
@@ -2,7 +2,7 @@
2
2
  * Calculates the alpha shape of 2D points (concave hull).
3
3
  * Alpha shapes are used to generalize bounding polygons containing sets of points or multipoints. Using this operator on other geometry types will produce results, however it is probably not what you are expecting.
4
4
  *
5
- * ![Alpha shape operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/alphaShape.png "Alpha shape operator")
5
+ * ![Alpha shape operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/alphaShape.png "Alpha shape operator")
6
6
  *
7
7
  * @since 4.31
8
8
  * @see [Alpha shape - wikipedia](https://en.wikipedia.org/wiki/Alpha_shape)
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Returns the planar area of a 2D geometry.
3
3
  *
4
- * ![Area operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/area.png "Area operator")
4
+ * ![Area operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/area.png "Area operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -3,7 +3,7 @@
3
3
  * This is suitable for rendering smaller areas within a projected coordinate system where the curvature of the Earth can be ignored, such as when all features are contained in one UTM zone.
4
4
  * Planar buffers can introduce distortions and inaccuracies when applied over larger areas.
5
5
  *
6
- * ![Buffer operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/buffer.png "Buffer operator")
6
+ * ![Buffer operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/buffer.png "Buffer operator")
7
7
  *
8
8
  * @since 4.31
9
9
  * @see [How Buffer (Analysis) works](https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-buffer-analysis-works.htm)
@@ -5,7 +5,7 @@
5
5
  * It is not guaranteed to be within or on the geometry. The centroid of a donut polygon is
6
6
  * the center of the hole, which is outside the polygon. The centroid of a curved polyline is not located on the line itself, but will be some distance away from it.
7
7
  *
8
- * ![Centroid operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/centroid.png "Centroid operator")
8
+ * ![Centroid operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/centroid.png "Centroid operator")
9
9
  *
10
10
  * @since 4.31
11
11
  * @see [labelPointOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/labelPointOperator/)
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Clips geometries with a 2D extent.
3
3
  *
4
- * ![Clip operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/clip.png "Clip operator")
4
+ * ![Clip operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/clip.png "Clip operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -3,7 +3,7 @@
3
3
  * Geometry A contains geometry B, when B is the intersection of A and B.
4
4
  * A contains B is equivalent to B within A. Geometry B can be non-simple geometry.
5
5
  *
6
- * ![Contains operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/contains.png "Contains operator")
6
+ * ![Contains operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/contains.png "Contains operator")
7
7
  *
8
8
  * @since 4.31
9
9
  */
@@ -3,7 +3,7 @@
3
3
  * A convex hull is the smallest convex polygon that encloses a group of geometries or vertices.
4
4
  * The hull is typically a polygon but can also be a polyline or a point in degenerate cases.
5
5
  *
6
- * ![Convex hull operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/convexHull.png "Convex hull operator")
6
+ * ![Convex hull operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/convexHull.png "Convex hull operator")
7
7
  *
8
8
  * @since 4.31
9
9
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Performs a relational operation to determine if one 2D geometry crosses another 2D geometry.
3
3
  *
4
- * ![Crosses operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/crosses.png "Crosses operator")
4
+ * ![Crosses operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/crosses.png "Crosses operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -12,7 +12,7 @@
12
12
  * An undefined cut will only be produced if a left cut or right cut was produced, and there was a
13
13
  * part left over after cutting or a cut is bounded to the left and right of the polyline that is used to cut.
14
14
  *
15
- * ![Cut operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/cut.png "Cut operator")
15
+ * ![Cut operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/cut.png "Cut operator")
16
16
  *
17
17
  * @since 4.31
18
18
  */
@@ -15,7 +15,7 @@
15
15
  * Suggestion: to limit the number of segments that are produced, if you have an area of interest such as a visible extent,
16
16
  * clip the input geometries before densifying.
17
17
  *
18
- * ![Densify operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/densify.png "Densify operator")
18
+ * ![Densify operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/densify.png "Densify operator")
19
19
  *
20
20
  * @since 4.31
21
21
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Performs a topological difference operation on 2D geometries.
3
3
  *
4
- * ![Difference operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/difference.png "Difference operator")
4
+ * ![Difference operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/difference.png "Difference operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -2,7 +2,7 @@
2
2
  * Performs a relational operation to determine if one 2D geometry is disjoint (doesn't intersect in any way) with another 2D geometry.
3
3
  * This operator can be used with non-simple geometries.
4
4
  *
5
- * ![Disjoint operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/disjoint.png "Disjoint operator")
5
+ * ![Disjoint operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/disjoint.png "Disjoint operator")
6
6
  *
7
7
  * @since 4.31
8
8
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Calculates planar distance between 2D geometries.
3
3
  *
4
- * ![Distance operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/distance.png "Distance operator")
4
+ * ![Distance operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/distance.png "Distance operator")
5
5
  *
6
6
  * @since 4.31
7
7
  * @see [Blog - Geodesic or planar: which to use for distance analysis](https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geodesic-or-planar-which-to-use-for-distance-analysis)
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Generalizes 2D geometries using Douglas-Peucker algorithm.
3
3
  *
4
- * ![Generalize operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/generalize.png "Generalize operator")
4
+ * ![Generalize operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/generalize.png "Generalize operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -8,7 +8,7 @@
8
8
  * > Verify that `isLoaded()` returns `true` before using this module.
9
9
  * > Use `load()` to load this module's dependencies.
10
10
  *
11
- * ![Geodesic proximity operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/geodesicProximity.png "Geodesic proximity operator")
11
+ * ![Geodesic proximity operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/geodesicProximity.png "Geodesic proximity operator")
12
12
  *
13
13
  * @since 4.31
14
14
  */
@@ -8,7 +8,7 @@
8
8
  * > Verify that `isLoaded()` returns `true` before using this module.
9
9
  * > Use `load()` to load this module's dependencies.
10
10
  *
11
- * ![Geodetic distance operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/geodeticDistance.png "Geodetic distance operator")
11
+ * ![Geodetic distance operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/geodeticDistance.png "Geodetic distance operator")
12
12
  *
13
13
  * @since 4.31
14
14
  * @see [Blog - Geodesic or planar: which to use for distance analysis](https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/geodesic-or-planar-which-to-use-for-distance-analysis)
@@ -72,7 +72,7 @@ export function load(): Promise<void>;
72
72
  * Geodetically calculates the distance and direction between two points.
73
73
  * Unless the `unit` option is set, the default is meters.
74
74
  *
75
- * ![Calculate Distance and Azimuth operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/calculateDistanceAndAzimuth.png "Calculate Distance and Azimuth operator")
75
+ * ![Calculate Distance and Azimuth operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/calculateDistanceAndAzimuth.png "Calculate Distance and Azimuth operator")
76
76
  *
77
77
  * @param point1 - The starting point.
78
78
  * @param point2 - The ending point.
@@ -94,7 +94,7 @@ export function calculateDistanceAndAzimuth(point1: Point, point2: Point, option
94
94
  * Geodetically calculates a point location at a defined distance and direction from a known point.
95
95
  * Unless the `unit` option is set, the default is meters.
96
96
  *
97
- * ![Point From Distance operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/pointFromDistance.png "Point From Distance operator")
97
+ * ![Point From Distance operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/pointFromDistance.png "Point From Distance operator")
98
98
  *
99
99
  * @param point - Origin location.
100
100
  * @param distance - Distance from the origin point.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Creates planar buffers around 2D geometries using graphical joins and caps.
3
3
  *
4
- * ![Graphic buffer operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/graphicBuffer.png "Graphic buffer operator")
4
+ * ![Graphic buffer operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/graphicBuffer.png "Graphic buffer operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Create new geometries using the topological intersection of 2D geometries.
3
3
  *
4
- * ![Intersection operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/intersection.png "Intersection operator")
4
+ * ![Intersection operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/intersection.png "Intersection operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -3,7 +3,7 @@
3
3
  * Intersect is same as not disjoint.
4
4
  * This operator can be used with non-simple geometries.
5
5
  *
6
- * ![Intersects operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/intersects.png "Intersects operator")
6
+ * ![Intersects operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/intersects.png "Intersects operator")
7
7
  *
8
8
  * @since 4.31
9
9
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Performs a 2D relational operation that checks if two geometries are near each other.
3
3
  *
4
- * ![isNear operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/isNear.png "isNear operator")
4
+ * ![isNear operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/isNear.png "isNear operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Returns the planar length of a 2D geometry.
3
3
  *
4
- * ![Length operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/length.png "Length operator")
4
+ * ![Length operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/length.png "Length operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -4,7 +4,7 @@
4
4
  * This can also be used for locate along operations, which is a variation of locate between when the start and end M values are equal.
5
5
  * This is a linear referencing operation. Polygons and extents are not supported.
6
6
  *
7
- * ![Locate between operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/locateBetween.png "Locate between operator")
7
+ * ![Locate between operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/locateBetween.png "Locate between operator")
8
8
  *
9
9
  * @since 4.31
10
10
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Convert multipart 2D geometries to single part geometries.
3
3
  *
4
- * ![Multipart to singlepart operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/multiPartToSinglePart.png "Multipart to singlepart operator")
4
+ * ![Multipart to singlepart operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/multiPartToSinglePart.png "Multipart to singlepart operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -17,7 +17,7 @@
17
17
  *
18
18
  * The miter limit is multiplied by the offset distance and the result determines how far a mitered offset intersection can be from the input curve before it is beveled.
19
19
  *
20
- * ![Offset operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/offset.png "Offset operator")
20
+ * ![Offset operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/offset.png "Offset operator")
21
21
  *
22
22
  * ### Join types
23
23
  * The join type controls how corners in the offset geometry are represented.
@@ -25,19 +25,19 @@
25
25
  *
26
26
  * * Round - a circular arc that is tangent to the ends of both offset line segments.
27
27
  *
28
- * ![Round joins](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/roundJoin.png "Round joins")
28
+ * ![Round joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/roundJoin.png "Round joins")
29
29
  *
30
30
  * * Miter - the offset line segments are extended to their intersection point forming a sharp angle, unless that extension exceeds the `miterLimit`, in which case the result is a bevel.
31
31
  *
32
- * ![Miter joins](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/miterDiagram.png "Miter joins")
32
+ * ![Miter joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/miterDiagram.png "Miter joins")
33
33
  *
34
34
  * * Bevel - the offset line segments are not extended; their endpoints are joined by a straight line.
35
35
  *
36
- * ![Bevel joins](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/bevelJoin.png "Bevel joins")
36
+ * ![Bevel joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/bevelJoin.png "Bevel joins")
37
37
  *
38
38
  * * Square - same as `miter` for minor arcs greater than 90 degrees. For all other minor arcs, the offset line segments are extended by an extra `distance` before their endpoints are joined.
39
39
  *
40
- * ![Square joins](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/squareDiagram.png "Square joins")
40
+ * ![Square joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/squareDiagram.png "Square joins")
41
41
  *
42
42
  * @since 4.31
43
43
  * @see ![Sample - Geometry operator - offset analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-offset-visualizer/)
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Performs a relational operation to determine if two 2D geometries of the same dimension overlap.
3
3
  *
4
- * ![Overlaps operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/overlaps.png "Overlaps operator")
4
+ * ![Overlaps operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/overlaps.png "Overlaps operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Find the closest vertices of the 2D geometry.
3
3
  *
4
- * ![Proximity operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/proximity.png "Proximity operator")
4
+ * ![Proximity operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/proximity.png "Proximity operator")
5
5
  *
6
6
  * @since 4.31
7
7
  * @see ![Sample - Geometry operator - proximity analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-proximity/)
@@ -2,7 +2,7 @@
2
2
  * Simplifies geometries to enforce topological correctness according to the [OGC Simple Feature Access specification 1.2.1](https://www.ogc.org/standards/sfa/).
3
3
  * This operator uses stricter rules than [simplifyOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/simplifyOperator/).
4
4
  *
5
- * ![Simplify OGC operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/isSimpleOGC.png "Simplify OGC operator")
5
+ * ![Simplify OGC operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/isSimpleOGC.png "Simplify OGC operator")
6
6
  *
7
7
  * @since 4.33
8
8
  */
@@ -3,7 +3,7 @@
3
3
  * This makes them topologically legal with respect to their geometry type.
4
4
  * This operator is less strict than [simplifyOGCOperator](https://developers.arcgis.com/javascript/latest/references/core/geometry/operators/simplifyOGCOperator/).
5
5
  *
6
- * ![Simplify operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/isSimple.png "Simplify operator")
6
+ * ![Simplify operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/isSimple.png "Simplify operator")
7
7
  *
8
8
  * @since 4.31
9
9
  */
@@ -27,7 +27,7 @@ export default class Transformation {
27
27
  * Flips all the `x` coordinates of geometries on the vertical y-axis (right or left) that is centered between `x0` and `x1`.
28
28
  * For example, if `x0` is 0 and `x1` is 10, all the `x` coordinates of the geometries will be flipped, or mirrored, on the vertical axis centered at `x = 5`.
29
29
  *
30
- * ![FlipX transformation](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/flipX.png "FlipX transformation")
30
+ * ![FlipX transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/flipX.png "FlipX transformation")
31
31
  *
32
32
  * @param x0 - The x-coordinate of the first geometry.
33
33
  * @param x1 - The x-coordinate of the second geometry.
@@ -47,7 +47,7 @@ export default class Transformation {
47
47
  * Flips all the `y` coordinates of geometries on the horizontal x-axis (up or down) that is centered between `y0` and `y1`.
48
48
  * For example, if `y0` is 0 and `y1` is 10, all the `y` coordinates of the geometries will be flipped, or mirrored, on the horizontal axis centered at `y = 5`.
49
49
  *
50
- * ![FlipY transformation](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/flipY.png "FlipY transformation")
50
+ * ![FlipY transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/flipY.png "FlipY transformation")
51
51
  *
52
52
  * @param y0 - The y-coordinate of the first geometry.
53
53
  * @param y1 - The y-coordinate of the second geometry.
@@ -95,7 +95,7 @@ export default class Transformation {
95
95
  * Rotates the geometries by the specified angle in degrees around the point specified by the x and y coordinates.
96
96
  * The point can be the center of the geometries or any other point.
97
97
  *
98
- * ![Rotate transformation](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/rotate.png "Rotate transformation")
98
+ * ![Rotate transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/rotate.png "Rotate transformation")
99
99
  *
100
100
  * @param angleInDegrees - The angle to rotate the geometries in degrees.
101
101
  * @param rotationX - The x-coordinate of the point to rotate around.
@@ -110,7 +110,7 @@ export default class Transformation {
110
110
  * Resizes the geometries by the specified scale factors defined by the x and y coordinates.
111
111
  * The coordinates define how much scaling is applied to the geometries in the x and y directions.
112
112
  *
113
- * ![Scale transformation](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/scale.png "Scale transformation")
113
+ * ![Scale transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/scale.png "Scale transformation")
114
114
  *
115
115
  * @param x - The x-coordinate that defines the horizontal scale factor.
116
116
  * @param y - The y-coordinate that defines the vertical scale factor.
@@ -135,7 +135,7 @@ export default class Transformation {
135
135
  * This transformation preserves lines and parallelisms, however it may distort angles and distances.
136
136
  * Applying this transformation will not change a geometry's area.
137
137
  *
138
- * ![Shear transformation](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/shear.png "Shear transformation")
138
+ * ![Shear transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/shear.png "Shear transformation")
139
139
  *
140
140
  * @param proportionX - The proportion to shear the geometry in the x direction.
141
141
  * @param proportionY - The proportion to shear the geometry in the y direction.
@@ -148,7 +148,7 @@ export default class Transformation {
148
148
  /**
149
149
  * Shifts all the coordinates of the geometries by the distance and direction between the specified `x` and `y` coordinates and their current location. This operation does not change the size or shape of the geometries.
150
150
  *
151
- * ![Shift transformation](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/shift.png "Shift transformation")
151
+ * ![Shift transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/shift.png "Shift transformation")
152
152
  *
153
153
  * @param x - The x-coordinate to shift by.
154
154
  * @param y - The y-coordinate to shift by.
@@ -5,7 +5,7 @@
5
5
  * This operation can be performed only on geometries that have same dimension (e.g. points with points, lines with lines, polygons with polygons or envelopes, etc).
6
6
  * Otherwise, the output will be the input geometry of the higher topological dimension.
7
7
  *
8
- * ![Symmetric difference operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/symmetricDifference.png "Symmetric difference operator")
8
+ * ![Symmetric difference operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/symmetricDifference.png "Symmetric difference operator")
9
9
  *
10
10
  * @since 4.31
11
11
  * @see [Wikipedia - Symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference)
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Perform a relational operation to determine if one 2D geometry touches another 2D geometry.
3
3
  *
4
- * ![Touches operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/touches.png "Touches operator")
4
+ * ![Touches operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/touches.png "Touches operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Perform a topological union (dissolve) operation on 2D geometries.
3
3
  *
4
- * ![Union operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/union.png "Union operator")
4
+ * ![Union operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/union.png "Union operator")
5
5
  *
6
6
  * @since 4.31
7
7
  */
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Geometry A can be non-simple geometry.
5
5
  *
6
- * ![Within operator](https://developers.arcgis.com/javascript/latest/assets/images/apiref/operators/within.png "Within operator")
6
+ * ![Within operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/within.png "Within operator")
7
7
  *
8
8
  * @since 4.31
9
9
  */
@@ -64,7 +64,7 @@ export interface MeshMaterialMetallicRoughnessProperties extends MeshMaterialPro
64
64
  * In this image you can see how [metallic](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#metallic) and [roughness](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#roughness) property values influence the display
65
65
  * of the material:
66
66
  *
67
- * <img src="https://developers.arcgis.com/javascript/latest/assets/images/apiref/geometry/mesh-metal-roughness.png" width="400"/>
67
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-metal-roughness.png" width="400"/>
68
68
  *
69
69
  * The [metallicRoughnessTexture](https://developers.arcgis.com/javascript/latest/references/core/geometry/support/MeshMaterialMetallicRoughness/#metallicRoughnessTexture) can be used to map specific metallic/roughness properties
70
70
  * on different parts of the model.