@arcgis/core 5.1.0-next.64 → 5.1.0-next.65

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 (346) hide show
  1. package/Camera.d.ts +1 -1
  2. package/Ground.d.ts +7 -7
  3. package/PopupTemplate.d.ts +8 -8
  4. package/WebDocument2D.js +1 -1
  5. package/WebScene.d.ts +1 -1
  6. package/WebScene.js +1 -1
  7. package/analysis/AreaMeasurementAnalysis.d.ts +1 -1
  8. package/analysis/DirectLineMeasurementAnalysis.d.ts +1 -1
  9. package/analysis/LengthDimension.d.ts +4 -4
  10. package/analysis/ShadowCastAnalysis.d.ts +3 -3
  11. package/analysis/SliceAnalysis.d.ts +1 -1
  12. package/analysis/SlicePlane.d.ts +1 -1
  13. package/applications/Components/featureUtils.d.ts +24 -0
  14. package/applications/Components/featureUtils.js +1 -1
  15. package/arcade/geometry/wkt.js +1 -1
  16. package/assets/esri/core/workers/RemoteClient.js +1 -1
  17. package/assets/esri/core/workers/chunks/{8166ad6bbd7d7a8f91cf.js → 0f3b8a08f843a080af0d.js} +1 -1
  18. package/assets/esri/core/workers/chunks/{354351ab3fc79dedf9a8.js → 4eca871ca51a59f6540a.js} +1 -1
  19. package/assets/esri/core/workers/chunks/7e97684e851274efd11f.js +1 -0
  20. package/assets/esri/core/workers/chunks/86f1aa2c108f5224d8b5.js +1 -0
  21. package/assets/esri/core/workers/chunks/b8acb6c2538053c01cc6.js +1 -0
  22. package/assets/esri/core/workers/chunks/d9d69cf2496ebe76eade.js +1 -0
  23. package/assets/esri/core/workers/chunks/{6c72dbd5275bffde1583.js → e622a23034f055de8b55.js} +1 -1
  24. package/assets/esri/core/workers/chunks/ec9d5dcf2a0a11c85341.js +1 -0
  25. package/config.js +1 -1
  26. package/effects/FocusAreas.d.ts +1 -1
  27. package/form/elements/FieldElement.d.ts +1 -1
  28. package/form/elements/GroupElement.d.ts +1 -1
  29. package/form/elements/TextElement.d.ts +1 -1
  30. package/form/elements/inputs/ComboBoxInput.d.ts +1 -1
  31. package/form/elements/inputs/RadioButtonsInput.d.ts +1 -1
  32. package/form/elements/inputs/SwitchInput.d.ts +1 -1
  33. package/geometry/Mesh.d.ts +7 -7
  34. package/geometry/operators/alphaShapeOperator.d.ts +1 -1
  35. package/geometry/operators/areaOperator.d.ts +1 -1
  36. package/geometry/operators/bufferOperator.d.ts +1 -1
  37. package/geometry/operators/centroidOperator.d.ts +1 -1
  38. package/geometry/operators/clipOperator.d.ts +1 -1
  39. package/geometry/operators/containsOperator.d.ts +1 -1
  40. package/geometry/operators/convexHullOperator.d.ts +1 -1
  41. package/geometry/operators/crossesOperator.d.ts +1 -1
  42. package/geometry/operators/cutOperator.d.ts +1 -1
  43. package/geometry/operators/densifyOperator.d.ts +1 -1
  44. package/geometry/operators/differenceOperator.d.ts +1 -1
  45. package/geometry/operators/disjointOperator.d.ts +1 -1
  46. package/geometry/operators/distanceOperator.d.ts +1 -1
  47. package/geometry/operators/generalizeOperator.d.ts +1 -1
  48. package/geometry/operators/geodesicProximityOperator.d.ts +1 -1
  49. package/geometry/operators/geodeticDistanceOperator.d.ts +1 -1
  50. package/geometry/operators/geodeticUtilsOperator.d.ts +2 -2
  51. package/geometry/operators/graphicBufferOperator.d.ts +1 -1
  52. package/geometry/operators/intersectionOperator.d.ts +1 -1
  53. package/geometry/operators/intersectsOperator.d.ts +1 -1
  54. package/geometry/operators/isNearOperator.d.ts +1 -1
  55. package/geometry/operators/lengthOperator.d.ts +1 -1
  56. package/geometry/operators/locateBetweenOperator.d.ts +1 -1
  57. package/geometry/operators/multiPartToSinglePartOperator.d.ts +1 -1
  58. package/geometry/operators/offsetOperator.d.ts +5 -5
  59. package/geometry/operators/overlapsOperator.d.ts +1 -1
  60. package/geometry/operators/proximityOperator.d.ts +1 -1
  61. package/geometry/operators/simplifyOGCOperator.d.ts +1 -1
  62. package/geometry/operators/simplifyOperator.d.ts +1 -1
  63. package/geometry/operators/support/Transformation.d.ts +6 -6
  64. package/geometry/operators/symmetricDifferenceOperator.d.ts +1 -1
  65. package/geometry/operators/touchesOperator.d.ts +1 -1
  66. package/geometry/operators/unionOperator.d.ts +1 -1
  67. package/geometry/operators/withinOperator.d.ts +1 -1
  68. package/geometry/support/MeshMaterialMetallicRoughness.d.ts +1 -1
  69. package/geometry/support/vcsData.js +2 -0
  70. package/geometry/support/vcsLookup.js +2 -0
  71. package/kernel.js +1 -1
  72. package/layers/BuildingSceneLayer.d.ts +4 -4
  73. package/layers/CSVLayer.d.ts +2 -2
  74. package/layers/CatalogLayer.d.ts +2 -2
  75. package/layers/ElevationLayer.d.ts +1 -1
  76. package/layers/FeatureLayer.d.ts +2 -2
  77. package/layers/GeoJSONLayer.d.ts +2 -2
  78. package/layers/GeoRSSLayer.d.ts +1 -1
  79. package/layers/GraphicsLayer.d.ts +2 -2
  80. package/layers/ImageryLayer.d.ts +3 -3
  81. package/layers/ImageryTileLayer.d.ts +2 -2
  82. package/layers/IntegratedMesh3DTilesLayer.d.ts +6 -6
  83. package/layers/IntegratedMeshLayer.d.ts +7 -7
  84. package/layers/MapImageLayer.d.ts +1 -1
  85. package/layers/MediaLayer.d.ts +1 -1
  86. package/layers/OGCFeatureLayer.d.ts +2 -2
  87. package/layers/PointCloudLayer.d.ts +1 -1
  88. package/layers/SceneLayer.d.ts +9 -9
  89. package/layers/StreamLayer.d.ts +2 -2
  90. package/layers/VectorTileLayer.d.ts +2 -2
  91. package/layers/VideoLayer.d.ts +1 -1
  92. package/layers/VoxelLayer.d.ts +8 -8
  93. package/layers/WFSLayer.d.ts +6 -6
  94. package/layers/catalog/CatalogFootprintLayer.d.ts +1 -1
  95. package/layers/graphics/sources/geojson/GeoJSONSourceWorker.js +1 -1
  96. package/layers/graphics/sources/support/MemorySourceWorker.js +1 -1
  97. package/layers/mixins/ArcGISImageService.js +1 -1
  98. package/layers/mixins/BlendLayer.d.ts +6 -6
  99. package/layers/pointCloudFilters/PointCloudReturnFilter.d.ts +1 -1
  100. package/layers/pointCloudFilters/PointCloudValueFilter.d.ts +1 -1
  101. package/layers/support/DimensionalDefinition.d.ts +2 -2
  102. package/layers/support/FeatureEffect.d.ts +4 -4
  103. package/layers/support/FeatureFilter.d.ts +17 -17
  104. package/layers/support/FeatureReductionBinning.d.ts +1 -1
  105. package/layers/support/FeatureReductionCluster.d.ts +9 -9
  106. package/layers/support/FeatureReductionSelection.d.ts +1 -1
  107. package/layers/support/LabelClass.d.ts +2 -2
  108. package/layers/support/RasterFunction.d.ts +1 -1
  109. package/layers/support/SceneFilter.d.ts +2 -2
  110. package/layers/support/SceneModification.d.ts +3 -3
  111. package/layers/support/capabilities.js +1 -1
  112. package/layers/support/featureLayerUtils.js +1 -1
  113. package/layers/support/serviceCapabilitiesUtils.js +1 -1
  114. package/layers/types.d.ts +6 -0
  115. package/package.json +1 -1
  116. package/popup/Feature.d.ts +6 -6
  117. package/popup/Feature.js +1 -1
  118. package/popup/Features.d.ts +3 -14
  119. package/popup/Features.js +1 -1
  120. package/popup/content/AttachmentsContent.d.ts +1 -1
  121. package/popup/content/BarChartMediaInfo.d.ts +1 -1
  122. package/popup/content/ColumnChartMediaInfo.d.ts +1 -1
  123. package/popup/content/FieldsContent.d.ts +1 -1
  124. package/popup/content/ImageMediaInfo.d.ts +1 -1
  125. package/popup/content/LineChartMediaInfo.d.ts +1 -1
  126. package/popup/content/MediaContent.d.ts +1 -1
  127. package/popup/content/PieChartMediaInfo.d.ts +1 -1
  128. package/popup/content/RelationshipContent.d.ts +1 -1
  129. package/popup/content/TextContent.d.ts +1 -1
  130. package/popup/support/featureUtils.js +1 -1
  131. package/popup/types.d.ts +193 -8
  132. package/portal/schemas/definitions.js +1 -1
  133. package/renderers/ClassBreaksRenderer.d.ts +1 -1
  134. package/renderers/DictionaryRenderer.d.ts +1 -1
  135. package/renderers/DotDensityRenderer.d.ts +3 -3
  136. package/renderers/FlowRenderer.d.ts +5 -5
  137. package/renderers/HeatmapRenderer.d.ts +3 -3
  138. package/renderers/PieChartRenderer.d.ts +1 -1
  139. package/renderers/RasterShadedReliefRenderer.d.ts +1 -1
  140. package/renderers/Renderer.d.ts +4 -4
  141. package/renderers/SimpleRenderer.d.ts +2 -2
  142. package/renderers/UniqueValueRenderer.d.ts +2 -2
  143. package/renderers/VectorFieldRenderer.d.ts +1 -1
  144. package/renderers/mixins/VisualVariablesMixin.d.ts +12 -12
  145. package/renderers/visualVariables/ColorVariable.d.ts +1 -1
  146. package/renderers/visualVariables/OpacityVariable.d.ts +1 -1
  147. package/renderers/visualVariables/RotationVariable.d.ts +1 -1
  148. package/renderers/visualVariables/SizeVariable.d.ts +1 -1
  149. package/renderers/visualVariables/VisualVariable.d.ts +1 -1
  150. package/rest/query/support/AttachmentInfo.d.ts +1 -1
  151. package/rest/support/AttributeBinsQuery.d.ts +8 -8
  152. package/rest/support/AutoIntervalBinParameters.d.ts +1 -1
  153. package/rest/support/DateBinParameters.d.ts +1 -1
  154. package/rest/support/FixedBoundariesBinParameters.d.ts +1 -1
  155. package/rest/support/FixedIntervalBinParameters.d.ts +1 -1
  156. package/rest/support/Query.d.ts +8 -8
  157. package/rest/support/TopFeaturesQuery.d.ts +8 -8
  158. package/smartMapping/labels/clusters.d.ts +1 -1
  159. package/smartMapping/popup/clusters.d.ts +2 -2
  160. package/smartMapping/popup/templates.d.ts +1 -1
  161. package/smartMapping/raster/renderers/flow.d.ts +2 -2
  162. package/smartMapping/renderers/color.d.ts +12 -12
  163. package/smartMapping/renderers/predominance.d.ts +3 -3
  164. package/smartMapping/renderers/relationship.d.ts +15 -15
  165. package/smartMapping/renderers/univariateColorSize.d.ts +4 -4
  166. package/smartMapping/symbology/color.d.ts +4 -4
  167. package/smartMapping/symbology/flow.d.ts +2 -2
  168. package/smartMapping/symbology/types.d.ts +18 -18
  169. package/support/actions/ActionButton.d.ts +1 -1
  170. package/support/revision.js +1 -1
  171. package/symbols/CIMSymbol.d.ts +1 -1
  172. package/symbols/ExtrudeSymbol3DLayer.d.ts +1 -1
  173. package/symbols/FillSymbol3DLayer.d.ts +3 -3
  174. package/symbols/IconSymbol3DLayer.d.ts +1 -1
  175. package/symbols/LabelSymbol3D.d.ts +2 -2
  176. package/symbols/LineStyleMarker3D.d.ts +7 -7
  177. package/symbols/LineSymbol3D.d.ts +2 -2
  178. package/symbols/LineSymbol3DLayer.d.ts +7 -7
  179. package/symbols/LineSymbolMarker.d.ts +6 -6
  180. package/symbols/MarkerSymbol.d.ts +1 -1
  181. package/symbols/MeshSymbol3D.d.ts +2 -2
  182. package/symbols/ObjectSymbol3DLayer.d.ts +1 -1
  183. package/symbols/PathSymbol3DLayer.d.ts +14 -14
  184. package/symbols/PictureFillSymbol.d.ts +1 -1
  185. package/symbols/PictureMarkerSymbol.d.ts +1 -1
  186. package/symbols/PointSymbol3D.d.ts +3 -3
  187. package/symbols/PolygonSymbol3D.d.ts +5 -5
  188. package/symbols/SimpleFillSymbol.d.ts +8 -8
  189. package/symbols/SimpleLineSymbol.d.ts +20 -20
  190. package/symbols/SimpleMarkerSymbol.d.ts +7 -7
  191. package/symbols/Symbol3DLayer.d.ts +16 -16
  192. package/symbols/TextSymbol.d.ts +1 -1
  193. package/symbols/TextSymbol3DLayer.d.ts +1 -1
  194. package/symbols/WaterSymbol3DLayer.d.ts +3 -3
  195. package/symbols/WebStyleSymbol.d.ts +12 -12
  196. package/symbols/callouts/Callout3D.d.ts +1 -1
  197. package/symbols/callouts/LineCallout3D.d.ts +3 -3
  198. package/symbols/cim/types.d.ts +23 -23
  199. package/symbols/edges/Edges3D.d.ts +1 -1
  200. package/symbols/edges/SolidEdges3D.d.ts +1 -1
  201. package/symbols/patterns/LineStylePattern3D.d.ts +11 -11
  202. package/symbols/patterns/StylePattern3D.d.ts +8 -8
  203. package/symbols/support/ElevationInfo.d.ts +2 -2
  204. package/symbols/support/IconSymbol3DLayerResource.d.ts +6 -6
  205. package/symbols/support/ObjectSymbol3DLayerResource.d.ts +7 -7
  206. package/symbols/support/Symbol3DEmissive.d.ts +2 -2
  207. package/symbols/support/Symbol3DVerticalOffset.d.ts +2 -2
  208. package/views/2d/engine/flow/FlowStrategy.js +1 -1
  209. package/views/2d/engine/flow/styles/Imagery.js +1 -1
  210. package/views/2d/engine/flow/styles/Particles.js +1 -1
  211. package/views/2d/engine/flow/styles/Stack.js +1 -1
  212. package/views/2d/engine/flow/styles/Streamlines.js +1 -1
  213. package/views/2d/engine/vectorTiles/style/StyleLayer.js +1 -1
  214. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  215. package/views/2d/layers/BaseLayerViewGL2D.d.ts +1 -1
  216. package/views/2d/layers/ImageryTileLayerView2D.js +1 -1
  217. package/views/2d/layers/imagery/BaseImageryTileSubView2D.js +1 -1
  218. package/views/2d/types.d.ts +3 -3
  219. package/views/3d/FocusAreasView.js +1 -1
  220. package/views/3d/analysis/Slice/sliceToolUtils.js +1 -1
  221. package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillController.js +1 -1
  222. package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementCutFillVisualization.js +1 -1
  223. package/views/3d/environment/CloudyWeather.d.ts +1 -1
  224. package/views/3d/environment/Environment.d.ts +4 -4
  225. package/views/3d/environment/FoggyWeather.d.ts +1 -1
  226. package/views/3d/environment/RainyWeather.d.ts +1 -1
  227. package/views/3d/environment/SnowyWeather.d.ts +1 -1
  228. package/views/3d/environment/SunLighting.d.ts +1 -1
  229. package/views/3d/environment/SunnyWeather.d.ts +1 -1
  230. package/views/3d/environment/VirtualLighting.d.ts +1 -1
  231. package/views/3d/layers/graphics/extrudeUtils.js +1 -1
  232. package/views/3d/support/renderInfoUtils/polygon.js +1 -1
  233. package/views/3d/webgl/RenderNode.d.ts +2 -2
  234. package/views/3d/webgl-engine/effects/focusArea/FocusAreaMaskNode.js +1 -1
  235. package/views/3d/webgl-engine/lib/CutFillComputationRenderNode.js +1 -1
  236. package/views/3d/webgl-engine/lib/CutFillVisualizationRenderNode.js +1 -1
  237. package/views/3d/webgl.d.ts +1 -1
  238. package/views/Magnifier.d.ts +3 -3
  239. package/views/MapView.d.ts +7 -7
  240. package/views/SceneView.d.ts +16 -16
  241. package/views/View.d.ts +17 -3
  242. package/views/View.js +1 -1
  243. package/views/interactive/sketch/SketchLabelOptions.d.ts +1 -1
  244. package/views/interactive/sketch/SketchTooltipOptions.d.ts +1 -1
  245. package/views/interactive/snapping/SnappingOptions.d.ts +7 -7
  246. package/views/layers/LineOfSightLayerView.d.ts +3 -2
  247. package/views/support/HighlightOptions.d.ts +1 -1
  248. package/views/types.d.ts +59 -2
  249. package/views/ui/DefaultUI.d.ts +2 -2
  250. package/webscene/Environment.d.ts +10 -10
  251. package/webscene/Glow.d.ts +1 -1
  252. package/webscene/background/ColorBackground.d.ts +1 -1
  253. package/widgets/AreaMeasurement2D.d.ts +1 -1
  254. package/widgets/AreaMeasurement3D.d.ts +2 -2
  255. package/widgets/Attachments.d.ts +1 -1
  256. package/widgets/Attribution.d.ts +1 -1
  257. package/widgets/BasemapGallery.d.ts +1 -1
  258. package/widgets/BasemapLayerList.d.ts +3 -3
  259. package/widgets/BasemapToggle.d.ts +1 -1
  260. package/widgets/Bookmarks/BookmarksVisibleElements.d.ts +1 -1
  261. package/widgets/Bookmarks.d.ts +2 -2
  262. package/widgets/BuildingExplorer.d.ts +1 -1
  263. package/widgets/CatalogLayerList.d.ts +3 -3
  264. package/widgets/Compass.d.ts +2 -2
  265. package/widgets/CoordinateConversion.d.ts +1 -1
  266. package/widgets/Daylight.d.ts +5 -5
  267. package/widgets/DirectLineMeasurement3D.d.ts +2 -2
  268. package/widgets/Directions.d.ts +4 -4
  269. package/widgets/DistanceMeasurement2D.d.ts +1 -1
  270. package/widgets/Editor/CreateFeaturesWorkflow.d.ts +1 -1
  271. package/widgets/Editor.d.ts +8 -8
  272. package/widgets/ElevationProfile/ElevationProfileLineGround.d.ts +1 -1
  273. package/widgets/ElevationProfile/ElevationProfileLineInput.d.ts +1 -1
  274. package/widgets/ElevationProfile/ElevationProfileLineView.d.ts +1 -1
  275. package/widgets/ElevationProfile.d.ts +3 -3
  276. package/widgets/Expand.d.ts +1 -1
  277. package/widgets/FeatureForm.d.ts +1 -1
  278. package/widgets/FeatureTable/ActionColumn.d.ts +2 -2
  279. package/widgets/FeatureTable/AttachmentsColumn.d.ts +1 -1
  280. package/widgets/FeatureTable/FeatureTableViewModel.d.ts +3 -3
  281. package/widgets/FeatureTable/Grid/GroupColumn.d.ts +1 -1
  282. package/widgets/FeatureTable/RelationshipColumn.d.ts +1 -1
  283. package/widgets/FeatureTable/VisibleElements.d.ts +1 -1
  284. package/widgets/FeatureTable.d.ts +10 -10
  285. package/widgets/FeatureTemplates/FeatureTemplatesViewModel.d.ts +5 -5
  286. package/widgets/FeatureTemplates.d.ts +8 -8
  287. package/widgets/Features/FeaturesViewModel.d.ts +2 -2
  288. package/widgets/Features/FeaturesVisibleElements.d.ts +2 -2
  289. package/widgets/Features.d.ts +1 -1
  290. package/widgets/FloorFilter/FloorFilterViewModel.js +1 -1
  291. package/widgets/FloorFilter.d.ts +2 -2
  292. package/widgets/Histogram.d.ts +2 -2
  293. package/widgets/HistogramRangeSlider.d.ts +1 -1
  294. package/widgets/Home.d.ts +1 -1
  295. package/widgets/LayerList/ListItemPanel.d.ts +1 -1
  296. package/widgets/LayerList.d.ts +4 -4
  297. package/widgets/Legend.d.ts +8 -8
  298. package/widgets/LineOfSight.d.ts +1 -1
  299. package/widgets/Locate.d.ts +2 -2
  300. package/widgets/Measurement.d.ts +1 -1
  301. package/widgets/NavigationToggle/NavigationToggleViewModel.d.ts +1 -1
  302. package/widgets/NavigationToggle.d.ts +3 -3
  303. package/widgets/Popup/PopupVisibleElements.d.ts +2 -2
  304. package/widgets/Popup.d.ts +5 -5
  305. package/widgets/Print/CustomTemplate.d.ts +1 -1
  306. package/widgets/Print/TemplateOptions.d.ts +4 -4
  307. package/widgets/ScaleRangeSlider.d.ts +1 -1
  308. package/widgets/Search/SearchViewModel.d.ts +4 -4
  309. package/widgets/Search.d.ts +5 -5
  310. package/widgets/ShadowCast.d.ts +3 -3
  311. package/widgets/Sketch/SketchViewModel.d.ts +39 -39
  312. package/widgets/Sketch.d.ts +43 -43
  313. package/widgets/Slice.d.ts +2 -2
  314. package/widgets/Slider/SliderViewModel.d.ts +2 -2
  315. package/widgets/Slider.d.ts +9 -9
  316. package/widgets/Swipe/SwipeViewModel.d.ts +1 -1
  317. package/widgets/Swipe.d.ts +2 -2
  318. package/widgets/TableList/ListItemPanel.d.ts +1 -1
  319. package/widgets/TableList.d.ts +1 -1
  320. package/widgets/TimeSlider/TimeSliderViewModel.d.ts +10 -10
  321. package/widgets/TimeSlider/TimeSliderViewModel.js +1 -1
  322. package/widgets/TimeSlider/types.d.ts +1 -1
  323. package/widgets/TimeSlider.d.ts +13 -13
  324. package/widgets/Track.d.ts +2 -2
  325. package/widgets/UtilityNetworkAssociations.d.ts +3 -3
  326. package/widgets/UtilityNetworkTrace.d.ts +4 -4
  327. package/widgets/UtilityNetworkValidateTopology.d.ts +1 -1
  328. package/widgets/ValuePicker.d.ts +5 -5
  329. package/widgets/VideoPlayer.d.ts +1 -1
  330. package/widgets/smartMapping/ClassedColorSlider.d.ts +1 -1
  331. package/widgets/smartMapping/ClassedSizeSlider.d.ts +1 -1
  332. package/widgets/smartMapping/ColorSizeSlider.d.ts +2 -2
  333. package/widgets/smartMapping/ColorSlider.d.ts +1 -1
  334. package/widgets/smartMapping/HeatmapSlider.d.ts +1 -1
  335. package/widgets/smartMapping/OpacitySlider.d.ts +1 -1
  336. package/widgets/smartMapping/SizeSlider.d.ts +1 -1
  337. package/widgets/smartMapping/SmartMappingSliderBase.d.ts +4 -4
  338. package/widgets/smartMapping/SmartMappingSliderViewModel.d.ts +6 -6
  339. package/widgets/support/GridControls.d.ts +1 -1
  340. package/widgets/support/SnappingControls/VisibleElements.d.ts +1 -1
  341. package/widgets/support/SnappingControls.d.ts +6 -6
  342. package/assets/esri/core/workers/chunks/2aaeaf022af8493281dc.js +0 -1
  343. package/assets/esri/core/workers/chunks/2d92ba11781a3cfc3a78.js +0 -1
  344. package/assets/esri/core/workers/chunks/5c6e5f22450dd0583074.js +0 -1
  345. package/assets/esri/core/workers/chunks/75f7c1f600c4051bc905.js +0 -1
  346. package/assets/esri/core/workers/chunks/ee8cd91c27e9cdfc3b2e.js +0 -1
