@arcgis/core 5.0.0-next.55 → 5.0.0-next.57

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 (392) hide show
  1. package/Color.d.ts +12 -4
  2. package/Ground.js +1 -1
  3. package/applications/Components/SelectionOperation.d.ts +5 -0
  4. package/applications/Components/SketchTooltipControls.d.ts +5 -0
  5. package/applications/Components/actionUtils.d.ts +5 -0
  6. package/applications/Components/analysisUtils.d.ts +5 -0
  7. package/applications/Components/arcadeEditorUtils.d.ts +5 -0
  8. package/applications/Components/arcadeFeatureUtils.d.ts +5 -0
  9. package/applications/Components/basemapUtils.d.ts +5 -0
  10. package/applications/Components/drawUtils.d.ts +5 -0
  11. package/applications/Components/featureUtils.d.ts +5 -0
  12. package/applications/Components/fontUtils.d.ts +5 -0
  13. package/applications/Components/formatUtils.d.ts +5 -0
  14. package/applications/Components/getDefaultUnits.d.ts +5 -0
  15. package/applications/Components/gfxUtils.d.ts +5 -0
  16. package/applications/Components/imageryUtils.d.ts +5 -0
  17. package/applications/Components/layerOriginUtils.d.ts +5 -0
  18. package/applications/Components/layersEffectsJsonUtils.d.ts +5 -0
  19. package/applications/Components/previewSymbol2D.d.ts +5 -0
  20. package/applications/Components/reactiveUtils.d.ts +6 -0
  21. package/applications/Components/sanitizerUtils.d.ts +5 -0
  22. package/applications/Components/stringUtils.d.ts +6 -2
  23. package/applications/Components/styleUtils.d.ts +5 -0
  24. package/applications/Components/svgUtils.d.ts +5 -0
  25. package/applications/Components/testUtils.d.ts +5 -0
  26. package/applications/Components/viewUtils.d.ts +5 -0
  27. package/applications/Components/webStyleSymbolUtils.d.ts +5 -0
  28. package/applications/Excalibur/videoViewUtils.d.ts +5 -0
  29. package/applications/ExperienceBuilder/sketchUtils.d.ts +5 -0
  30. package/applications/KnowledgeStudio/generalSdkInternalAccess.d.ts +10 -0
  31. package/applications/KnowledgeStudio/generalSharedKgUtils.d.ts +10 -0
  32. package/applications/KnowledgeStudio/layerInternalAccessUtils.d.ts +11 -1
  33. package/applications/KnowledgeStudio/reshape.d.ts +5 -0
  34. package/applications/KnowledgeStudio/resourceSerializationUtils.d.ts +5 -0
  35. package/applications/MapViewer/layerUtils.d.ts +5 -0
  36. package/applications/MapViewer/mediaUtils.d.ts +5 -0
  37. package/applications/MapViewer/templateUtils.d.ts +5 -0
  38. package/applications/PortalApp/layerUtils.d.ts +5 -0
  39. package/applications/SceneViewer/colorUtils.d.ts +5 -0
  40. package/applications/SceneViewer/devEnvironmentUtils.d.ts +5 -0
  41. package/applications/SceneViewer/layerUtils.d.ts +5 -0
  42. package/applications/SceneViewer/sceneViewerUtils.d.ts +5 -0
  43. package/applications/SceneViewer/symbolUtils.d.ts +5 -0
  44. package/applications/Urban/meshUtils.d.ts +5 -0
  45. package/applications/WebEditor/sketchUtils.d.ts +5 -0
  46. package/arcade.d.ts +22 -0
  47. package/assets/esri/core/workers/RemoteClient.js +1 -1
  48. package/assets/esri/core/workers/chunks/5340887a4a48bde3407a.js +1 -0
  49. package/assets/esri/core/workers/chunks/82ced9254b27707522ef.js +1 -0
  50. package/assets/esri/core/workers/chunks/8628bf45a33af786cd49.js +1 -0
  51. package/assets/esri/core/workers/chunks/{d63cf90d1356d1f10138.js → 8f4c480c418eba299c2b.js} +1 -1
  52. package/assets/esri/core/workers/chunks/{fa92a7c11befbad8739f.js → b4f944ef6c174b20b619.js} +1 -1
  53. package/assets/esri/core/workers/chunks/c531c0e3d420a1be0ad2.js +316 -0
  54. package/assets/esri/core/workers/chunks/{14765f98b8ea447498a1.js → da2c41ac0f82f32013c1.js} +4 -4
  55. package/assets/esri/libs/lyr3d/lyr3DMain.wasm +0 -0
  56. package/assets/esri/libs/lyr3d/lyr3DWorker.wasm +0 -0
  57. package/chunks/ChapmanAtmosphere.glsl.js +5 -7
  58. package/chunks/HUDMaterial.glsl.js +1 -1
  59. package/chunks/LineCallout.glsl.js +2 -2
  60. package/chunks/Precipitation.glsl.js +1 -1
  61. package/chunks/Terrain.glsl.js +1 -1
  62. package/chunks/lyr3DMain.js +1 -1
  63. package/chunks/vec32.js +1 -1
  64. package/config.d.ts +19 -1
  65. package/config.js +1 -1
  66. package/core/Error.d.ts +3 -4
  67. package/core/Error.js +1 -1
  68. package/core/Warning.js +1 -1
  69. package/core/accessorSupport/decorators.d.ts +11 -0
  70. package/core/accessorSupport/types.d.ts +2 -0
  71. package/core/has.js +1 -1
  72. package/core/lang.d.ts +6 -0
  73. package/core/libs/gl-matrix-2/math/vec3.js +1 -1
  74. package/core/libs/gl-matrix-2/vec3.js +1 -1
  75. package/core/promiseUtils.d.ts +5 -0
  76. package/core/quantity.d.ts +5 -0
  77. package/core/reactiveUtils.d.ts +142 -0
  78. package/core/scheduling.d.ts +26 -5
  79. package/core/scheduling.js +1 -1
  80. package/core/sql/WhereClause.d.ts +2 -13
  81. package/core/sql/{WhereGrammar.d.ts → types.d.ts} +22 -1
  82. package/core/sql.d.ts +8 -0
  83. package/core/string.js +1 -1
  84. package/core/types.d.ts +30 -1
  85. package/core/units.d.ts +8 -0
  86. package/core/urlUtils.d.ts +7 -0
  87. package/core/workers/loaderConfig.js +1 -1
  88. package/core/workers/workerFactory.js +1 -1
  89. package/core/workers.d.ts +26 -0
  90. package/form/elements/inputs.d.ts +55 -0
  91. package/form/elements.d.ts +43 -0
  92. package/geometry/coordinateFormatter.d.ts +33 -0
  93. package/geometry/geometryEngine.d.ts +16 -0
  94. package/geometry/operators/affineTransformOperator.d.ts +5 -0
  95. package/geometry/operators/alphaShapeOperator.d.ts +9 -0
  96. package/geometry/operators/areaOperator.d.ts +7 -0
  97. package/geometry/operators/autoCompleteOperator.d.ts +5 -0
  98. package/geometry/operators/boundaryOperator.d.ts +5 -0
  99. package/geometry/operators/bufferOperator.d.ts +11 -0
  100. package/geometry/operators/centroidOperator.d.ts +14 -0
  101. package/geometry/operators/clipOperator.d.ts +7 -0
  102. package/geometry/operators/containsOperator.d.ts +9 -0
  103. package/geometry/operators/convexHullOperator.d.ts +9 -0
  104. package/geometry/operators/crossesOperator.d.ts +7 -0
  105. package/geometry/operators/cutOperator.d.ts +18 -0
  106. package/geometry/operators/densifyOperator.d.ts +21 -0
  107. package/geometry/operators/differenceOperator.d.ts +7 -0
  108. package/geometry/operators/disjointOperator.d.ts +8 -0
  109. package/geometry/operators/distanceOperator.d.ts +8 -0
  110. package/geometry/operators/equalsOperator.d.ts +5 -0
  111. package/geometry/operators/extendOperator.d.ts +8 -0
  112. package/geometry/operators/generalizeOperator.d.ts +7 -0
  113. package/geometry/operators/geodesicBufferOperator.d.ts +13 -0
  114. package/geometry/operators/geodesicProximityOperator.d.ts +13 -0
  115. package/geometry/operators/geodeticAreaOperator.d.ts +11 -0
  116. package/geometry/operators/geodeticDensifyOperator.d.ts +12 -0
  117. package/geometry/operators/geodeticDistanceOperator.d.ts +14 -0
  118. package/geometry/operators/geodeticLengthOperator.d.ts +11 -0
  119. package/geometry/operators/geodeticUtilsOperator.d.ts +11 -0
  120. package/geometry/operators/graphicBufferOperator.d.ts +7 -0
  121. package/geometry/operators/integrateOperator.d.ts +9 -0
  122. package/geometry/operators/intersectionOperator.d.ts +7 -0
  123. package/geometry/operators/intersectsOperator.d.ts +9 -0
  124. package/geometry/operators/isNearOperator.d.ts +7 -0
  125. package/geometry/operators/labelPointOperator.d.ts +14 -0
  126. package/geometry/operators/lengthOperator.d.ts +7 -0
  127. package/geometry/operators/linesToPolygonsOperator.d.ts +5 -0
  128. package/geometry/operators/locateBetweenOperator.d.ts +10 -0
  129. package/geometry/operators/minimumBoundingCircleOperator.d.ts +13 -0
  130. package/geometry/operators/multiPartToSinglePartOperator.d.ts +7 -0
  131. package/geometry/operators/offsetOperator.d.ts +44 -0
  132. package/geometry/operators/overlapsOperator.d.ts +7 -0
  133. package/geometry/operators/polygonOverlayOperator.d.ts +6 -0
  134. package/geometry/operators/polygonSlicerOperator.d.ts +5 -0
  135. package/geometry/operators/projectOperator.d.ts +41 -0
  136. package/geometry/operators/proximityOperator.d.ts +8 -0
  137. package/geometry/operators/relateOperator.d.ts +7 -0
  138. package/geometry/operators/reshapeOperator.d.ts +5 -0
  139. package/geometry/operators/shapePreservingProjectOperator.d.ts +27 -0
  140. package/geometry/operators/simplifyOGCOperator.d.ts +8 -0
  141. package/geometry/operators/simplifyOperator.d.ts +9 -0
  142. package/geometry/operators/support/geographicTransformationUtils.d.ts +11 -0
  143. package/geometry/operators/symmetricDifferenceOperator.d.ts +12 -0
  144. package/geometry/operators/touchesOperator.d.ts +7 -0
  145. package/geometry/operators/unionOperator.d.ts +7 -0
  146. package/geometry/operators/withinOperator.d.ts +9 -0
  147. package/geometry/support/geodesicUtils.d.ts +8 -0
  148. package/geometry/support/jsonUtils.d.ts +7 -0
  149. package/geometry/support/meshUtils.d.ts +5 -0
  150. package/geometry/support/normalizeUtils.d.ts +7 -0
  151. package/geometry/support/webMercatorUtils.d.ts +12 -0
  152. package/geometry.d.ts +38 -0
  153. package/interfaces.d.ts +31 -32
  154. package/intl.d.ts +111 -0
  155. package/kernel.d.ts +5 -0
  156. package/kernel.js +1 -1
  157. package/layers/BaseDynamicLayer.d.ts +1 -1
  158. package/layers/CSVLayer.d.ts +2 -2
  159. package/layers/CatalogLayer.d.ts +2 -2
  160. package/layers/FeatureLayer.d.ts +2 -1
  161. package/layers/GeoJSONLayer.d.ts +2 -1
  162. package/layers/ILyr3DWasmPerSceneView.js +1 -1
  163. package/layers/Layer.d.ts +1 -1
  164. package/layers/Lyr3DWasmPerSceneView.js +1 -1
  165. package/layers/OGCFeatureLayer.d.ts +1 -1
  166. package/layers/ParquetLayer.d.ts +1 -1
  167. package/layers/RouteLayer.js +1 -1
  168. package/layers/SceneLayer.d.ts +2 -1
  169. package/layers/StreamLayer.d.ts +6 -5
  170. package/layers/SubtypeGroupLayer.d.ts +3 -4
  171. package/layers/VectorTileLayer.d.ts +1 -1
  172. package/layers/WFSLayer.d.ts +2 -1
  173. package/layers/WMSLayer.d.ts +2 -2
  174. package/layers/catalog/catalogUtils.d.ts +6 -0
  175. package/layers/ogc/wcsUtils.d.ts +6 -0
  176. package/layers/ogc/wfsUtils.d.ts +6 -0
  177. package/layers/orientedImagery/transformations/imageToWorld.d.ts +10 -0
  178. package/layers/orientedImagery/transformations/rectifyMapPoint.js +1 -1
  179. package/layers/orientedImagery/transformations/worldToImage.d.ts +10 -0
  180. package/layers/orientedImagery/types.d.ts +1 -1
  181. package/layers/support/arcadeUtils.d.ts +5 -0
  182. package/layers/support/csvUtils.d.ts +6 -0
  183. package/layers/support/fieldUtils.d.ts +9 -0
  184. package/layers/support/parquetUtils.d.ts +6 -0
  185. package/layers/support/rasterFunctionConstants.d.ts +9 -0
  186. package/layers/support/rasterFunctionUtils.d.ts +7 -0
  187. package/package.json +1 -1
  188. package/pointCloudRenderers.d.ts +44 -0
  189. package/popup/content.d.ts +48 -0
  190. package/rasterRenderers.d.ts +46 -0
  191. package/renderers/support/AuthoringInfo.d.ts +1 -1
  192. package/renderers/support/jsonUtils.d.ts +7 -0
  193. package/renderers/support/utils.d.ts +5 -0
  194. package/renderers/visualVariables/SizeVariable.d.ts +0 -3
  195. package/renderers/visualVariables/VisualVariable.d.ts +1 -1
  196. package/renderers/visualVariables/support/VisualVariableLegendOptions.d.ts +1 -1
  197. package/renderers.d.ts +46 -0
  198. package/request.d.ts +17 -0
  199. package/rest/closestFacility.d.ts +21 -0
  200. package/rest/featureService/utils.d.ts +5 -0
  201. package/rest/find.d.ts +21 -0
  202. package/rest/geometryService.d.ts +14 -0
  203. package/rest/geoprocessor.d.ts +16 -0
  204. package/rest/identify.d.ts +19 -0
  205. package/rest/imageService.d.ts +10 -0
  206. package/rest/knowledgeGraphService.d.ts +39 -0
  207. package/rest/lastMileDelivery.d.ts +12 -0
  208. package/rest/locator.d.ts +24 -0
  209. package/rest/networkService.d.ts +5 -0
  210. package/rest/networks/queryAssociations.d.ts +7 -0
  211. package/rest/networks/support/NetworkElement.d.ts +1 -1
  212. package/rest/networks/synthesizeAssociationGeometries.d.ts +7 -0
  213. package/rest/networks/trace.d.ts +6 -0
  214. package/rest/places.d.ts +34 -0
  215. package/rest/print.d.ts +74 -0
  216. package/rest/query.d.ts +33 -0
  217. package/rest/route.d.ts +18 -0
  218. package/rest/serviceArea.d.ts +18 -0
  219. package/rest/support/AreasAndLengthsParameters.d.ts +2 -2
  220. package/rest/support/AttachmentQuery.d.ts +0 -1
  221. package/rest/support/AttributeBinsQuery.d.ts +3 -3
  222. package/rest/support/AutoIntervalBinParameters.d.ts +4 -4
  223. package/rest/support/DateBinParameters.d.ts +2 -2
  224. package/rest/support/DateBinTimeInterval.d.ts +1 -1
  225. package/rest/support/DensifyParameters.d.ts +1 -1
  226. package/rest/support/DirectionsFeature.d.ts +1 -1
  227. package/rest/support/GPMessage.d.ts +1 -1
  228. package/rest/support/LastMileDeliveryParameters.d.ts +1 -1
  229. package/rest/support/QuantizationParameters.d.ts +3 -3
  230. package/rest/support/Query.d.ts +0 -1
  231. package/rest/support/QueryMixin.d.ts +1 -1
  232. package/rest/support/RelationshipQuery.d.ts +0 -1
  233. package/rest/support/interfaces.d.ts +1 -2
  234. package/rest/symbolService.d.ts +9 -0
  235. package/smartMapping/heuristics/binLevel.d.ts +12 -0
  236. package/smartMapping/heuristics/scaleRange.d.ts +15 -0
  237. package/smartMapping/heuristics/sizeRange.d.ts +12 -0
  238. package/smartMapping/labels/bins.d.ts +13 -0
  239. package/smartMapping/labels/clusters.d.ts +16 -0
  240. package/smartMapping/popup/clusters.d.ts +21 -0
  241. package/smartMapping/popup/templates.d.ts +18 -0
  242. package/smartMapping/raster/renderers/classBreaks.d.ts +7 -0
  243. package/smartMapping/raster/renderers/colormap.d.ts +7 -0
  244. package/smartMapping/raster/renderers/flow.d.ts +19 -0
  245. package/smartMapping/raster/renderers/rgb.d.ts +7 -0
  246. package/smartMapping/raster/renderers/shadedRelief.d.ts +7 -0
  247. package/smartMapping/raster/renderers/stretch.d.ts +7 -0
  248. package/smartMapping/raster/renderers/uniqueValue.d.ts +7 -0
  249. package/smartMapping/raster/renderers/vectorField.d.ts +20 -0
  250. package/smartMapping/raster/support/colorRamps.d.ts +7 -0
  251. package/smartMapping/raster/support/utils.d.ts +5 -0
  252. package/smartMapping/renderers/color.d.ts +17 -0
  253. package/smartMapping/renderers/dotDensity.d.ts +21 -0
  254. package/smartMapping/renderers/heatmap.d.ts +17 -0
  255. package/smartMapping/renderers/location.d.ts +10 -0
  256. package/smartMapping/renderers/opacity.d.ts +19 -0
  257. package/smartMapping/renderers/pieChart.d.ts +19 -0
  258. package/smartMapping/renderers/predominance.d.ts +27 -0
  259. package/smartMapping/renderers/relationship.d.ts +48 -0
  260. package/smartMapping/renderers/size.d.ts +18 -0
  261. package/smartMapping/renderers/support/rendererUtils.d.ts +8 -0
  262. package/smartMapping/renderers/support/spikeUtils.d.ts +6 -0
  263. package/smartMapping/renderers/type.d.ts +18 -0
  264. package/smartMapping/renderers/univariateColorSize.d.ts +29 -0
  265. package/smartMapping/statistics/classBreaks.d.ts +14 -0
  266. package/smartMapping/statistics/heatmapStatistics.d.ts +15 -0
  267. package/smartMapping/statistics/histogram.d.ts +17 -0
  268. package/smartMapping/statistics/predominantCategories.d.ts +6 -0
  269. package/smartMapping/statistics/summaryStatistics.d.ts +15 -0
  270. package/smartMapping/statistics/summaryStatisticsForAge.d.ts +8 -1
  271. package/smartMapping/statistics/support/ageUtils.d.ts +8 -0
  272. package/smartMapping/statistics/support/predominanceUtils.d.ts +8 -1
  273. package/smartMapping/statistics/types.d.ts +6 -1
  274. package/smartMapping/statistics/uniqueValues.d.ts +13 -0
  275. package/smartMapping/symbology/color.d.ts +8 -0
  276. package/smartMapping/symbology/dotDensity.d.ts +7 -0
  277. package/smartMapping/symbology/flow.d.ts +8 -0
  278. package/smartMapping/symbology/heatmap.d.ts +8 -0
  279. package/smartMapping/symbology/location.d.ts +8 -0
  280. package/smartMapping/symbology/pieChart.d.ts +7 -0
  281. package/smartMapping/symbology/predominance.d.ts +7 -0
  282. package/smartMapping/symbology/relationship.d.ts +7 -0
  283. package/smartMapping/symbology/size.d.ts +7 -0
  284. package/smartMapping/symbology/support/colorRamps.d.ts +7 -0
  285. package/smartMapping/symbology/type.d.ts +8 -0
  286. package/support/popupUtils.d.ts +5 -0
  287. package/support/revision.js +1 -1
  288. package/support/timeUtils.d.ts +9 -0
  289. package/symbols/CIMSymbol.d.ts +1 -1
  290. package/symbols/ExtrudeSymbol3DLayer.d.ts +2 -2
  291. package/symbols/FillSymbol3DLayer.d.ts +1 -1
  292. package/symbols/LineSymbol3DLayer.d.ts +2 -2
  293. package/symbols/ObjectSymbol3DLayer.d.ts +2 -2
  294. package/symbols/PathSymbol3DLayer.d.ts +2 -2
  295. package/symbols/TextSymbol.d.ts +2 -2
  296. package/symbols/support/Symbol3DFillMaterial.d.ts +1 -1
  297. package/symbols/support/Symbol3DFillMaterial.js +1 -1
  298. package/symbols/support/Symbol3DHalo.d.ts +8 -4
  299. package/symbols/support/Symbol3DHalo.js +1 -1
  300. package/symbols/support/cimConversionUtils.d.ts +9 -0
  301. package/symbols/support/cimSymbolUtils.d.ts +10 -0
  302. package/symbols/support/jsonUtils.d.ts +7 -0
  303. package/symbols/support/symbolUtils.d.ts +5 -0
  304. package/symbols.d.ts +59 -0
  305. package/tables/elements.d.ts +41 -0
  306. package/time/TimeExtent.d.ts +1 -1
  307. package/time/TimeInterval.d.ts +1 -1
  308. package/unionTypes.d.ts +5 -0
  309. package/versionManagement/utils.d.ts +5 -0
  310. package/versionManagement/versionAdapters/utils.d.ts +5 -0
  311. package/views/2d/MapViewConstraints.d.ts +18 -10
  312. package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
  313. package/views/2d/layers/RouteLayerView2D.js +1 -1
  314. package/views/2d/layers/TileLayerView2D.js +1 -1
  315. package/views/2d/layers/support/RouteLayerInteraction.js +1 -1
  316. package/views/2d/layers/support/RouteLayerWaypointVisualization.js +5 -0
  317. package/views/3d/analysis/DirectLineMeasurement/types.d.ts +5 -0
  318. package/views/3d/analysis/LineOfSight/types.d.ts +5 -0
  319. package/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError.d.ts +1 -1
  320. package/views/3d/analysis/VolumeMeasurement/types.d.ts +5 -0
  321. package/views/3d/environment/ChapmanRaymarching.glsl.js +2 -1
  322. package/views/3d/interactive/visualElements/PointVisualElement.js +1 -1
  323. package/views/3d/layers/graphics/Deconflictor.js +1 -1
  324. package/views/3d/layers/graphics/Graphics3DCore.js +1 -1
  325. package/views/3d/layers/graphics/Graphics3DIconSymbolLayer.js +1 -1
  326. package/views/3d/layers/graphics/Graphics3DLineCalloutSymbolLayer.js +1 -1
  327. package/views/3d/layers/graphics/Graphics3DSymbolLayer.js +1 -1
  328. package/views/3d/layers/graphics/Graphics3DTextSymbolLayer.js +1 -1
  329. package/views/3d/layers/graphics/GraphicsDeconflictor.js +1 -1
  330. package/views/3d/layers/graphics/GraphicsProcessor.js +1 -1
  331. package/views/3d/layers/graphics/pipeline/symbolization/IconSymbolLayerRenderer.js +1 -1
  332. package/views/3d/state/helpers/SceneIntersectionHelper.js +1 -1
  333. package/views/3d/support/pointsOfInterest/StableSurfaceCenter.js +1 -1
  334. package/views/3d/terrain/TerrainSurface.js +1 -1
  335. package/views/3d/webgl-engine/collections/Component/Material/ComponentMaterial.js +1 -1
  336. package/views/3d/webgl-engine/core/shaderLibrary/Slice.glsl.js +2 -2
  337. package/views/3d/webgl-engine/lib/GaussianSplatRenderNode.js +1 -1
  338. package/views/3d/webgl-engine/materials/HUDMaterial.js +1 -1
  339. package/views/3d/webgl-engine/materials/LineCalloutMaterial.js +1 -1
  340. package/views/3d/webgl-engine/shaders/HUDMaterialTechniqueConfiguration.js +1 -1
  341. package/views/3d/webgl-engine/shaders/LineCalloutTechniqueConfiguration.js +1 -1
  342. package/views/3d/webgl-engine/shaders/OutputColorHighlightOLID.glsl.js +8 -8
  343. package/views/3d/webgl.d.ts +6 -0
  344. package/views/BreakpointsOwner.d.ts +16 -16
  345. package/views/IBreakpointsOwner.d.ts +15 -15
  346. package/views/MapView.d.ts +1 -1
  347. package/views/PopupView.d.ts +2 -2
  348. package/views/SelectionManager.d.ts +1 -0
  349. package/views/SelectionManager.js +1 -1
  350. package/views/VideoView.js +1 -1
  351. package/views/View.d.ts +6 -8
  352. package/views/analysis/AreaMeasurement/types.d.ts +6 -0
  353. package/views/analysis/DistanceMeasurement/types.d.ts +5 -0
  354. package/views/analysis/ElevationProfile/ElevationProfileError.d.ts +4 -4
  355. package/views/analysis/ElevationProfile/types.d.ts +6 -0
  356. package/views/analysis/types.d.ts +5 -0
  357. package/views/interactive/editGeometry/support/editPlaneUtils.js +1 -1
  358. package/views/interactive/snapping/GridSnappingEngine.js +1 -1
  359. package/views/layers/BuildingSceneLayerView.d.ts +1 -1
  360. package/views/layers/LayerView.d.ts +1 -1
  361. package/views/support/colorUtils.d.ts +5 -0
  362. package/views/support/selectionUtils.js +1 -1
  363. package/webscene/types.d.ts +5 -0
  364. package/widgets/FeatureForm/FeatureFormViewModel.d.ts +2 -2
  365. package/widgets/FeatureTable/FeatureTableViewModel.js +1 -1
  366. package/widgets/Features/FeaturesViewModel.d.ts +1 -1
  367. package/widgets/Home/HomeViewModel.d.ts +1 -1
  368. package/widgets/Locate/LocateViewModel.d.ts +2 -2
  369. package/widgets/Search/types.d.ts +5 -0
  370. package/widgets/TimeSlider/TimeSliderViewModel.d.ts +1 -1
  371. package/widgets/UtilityNetworkValidateTopology.js +1 -1
  372. package/widgets/smartMapping/support/utils.d.ts +6 -0
  373. package/widgets/support/SelectionList/FeatureItem.js +1 -1
  374. package/widgets/support/SelectionList/LayerItem.js +1 -1
  375. package/widgets/support/SelectionList/SelectionListViewModel.js +1 -1
  376. package/widgets/support/SelectionList.js +1 -1
  377. package/widgets/support/Selector2D/selectorUtils.js +1 -1
  378. package/widgets/support/symbolPreviewUtils.js +1 -1
  379. package/widgets/support/widget.d.ts +11 -0
  380. package/assets/esri/core/workers/chunks/0d1e8d5d9abee38e275e.js +0 -316
  381. package/assets/esri/core/workers/chunks/73c3ee2697265b0f7208.js +0 -1
  382. package/assets/esri/core/workers/chunks/cd2ea924cb91cdb6dde9.js +0 -1
  383. package/assets/esri/core/workers/chunks/d57577c02fb2932e8305.js +0 -1
  384. package/colorUtils.d.ts +0 -13
  385. package/core/Logger.d.ts +0 -29
  386. package/core/Message.d.ts +0 -2
  387. package/core/Message.js +0 -5
  388. package/core/accessorSupport/PropertyOrigin.d.ts +0 -2
  389. package/core/sql/sql92grammar.d.ts +0 -12
  390. package/core/string.d.ts +0 -3
  391. package/core/time.d.ts +0 -2
  392. package/core/timeUtils.d.ts +0 -2
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Returns the planar area of a 2D geometry.
3
+ *
4
+ * ![Area operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/area.png "Area operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { AreaUnit } from "../../core/units.js";
2
9
  import type { GeometryUnion } from "../support/typeUtils.js";
3
10
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Fills the closed gaps between 2D polygons using polygon boundaries and polylines as the boundary for creating new polygons.
3
+ *
4
+ * @since 4.31
5
+ */
1
6
  import type Polygon from "../Polygon.js";
2
7
  import type Polyline from "../Polyline.js";
3
8
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Calculates the topological boundary of a 2D geometry.
3
+ *
4
+ * @since 4.31
5
+ */
1
6
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
2
7
 
3
8
  /**
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Creates planar buffers around 2D geometries. A planar buffer calculates the area around a geometry using the straight line distance between points based on a flat, two-dimensional surface.
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
+ * Planar buffers can introduce distortions and inaccuracies when applied over larger areas.
5
+ *
6
+ * ![Buffer operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/buffer.png "Buffer operator")
7
+ *
8
+ * @since 4.31
9
+ * @see [How Buffer (Analysis) works](https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-buffer-analysis-works.htm)
10
+ * @see [Sample - Geometry operator - using a worker for analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-worker/)
11
+ */
1
12
  import type Polygon from "../Polygon.js";
2
13
  import type { LengthUnit } from "../../core/units.js";
3
14
  import type { GeometryUnion } from "../support/typeUtils.js";
@@ -1,3 +1,17 @@
1
+ /**
2
+ * Calculates the centroid for a 2D geometry. The centroid represents the geometric center of mass,
3
+ * where the mass is equally distributed at each point/vertex of the geometry.
4
+ * For example, the centroid of a straight line is the midpoint. The centroid of a point is the point itself.
5
+ * It is not guaranteed to be within or on the geometry. The centroid of a donut polygon is
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
+ *
8
+ * ![Centroid operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/centroid.png "Centroid operator")
9
+ *
10
+ * @since 4.31
11
+ * @see [labelPointOperator](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-labelPointOperator.html)
12
+ * @see [Sample - Geometry operator - centroid analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-centroid/)
13
+ * @see [Centroid - wikipedia](https://en.wikipedia.org/wiki/Centroid)
14
+ */
1
15
  import type Point from "../Point.js";
2
16
  import type { GeometryUnion } from "../support/typeUtils.js";
3
17
 
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Clips geometries with a 2D extent.
3
+ *
4
+ * ![Clip operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/clip.png "Clip operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type Extent from "../Extent.js";
2
9
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
3
10
 
@@ -1,3 +1,12 @@
1
+ /**
2
+ * Performs a relational operation to determine if one 2D geometry contains another 2D geometry.
3
+ * Geometry A contains geometry B, when B is the intersection of A and B.
4
+ * A contains B is equivalent to B within A. Geometry B can be non-simple geometry.
5
+ *
6
+ * ![Contains operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/contains.png "Contains operator")
7
+ *
8
+ * @since 4.31
9
+ */
1
10
  import type { GeometryUnion } from "../support/typeUtils.js";
2
11
 
3
12
  /**
@@ -1,3 +1,12 @@
1
+ /**
2
+ * Calculates the convex hull of 2D geometries.
3
+ * A convex hull is the smallest convex polygon that encloses a group of geometries or vertices.
4
+ * The hull is typically a polygon but can also be a polyline or a point in degenerate cases.
5
+ *
6
+ * ![Convex hull operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/convexHull.png "Convex hull operator")
7
+ *
8
+ * @since 4.31
9
+ */
1
10
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
2
11
 
3
12
  export interface Options {
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Performs a relational operation to determine if one 2D geometry crosses another 2D geometry.
3
+ *
4
+ * ![Crosses operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/crosses.png "Crosses operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { GeometryUnion } from "../support/typeUtils.js";
2
9
 
3
10
  /**
@@ -1,3 +1,21 @@
1
+ /**
2
+ * Cut 2D geometries with a polyline.
3
+ *
4
+ * For polylines, all left cuts will be grouped together in the first
5
+ * geometry, right cuts and coincident cuts are grouped in the second geometry, and each undefined
6
+ * cut, along with any uncut parts, are output as separate polylines.
7
+ *
8
+ * For polygons, all left cuts are grouped in the first polygon, all right cuts are in the second
9
+ * polygon, and each undefined cut, along with any left-over parts after cutting, are output as a
10
+ * separate polygon. If there were no cuts then no geometry will be returned.
11
+ * If the left or right cut does not exist, the returned geometry will be empty for this type of cut.
12
+ * An undefined cut will only be produced if a left cut or right cut was produced, and there was a
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
+ *
15
+ * ![Cut operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/cut.png "Cut operator")
16
+ *
17
+ * @since 4.31
18
+ */
1
19
  import type Polyline from "../Polyline.js";
2
20
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
3
21
 
@@ -1,3 +1,24 @@
1
+ /**
2
+ * Densifies 2D geometries by length, deviation and/or angle in a 2D plane. The result geometry contains segments less than or equal to `maxSegementLength`, and it will not contain curves.
3
+ * The piecewise approximation of curves will be within the specified deviation from the original curve,
4
+ * and the angle between tangent segments does not exceed the specified value.
5
+ *
6
+ * If `maxAngleInDegrees` is not zero, vertices are added at points along the curve where the angle between tangent segments reaches this value.
7
+ * These vertices are then connected by straight-line segments.
8
+ *
9
+ * If `maxSegmentLength` is zero, only curves are affected and other geometries remain unchanged.
10
+ * The process always starts from the highest point on a segment, so equal segments will be densified in the same way.
11
+ *
12
+ * When the `maxSegmentLength`, `maxDeviation`, and `maxAngleInDegrees` parameters are all set to `0`,
13
+ * curves are replaced with the line segments connecting the curve endpoints.
14
+ *
15
+ * Suggestion: to limit the number of segments that are produced, if you have an area of interest such as a visible extent,
16
+ * clip the input geometries before densifying.
17
+ *
18
+ * ![Densify operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/densify.png "Densify operator")
19
+ *
20
+ * @since 4.31
21
+ */
1
22
  import type { LengthUnit } from "../../core/units.js";
2
23
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
3
24
 
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Performs a topological difference operation on 2D geometries.
3
+ *
4
+ * ![Difference operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/difference.png "Difference operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
2
9
 
3
10
  /**
@@ -1,3 +1,11 @@
1
+ /**
2
+ * Performs a relational operation to determine if one 2D geometry is disjoint (doesn't intersect in any way) with another 2D geometry.
3
+ * This operator can be used with non-simple geometries.
4
+ *
5
+ * ![Disjoint operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/disjoint.png "Disjoint operator")
6
+ *
7
+ * @since 4.31
8
+ */
1
9
  import type { GeometryUnion } from "../support/typeUtils.js";
2
10
 
3
11
  /**
@@ -1,3 +1,11 @@
1
+ /**
2
+ * Calculates planar distance between 2D geometries.
3
+ *
4
+ * ![Distance operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/distance.png "Distance operator")
5
+ *
6
+ * @since 4.31
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)
8
+ */
1
9
  import type { LengthUnit } from "../../core/units.js";
2
10
  import type { GeometryUnion } from "../support/typeUtils.js";
3
11
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Performs a relational operation to determine if two 2D geometries are topologically equal.
3
+ *
4
+ * @since 4.31
5
+ */
1
6
  import type { GeometryUnion } from "../support/typeUtils.js";
2
7
 
3
8
  /**
@@ -1,3 +1,11 @@
1
+ /**
2
+ * Extend 2D polylines with a polyline.
3
+ *
4
+ * By default, this considers both ends of parts. The old ends remain and new points are added at the extended ends.
5
+ * The new points have attributes that are extrapolated from adjacent existing segments.
6
+ *
7
+ * @since 4.31
8
+ */
1
9
  import type Polyline from "../Polyline.js";
2
10
 
3
11
  export interface Options {
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Generalizes 2D geometries using Douglas-Peucker algorithm.
3
+ *
4
+ * ![Generalize operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/generalize.png "Generalize operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { LengthUnit } from "../../core/units.js";
2
9
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
3
10
 
@@ -1,3 +1,16 @@
1
+ /**
2
+ * Geodesically buffer 2D geometries. A geodesic buffer creates an area around a geometry by calculating the shortest distance between points on the curved surface of the Earth, minimizing the distortion caused by map projections.
3
+ * This results in a more accurate buffer when applied over larger geographic areas such as those covering multiple UTM zones, or when using global scales.
4
+ *
5
+ * > [!WARNING]
6
+ * >
7
+ * > **Notes**
8
+ * > Verify that `isLoaded()` returns `true` before using this module.
9
+ * > Use `load()` to load this module's dependencies.
10
+ *
11
+ * @since 4.31
12
+ * @see [Sample - Geometry operator - geodesic buffers](https://developers.arcgis.com/javascript/latest/sample-code/gx-geodesicbuffer/)
13
+ */
1
14
  import type Polygon from "../Polygon.js";
2
15
  import type { LengthUnit } from "../../core/units.js";
3
16
  import type { GeodeticCurveType } from "./support/geodeticCurveType.js";
@@ -1,3 +1,16 @@
1
+ /**
2
+ * Finds closest vertices of a 2D geometry using geodesic distance.
3
+ *
4
+ * > [!WARNING]
5
+ * >
6
+ * > **Notes**
7
+ * > Verify that `isLoaded()` returns `true` before using this module.
8
+ * > Use `load()` to load this module's dependencies.
9
+ *
10
+ * ![Geodesic proximity operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/geodesicProximity.png "Geodesic proximity operator")
11
+ *
12
+ * @since 4.31
13
+ */
1
14
  import type Point from "../Point.js";
2
15
  import type * as proximityResult from "./support/proximityResult.js";
3
16
  import type { LengthUnit } from "../../core/units.js";
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Returns the geodetic area of a 2D geometry.
3
+ *
4
+ * > [!WARNING]
5
+ * >
6
+ * > **Notes**
7
+ * > Verify that `isLoaded()` returns `true` before using this module.
8
+ * > Use `load()` to load this module's dependencies.
9
+ *
10
+ * @since 4.31
11
+ */
1
12
  import type { AreaUnit } from "../../core/units.js";
2
13
  import type { GeodeticCurveType } from "./support/geodeticCurveType.js";
3
14
  import type { GeometryUnion } from "../support/typeUtils.js";
@@ -1,3 +1,15 @@
1
+ /**
2
+ * Densifies line segments by length in a 2D plane, making them run along specified geodetic curves. There are no segments longer than the specified maximum segment length.
3
+ *
4
+ * > [!WARNING]
5
+ * >
6
+ * > **Notes**
7
+ * > If you have an area of interest such as a visible extent, clip the input geometries before densifying to limit the amount of segments produced.
8
+ * > Verify that `isLoaded()` returns `true` before using this module.
9
+ * > Use `load()` to load this module's dependencies.
10
+ *
11
+ * @since 4.31
12
+ */
1
13
  import type { LengthUnit } from "../../core/units.js";
2
14
  import type { GeodeticCurveType } from "./support/geodeticCurveType.js";
3
15
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
@@ -1,3 +1,17 @@
1
+ /**
2
+ * Calculates the shortest geodetic distance between two 2D geometries.
3
+ *
4
+ * > [!WARNING]
5
+ * >
6
+ * > **Notes**
7
+ * > Verify that `isLoaded()` returns `true` before using this module.
8
+ * > Use `load()` to load this module's dependencies.
9
+ *
10
+ * ![Geodetic distance operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/geodeticDistance.png "Geodetic distance operator")
11
+ *
12
+ * @since 4.31
13
+ * @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)
14
+ */
1
15
  import type { LengthUnit } from "../../core/units.js";
2
16
  import type { GeodeticCurveType } from "./support/geodeticCurveType.js";
3
17
  import type { GeometryUnion } from "../support/typeUtils.js";
@@ -1,3 +1,14 @@
1
+ /**
2
+ * Returns the geodetic length of a 2D geometry.
3
+ *
4
+ * > [!WARNING]
5
+ * >
6
+ * > **Notes**
7
+ * > Verify that `isLoaded()` returns `true` before using this module.
8
+ * > Use `load()` to load this module's dependencies.
9
+ *
10
+ * @since 4.31
11
+ */
1
12
  import type { LengthUnit } from "../../core/units.js";
2
13
  import type { GeodeticCurveType } from "./support/geodeticCurveType.js";
3
14
  import type { GeometryUnion } from "../support/typeUtils.js";
@@ -1,3 +1,14 @@
1
+ /**
2
+ * A set of utilities for working with geodetic calculations.
3
+ *
4
+ * > [!WARNING]
5
+ * >
6
+ * > **Notes**
7
+ * > Verify that `isLoaded()` returns `true` before using this module.
8
+ * > Use `load()` to load this module's dependencies.
9
+ *
10
+ * @since 4.34
11
+ */
1
12
  import type Point from "../Point.js";
2
13
  import type { LengthUnit } from "../../core/units.js";
3
14
  import type { GeodeticCurveType } from "./support/geodeticCurveType.js";
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Creates planar buffers around 2D geometries using graphical joins and caps.
3
+ *
4
+ * ![Graphic buffer operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/graphicBuffer.png "Graphic buffer operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type Polygon from "../Polygon.js";
2
9
  import type { LengthUnit } from "../../core/units.js";
3
10
  import type { GeometryUnion } from "../support/typeUtils.js";
@@ -1,3 +1,12 @@
1
+ /**
2
+ * Performs an Integration operation on a set of 2D geometries.
3
+ * This operator cleans up topological inconsistencies in the set.
4
+ * It inserts vertices where segments intersect other segments or points.
5
+ * It removes slivers and collapses close vertices.
6
+ * As a result of the operation, the geometries returned in the integrated set intersect only at vertices and there are no points that are closer than the spatial reference tolerance in the XY plane.
7
+ *
8
+ * @since 4.31
9
+ */
1
10
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
2
11
 
3
12
  /**
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Create new geometries using the topological intersection of 2D geometries.
3
+ *
4
+ * ![Intersection operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/intersection.png "Intersection operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
2
9
 
3
10
  /**
@@ -1,3 +1,12 @@
1
+ /**
2
+ * Performs a relational operation to determine if one 2D geometry intersects another 2D geometry.
3
+ * Intersect is same as not disjoint.
4
+ * This operator can be used with non-simple geometries.
5
+ *
6
+ * ![Intersects operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/intersects.png "Intersects operator")
7
+ *
8
+ * @since 4.31
9
+ */
1
10
  import type { GeometryUnion } from "../support/typeUtils.js";
2
11
 
3
12
  /**
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Performs a 2D relational operation that checks if two geometries are near each other.
3
+ *
4
+ * ![isNear operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/isNear.png "isNear operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { LengthUnit } from "../../core/units.js";
2
9
  import type { GeometryUnion } from "../support/typeUtils.js";
3
10
 
@@ -1,3 +1,17 @@
1
+ /**
2
+ * Calculates a label point for the given 2D geometries. The point is guaranteed to be on the interior of the geometry.
3
+ * It can be used to place a label on a feature and help to ensure readability on the map.
4
+ *
5
+ * Based on the input geometry type, the label point is defined as follows:
6
+ * * Extent - the center of the extent.
7
+ * * Multipoint - the point which is closest to the center of the geometry's envelope.
8
+ * * Point - the point itself.
9
+ * * Polygon - a point near the centroid of the ring with greatest area.
10
+ * * Polyline - a vertex near the middle of the longest segment.
11
+ *
12
+ * @since 4.31
13
+ * @see [Sample - Geometry operator - centroid analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-centroid/)
14
+ */
1
15
  import type Point from "../Point.js";
2
16
  import type { GeometryUnion } from "../support/typeUtils.js";
3
17
 
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Returns the planar length of a 2D geometry.
3
+ *
4
+ * ![Length operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/length.png "Length operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { LengthUnit } from "../../core/units.js";
2
9
  import type { GeometryUnion } from "../support/typeUtils.js";
3
10
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Performs the topological operation of breaking the input set of 2D polygons and polylines into segments and rebuilding a new set of polygons from the non-intersecting areas.
3
+ *
4
+ * @since 4.31
5
+ */
1
6
  import type Polygon from "../Polygon.js";
2
7
  import type { GeometryUnion } from "../support/typeUtils.js";
3
8
 
@@ -1,3 +1,13 @@
1
+ /**
2
+ * Performs an OGC locate between operation on M values for the given 2D geometries.
3
+ * Calculates the geometry between given M values.
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
+ * This is a linear referencing operation. Polygons and extents are not supported.
6
+ *
7
+ * ![Locate between operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/locateBetween.png "Locate between operator")
8
+ *
9
+ * @since 4.31
10
+ */
1
11
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
2
12
 
3
13
  /**
@@ -1,3 +1,16 @@
1
+ /**
2
+ * Create a minimum bounding circle for the input geometry.
3
+ * The output is a polygon with a single closed circular segment containing curves.
4
+ * Implements the Welzl's algorithm using greedy heuristic with expected O(n) time complexity.
5
+ *
6
+ * > [!WARNING]
7
+ * >
8
+ * > **Note**
9
+ * >
10
+ * > If curves are not needed, then [densify](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-densifyOperator.html) the output geometry.
11
+ *
12
+ * @since 4.31
13
+ */
1
14
  import type Polygon from "../Polygon.js";
2
15
  import type { GeometryUnion } from "../support/typeUtils.js";
3
16
 
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Convert multipart 2D geometries to single part geometries.
3
+ *
4
+ * ![Multipart to singlepart operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/multiPartToSinglePart.png "Multipart to singlepart operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
2
9
 
3
10
  export interface Options {
@@ -1,3 +1,47 @@
1
+ /**
2
+ * Offset 2D geometries. The offset operation creates a geometry that is a constant distance from an input polyline or polygon.
3
+ * It is similar to buffering, but produces a one-sided result.
4
+ * Point and multipoint geometries are not supported.
5
+ *
6
+ * The offset distance can be positive or negative, and it will have the following effects based on the input geometry types. This is also dependent on the input polygon being [Esri simple](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-simplifyOGCOperator.html#isSimple).
7
+ *
8
+ * | Geometry type | positive offset | negative offset |
9
+ * |---|---|---|
10
+ * | Polyline | To the right | To the left |
11
+ * | Extent | Expands | Contracts |
12
+ * | Polygon exterior ring (Esri simple) | Expands exterior | Contracts exterior |
13
+ * | Polygon interior ring (Esri simple) | Contracts interior | Expands interior |
14
+ *
15
+ * If the input polygon is not simple, then the offset geometry will be produced to the right or left as though the ring were a polyline and dependent on the ring's orientation.
16
+ * For a simple polygon, the orientation of outer rings is clockwise and for inner rings it is counter clockwise. So the right side of a simple polygon is always its inside.
17
+ *
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
+ *
20
+ * ![Offset operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/offset.png "Offset operator")
21
+ *
22
+ * ### Join types
23
+ * The join type controls how corners in the offset geometry are represented.
24
+ * Inner corners are always mitered. The following join types are supported:
25
+ *
26
+ * * Round - a circular arc that is tangent to the ends of both offset line segments.
27
+ *
28
+ * ![Round joins](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/roundJoin.png "Round joins")
29
+ *
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
+ *
32
+ * ![Miter joins](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/miterDiagram.png "Miter joins")
33
+ *
34
+ * * Bevel - the offset line segments are not extended; their endpoints are joined by a straight line.
35
+ *
36
+ * ![Bevel joins](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/bevelJoin.png "Bevel joins")
37
+ *
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
+ *
40
+ * ![Square joins](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/squareDiagram.png "Square joins")
41
+ *
42
+ * @since 4.31
43
+ * @see ![Sample - Geometry operator - offset analysis](https://developers.arcgis.com/javascript/latest/sample-code/geometry-operator-offset-visualizer/)
44
+ */
1
45
  import type { LengthUnit } from "../../core/units.js";
2
46
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";
3
47
 
@@ -1,3 +1,10 @@
1
+ /**
2
+ * Performs a relational operation to determine if two 2D geometries of the same dimension overlap.
3
+ *
4
+ * ![Overlaps operator](https://developers.arcgis.com/javascript/latest/assets/img/apiref/operators/overlaps.png "Overlaps operator")
5
+ *
6
+ * @since 4.31
7
+ */
1
8
  import type { GeometryUnion } from "../support/typeUtils.js";
2
9
 
3
10
  /**
@@ -1,3 +1,9 @@
1
+ /**
2
+ * Performs an overlay operation on a set of 2D polygons in the XY plane.
3
+ * This operation produces similar results to the Union tool in Geoprocessing.
4
+ *
5
+ * @since 4.31
6
+ */
1
7
  import type Polygon from "../Polygon.js";
2
8
 
3
9
  export interface Options {
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Performs a topological operation for slicing a 2D polygon into smaller polygons.
3
+ *
4
+ * @since 4.31
5
+ */
1
6
  import type Polygon from "../Polygon.js";
2
7
  import type Transformation from "./support/Transformation.js";
3
8
  import type { AreaUnit } from "../../core/units.js";
@@ -1,3 +1,44 @@
1
+ /**
2
+ * Projects geometries (with or without Z/elevation data) from one [SpatialReference](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-SpatialReference.html) to another.
3
+ * You can specify a geographic (datum) transformation for this operation, accept the default transformation if one is needed, or set the area of interest.
4
+ *
5
+ * Projecting your data between coordinate systems sometimes requires transforming
6
+ * between geographic coordinate systems. Geographic transformations are used
7
+ * to transform coordinates between spatial references that have different geographic
8
+ * coordinate systems, and thus different datums.
9
+ * Using the most suitable transformation ensures the best possible accuracy when
10
+ * converting geometries from one spatial reference to another.
11
+ *
12
+ * The [geographicTransformationUtils](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-support-geographicTransformationUtils.html) module provides methods which
13
+ * return the default geographic transformation for the given projection or a list of suitable geographic
14
+ * transformations.
15
+ *
16
+ * The operator supports limited Z value conversion when the units of the spatial references are different
17
+ * (for example when projecting from NAD83 to WGS84). Full vertical coordinate projection is not available and the
18
+ * operator will throw an exception if the input and output have different vertical coordinate systems.
19
+ *
20
+ * > [!WARNING]
21
+ * >
22
+ * > **Known Limitations**
23
+ * >
24
+ * > This operator currently only supports [equation-based geographic transformations](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/geographic-coordinate-system-transformation.htm).
25
+ * > The result geometry is not guaranteed to be simple. Apply the [simplifyOperator](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-simplifyOperator.html) to ensure the result is topologically simple.
26
+ * > Projecting an Extent may return an Extent with a larger area than the input.
27
+ * > Vertical coordinate system projections are not supported.
28
+ *
29
+ * > [!WARNING]
30
+ * >
31
+ * > **Notes**
32
+ * >
33
+ * > Verify that `isLoaded()` returns `true` before using this module.
34
+ * > Use `load()` to load this module's dependencies.
35
+ *
36
+ * @since 4.32
37
+ * @see [Spatial References](https://developers.arcgis.com/documentation/spatial-references/)
38
+ * @see [Coordinate systems, map projections, and transformations](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/coordinate-systems-and-projections.htm)
39
+ * @see [Geographic datum transformations](https://pro.arcgis.com/en/pro-app/latest/help/mapping/properties/geographic-coordinate-system-transformation.htm)
40
+ * @see [Sample - Client-side projection](https://developers.arcgis.com/javascript/latest/sample-code/client-projection/)
41
+ */
1
42
  import type SpatialReference from "../SpatialReference.js";
2
43
  import type { Options as ProjectionTransformationOptions } from "./support/projectionTransformation.js";
3
44
  import type { GeometryUnion, GeometrySansMeshUnion } from "../support/typeUtils.js";