@vertigis/arcgis-extensions 32.9.1 → 33.2.0

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 (407) hide show
  1. package/AppConfig.schema.json +5 -0
  2. package/Entity.d.ts +11 -3
  3. package/Entity.js +1 -1
  4. package/ItemType.d.ts +156 -30
  5. package/ItemType.js +1 -1
  6. package/LanguageResources.d.ts +1 -1
  7. package/LanguageResources.js +1 -1
  8. package/data/ArcGISServiceTableExtension.d.ts +1 -1
  9. package/data/ArcGISServiceTableExtension.js +1 -1
  10. package/data/Attachment.d.ts +1 -1
  11. package/data/Attachment.js +1 -1
  12. package/data/Feature.d.ts +4 -4
  13. package/data/Feature.js +1 -1
  14. package/data/FeatureList.d.ts +4 -0
  15. package/data/FeatureList.js +1 -1
  16. package/data/FeatureSet.d.ts +4 -0
  17. package/data/FeatureSet.js +1 -1
  18. package/data/FeatureSettings.d.ts +1 -1
  19. package/data/FeatureSettings.js +1 -1
  20. package/data/FeatureSourceBase.js +1 -1
  21. package/data/FeatureStream.d.ts +4 -4
  22. package/data/FeatureStream.js +1 -1
  23. package/data/FieldExtension.d.ts +4 -4
  24. package/data/FieldExtension.js +1 -1
  25. package/data/RelationshipBase.d.ts +7 -3
  26. package/data/RelationshipBase.js +1 -1
  27. package/data/Schema.d.ts +1 -1
  28. package/data/Schema.js +1 -1
  29. package/data/_Relationship.d.ts +6 -1
  30. package/data/_TableExtension.d.ts +2 -2
  31. package/data/_TableExtension.js +1 -1
  32. package/data/convert.js +1 -1
  33. package/docs/html/assets/js/search.js +1 -1
  34. package/docs/html/classes/data__tableextension.tableextension.html +93 -76
  35. package/docs/html/classes/data__tableextension.tablefeaturesettings.html +20 -20
  36. package/docs/html/classes/data__tableextension.tableschema.html +31 -31
  37. package/docs/html/classes/data_arcgisservicetableextension.arcgisservicetableextension.html +88 -74
  38. package/docs/html/classes/data_attachment.attachment.html +54 -37
  39. package/docs/html/classes/data_feature.feature.html +72 -55
  40. package/docs/html/classes/data_featurelist.featurelist.html +40 -13
  41. package/docs/html/classes/data_featureset.featureset.html +43 -16
  42. package/docs/html/classes/data_featuresettings.featuresettings.html +20 -20
  43. package/docs/html/classes/data_featuresourcebase.featuresourcebase.html +72 -45
  44. package/docs/html/classes/data_featuresourcebase.relationshipcollection.html +4 -4
  45. package/docs/html/classes/data_featurestream.featurestream.html +57 -40
  46. package/docs/html/classes/data_fieldextension.fieldextension.html +64 -47
  47. package/docs/html/classes/data_relationshipbase.relationshipbase.html +112 -61
  48. package/docs/html/classes/data_schema.schema.html +23 -23
  49. package/docs/html/classes/entity.entitybase.html +34 -7
  50. package/docs/html/classes/languageresources.languageresources-1.html +20 -20
  51. package/docs/html/classes/layer_preset_layerpreset.layerpreset.html +56 -39
  52. package/docs/html/classes/mapping__layerextension.arraywrappedcollection.html +4 -4
  53. package/docs/html/classes/mapping__layerextension.layerextension.html +129 -113
  54. package/docs/html/classes/mapping__layerextension.layerextensionschema.html +28 -28
  55. package/docs/html/classes/mapping__sublayerextension.sublayerextension.html +101 -85
  56. package/docs/html/classes/mapping__sublayerextension.sublayerschema.html +24 -24
  57. package/docs/html/classes/mapping__sublayerextension.subsublayerextensioncollection.html +6 -6
  58. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerextension.html +81 -67
  59. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerfeaturesettings.html +18 -18
  60. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerrelationshipcollection.html +3 -3
  61. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerschema.html +13 -13
  62. package/docs/html/classes/mapping_basemapextension.basemapextension.html +70 -54
  63. package/docs/html/classes/mapping_bookmark.bookmark.html +57 -36
  64. package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerextension.html +83 -69
  65. package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerschema.html +18 -18
  66. package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerextension.html +86 -72
  67. package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerschema.html +24 -24
  68. package/docs/html/classes/mapping_buildingscenelayerextension.buildingscenelayerextension.html +112 -98
  69. package/docs/html/classes/mapping_buildingscenelayerextension.buildingscenelayerreadonlyschema.html +26 -26
  70. package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerextension.html +91 -77
  71. package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerfeaturesettings.html +20 -20
  72. package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerschema.html +19 -19
  73. package/docs/html/classes/mapping_csvlayerextension.csvlayerextension.html +117 -103
  74. package/docs/html/classes/mapping_elevationlayerextension.elevationlayerextension.html +118 -104
  75. package/docs/html/classes/mapping_featurecollectionlayerextension.featurecollectionlayerextension.html +110 -96
  76. package/docs/html/classes/mapping_featurelayerextension.featurelayerextension.html +121 -107
  77. package/docs/html/classes/mapping_featurelayerextensionbase.featurelayerextensionbase.html +114 -100
  78. package/docs/html/classes/mapping_featurelayerextensionbase.featurelayerschema.html +25 -25
  79. package/docs/html/classes/mapping_georsslayerextension.georsslayerextension.html +117 -103
  80. package/docs/html/classes/mapping_graphicslayerextension.graphicslayerextension.html +112 -98
  81. package/docs/html/classes/mapping_groundextension.groundextension.html +59 -43
  82. package/docs/html/classes/mapping_grouplayerextension.grouplayerextension.html +110 -96
  83. package/docs/html/classes/mapping_grouplayerextension.grouplayerextensioncollection.html +13 -13
  84. package/docs/html/classes/mapping_imagerylayerextension.imagerylayerextension.html +115 -101
  85. package/docs/html/classes/mapping_imagerytilelayerextension.imagerytilelayerextension.html +115 -101
  86. package/docs/html/classes/mapping_integratedmeshlayerextension.integratedmeshlayerextension.html +119 -105
  87. package/docs/html/classes/mapping_kmllayerextension.kmllayerextension.html +113 -99
  88. package/docs/html/classes/mapping_kmlsublayerextension.kmlsublayerextension.html +89 -75
  89. package/docs/html/classes/mapping_mapextension.mapextension.html +106 -90
  90. package/docs/html/classes/mapping_mapimagelayerextension.mapimagelayerextension.html +115 -101
  91. package/docs/html/classes/mapping_mapimagesublayerextension.mapimagesublayerextension.html +80 -66
  92. package/docs/html/classes/mapping_openstreetmaplayerextension.openstreetmaplayerextension.html +120 -106
  93. package/docs/html/classes/mapping_pointcloudlayerextension.pointcloudlayerextension.html +116 -102
  94. package/docs/html/classes/mapping_scenelayerextension.scenelayerextension.html +115 -101
  95. package/docs/html/classes/mapping_streamlayerextension.streamlayerextension.html +116 -102
  96. package/docs/html/classes/mapping_streamlayerextension.streamlayerschema.html +26 -26
  97. package/docs/html/classes/mapping_support__layerextensioncollection.layerextensioncollectionbase.html +19 -19
  98. package/docs/html/classes/mapping_support_layerlistsettings.extensionbaselayerlistsettings.html +3 -3
  99. package/docs/html/classes/mapping_tilelayerextension.tilelayerextension.html +114 -100
  100. package/docs/html/classes/mapping_tilesublayerextension.tilesublayerextension.html +80 -66
  101. package/docs/html/classes/mapping_vectortilelayerextension.vectortilelayerextension.html +117 -103
  102. package/docs/html/classes/mapping_webtilelayerextension.webtilelayerextension.html +120 -106
  103. package/docs/html/classes/mapping_wmslayerextension.wmslayerextension.html +115 -101
  104. package/docs/html/classes/mapping_wmssublayerextension.wmssublayerextension.html +89 -75
  105. package/docs/html/classes/mapping_wmtslayerextension.wmtslayerextension.html +119 -105
  106. package/docs/html/classes/mapping_wmtssublayerextension.wmtssublayerextension.html +90 -76
  107. package/docs/html/classes/menus_menu.menu.html +60 -43
  108. package/docs/html/classes/menus_menuitem.menuitem.html +72 -55
  109. package/docs/html/classes/support_cancellable.cancellable.html +3 -3
  110. package/docs/html/classes/support_cancellable.cancellation.html +3 -3
  111. package/docs/html/classes/tasks_geocoding_arcgisgeocoder.arcgisgeocoder.html +96 -82
  112. package/docs/html/classes/tasks_geocoding_geocoder.geocoder.html +94 -78
  113. package/docs/html/classes/tasks_identify_arcgissublayerqueryidentifyprovider.arcgissublayerqueryidentifyprovider.html +2 -2
  114. package/docs/html/classes/tasks_identify_buildingcomponentsublayerclientsideidentifyprovider.buildingcomponentsublayerclientsideidentifyprovider.html +48 -5
  115. package/docs/html/classes/tasks_identify_buildingcomponentsublayerhittestidentifyprovider.buildingcomponentsublayerhittestidentifyprovider.html +5 -5
  116. package/docs/html/classes/tasks_identify_clientsideidentifyprovider.clientsideidentifyprovider.html +55 -7
  117. package/docs/html/classes/tasks_identify_csvlayer3dhittestidentifyprovider.csvlayer3dhittestidentifyprovider.html +7 -7
  118. package/docs/html/classes/tasks_identify_csvlayerclientsidequeryidentifyprovider.csvlayerclientsidequeryidentifyprovider.html +13 -7
  119. package/docs/html/classes/tasks_identify_featurelayer3dhittestidentifyprovider.featurelayer3dhittestidentifyprovider.html +9 -9
  120. package/docs/html/classes/tasks_identify_featurelayerclientsideidentifyprovider.featurelayerclientsideidentifyprovider.html +66 -8
  121. package/docs/html/classes/tasks_identify_featurelayerqueryidentifyprovider.featurelayerqueryidentifyprovider.html +5 -5
  122. package/docs/html/classes/tasks_identify_georsslayeridentifyprovider.georsslayeridentifyprovider.html +5 -5
  123. package/docs/html/classes/tasks_identify_graphicslayerqueryidentifyprovider.graphicslayerqueryidentifyprovider.html +2 -2
  124. package/docs/html/classes/tasks_identify_hittestidentifyprovider.hittestidentifyprovider.html +9 -9
  125. package/docs/html/classes/tasks_identify_identifyproviderbase.identifyproviderbase.html +18 -6
  126. package/docs/html/classes/tasks_identify_imagerylayeridentifyprovider.imagerylayeridentifyprovider.html +5 -5
  127. package/docs/html/classes/tasks_identify_kmllayerqueryidentifyprovider.kmllayerqueryidentifyprovider.html +2 -2
  128. package/docs/html/classes/tasks_identify_pointcloudlayerhittestidentifyprovider.pointcloudlayerhittestidentifyprovider.html +6 -6
  129. package/docs/html/classes/tasks_identify_scenelayerclientsideidentifyprovider.scenelayerclientsideidentifyprovider.html +48 -5
  130. package/docs/html/classes/tasks_identify_scenelayerhittestidentifyprovider.scenelayerhittestidentifyprovider.html +5 -5
  131. package/docs/html/classes/tasks_identify_scenelayerqueryidentifyprovider.scenelayerqueryidentifyprovider.html +2 -2
  132. package/docs/html/classes/tasks_identify_streamlayerclientsidequeryidentifyprovider.streamlayerclientsidequeryidentifyprovider.html +48 -5
  133. package/docs/html/classes/tasks_identify_wmssublayeridentifyprovider.wmssublayeridentifyprovider.html +6 -6
  134. package/docs/html/classes/tasks_query_arcgissublayerqueryprovider.arcgissublayerqueryprovider.html +3 -3
  135. package/docs/html/classes/tasks_query_querybasedrelationship.querybasedrelationship.html +78 -42
  136. package/docs/html/classes/tasks_search_geocodersearchprovider.geocodersearchprovider.html +4 -4
  137. package/docs/html/classes/tasks_search_querysearchprovider.querysearchprovider.html +7 -7
  138. package/docs/html/classes/tasks_search_searchservice.searchservice.html +12 -12
  139. package/docs/html/classes/utilities_geometry.coordinatesystembounds.html +26 -5
  140. package/docs/html/enums/data_convert.geometryformat.html +7 -7
  141. package/docs/html/enums/itemtype.itemtype-1.html +73 -19
  142. package/docs/html/index.html +15 -0
  143. package/docs/html/interfaces/data__relationship.relationship-1.html +230 -7
  144. package/docs/html/interfaces/data__relationship.relationshipproperties.html +3 -3
  145. package/docs/html/interfaces/data__tableextension.tableextensionproperties.html +2 -2
  146. package/docs/html/interfaces/data_arcgisservicetableextension.arcgisservicetableextensionproperties.html +4 -4
  147. package/docs/html/interfaces/data_attachment.attachmentproperties.html +1 -1
  148. package/docs/html/interfaces/data_convert.fromcsvoptions.html +13 -13
  149. package/docs/html/interfaces/data_convert.fromshapefileoptions.html +9 -9
  150. package/docs/html/interfaces/data_convert.fromxlsxoptions.html +12 -12
  151. package/docs/html/interfaces/data_convert.tocsvoptions.html +13 -13
  152. package/docs/html/interfaces/data_convert.toshapefileoptions.html +8 -8
  153. package/docs/html/interfaces/data_convert.toxlsxoptions.html +10 -10
  154. package/docs/html/interfaces/data_feature.featureproperties.html +1 -1
  155. package/docs/html/interfaces/data_featurelist.featurelistproperties.html +1 -1
  156. package/docs/html/interfaces/data_featureset.featuresetproperties.html +1 -1
  157. package/docs/html/interfaces/data_featuresettings.featuresettingsproperties.html +9 -9
  158. package/docs/html/interfaces/data_featuresource.featuresource.html +21 -1
  159. package/docs/html/interfaces/data_featuresourcebase.featuresourcebaseproperties.html +2 -2
  160. package/docs/html/interfaces/data_featurestream.featurestreamproperties.html +1 -1
  161. package/docs/html/interfaces/data_fieldextension.fieldextensionproperties.html +5 -5
  162. package/docs/html/interfaces/data_fieldextension.fieldproperties.html +1 -1
  163. package/docs/html/interfaces/data_schema.fieldcollection.html +1 -1
  164. package/docs/html/interfaces/data_schema.fieldextensioncollection.html +1 -1
  165. package/docs/html/interfaces/data_schema.schemaproperties.html +9 -9
  166. package/docs/html/interfaces/data_table.tableproperties.html +1 -1
  167. package/docs/html/interfaces/entity.entity-1.html +20 -1
  168. package/docs/html/interfaces/entity.entitybaseproperties.html +1 -1
  169. package/docs/html/interfaces/entity.entityproperties.html +1 -1
  170. package/docs/html/interfaces/languageresources.languageresourcesproperties.html +1 -1
  171. package/docs/html/interfaces/layer_preset_layerpreset.layerpresetproperties.html +1 -1
  172. package/docs/html/interfaces/mapping__layerextension.layerextensionproperties.html +9 -9
  173. package/docs/html/interfaces/mapping__layerextension.layerproperties.html +2 -2
  174. package/docs/html/interfaces/mapping__layerextension.layerreference.html +4 -4
  175. package/docs/html/interfaces/mapping__sublayerextension.sublayerextensionproperties.html +2 -2
  176. package/docs/html/interfaces/mapping_arcgissublayerextension.arcgissublayerextensionproperties.html +2 -2
  177. package/docs/html/interfaces/mapping_arcgissublayerextension.arcgissublayerproperties.html +16 -16
  178. package/docs/html/interfaces/mapping_basemapextension.basemapextensionproperties.html +8 -8
  179. package/docs/html/interfaces/mapping_bookmark.bookmarkproperties.html +4 -4
  180. package/docs/html/interfaces/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerextensionproperties.html +2 -2
  181. package/docs/html/interfaces/mapping_buildinggroupsublayerextension.buildinggroupsublayerextensionproperties.html +2 -2
  182. package/docs/html/interfaces/mapping_buildingscenelayerextension.buildingscenelayerextensionproperties.html +7 -7
  183. package/docs/html/interfaces/mapping_buildingscenelayerextension.buildingscenelayerproperties.html +2 -2
  184. package/docs/html/interfaces/mapping_buildingsublayerextension.buildingsublayerextensionproperties.html +2 -2
  185. package/docs/html/interfaces/mapping_csvlayerextension.csvlayerextensionproperties.html +8 -8
  186. package/docs/html/interfaces/mapping_elevationlayerextension.elevationlayerextensionproperties.html +8 -8
  187. package/docs/html/interfaces/mapping_featurelayerextension.featurelayerextensionproperties.html +10 -10
  188. package/docs/html/interfaces/mapping_featurelayerextension.featurelayerproperties.html +4 -4
  189. package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerbaseproperties.html +2 -2
  190. package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerextensionbaseproperties.html +8 -8
  191. package/docs/html/interfaces/mapping_georsslayerextension.georsslayerextensionproperties.html +8 -8
  192. package/docs/html/interfaces/mapping_graphicslayerextension.graphicslayerextensionproperties.html +8 -8
  193. package/docs/html/interfaces/mapping_groundextension.groundextensionproperties.html +1 -1
  194. package/docs/html/interfaces/mapping_grouplayerextension.grouplayerextensionproperties.html +8 -8
  195. package/docs/html/interfaces/mapping_imagerylayerextension.imagerylayerextensionproperties.html +8 -8
  196. package/docs/html/interfaces/mapping_imagerytilelayerextension.imagerytilelayerextensionproperties.html +8 -8
  197. package/docs/html/interfaces/mapping_imagerytilelayerextension.imagerytilelayerproperties.html +2 -2
  198. package/docs/html/interfaces/mapping_integratedmeshlayerextension.integratedmeshlayerextensionproperties.html +8 -8
  199. package/docs/html/interfaces/mapping_kmllayerextension.kmllayerextensionproperties.html +7 -7
  200. package/docs/html/interfaces/mapping_kmlsublayerextension.kmlsublayerextensionproperties.html +2 -2
  201. package/docs/html/interfaces/mapping_mapextension.mapextensionproperties.html +24 -24
  202. package/docs/html/interfaces/mapping_mapextension.tableextensioncollection.html +3 -3
  203. package/docs/html/interfaces/mapping_mapimagelayerextension.mapimagelayerextensionproperties.html +7 -7
  204. package/docs/html/interfaces/mapping_mapimagesublayerextension.mapimagesublayerextensionproperties.html +2 -2
  205. package/docs/html/interfaces/mapping_mapimagesublayerextension.mapimagesublayerproperties.html +16 -16
  206. package/docs/html/interfaces/mapping_openstreetmaplayerextension.openstreetmaplayerextensionproperties.html +8 -8
  207. package/docs/html/interfaces/mapping_pointcloudlayerextension.pointcloudlayerextensionproperties.html +8 -8
  208. package/docs/html/interfaces/mapping_scenelayerextension.scenelayerextensionproperties.html +8 -8
  209. package/docs/html/interfaces/mapping_streamlayerextension.streamlayerextensionproperties.html +8 -8
  210. package/docs/html/interfaces/mapping_support__layerextensioncollection.layerextensioncollection.html +3 -3
  211. package/docs/html/interfaces/mapping_tilelayerextension.tilelayerextensionproperties.html +8 -8
  212. package/docs/html/interfaces/mapping_tilelayerextension.tilelayerproperties.html +2 -2
  213. package/docs/html/interfaces/mapping_tilesublayerextension.tilesublayerextensionproperties.html +2 -2
  214. package/docs/html/interfaces/mapping_tilesublayerextension.tilesublayerproperties.html +16 -16
  215. package/docs/html/interfaces/mapping_vectortilelayerextension.vectortilelayerextensionproperties.html +8 -8
  216. package/docs/html/interfaces/mapping_webtilelayerextension.webtilelayerextensionproperties.html +8 -8
  217. package/docs/html/interfaces/mapping_wmslayerextension.wmslayerextensionproperties.html +7 -7
  218. package/docs/html/interfaces/mapping_wmssublayerextension.wmssublayerextensionproperties.html +2 -2
  219. package/docs/html/interfaces/mapping_wmtslayerextension.wmtslayerextensionproperties.html +7 -7
  220. package/docs/html/interfaces/mapping_wmtssublayerextension.wmtssublayerextensionproperties.html +2 -2
  221. package/docs/html/interfaces/menus_menu.menuproperties.html +1 -1
  222. package/docs/html/interfaces/menus_menuitem.menuitemproperties.html +1 -1
  223. package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +7 -7
  224. package/docs/html/interfaces/portal_extent.extent.html +1 -1
  225. package/docs/html/interfaces/portal_geometry.geometrybase.html +1 -1
  226. package/docs/html/interfaces/portal_layer.layer-1.html +16 -16
  227. package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +3 -3
  228. package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +47 -47
  229. package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +8 -8
  230. package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +9 -9
  231. package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +4 -4
  232. package/docs/html/interfaces/portal_multipoint.multipoint.html +1 -1
  233. package/docs/html/interfaces/portal_point.point.html +1 -1
  234. package/docs/html/interfaces/portal_polygon.polygon.html +1 -1
  235. package/docs/html/interfaces/portal_polyline.polyline.html +1 -1
  236. package/docs/html/interfaces/portal_symbol.font.html +5 -5
  237. package/docs/html/interfaces/portal_symbol.symbolbase.html +1 -1
  238. package/docs/html/interfaces/portal_symbol3d.symbol3dbase.html +1 -1
  239. package/docs/html/interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html +8 -8
  240. package/docs/html/interfaces/portal_webmap.webmap-1.html +16 -16
  241. package/docs/html/interfaces/portal_webscene.webscene-1.html +16 -16
  242. package/docs/html/interfaces/support_serializable.serializable.html +5 -0
  243. package/docs/html/interfaces/tasks_geocoding_arcgisgeocoder.arcgisgeocoderproperties.html +7 -7
  244. package/docs/html/interfaces/tasks_geocoding_geocoder.geocodeoptions-1.html +6 -6
  245. package/docs/html/interfaces/tasks_geocoding_geocoder.geocodercapabilities.html +4 -4
  246. package/docs/html/interfaces/tasks_geocoding_geocoder.geocoderproperties.html +2 -2
  247. package/docs/html/interfaces/tasks_query_querybasedrelationship.querybasedrelationshipproperties.html +2 -2
  248. package/docs/html/interfaces/utilities_geometry.geographictransformationjson.html +22 -1
  249. package/docs/html/interfaces/utilities_geometry.geographictransformationstepjson.html +24 -3
  250. package/docs/html/interfaces/utilities_geometry.geojsonlinestring.html +23 -2
  251. package/docs/html/interfaces/utilities_geometry.geojsonmultilinestring.html +23 -2
  252. package/docs/html/interfaces/utilities_geometry.geojsonmultipoint.html +23 -2
  253. package/docs/html/interfaces/utilities_geometry.geojsonmultipolygon.html +23 -2
  254. package/docs/html/interfaces/utilities_geometry.geojsonpoint.html +23 -2
  255. package/docs/html/interfaces/utilities_geometry.geojsonpolygon.html +23 -2
  256. package/docs/html/interfaces/utilities_geometry.gmloptions.html +24 -3
  257. package/docs/html/modules/data__relationship.html +5 -5
  258. package/docs/html/modules/data__relationship.relationship.html +2 -2
  259. package/docs/html/modules/data_attachment.html +1 -1
  260. package/docs/html/modules/data_convert.html +6 -6
  261. package/docs/html/modules/data_feature.html +3 -3
  262. package/docs/html/modules/itemtype.html +638 -0
  263. package/docs/html/modules/mapping__layerextension.html +1 -1
  264. package/docs/html/modules/mapping_bookmark.html +1 -1
  265. package/docs/html/modules/mapping_layerextension.html +27 -0
  266. package/docs/html/modules/mapping_mapextension.html +5 -5
  267. package/docs/html/modules/mapping_sublayerextension.html +9 -0
  268. package/docs/html/modules/portal_drawinginfo.drawinginfo.html +2 -2
  269. package/docs/html/modules/portal_geometry.geometrytype.html +2 -2
  270. package/docs/html/modules/portal_geometry.html +4 -4
  271. package/docs/html/modules/portal_layer.layer.html +4 -4
  272. package/docs/html/modules/portal_layerdefinition.html +2 -2
  273. package/docs/html/modules/portal_layerdefinition.layerdefinition.html +2 -2
  274. package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
  275. package/docs/html/modules/portal_symbol.html +10 -10
  276. package/docs/html/modules/portal_symbol.symboltype.html +2 -2
  277. package/docs/html/modules/portal_tiledmapservicelayer.tiledmapservicelayer.html +11 -5
  278. package/docs/html/modules/portal_webmap.webmap.html +3 -3
  279. package/docs/html/modules/portal_webscene.webscene.html +3 -3
  280. package/docs/html/modules/support_cancellable.html +3 -3
  281. package/docs/html/modules/support_utilities.html +164 -0
  282. package/docs/html/modules/tasks_geocoding_geocoder.geocodeoptions.html +2 -2
  283. package/docs/html/modules/tasks_identify__utilities.html +114 -0
  284. package/docs/html/modules/tasks_search_searchservice.html +1 -1
  285. package/docs/html/modules/utilities__layers.html +117 -82
  286. package/docs/html/modules/utilities_esri.html +389 -4
  287. package/docs/html/modules/utilities_extensions.html +654 -0
  288. package/docs/html/modules/utilities_geometry.html +263 -18
  289. package/docs/html/modules/utilities_layers.html +9 -0
  290. package/docs/html/modules/utilities_mapping.html +74 -4
  291. package/docs/html/modules/utilities_portal.html +9 -9
  292. package/docs/html/modules/utilities_query.html +3 -3
  293. package/docs/html/modules/utilities_relationships.html +164 -0
  294. package/docs/html/modules/utilities_renderers.html +339 -0
  295. package/docs/html/modules/utilities_symbol.html +264 -19
  296. package/docs/html/modules/version.html +1 -1
  297. package/docs/html/modules.html +20 -0
  298. package/layer-preset/LayerPreset.d.ts +3 -3
  299. package/layer-preset/LayerPreset.js +1 -1
  300. package/layer-preset/LayerPresetSettings.d.ts +1 -1
  301. package/mapping/ArcGISSublayerExtension.d.ts +1 -1
  302. package/mapping/ArcGISSublayerExtension.js +1 -1
  303. package/mapping/BasemapExtension.d.ts +4 -4
  304. package/mapping/BasemapExtension.js +1 -1
  305. package/mapping/Bookmark.d.ts +3 -3
  306. package/mapping/Bookmark.js +1 -1
  307. package/mapping/FeatureLayerExtension.js +1 -1
  308. package/mapping/GroundExtension.d.ts +1 -1
  309. package/mapping/GroundExtension.js +1 -1
  310. package/mapping/LayerExtension.d.ts +2 -1
  311. package/mapping/LayerExtension.js +1 -1
  312. package/mapping/MapExtension.d.ts +4 -1
  313. package/mapping/MapExtension.js +1 -1
  314. package/mapping/SublayerExtension.d.ts +2 -1
  315. package/mapping/SublayerExtension.js +1 -1
  316. package/mapping/WMTSLayerExtension.js +1 -1
  317. package/mapping/_LayerExtension.d.ts +5 -5
  318. package/mapping/_LayerExtension.js +1 -1
  319. package/mapping/_SublayerExtension.d.ts +4 -4
  320. package/mapping/_SublayerExtension.js +1 -1
  321. package/mapping/support/_LayerExtensionCollection.js +1 -1
  322. package/menus/Menu.d.ts +4 -4
  323. package/menus/Menu.js +1 -1
  324. package/menus/MenuItem.d.ts +4 -4
  325. package/menus/MenuItem.js +1 -1
  326. package/package.json +1 -1
  327. package/portal/DrawingInfo.d.ts +1 -1
  328. package/portal/DrawingInfo.js +1 -1
  329. package/portal/Geometry.d.ts +1 -1
  330. package/portal/Geometry.js +1 -1
  331. package/portal/Layer.js +1 -1
  332. package/portal/LayerDefinition.d.ts +1 -1
  333. package/portal/LayerDefinition.js +1 -1
  334. package/portal/Slide.js +1 -1
  335. package/portal/Symbol.d.ts +1 -1
  336. package/portal/Symbol.js +1 -1
  337. package/portal/TiledMapServiceLayer.d.ts +3 -1
  338. package/portal/TiledMapServiceLayer.js +1 -1
  339. package/portal/WebMap.d.ts +1 -1
  340. package/portal/WebMap.js +1 -1
  341. package/portal/WebScene.d.ts +1 -1
  342. package/portal/WebScene.js +1 -1
  343. package/support/Cancellable.js +1 -1
  344. package/support/_graphicsQuery.js +1 -1
  345. package/support/utilities.d.ts +7 -0
  346. package/support/utilities.js +1 -0
  347. package/tasks/geocoding/ArcGISGeocoder.js +1 -1
  348. package/tasks/geocoding/Geocoder.d.ts +1 -1
  349. package/tasks/geocoding/Geocoder.js +1 -1
  350. package/tasks/identify/ArcGISSublayerQueryIdentifyProvider.js +1 -1
  351. package/tasks/identify/BuildingComponentSublayerClientSideIdentifyProvider.js +1 -1
  352. package/tasks/identify/CSVLayer3DHitTestIdentifyProvider.js +1 -1
  353. package/tasks/identify/CSVLayerClientSideQueryIdentifyProvider.d.ts +3 -3
  354. package/tasks/identify/CSVLayerClientSideQueryIdentifyProvider.js +1 -1
  355. package/tasks/identify/ClientSideIdentifyProvider.d.ts +6 -4
  356. package/tasks/identify/ClientSideIdentifyProvider.js +1 -1
  357. package/tasks/identify/FeatureLayer3DHitTestIdentifyProvider.js +1 -1
  358. package/tasks/identify/FeatureLayerClientSideIdentifyProvider.d.ts +6 -0
  359. package/tasks/identify/FeatureLayerClientSideIdentifyProvider.js +1 -1
  360. package/tasks/identify/FeatureLayerQueryIdentifyProvider.js +1 -1
  361. package/tasks/identify/GeoRSSLayerIdentifyProvider.js +1 -1
  362. package/tasks/identify/HitTestIdentifyProvider.d.ts +1 -1
  363. package/tasks/identify/HitTestIdentifyProvider.js +1 -1
  364. package/tasks/identify/IdentifyProviderBase.d.ts +4 -2
  365. package/tasks/identify/IdentifyProviderBase.js +1 -1
  366. package/tasks/identify/IdentifyService.d.ts +1 -1
  367. package/tasks/identify/IdentifyService.js +1 -1
  368. package/tasks/identify/ImageryLayerIdentifyProvider.js +1 -1
  369. package/tasks/identify/PointCloudLayerHitTestIdentifyProvider.d.ts +1 -1
  370. package/tasks/identify/PointCloudLayerHitTestIdentifyProvider.js +1 -1
  371. package/tasks/identify/SceneLayerHitTestIdentifyProvider.d.ts +1 -1
  372. package/tasks/identify/SceneLayerHitTestIdentifyProvider.js +1 -1
  373. package/tasks/identify/WMSSublayerIdentifyProvider.js +1 -1
  374. package/tasks/identify/_utilities.d.ts +1 -0
  375. package/tasks/identify/_utilities.js +1 -0
  376. package/tasks/query/ArcGISSublayerQueryProvider.js +1 -1
  377. package/tasks/query/QueryBasedRelationship.d.ts +4 -0
  378. package/tasks/query/QueryBasedRelationship.js +1 -1
  379. package/tasks/query/QueryService.js +1 -1
  380. package/tasks/search/GeocoderSearchProvider.js +1 -1
  381. package/tasks/search/QuerySearchProvider.js +1 -1
  382. package/tasks/search/SearchService.d.ts +1 -1
  383. package/tasks/search/SearchService.js +1 -1
  384. package/tasks/search/_utilities.js +1 -1
  385. package/utilities/_layers.d.ts +33 -27
  386. package/utilities/_layers.js +1 -1
  387. package/utilities/esri.d.ts +76 -0
  388. package/utilities/esri.js +1 -1
  389. package/utilities/extensions.d.ts +105 -0
  390. package/utilities/extensions.js +1 -0
  391. package/utilities/geometry.d.ts +46 -0
  392. package/utilities/geometry.js +1 -1
  393. package/utilities/layers.d.ts +1 -1
  394. package/utilities/layers.js +1 -1
  395. package/utilities/mapping.d.ts +14 -0
  396. package/utilities/mapping.js +1 -1
  397. package/utilities/portal.js +1 -1
  398. package/utilities/query.d.ts +1 -1
  399. package/utilities/query.js +1 -1
  400. package/utilities/relationships.d.ts +7 -0
  401. package/utilities/relationships.js +1 -0
  402. package/utilities/renderers.d.ts +43 -0
  403. package/utilities/renderers.js +1 -0
  404. package/utilities/symbol.d.ts +49 -0
  405. package/utilities/symbol.js +1 -1
  406. package/version.d.ts +1 -1
  407. package/version.js +1 -1