@@ -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/references/core/operators/alphaShape.png "Alpha shape operator")
5
+ * ![Alpha shape operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/alphaShape.avif "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/references/core/operators/area.png "Area operator")
4
+ * ![Area operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/area.avif "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/references/core/operators/buffer.png "Buffer operator")
6
+ * ![Buffer operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/buffer.avif "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/references/core/operators/centroid.png "Centroid operator")
8
+ * ![Centroid operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/centroid.avif "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/references/core/operators/clip.png "Clip operator")
4
+ * ![Clip operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/clip.avif "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/references/core/operators/contains.png "Contains operator")
6
+ * ![Contains operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/contains.avif "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/references/core/operators/convexHull.png "Convex hull operator")
6
+ * ![Convex hull operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/convexHull.avif "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/references/core/operators/crosses.png "Crosses operator")
4
+ * ![Crosses operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/crosses.avif "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/references/core/operators/cut.png "Cut operator")
15
+ * ![Cut operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/cut.avif "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/references/core/operators/densify.png "Densify operator")
18
+ * ![Densify operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/densify.avif "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/references/core/operators/difference.png "Difference operator")
4
+ * ![Difference operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/difference.avif "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/references/core/operators/disjoint.png "Disjoint operator")
5
+ * ![Disjoint operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/disjoint.avif "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/references/core/operators/distance.png "Distance operator")
4
+ * ![Distance operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/distance.avif "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/references/core/operators/generalize.png "Generalize operator")
4
+ * ![Generalize operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/generalize.avif "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/references/core/operators/geodesicProximity.png "Geodesic proximity operator")
11
+ * ![Geodesic proximity operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/geodesicProximity.avif "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/references/core/operators/geodeticDistance.png "Geodetic distance operator")
11
+ * ![Geodetic distance operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/geodeticDistance.avif "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/references/core/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.avif "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/references/core/operators/pointFromDistance.png "Point From Distance operator")
97
+ * ![Point From Distance operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/pointFromDistance.avif "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/references/core/operators/graphicBuffer.png "Graphic buffer operator")
4
+ * ![Graphic buffer operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/graphicBuffer.avif "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/references/core/operators/intersection.png "Intersection operator")
4
+ * ![Intersection operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/intersection.avif "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/references/core/operators/intersects.png "Intersects operator")
6
+ * ![Intersects operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/intersects.avif "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/references/core/operators/isNear.png "isNear operator")
4
+ * ![isNear operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/isNear.avif "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/references/core/operators/length.png "Length operator")
4
+ * ![Length operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/length.avif "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/references/core/operators/locateBetween.png "Locate between operator")
7
+ * ![Locate between operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/locateBetween.avif "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/references/core/operators/multiPartToSinglePart.png "Multipart to singlepart operator")
4
+ * ![Multipart to singlepart operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/multiPartToSinglePart.avif "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/references/core/operators/offset.png "Offset operator")
20
+ * ![Offset operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/offset.avif "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/references/core/operators/roundJoin.png "Round joins")
28
+ * ![Round joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/roundJoin.avif "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/references/core/operators/miterDiagram.png "Miter joins")
32
+ * ![Miter joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/miterDiagram.avif "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/references/core/operators/bevelJoin.png "Bevel joins")
36
+ * ![Bevel joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/bevelJoin.avif "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/references/core/operators/squareDiagram.png "Square joins")
40
+ * ![Square joins](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/squareDiagram.avif "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/references/core/operators/overlaps.png "Overlaps operator")
4
+ * ![Overlaps operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/overlaps.avif "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/references/core/operators/proximity.png "Proximity operator")
4
+ * ![Proximity operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/proximity.avif "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/references/core/operators/isSimpleOGC.png "Simplify OGC operator")
5
+ * ![Simplify OGC operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/isSimpleOGC.avif "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/references/core/operators/isSimple.png "Simplify operator")
6
+ * ![Simplify operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/isSimple.avif "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/references/core/operators/flipX.png "FlipX transformation")
30
+ * ![FlipX transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/flipX.avif "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/references/core/operators/flipY.png "FlipY transformation")
50
+ * ![FlipY transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/flipY.avif "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/references/core/operators/rotate.png "Rotate transformation")
98
+ * ![Rotate transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/rotate.avif "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/references/core/operators/scale.png "Scale transformation")
113
+ * ![Scale transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/scale.avif "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/references/core/operators/shear.png "Shear transformation")
138
+ * ![Shear transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/shear.avif "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/references/core/operators/shift.png "Shift transformation")
151
+ * ![Shift transformation](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/shift.avif "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/references/core/operators/symmetricDifference.png "Symmetric difference operator")
8
+ * ![Symmetric difference operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/symmetricDifference.avif "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/references/core/operators/touches.png "Touches operator")
4
+ * ![Touches operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/touches.avif "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/references/core/operators/union.png "Union operator")
4
+ * ![Union operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/union.avif "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/references/core/operators/within.png "Within operator")
6
+ * ![Within operator](https://developers.arcgis.com/javascript/latest/assets/references/core/operators/within.avif "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/references/core/geometry/mesh-metal-roughness.png" width="400"/>
67
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/geometry/mesh-metal-roughness.avif" 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.
@@ -0,0 +1,2 @@
1
+ /* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
2
+ const o=[3855,31,14,540,18,735,2,19,23,80,19,261,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,80,1,1,1,1,1,3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,30,2,12,18,1,1,1,1,1,1,1,1,1,1,1,1,1,67,189,1,1,46,1,1,1,1,1,1,1,1,1,170,1,1,1,278,1,1,1,1,1,1,3,46,1,1,221,530,1,204,1,47,1,7,125,5,2,2,47,1,1,72,6,8,3,71,1,1,1,36,139,38,1,90,1,76,241,15,1,150,40,23,7,219,115,10,19,5,8,1,15,32,16,38,1,2,1,1,1,1,1,1,1,1,1,1,49,7,13,179,1,12,3,3,3,3,6,40,1,201,4,223,1,39,159,3,1,1,128,1,1,1,62,1,1,1,1,1,13,23,54,7,1,28,62,23,137,18,9082,34,1,1,85565,1,1,1,96,1,1,1,1,86,1,1,1,1,1,1,1,1,1,9901,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1],t=[284,1,17,107,3,143],e=[10,1,13,1,1,1,12,1,6,1,18,1,4,1,49,1,11,1,1,7,5,1,15,3,29,1,2,1,1,1,5,1,13,2,24,1,6,2,1,1,7,6,3,3,280],r=["Meter","Foot","Foot_US","Foot_British_1936"],F=[1,.3048,.3048006096012192,.3048007491],_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];export{e as directions,t as types,F as unitInMeters,r as unitStrings,_ as units,o as wkids};
@@ -0,0 +1,2 @@
1
+ /* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
2
+ import{units as t,wkids as n,unitStrings as o,unitInMeters as r,directions as e,types as c}from"./vcsData.js";function s(t){const n=[];let o=0;for(const r of t){for(let t=0;t<r;t++)n.push(o);o=1-o}return n}function f(t){const n=[];let o=0;for(const r of t)o+=r,n.push(o);return n}function u(){const u=f(n),i=s(c),p=s(e),a=o.map((t,n)=>({name:t,conversionFactor:r[n]})),l=new Map;for(let n=0;n<u.length;n++){const o=0===i[n]?0:1,r=0===p[n]?0:1,e=a[t[n]];l.set(u[n],{type:o,direction:r,unit:e})}return l}const i=u();export{i as vcsLookup};
package/kernel.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /* COPYRIGHT Esri - https://js.arcgis.com/5.1/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.1";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.1.0-next.64",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.1";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.1.0-next.65",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/references/core/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.avif)](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/references/core/layers/buildingscenelayer-overview.png)
103
+ * ![building-scene-layer-overview](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/buildingscenelayer-overview.avif)
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/references/core/layers/buildingscenelayer-fullmodel.png)
114
+ * ![building-scene-layer-fullmodel](https://developers.arcgis.com/javascript/latest/assets/references/core/layers/buildingscenelayer-fullmodel.avif)
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/references/core/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.avif)](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/references/core/symbols/symbols-screenSize-perspective.png)
843
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.avif)
844
844
  *
845
845
  * `layer.screenSizePerspectiveEnabled = false`
846
846
  *
847
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/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.avif)
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/references/core/layers/cataloglayer/catalog-layer.png" alt="footprint"/>
136
+ * <img src="https://developers.arcgis.com/javascript/latest/assets/references/core/layers/cataloglayer/catalog-layer.avif" 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/references/core/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.avif" 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/references/core/ground/elev-default.png)
40
+ * ![elev-default](https://developers.arcgis.com/javascript/latest/assets/references/core/ground/elev-default.avif)
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/references/core/symbols/symbols-screenSize-perspective.png)
1209
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.avif)
1210
1210
  *
1211
1211
  * `layer.screenSizePerspectiveEnabled = false`
1212
1212
  *
1213
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/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.avif)
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/references/core/symbols/symbols-screenSize-perspective.png)
1119
+ * ![screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/symbols/symbols-screenSize-perspective.avif)
1120
1120
  *
1121
1121
  * `layer.screenSizePerspectiveEnabled = false`
1122
1122
  *
1123
- * ![no-screen-size-perspective](https://developers.arcgis.com/javascript/latest/assets/references/core/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.avif)
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/references/core/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.avif)](https://developers.arcgis.com/javascript/latest/sample-code/layers-georss/)
64
64
  *
65
65
  * > [!WARNING]
66
66
  * >