@@ -71,10 +71,16 @@
71
71
  <h3>Functions</h3>
72
72
  <ul class="tsd-index-list">
73
73
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#iscimsymbol" class="tsd-kind-icon">is<wbr>Cim<wbr>Symbol</a></li>
74
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#isextrudesymbol3dlayer" class="tsd-kind-icon">is<wbr>Extrude<wbr>Symbol3DLayer</a></li>
75
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#isfillsymbol3dlayer" class="tsd-kind-icon">is<wbr>Fill<wbr>Symbol3DLayer</a></li>
76
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#isiconsymbol3dlayer" class="tsd-kind-icon">is<wbr>Icon<wbr>Symbol3DLayer</a></li>
74
77
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#islabelsymbol3d" class="tsd-kind-icon">is<wbr>Label<wbr>Symbol3D</a></li>
75
78
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#islinesymbol3d" class="tsd-kind-icon">is<wbr>Line<wbr>Symbol3D</a></li>
79
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#islinesymbol3dlayer" class="tsd-kind-icon">is<wbr>Line<wbr>Symbol3DLayer</a></li>
76
80
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#ismeshgeometrysymbol" class="tsd-kind-icon">is<wbr>Mesh<wbr>Geometry<wbr>Symbol</a></li>
77
81
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#ismeshsymbol3d" class="tsd-kind-icon">is<wbr>Mesh<wbr>Symbol3D</a></li>
82
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#isobjectsymbol3dlayer" class="tsd-kind-icon">is<wbr>Object<wbr>Symbol3DLayer</a></li>
83
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#ispathsymbol3dlayer" class="tsd-kind-icon">is<wbr>Path<wbr>Symbol3DLayer</a></li>
78
84
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#ispicturefillsymbol" class="tsd-kind-icon">is<wbr>Picture<wbr>Fill<wbr>Symbol</a></li>
79
85
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#ispicturemarkersymbol" class="tsd-kind-icon">is<wbr>Picture<wbr>Marker<wbr>Symbol</a></li>
80
86
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#ispointgeometrysymbol" class="tsd-kind-icon">is<wbr>Point<wbr>Geometry<wbr>Symbol</a></li>
@@ -85,6 +91,7 @@
85
91
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#issimplefillsymbol" class="tsd-kind-icon">is<wbr>Simple<wbr>Fill<wbr>Symbol</a></li>
86
92
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#issimplelinesymbol" class="tsd-kind-icon">is<wbr>Simple<wbr>Line<wbr>Symbol</a></li>
87
93
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#issimplemarkersymbol" class="tsd-kind-icon">is<wbr>Simple<wbr>Marker<wbr>Symbol</a></li>
94
+ <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#issymbol" class="tsd-kind-icon">is<wbr>Symbol</a></li>
88
95
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#issymbol3d" class="tsd-kind-icon">is<wbr>Symbol3D</a></li>
89
96
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#istextsymbol" class="tsd-kind-icon">is<wbr>Text<wbr>Symbol</a></li>
90
97
  <li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_symbol.html#isvolumetric" class="tsd-kind-icon">is<wbr>Volumetric</a></li>
@@ -106,7 +113,7 @@
106
113
  <li class="tsd-description">
107
114
  <aside class="tsd-sources">
108
115
  <ul>
109
- <li>Defined in src/utilities/symbol.ts:38</li>
116
+ <li>Defined in src/utilities/symbol.ts:56</li>
110
117
  </ul>
111
118
  </aside>
112
119
  <div class="tsd-comment tsd-typography">
@@ -127,6 +134,99 @@
127
134
  </li>
128
135
  </ul>
129
136
  </section>
137
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
138
+ <a name="isextrudesymbol3dlayer" class="tsd-anchor"></a>
139
+ <h3>is<wbr>Extrude<wbr>Symbol3DLayer</h3>
140
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
141
+ <li class="tsd-signature tsd-kind-icon">is<wbr>Extrude<wbr>Symbol3DLayer<span class="tsd-signature-symbol">(</span>symbol3DLayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Symbol3DLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">ExtrudeSymbol3DLayer</span></li>
142
+ </ul>
143
+ <ul class="tsd-descriptions">
144
+ <li class="tsd-description">
145
+ <aside class="tsd-sources">
146
+ <ul>
147
+ <li>Defined in src/utilities/symbol.ts:321</li>
148
+ </ul>
149
+ </aside>
150
+ <div class="tsd-comment tsd-typography">
151
+ <div class="lead">
152
+ <p>Returns true if symbol3DLayer is a ExtrudeSymbol3DLayer.</p>
153
+ </div>
154
+ </div>
155
+ <h4 class="tsd-parameters-title">Parameters</h4>
156
+ <ul class="tsd-parameters">
157
+ <li>
158
+ <h5>symbol3DLayer: <span class="tsd-signature-type">Symbol3DLayer</span></h5>
159
+ <div class="tsd-comment tsd-typography">
160
+ <p>The Symbol3DLayer to check.</p>
161
+ </div>
162
+ </li>
163
+ </ul>
164
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">ExtrudeSymbol3DLayer</span></h4>
165
+ </li>
166
+ </ul>
167
+ </section>
168
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
169
+ <a name="isfillsymbol3dlayer" class="tsd-anchor"></a>
170
+ <h3>is<wbr>Fill<wbr>Symbol3DLayer</h3>
171
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
172
+ <li class="tsd-signature tsd-kind-icon">is<wbr>Fill<wbr>Symbol3DLayer<span class="tsd-signature-symbol">(</span>symbol3DLayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Symbol3DLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">FillSymbol3DLayer</span></li>
173
+ </ul>
174
+ <ul class="tsd-descriptions">
175
+ <li class="tsd-description">
176
+ <aside class="tsd-sources">
177
+ <ul>
178
+ <li>Defined in src/utilities/symbol.ts:310</li>
179
+ </ul>
180
+ </aside>
181
+ <div class="tsd-comment tsd-typography">
182
+ <div class="lead">
183
+ <p>Returns true if symbol3DLayer is a FillSymbol3DLayer.</p>
184
+ </div>
185
+ </div>
186
+ <h4 class="tsd-parameters-title">Parameters</h4>
187
+ <ul class="tsd-parameters">
188
+ <li>
189
+ <h5>symbol3DLayer: <span class="tsd-signature-type">Symbol3DLayer</span></h5>
190
+ <div class="tsd-comment tsd-typography">
191
+ <p>The Symbol3DLayer to check.</p>
192
+ </div>
193
+ </li>
194
+ </ul>
195
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">FillSymbol3DLayer</span></h4>
196
+ </li>
197
+ </ul>
198
+ </section>
199
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
200
+ <a name="isiconsymbol3dlayer" class="tsd-anchor"></a>
201
+ <h3>is<wbr>Icon<wbr>Symbol3DLayer</h3>
202
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
203
+ <li class="tsd-signature tsd-kind-icon">is<wbr>Icon<wbr>Symbol3DLayer<span class="tsd-signature-symbol">(</span>symbol3DLayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Symbol3DLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">IconSymbol3DLayer</span></li>
204
+ </ul>
205
+ <ul class="tsd-descriptions">
206
+ <li class="tsd-description">
207
+ <aside class="tsd-sources">
208
+ <ul>
209
+ <li>Defined in src/utilities/symbol.ts:266</li>
210
+ </ul>
211
+ </aside>
212
+ <div class="tsd-comment tsd-typography">
213
+ <div class="lead">
214
+ <p>Returns true if symbol3DLayer is an IconSymbol3DLayer.</p>
215
+ </div>
216
+ </div>
217
+ <h4 class="tsd-parameters-title">Parameters</h4>
218
+ <ul class="tsd-parameters">
219
+ <li>
220
+ <h5>symbol3DLayer: <span class="tsd-signature-type">Symbol3DLayer</span></h5>
221
+ <div class="tsd-comment tsd-typography">
222
+ <p>The Symbol3DLayer to check.</p>
223
+ </div>
224
+ </li>
225
+ </ul>
226
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">IconSymbol3DLayer</span></h4>
227
+ </li>
228
+ </ul>
229
+ </section>
130
230
  <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
131
231
  <a name="islabelsymbol3d" class="tsd-anchor"></a>
132
232
  <h3>is<wbr>Label<wbr>Symbol3D</h3>
@@ -137,7 +237,7 @@
137
237
  <li class="tsd-description">
138
238
  <aside class="tsd-sources">
139
239
  <ul>
140
- <li>Defined in src/utilities/symbol.ts:47</li>
240
+ <li>Defined in src/utilities/symbol.ts:65</li>
141
241
  </ul>
142
242
  </aside>
143
243
  <div class="tsd-comment tsd-typography">
@@ -168,7 +268,7 @@
168
268
  <li class="tsd-description">
169
269
  <aside class="tsd-sources">
170
270
  <ul>
171
- <li>Defined in src/utilities/symbol.ts:56</li>
271
+ <li>Defined in src/utilities/symbol.ts:74</li>
172
272
  </ul>
173
273
  </aside>
174
274
  <div class="tsd-comment tsd-typography">
@@ -189,6 +289,37 @@
189
289
  </li>
190
290
  </ul>
191
291
  </section>
292
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
293
+ <a name="islinesymbol3dlayer" class="tsd-anchor"></a>
294
+ <h3>is<wbr>Line<wbr>Symbol3DLayer</h3>
295
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
296
+ <li class="tsd-signature tsd-kind-icon">is<wbr>Line<wbr>Symbol3DLayer<span class="tsd-signature-symbol">(</span>symbol3DLayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Symbol3DLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">LineSymbol3DLayer</span></li>
297
+ </ul>
298
+ <ul class="tsd-descriptions">
299
+ <li class="tsd-description">
300
+ <aside class="tsd-sources">
301
+ <ul>
302
+ <li>Defined in src/utilities/symbol.ts:299</li>
303
+ </ul>
304
+ </aside>
305
+ <div class="tsd-comment tsd-typography">
306
+ <div class="lead">
307
+ <p>Returns true if symbol3DLayer is a LineSymbol3DLayer.</p>
308
+ </div>
309
+ </div>
310
+ <h4 class="tsd-parameters-title">Parameters</h4>
311
+ <ul class="tsd-parameters">
312
+ <li>
313
+ <h5>symbol3DLayer: <span class="tsd-signature-type">Symbol3DLayer</span></h5>
314
+ <div class="tsd-comment tsd-typography">
315
+ <p>The Symbol3DLayer to check.</p>
316
+ </div>
317
+ </li>
318
+ </ul>
319
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">LineSymbol3DLayer</span></h4>
320
+ </li>
321
+ </ul>
322
+ </section>
192
323
  <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
193
324
  <a name="ismeshgeometrysymbol" class="tsd-anchor"></a>
194
325
  <h3>is<wbr>Mesh<wbr>Geometry<wbr>Symbol</h3>
@@ -199,7 +330,7 @@
199
330
  <li class="tsd-description">
200
331
  <aside class="tsd-sources">
201
332
  <ul>
202
- <li>Defined in src/utilities/symbol.ts:196</li>
333
+ <li>Defined in src/utilities/symbol.ts:214</li>
203
334
  </ul>
204
335
  </aside>
205
336
  <div class="tsd-comment tsd-typography">
@@ -230,7 +361,7 @@
230
361
  <li class="tsd-description">
231
362
  <aside class="tsd-sources">
232
363
  <ul>
233
- <li>Defined in src/utilities/symbol.ts:65</li>
364
+ <li>Defined in src/utilities/symbol.ts:83</li>
234
365
  </ul>
235
366
  </aside>
236
367
  <div class="tsd-comment tsd-typography">
@@ -251,6 +382,68 @@
251
382
  </li>
252
383
  </ul>
253
384
  </section>
385
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
386
+ <a name="isobjectsymbol3dlayer" class="tsd-anchor"></a>
387
+ <h3>is<wbr>Object<wbr>Symbol3DLayer</h3>
388
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
389
+ <li class="tsd-signature tsd-kind-icon">is<wbr>Object<wbr>Symbol3DLayer<span class="tsd-signature-symbol">(</span>symbol3DLayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Symbol3DLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">ObjectSymbol3DLayer</span></li>
390
+ </ul>
391
+ <ul class="tsd-descriptions">
392
+ <li class="tsd-description">
393
+ <aside class="tsd-sources">
394
+ <ul>
395
+ <li>Defined in src/utilities/symbol.ts:277</li>
396
+ </ul>
397
+ </aside>
398
+ <div class="tsd-comment tsd-typography">
399
+ <div class="lead">
400
+ <p>Returns true if symbol3DLayer is an ObjectSymbol3DLayer.</p>
401
+ </div>
402
+ </div>
403
+ <h4 class="tsd-parameters-title">Parameters</h4>
404
+ <ul class="tsd-parameters">
405
+ <li>
406
+ <h5>symbol3DLayer: <span class="tsd-signature-type">Symbol3DLayer</span></h5>
407
+ <div class="tsd-comment tsd-typography">
408
+ <p>The Symbol3DLayer to check.</p>
409
+ </div>
410
+ </li>
411
+ </ul>
412
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">ObjectSymbol3DLayer</span></h4>
413
+ </li>
414
+ </ul>
415
+ </section>
416
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
417
+ <a name="ispathsymbol3dlayer" class="tsd-anchor"></a>
418
+ <h3>is<wbr>Path<wbr>Symbol3DLayer</h3>
419
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
420
+ <li class="tsd-signature tsd-kind-icon">is<wbr>Path<wbr>Symbol3DLayer<span class="tsd-signature-symbol">(</span>symbol3DLayer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Symbol3DLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">PathSymbol3DLayer</span></li>
421
+ </ul>
422
+ <ul class="tsd-descriptions">
423
+ <li class="tsd-description">
424
+ <aside class="tsd-sources">
425
+ <ul>
426
+ <li>Defined in src/utilities/symbol.ts:288</li>
427
+ </ul>
428
+ </aside>
429
+ <div class="tsd-comment tsd-typography">
430
+ <div class="lead">
431
+ <p>Returns true if symbol3DLayer is a PathSymbol3DLayer.</p>
432
+ </div>
433
+ </div>
434
+ <h4 class="tsd-parameters-title">Parameters</h4>
435
+ <ul class="tsd-parameters">
436
+ <li>
437
+ <h5>symbol3DLayer: <span class="tsd-signature-type">Symbol3DLayer</span></h5>
438
+ <div class="tsd-comment tsd-typography">
439
+ <p>The Symbol3DLayer to check.</p>
440
+ </div>
441
+ </li>
442
+ </ul>
443
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">symbol3DLayer</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">PathSymbol3DLayer</span></h4>
444
+ </li>
445
+ </ul>
446
+ </section>
254
447
  <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
255
448
  <a name="ispicturefillsymbol" class="tsd-anchor"></a>
256
449
  <h3>is<wbr>Picture<wbr>Fill<wbr>Symbol</h3>
@@ -261,7 +454,7 @@
261
454
  <li class="tsd-description">
262
455
  <aside class="tsd-sources">
263
456
  <ul>
264
- <li>Defined in src/utilities/symbol.ts:74</li>
457
+ <li>Defined in src/utilities/symbol.ts:92</li>
265
458
  </ul>
266
459
  </aside>
267
460
  <div class="tsd-comment tsd-typography">
@@ -292,7 +485,7 @@
292
485
  <li class="tsd-description">
293
486
  <aside class="tsd-sources">
294
487
  <ul>
295
- <li>Defined in src/utilities/symbol.ts:83</li>
488
+ <li>Defined in src/utilities/symbol.ts:101</li>
296
489
  </ul>
297
490
  </aside>
298
491
  <div class="tsd-comment tsd-typography">
@@ -323,7 +516,7 @@
323
516
  <li class="tsd-description">
324
517
  <aside class="tsd-sources">
325
518
  <ul>
326
- <li>Defined in src/utilities/symbol.ts:170</li>
519
+ <li>Defined in src/utilities/symbol.ts:188</li>
327
520
  </ul>
328
521
  </aside>
329
522
  <div class="tsd-comment tsd-typography">
@@ -354,7 +547,7 @@
354
547
  <li class="tsd-description">
355
548
  <aside class="tsd-sources">
356
549
  <ul>
357
- <li>Defined in src/utilities/symbol.ts:92</li>
550
+ <li>Defined in src/utilities/symbol.ts:110</li>
358
551
  </ul>
359
552
  </aside>
360
553
  <div class="tsd-comment tsd-typography">
@@ -385,7 +578,7 @@
385
578
  <li class="tsd-description">
386
579
  <aside class="tsd-sources">
387
580
  <ul>
388
- <li>Defined in src/utilities/symbol.ts:222</li>
581
+ <li>Defined in src/utilities/symbol.ts:240</li>
389
582
  </ul>
390
583
  </aside>
391
584
  <div class="tsd-comment tsd-typography">
@@ -416,7 +609,7 @@
416
609
  <li class="tsd-description">
417
610
  <aside class="tsd-sources">
418
611
  <ul>
419
- <li>Defined in src/utilities/symbol.ts:101</li>
612
+ <li>Defined in src/utilities/symbol.ts:119</li>
420
613
  </ul>
421
614
  </aside>
422
615
  <div class="tsd-comment tsd-typography">
@@ -447,7 +640,7 @@
447
640
  <li class="tsd-description">
448
641
  <aside class="tsd-sources">
449
642
  <ul>
450
- <li>Defined in src/utilities/symbol.ts:205</li>
643
+ <li>Defined in src/utilities/symbol.ts:223</li>
451
644
  </ul>
452
645
  </aside>
453
646
  <div class="tsd-comment tsd-typography">
@@ -478,7 +671,7 @@
478
671
  <li class="tsd-description">
479
672
  <aside class="tsd-sources">
480
673
  <ul>
481
- <li>Defined in src/utilities/symbol.ts:110</li>
674
+ <li>Defined in src/utilities/symbol.ts:128</li>
482
675
  </ul>
483
676
  </aside>
484
677
  <div class="tsd-comment tsd-typography">
@@ -509,7 +702,7 @@
509
702
  <li class="tsd-description">
510
703
  <aside class="tsd-sources">
511
704
  <ul>
512
- <li>Defined in src/utilities/symbol.ts:119</li>
705
+ <li>Defined in src/utilities/symbol.ts:137</li>
513
706
  </ul>
514
707
  </aside>
515
708
  <div class="tsd-comment tsd-typography">
@@ -540,7 +733,7 @@
540
733
  <li class="tsd-description">
541
734
  <aside class="tsd-sources">
542
735
  <ul>
543
- <li>Defined in src/utilities/symbol.ts:128</li>
736
+ <li>Defined in src/utilities/symbol.ts:146</li>
544
737
  </ul>
545
738
  </aside>
546
739
  <div class="tsd-comment tsd-typography">
@@ -561,6 +754,37 @@
561
754
  </li>
562
755
  </ul>
563
756
  </section>
757
+ <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
758
+ <a name="issymbol" class="tsd-anchor"></a>
759
+ <h3>is<wbr>Symbol</h3>
760
+ <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
761
+ <li class="tsd-signature tsd-kind-icon">is<wbr>Symbol<span class="tsd-signature-symbol">(</span>symbol<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">symbol</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">Symbol</span></li>
762
+ </ul>
763
+ <ul class="tsd-descriptions">
764
+ <li class="tsd-description">
765
+ <aside class="tsd-sources">
766
+ <ul>
767
+ <li>Defined in src/utilities/symbol.ts:47</li>
768
+ </ul>
769
+ </aside>
770
+ <div class="tsd-comment tsd-typography">
771
+ <div class="lead">
772
+ <p>Is the Symbol an Esri Symbol instance.</p>
773
+ </div>
774
+ </div>
775
+ <h4 class="tsd-parameters-title">Parameters</h4>
776
+ <ul class="tsd-parameters">
777
+ <li>
778
+ <h5>symbol: <span class="tsd-signature-type">unknown</span></h5>
779
+ <div class="tsd-comment tsd-typography">
780
+ <p>The Symbol.</p>
781
+ </div>
782
+ </li>
783
+ </ul>
784
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">symbol</span><span class="tsd-signature-symbol"> is </span><span class="tsd-signature-type">Symbol</span></h4>
785
+ </li>
786
+ </ul>
787
+ </section>
564
788
  <section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
565
789
  <a name="issymbol3d" class="tsd-anchor"></a>
566
790
  <h3>is<wbr>Symbol3D</h3>
@@ -571,7 +795,7 @@
571
795
  <li class="tsd-description">
572
796
  <aside class="tsd-sources">
573
797
  <ul>
574
- <li>Defined in src/utilities/symbol.ts:155</li>
798
+ <li>Defined in src/utilities/symbol.ts:173</li>
575
799
  </ul>
576
800
  </aside>
577
801
  <div class="tsd-comment tsd-typography">
@@ -602,7 +826,7 @@
602
826
  <li class="tsd-description">
603
827
  <aside class="tsd-sources">
604
828
  <ul>
605
- <li>Defined in src/utilities/symbol.ts:146</li>
829
+ <li>Defined in src/utilities/symbol.ts:164</li>
606
830
  </ul>
607
831
  </aside>
608
832
  <div class="tsd-comment tsd-typography">
@@ -633,7 +857,7 @@
633
857
  <li class="tsd-description">
634
858
  <aside class="tsd-sources">
635
859
  <ul>
636
- <li>Defined in src/utilities/symbol.ts:24</li>
860
+ <li>Defined in src/utilities/symbol.ts:31</li>
637
861
  </ul>
638
862
  </aside>
639
863
  <div class="tsd-comment tsd-typography">
@@ -666,7 +890,7 @@
666
890
  <li class="tsd-description">
667
891
  <aside class="tsd-sources">
668
892
  <ul>
669
- <li>Defined in src/utilities/symbol.ts:137</li>
893
+ <li>Defined in src/utilities/symbol.ts:155</li>
670
894
  </ul>
671
895
  </aside>
672
896
  <div class="tsd-comment tsd-typography">
@@ -705,18 +929,36 @@
705
929
  <li class=" tsd-kind-function tsd-parent-kind-module">
706
930
  <a href="utilities_symbol.html#iscimsymbol" class="tsd-kind-icon">is<wbr>Cim<wbr>Symbol</a>
707
931
  </li>
932
+ <li class=" tsd-kind-function tsd-parent-kind-module">
933
+ <a href="utilities_symbol.html#isextrudesymbol3dlayer" class="tsd-kind-icon">is<wbr>Extrude<wbr>Symbol3DLayer</a>
934
+ </li>
935
+ <li class=" tsd-kind-function tsd-parent-kind-module">
936
+ <a href="utilities_symbol.html#isfillsymbol3dlayer" class="tsd-kind-icon">is<wbr>Fill<wbr>Symbol3DLayer</a>
937
+ </li>
938
+ <li class=" tsd-kind-function tsd-parent-kind-module">
939
+ <a href="utilities_symbol.html#isiconsymbol3dlayer" class="tsd-kind-icon">is<wbr>Icon<wbr>Symbol3DLayer</a>
940
+ </li>
708
941
  <li class=" tsd-kind-function tsd-parent-kind-module">
709
942
  <a href="utilities_symbol.html#islabelsymbol3d" class="tsd-kind-icon">is<wbr>Label<wbr>Symbol3D</a>
710
943
  </li>
711
944
  <li class=" tsd-kind-function tsd-parent-kind-module">
712
945
  <a href="utilities_symbol.html#islinesymbol3d" class="tsd-kind-icon">is<wbr>Line<wbr>Symbol3D</a>
713
946
  </li>
947
+ <li class=" tsd-kind-function tsd-parent-kind-module">
948
+ <a href="utilities_symbol.html#islinesymbol3dlayer" class="tsd-kind-icon">is<wbr>Line<wbr>Symbol3DLayer</a>
949
+ </li>
714
950
  <li class=" tsd-kind-function tsd-parent-kind-module">
715
951
  <a href="utilities_symbol.html#ismeshgeometrysymbol" class="tsd-kind-icon">is<wbr>Mesh<wbr>Geometry<wbr>Symbol</a>
716
952
  </li>
717
953
  <li class=" tsd-kind-function tsd-parent-kind-module">
718
954
  <a href="utilities_symbol.html#ismeshsymbol3d" class="tsd-kind-icon">is<wbr>Mesh<wbr>Symbol3D</a>
719
955
  </li>
956
+ <li class=" tsd-kind-function tsd-parent-kind-module">
957
+ <a href="utilities_symbol.html#isobjectsymbol3dlayer" class="tsd-kind-icon">is<wbr>Object<wbr>Symbol3DLayer</a>
958
+ </li>
959
+ <li class=" tsd-kind-function tsd-parent-kind-module">
960
+ <a href="utilities_symbol.html#ispathsymbol3dlayer" class="tsd-kind-icon">is<wbr>Path<wbr>Symbol3DLayer</a>
961
+ </li>
720
962
  <li class=" tsd-kind-function tsd-parent-kind-module">
721
963
  <a href="utilities_symbol.html#ispicturefillsymbol" class="tsd-kind-icon">is<wbr>Picture<wbr>Fill<wbr>Symbol</a>
722
964
  </li>
@@ -747,6 +989,9 @@
747
989
  <li class=" tsd-kind-function tsd-parent-kind-module">
748
990
  <a href="utilities_symbol.html#issimplemarkersymbol" class="tsd-kind-icon">is<wbr>Simple<wbr>Marker<wbr>Symbol</a>
749
991
  </li>
992
+ <li class=" tsd-kind-function tsd-parent-kind-module">
993
+ <a href="utilities_symbol.html#issymbol" class="tsd-kind-icon">is<wbr>Symbol</a>
994
+ </li>
750
995
  <li class=" tsd-kind-function tsd-parent-kind-module">
751
996
  <a href="utilities_symbol.html#issymbol3d" class="tsd-kind-icon">is<wbr>Symbol3D</a>
752
997
  </li>
@@ -81,7 +81,7 @@
81
81
  <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
82
82
  <a name="version-1" class="tsd-anchor"></a>
83
83
  <h3><span class="tsd-flag ts-flagConst">Const</span> version</h3>
84
- <div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;32.9.1&quot;</span><span class="tsd-signature-symbol"> = &quot;32.9.1&quot;</span></div>
84
+ <div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;33.2.0&quot;</span><span class="tsd-signature-symbol"> = &quot;33.2.0&quot;</span></div>
85
85
  <aside class="tsd-sources">
86
86
  <ul>
87
87
  <li>Defined in src/version.ts:4</li>
@@ -343,6 +343,7 @@
343
343
  <li class="tsd-kind-module"><a href="modules/support__requestcache.html" class="tsd-kind-icon">support/_<wbr>request<wbr>Cache</a></li>
344
344
  <li class="tsd-kind-module"><a href="modules/support__restapijson.html" class="tsd-kind-icon">support/_<wbr>rest<wbr>Api<wbr>Json</a></li>
345
345
  <li class="tsd-kind-module"><a href="modules/support_esri.html" class="tsd-kind-icon">support/esri</a></li>
346
+ <li class="tsd-kind-module"><a href="modules/support_utilities.html" class="tsd-kind-icon">support/utilities</a></li>
346
347
  <li class="tsd-kind-module"><a href="modules/tasks_countresult.html" class="tsd-kind-icon">tasks/<wbr>Count<wbr>Result</a></li>
347
348
  <li class="tsd-kind-module"><a href="modules/tasks_geocoding_arcgisgeocoder.html" class="tsd-kind-icon">tasks/geocoding/<wbr>ArcGISGeocoder</a></li>
348
349
  <li class="tsd-kind-module"><a href="modules/tasks_geocoding_geocoder.html" class="tsd-kind-icon">tasks/geocoding/<wbr>Geocoder</a></li>
@@ -372,6 +373,7 @@
372
373
  <li class="tsd-kind-module"><a href="modules/tasks_identify_streamlayerclientsidequeryidentifyprovider.html" class="tsd-kind-icon">tasks/identify/<wbr>Stream<wbr>Layer<wbr>Client<wbr>Side<wbr>Query<wbr>Identify<wbr>Provider</a></li>
373
374
  <li class="tsd-kind-module"><a href="modules/tasks_identify_streamlayerqueryidentifyprovider.html" class="tsd-kind-icon">tasks/identify/<wbr>Stream<wbr>Layer<wbr>Query<wbr>Identify<wbr>Provider</a></li>
374
375
  <li class="tsd-kind-module"><a href="modules/tasks_identify_wmssublayeridentifyprovider.html" class="tsd-kind-icon">tasks/identify/WMSSublayer<wbr>Identify<wbr>Provider</a></li>
376
+ <li class="tsd-kind-module"><a href="modules/tasks_identify__utilities.html" class="tsd-kind-icon">tasks/identify/_<wbr>utilities</a></li>
375
377
  <li class="tsd-kind-module"><a href="modules/tasks_query_arcgisservicetablequeryprovider.html" class="tsd-kind-icon">tasks/query/<wbr>ArcGISService<wbr>Table<wbr>Query<wbr>Provider</a></li>
376
378
  <li class="tsd-kind-module"><a href="modules/tasks_query_arcgissublayerqueryprovider.html" class="tsd-kind-icon">tasks/query/<wbr>ArcGISSublayer<wbr>Query<wbr>Provider</a></li>
377
379
  <li class="tsd-kind-module"><a href="modules/tasks_query_buildingcomponentsublayerclientsidequeryprovider.html" class="tsd-kind-icon">tasks/query/<wbr>Building<wbr>Component<wbr>Sublayer<wbr>Client<wbr>Side<wbr>Query<wbr>Provider</a></li>
@@ -425,6 +427,7 @@
425
427
  <li class="tsd-kind-module"><a href="modules/utilities_date.html" class="tsd-kind-icon">utilities/date</a></li>
426
428
  <li class="tsd-kind-module"><a href="modules/utilities_enum.html" class="tsd-kind-icon">utilities/enum</a></li>
427
429
  <li class="tsd-kind-module"><a href="modules/utilities_esri.html" class="tsd-kind-icon">utilities/esri</a></li>
430
+ <li class="tsd-kind-module"><a href="modules/utilities_extensions.html" class="tsd-kind-icon">utilities/extensions</a></li>
428
431
  <li class="tsd-kind-module"><a href="modules/utilities_field.html" class="tsd-kind-icon">utilities/field</a></li>
429
432
  <li class="tsd-kind-module"><a href="modules/utilities_geometry.html" class="tsd-kind-icon">utilities/geometry</a></li>
430
433
  <li class="tsd-kind-module"><a href="modules/utilities_iterable.html" class="tsd-kind-icon">utilities/iterable</a></li>
@@ -437,6 +440,8 @@
437
440
  <li class="tsd-kind-module"><a href="modules/utilities_portal.html" class="tsd-kind-icon">utilities/portal</a></li>
438
441
  <li class="tsd-kind-module"><a href="modules/utilities_promise.html" class="tsd-kind-icon">utilities/promise</a></li>
439
442
  <li class="tsd-kind-module"><a href="modules/utilities_query.html" class="tsd-kind-icon">utilities/query</a></li>
443
+ <li class="tsd-kind-module"><a href="modules/utilities_relationships.html" class="tsd-kind-icon">utilities/relationships</a></li>
444
+ <li class="tsd-kind-module"><a href="modules/utilities_renderers.html" class="tsd-kind-icon">utilities/renderers</a></li>
440
445
  <li class="tsd-kind-module"><a href="modules/utilities_scaleranges.html" class="tsd-kind-icon">utilities/scale<wbr>Ranges</a></li>
441
446
  <li class="tsd-kind-module"><a href="modules/utilities_set.html" class="tsd-kind-icon">utilities/set</a></li>
442
447
  <li class="tsd-kind-module"><a href="modules/utilities_string.html" class="tsd-kind-icon">utilities/string</a></li>
@@ -1301,6 +1306,9 @@
1301
1306
  <li class=" tsd-kind-module">
1302
1307
  <a href="modules/support_esri.html">support/esri</a>
1303
1308
  </li>
1309
+ <li class=" tsd-kind-module">
1310
+ <a href="modules/support_utilities.html">support/utilities</a>
1311
+ </li>
1304
1312
  <li class=" tsd-kind-module">
1305
1313
  <a href="modules/tasks_countresult.html">tasks/<wbr>Count<wbr>Result</a>
1306
1314
  </li>
@@ -1388,6 +1396,9 @@
1388
1396
  <li class=" tsd-kind-module">
1389
1397
  <a href="modules/tasks_identify_wmssublayeridentifyprovider.html">tasks/identify/WMSSublayer<wbr>Identify<wbr>Provider</a>
1390
1398
  </li>
1399
+ <li class=" tsd-kind-module">
1400
+ <a href="modules/tasks_identify__utilities.html">tasks/identify/_<wbr>utilities</a>
1401
+ </li>
1391
1402
  <li class=" tsd-kind-module">
1392
1403
  <a href="modules/tasks_query_arcgisservicetablequeryprovider.html">tasks/query/<wbr>ArcGISService<wbr>Table<wbr>Query<wbr>Provider</a>
1393
1404
  </li>
@@ -1547,6 +1558,9 @@
1547
1558
  <li class=" tsd-kind-module">
1548
1559
  <a href="modules/utilities_esri.html">utilities/esri</a>
1549
1560
  </li>
1561
+ <li class=" tsd-kind-module">
1562
+ <a href="modules/utilities_extensions.html">utilities/extensions</a>
1563
+ </li>
1550
1564
  <li class=" tsd-kind-module">
1551
1565
  <a href="modules/utilities_field.html">utilities/field</a>
1552
1566
  </li>
@@ -1583,6 +1597,12 @@
1583
1597
  <li class=" tsd-kind-module">
1584
1598
  <a href="modules/utilities_query.html">utilities/query</a>
1585
1599
  </li>
1600
+ <li class=" tsd-kind-module">
1601
+ <a href="modules/utilities_relationships.html">utilities/relationships</a>
1602
+ </li>
1603
+ <li class=" tsd-kind-module">
1604
+ <a href="modules/utilities_renderers.html">utilities/renderers</a>
1605
+ </li>
1586
1606
  <li class=" tsd-kind-module">
1587
1607
  <a href="modules/utilities_scaleranges.html">utilities/scale<wbr>Ranges</a>
1588
1608
  </li>
@@ -2,8 +2,8 @@ import type EsriMap from "@arcgis/core/Map";
2
2
  import { EntityBase, EntityBaseProperties } from "../Entity.js";
3
3
  import type { BasemapProperties } from "../mapping/BasemapExtension.js";
4
4
  import { MapExtension } from "../mapping/MapExtension.js";
5
- import type { SublayerReference } from "../mapping/SublayerExtension.js";
6
- import { LayerReference } from "../mapping/_LayerExtension.js";
5
+ import type { LayerReference } from "../mapping/_LayerExtension.js";
6
+ import type { SublayerReference } from "../mapping/_SublayerExtension.js";
7
7
  import { PropertyDefs } from "../support/Serializable.js";
8
8
  import { WellKnownBasemap } from "../support/esri.js";
9
9
  import { LayerPresetSetting, LayerPresetSettingProperties } from "./LayerPresetSettings.js";
@@ -62,7 +62,7 @@ export declare class LayerPreset extends EntityBase<LayerPresetProperties> {
62
62
  /**
63
63
  * @inheritdoc
64
64
  */
65
- get _itemType(): string;
65
+ protected readonly _itemType: string;
66
66
  /**
67
67
  * Creates a LayerPreset from an ESRI map or map extension.
68
68
  *
@@ -1 +1 @@
1
- var LayerPreset_1;import{__decorate}from"tslib";import{whenOnce}from"@arcgis/core/core/watchUtils";import{EntityBase}from"../Entity.js";import{InvalidOperationError}from"../InvalidOperationError.js";import{ItemType}from"../ItemType.js";import{GroupLayerExtension}from"../mapping/GroupLayerExtension.js";import{MapExtension}from"../mapping/MapExtension.js";import{LayerExtension}from"../mapping/_LayerExtension.js";import{BaseMap as PortalBasemap}from"../portal/BaseMap.js";import{serializable}from"../support/Serializable.js";import{Collection}from"../support/esri.js";import{ObservableMap}from"../utilities/ObservableMap.js";import{basemapsAreEquivalent,createStandardBasemap}from"../utilities/basemaps.js";import{map}from"../utilities/iterable.js";import{getLogger}from"../utilities/log.js";import{isMap,isWebMap,isWebScene}from"../utilities/mapping.js";import{LayerPresetSetting}from"./LayerPresetSettings.js";const ERR_LAYER_UNDEFINED="Cannot define a LayerPresetSetting that does not have layer reference.",log=getLogger("layer-preset");let LayerPreset=LayerPreset_1=class extends EntityBase{get _itemType(){return ItemType.LAYER_PRESET}static createFrom(e){var t,a;const r=new LayerPreset_1,i=toMapExtension(e);(null===(t=i.basemapExtension)||void 0===t?void 0:t.basemap)&&(r.basemap=PortalBasemap.fromEsriApiBasemap(i.basemapExtension.basemap));for(const e of i.basemapOptions.toArray())e.included&&e.basemap&&(r.basemapOptions=r.basemapOptions||[],r.basemapOptions.push(PortalBasemap.fromEsriApiBasemap(e.basemap)));const s=_createFlattenedLayerXList(i);for(const e of s.toArray()){const t=_createLayerPresetSetting(e);if(t){const i=e.allSublayerExtensions;if(i.length>0){t.sublayers=new ObservableMap;for(const e of i.toArray().filter((e=>!!e.sublayer))){const a=_createLayerPresetSetting(e);a&&t.sublayers.set(_createRef(e.sublayer),a)}}r.layers=null!==(a=r.layers)&&void 0!==a?a:new Map,r.layers.set(_createRef(e.layer),t)}}return r}async applyTo(e){if(isIterable(e)){for(const t of e)await this.applyTo(t);return}const t=toMapExtension(e);if(this.basemap){const e="string"==typeof this.basemap?await createStandardBasemap(this.basemap):this.basemap,a=t.basemapOptions.find((t=>basemapsAreEquivalent(t.basemap,e)));a&&(t.basemapExtension=a,a.included=!0)}if(this.basemapOptions){const e=new Collection;for(const a of await Promise.all(this.basemapOptions.map((async e=>"string"==typeof e?createStandardBasemap(e):e)))){const r=t.basemapOptions.find((e=>basemapsAreEquivalent(e.basemap,a)));r&&(r.included=!0,e.add(r))}for(const a of t.basemapOptions.toArray())e.includes(a)||t.basemapExtension===a||(a.included=!1)}if(this.layers){const e=_createFlattenedLayerXList(t);e.forEach((e=>e._resolveLayer()));for(const t of this.layers.keys()){const a=_createRef(t);let r=e.find((e=>e.layer.id===a.id));if(r||(r=e.find((e=>e.layer.title===a.title))),r){const a=this.layers.get(t);_applyLayerPresetSetting(a,r),e.remove(r);const i=()=>{const e=new Collection;e.addMany(r.allSublayerExtensions.toArray());for(const t of a.sublayers.keys()){const r=_createRef(t);let i=e.find((e=>{var t,a;return(null===(t=e.sublayer)||void 0===t?void 0:t.id)===r.id&&(null===(a=e.sublayer)||void 0===a?void 0:a.title)===r.title}));i||(i=e.find((e=>{var t;return(null===(t=e.sublayer)||void 0===t?void 0:t.title)===r.title}))),i||(i=e.find((e=>{var t;return(null===(t=e.sublayer)||void 0===t?void 0:t.id)===r.id}))),i&&(_applyLayerPresetSetting(a.sublayers.get(t),i),e.remove(i))}_handleNotFound(e)};r.layer.loaded?i():whenOnce(r.layer,"loaded",(()=>{try{i()}catch(e){log.error(`Error applying LayerPreset to sublayers of LayerExtension with ID '${r.id}' and title '${r.title}'. ${e}`)}}))}}_handleNotFound(e)}}_getSerializableProperties(){return{...super._getSerializableProperties(),title:"initial",layers:{serializeModes:["initial"],serialize:()=>{if(this.layers)return Array.from(map(this.layers.entries(),(e=>{let t={layer:e[0]};const a=e[1].toJSON(),r=(a.sublayers||[]).filter((e=>e.visible));return t={...t,...a,sublayers:r},t}))).filter((e=>e.visible||e.sublayers&&e.sublayers.length>0))},deserialize:e=>{this.layers=new Map;for(const t of e){if(!t.layer)throw new InvalidOperationError(ERR_LAYER_UNDEFINED);this.layers.set(t.layer,new LayerPresetSetting(t))}},isDefault:e=>!e},icon:"initial",basemap:"initial",basemapOptions:{serializeModes:["initial"]}}}};LayerPreset=LayerPreset_1=__decorate([serializable],LayerPreset);export{LayerPreset};function _createLayerPresetSetting(e){const t=new LayerPresetSetting,a=_getBackingLayer(e);if(t.visible=a.visible,t.opacity=a.opacity,e.layerListSettings.included)return t.expanded=e.layerListSettings.expanded,t}function _applyLayerPresetSetting(e,t){const a=_getBackingLayer(t);void 0!==e.visible&&null!==e.visible&&(a.visible=e.visible),void 0!==e.opacity&&null!==e.opacity&&(a.opacity=e.opacity),t.layerListSettings.included=!0,void 0!==e.expanded&&null!==e.expanded&&(t.layerListSettings.expanded=e.expanded)}function _createRef(e){return"string"==typeof e?{id:e,title:e}:"number"==typeof e?{id:e}:{id:e.id,title:e.title}}function _createFlattenedLayerXList(e){if(e instanceof MapExtension)return _createFlattenedLayerXList(e.layerExtensions);const t=new Collection;for(const a of e.filter((e=>!!e.layer)).toArray())t.add(a),a instanceof GroupLayerExtension&&t.addMany(_createFlattenedLayerXList(a.layerExtensions));return t}function _handleNotFound(e){for(const t of e.toArray()){const e=_getBackingLayer(t);e&&(e.visible=!1)}}function _getBackingLayer(e){return e instanceof LayerExtension?e.layer:e.sublayer}function toMapExtension(e){const t=e;return isMap(t)||isWebMap(t)||isWebScene(t)?new MapExtension({map:t}):e}function isIterable(e){return!!(null==e?void 0:e[Symbol.iterator])}
1
+ var LayerPreset_1;import{__decorate}from"tslib";import{whenOnce}from"@arcgis/core/core/watchUtils";import{EntityBase}from"../Entity.js";import{InvalidOperationError}from"../InvalidOperationError.js";import{isLayerExtension,isMapExtension,ItemType}from"../ItemType.js";import{MapExtension}from"../mapping/MapExtension.js";import{BaseMap as PortalBasemap}from"../portal/BaseMap.js";import{serializable}from"../support/Serializable.js";import{Collection}from"../support/esri.js";import{ObservableMap}from"../utilities/ObservableMap.js";import{basemapsAreEquivalent,createStandardBasemap}from"../utilities/basemaps.js";import{isGroupLayerExtension}from"../utilities/extensions.js";import{map}from"../utilities/iterable.js";import{getLogger}from"../utilities/log.js";import{isMap,isWebMap,isWebScene}from"../utilities/mapping.js";import{LayerPresetSetting}from"./LayerPresetSettings.js";const ERR_LAYER_UNDEFINED="Cannot define a LayerPresetSetting that does not have layer reference.",log=getLogger("layer-preset");let LayerPreset=LayerPreset_1=class extends EntityBase{constructor(){super(...arguments),this._itemType=ItemType.LAYER_PRESET}static createFrom(e){var t,a;const r=new LayerPreset_1,i=toMapExtension(e);(null===(t=i.basemapExtension)||void 0===t?void 0:t.basemap)&&(r.basemap=PortalBasemap.fromEsriApiBasemap(i.basemapExtension.basemap));for(const e of i.basemapOptions.toArray())e.included&&e.basemap&&(r.basemapOptions=r.basemapOptions||[],r.basemapOptions.push(PortalBasemap.fromEsriApiBasemap(e.basemap)));const s=_createFlattenedLayerXList(i);for(const e of s.toArray()){const t=_createLayerPresetSetting(e);if(t){const i=e.allSublayerExtensions;if(i.length>0){t.sublayers=new ObservableMap;for(const e of i.toArray().filter((e=>!!e.sublayer))){const a=_createLayerPresetSetting(e);a&&t.sublayers.set(_createRef(e.sublayer),a)}}r.layers=null!==(a=r.layers)&&void 0!==a?a:new Map,r.layers.set(_createRef(e.layer),t)}}return r}async applyTo(e){if(isIterable(e)){for(const t of e)await this.applyTo(t);return}const t=toMapExtension(e);if(this.basemap){const e="string"==typeof this.basemap?await createStandardBasemap(this.basemap):this.basemap,a=t.basemapOptions.find((t=>basemapsAreEquivalent(t.basemap,e)));a&&(t.basemapExtension=a,a.included=!0)}if(this.basemapOptions){const e=new Collection;for(const a of await Promise.all(this.basemapOptions.map((async e=>"string"==typeof e?createStandardBasemap(e):e)))){const r=t.basemapOptions.find((e=>basemapsAreEquivalent(e.basemap,a)));r&&(r.included=!0,e.add(r))}for(const a of t.basemapOptions.toArray())e.includes(a)||t.basemapExtension===a||(a.included=!1)}if(this.layers){const e=_createFlattenedLayerXList(t);e.forEach((e=>e._resolveLayer()));for(const t of this.layers.keys()){const a=_createRef(t);let r=e.find((e=>e.layer.id===a.id));if(r||(r=e.find((e=>e.layer.title===a.title))),r){const a=this.layers.get(t);_applyLayerPresetSetting(a,r),e.remove(r);const i=()=>{const e=new Collection;e.addMany(r.allSublayerExtensions.toArray());for(const t of a.sublayers.keys()){const r=_createRef(t);let i=e.find((e=>{var t,a;return(null===(t=e.sublayer)||void 0===t?void 0:t.id)===r.id&&(null===(a=e.sublayer)||void 0===a?void 0:a.title)===r.title}));i||(i=e.find((e=>{var t;return(null===(t=e.sublayer)||void 0===t?void 0:t.title)===r.title}))),i||(i=e.find((e=>{var t;return(null===(t=e.sublayer)||void 0===t?void 0:t.id)===r.id}))),i&&(_applyLayerPresetSetting(a.sublayers.get(t),i),e.remove(i))}_handleNotFound(e)};r.layer.loaded?i():whenOnce(r.layer,"loaded",(()=>{try{i()}catch(e){log.error(`Error applying LayerPreset to sublayers of LayerExtension with ID '${r.id}' and title '${r.title}'. ${e}`)}}))}}_handleNotFound(e)}}_getSerializableProperties(){return{...super._getSerializableProperties(),title:"initial",layers:{serializeModes:["initial"],serialize:()=>{if(this.layers)return Array.from(map(this.layers.entries(),(e=>{let t={layer:e[0]};const a=e[1].toJSON(),r=(a.sublayers||[]).filter((e=>e.visible));return t={...t,...a,sublayers:r},t}))).filter((e=>e.visible||e.sublayers&&e.sublayers.length>0))},deserialize:e=>{this.layers=new Map;for(const t of e){if(!t.layer)throw new InvalidOperationError(ERR_LAYER_UNDEFINED);this.layers.set(t.layer,new LayerPresetSetting(t))}},isDefault:e=>!e},icon:"initial",basemap:"initial",basemapOptions:{serializeModes:["initial"]}}}};LayerPreset=LayerPreset_1=__decorate([serializable],LayerPreset);export{LayerPreset};function _createLayerPresetSetting(e){const t=new LayerPresetSetting,a=_getBackingLayer(e);if(t.visible=a.visible,t.opacity=a.opacity,e.layerListSettings.included)return t.expanded=e.layerListSettings.expanded,t}function _applyLayerPresetSetting(e,t){const a=_getBackingLayer(t);void 0!==e.visible&&null!==e.visible&&(a.visible=e.visible),void 0!==e.opacity&&null!==e.opacity&&(a.opacity=e.opacity),t.layerListSettings.included=!0,void 0!==e.expanded&&null!==e.expanded&&(t.layerListSettings.expanded=e.expanded)}function _createRef(e){return"string"==typeof e?{id:e,title:e}:"number"==typeof e?{id:e}:{id:e.id,title:e.title}}function _createFlattenedLayerXList(e){if(isMapExtension(e))return _createFlattenedLayerXList(e.layerExtensions);const t=new Collection;for(const a of e.filter((e=>!!e.layer)).toArray())t.add(a),isGroupLayerExtension(a)&&t.addMany(_createFlattenedLayerXList(a.layerExtensions));return t}function _handleNotFound(e){for(const t of e.toArray()){const e=_getBackingLayer(t);e&&(e.visible=!1)}}function _getBackingLayer(e){return isLayerExtension(e)?e.layer:e.sublayer}function toMapExtension(e){const t=e;return isMap(t)||isWebMap(t)||isWebScene(t)?new MapExtension({map:t}):e}function isIterable(e){return!!(null==e?void 0:e[Symbol.iterator])}
@@ -1,4 +1,4 @@
1
- import type { SublayerReference } from "../mapping/SublayerExtension.js";
1
+ import type { SublayerReference } from "../mapping/_SublayerExtension.js";
2
2
  import { PropertyDefs, SerializableBase } from "../support/Serializable.js";
3
3
  import { ObservableMap } from "../utilities/ObservableMap.js";
4
4
  declare type SublayerPresetJson = {