@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
@@ -100,7 +100,7 @@
100
100
  <div class="tsd-signature tsd-kind-icon">Layer<wbr>Extension<wbr>Schema<wbr>Property<wbr>Binding<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">{ </span>property<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>readonly<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>sync<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>value<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol"> }</span></div>
101
101
  <aside class="tsd-sources">
102
102
  <ul>
103
- <li>Defined in src/mapping/_LayerExtension.ts:1523</li>
103
+ <li>Defined in src/mapping/_LayerExtension.ts:1520</li>
104
104
  </ul>
105
105
  </aside>
106
106
  <div class="tsd-comment tsd-typography">
@@ -96,7 +96,7 @@
96
96
  <div class="tsd-signature tsd-kind-icon">Bookmark<wbr>Source<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;map&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;user&quot;</span></div>
97
97
  <aside class="tsd-sources">
98
98
  <ul>
99
- <li>Defined in src/mapping/Bookmark.ts:11</li>
99
+ <li>Defined in src/mapping/Bookmark.ts:12</li>
100
100
  </ul>
101
101
  </aside>
102
102
  <div class="tsd-comment tsd-typography">
@@ -70,8 +70,11 @@
70
70
  <section class="tsd-index-section ">
71
71
  <h3>References</h3>
72
72
  <ul class="tsd-index-list">
73
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_layerextension.html#arraywrappedcollection" class="tsd-kind-icon">Array<wbr>Wrapped<wbr>Collection</a></li>
73
74
  <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_layerextension.html#layerextension" class="tsd-kind-icon">Layer<wbr>Extension</a></li>
74
75
  <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_layerextension.html#layerextensionproperties" class="tsd-kind-icon">Layer<wbr>Extension<wbr>Properties</a></li>
76
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_layerextension.html#layerextensionschema" class="tsd-kind-icon">Layer<wbr>Extension<wbr>Schema</a></li>
77
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_layerextension.html#layerextensionschemapropertybinding" class="tsd-kind-icon">Layer<wbr>Extension<wbr>Schema<wbr>Property<wbr>Binding</a></li>
75
78
  <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_layerextension.html#layerproperties" class="tsd-kind-icon">Layer<wbr>Properties</a></li>
76
79
  <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_layerextension.html#layerreference" class="tsd-kind-icon">Layer<wbr>Reference</a></li>
77
80
  </ul>
@@ -81,6 +84,11 @@
81
84
  </section>
82
85
  <section class="tsd-panel-group tsd-member-group ">
83
86
  <h2>References</h2>
87
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
88
+ <a name="arraywrappedcollection" class="tsd-anchor"></a>
89
+ <h3>Array<wbr>Wrapped<wbr>Collection</h3>
90
+ Re-exports <a href="../classes/mapping__layerextension.arraywrappedcollection.html">ArrayWrappedCollection</a>
91
+ </section>
84
92
  <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
85
93
  <a name="layerextension" class="tsd-anchor"></a>
86
94
  <h3>Layer<wbr>Extension</h3>
@@ -91,6 +99,16 @@
91
99
  <h3>Layer<wbr>Extension<wbr>Properties</h3>
92
100
  Re-exports <a href="../interfaces/mapping__layerextension.layerextensionproperties.html">LayerExtensionProperties</a>
93
101
  </section>
102
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
103
+ <a name="layerextensionschema" class="tsd-anchor"></a>
104
+ <h3>Layer<wbr>Extension<wbr>Schema</h3>
105
+ Re-exports <a href="../classes/mapping__layerextension.layerextensionschema.html">LayerExtensionSchema</a>
106
+ </section>
107
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
108
+ <a name="layerextensionschemapropertybinding" class="tsd-anchor"></a>
109
+ <h3>Layer<wbr>Extension<wbr>Schema<wbr>Property<wbr>Binding</h3>
110
+ Re-exports <a href="mapping__layerextension.html#layerextensionschemapropertybinding">LayerExtensionSchemaPropertyBinding</a>
111
+ </section>
94
112
  <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
95
113
  <a name="layerproperties" class="tsd-anchor"></a>
96
114
  <h3>Layer<wbr>Properties</h3>
@@ -116,12 +134,21 @@
116
134
  </nav>
117
135
  <nav class="tsd-navigation secondary menu-sticky">
118
136
  <ul class="before-current">
137
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
138
+ <a href="mapping_layerextension.html#arraywrappedcollection" class="tsd-kind-icon">Array<wbr>Wrapped<wbr>Collection</a>
139
+ </li>
119
140
  <li class=" tsd-kind-reference tsd-parent-kind-module">
120
141
  <a href="mapping_layerextension.html#layerextension" class="tsd-kind-icon">Layer<wbr>Extension</a>
121
142
  </li>
122
143
  <li class=" tsd-kind-reference tsd-parent-kind-module">
123
144
  <a href="mapping_layerextension.html#layerextensionproperties" class="tsd-kind-icon">Layer<wbr>Extension<wbr>Properties</a>
124
145
  </li>
146
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
147
+ <a href="mapping_layerextension.html#layerextensionschema" class="tsd-kind-icon">Layer<wbr>Extension<wbr>Schema</a>
148
+ </li>
149
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
150
+ <a href="mapping_layerextension.html#layerextensionschemapropertybinding" class="tsd-kind-icon">Layer<wbr>Extension<wbr>Schema<wbr>Property<wbr>Binding</a>
151
+ </li>
125
152
  <li class=" tsd-kind-reference tsd-parent-kind-module">
126
153
  <a href="mapping_layerextension.html#layerproperties" class="tsd-kind-icon">Layer<wbr>Properties</a>
127
154
  </li>
@@ -101,7 +101,7 @@
101
101
  <div class="tsd-signature tsd-kind-icon">Feature<wbr>Source<wbr>Predicate<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><a href="../interfaces/data_featuresource.featuresource.html" class="tsd-signature-type" data-tsd-kind="Interface">FeatureSource</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span></div>
102
102
  <aside class="tsd-sources">
103
103
  <ul>
104
- <li>Defined in src/mapping/MapExtension.ts:2572</li>
104
+ <li>Defined in src/mapping/MapExtension.ts:2586</li>
105
105
  </ul>
106
106
  </aside>
107
107
  <div class="tsd-comment tsd-typography">
@@ -137,7 +137,7 @@
137
137
  <div class="tsd-signature tsd-kind-icon">Map<wbr>Properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/portal_webmap.webmap-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebMap</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/portal_webscene.webscene-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebScene</a><span class="tsd-signature-symbol">&gt;</span></div>
138
138
  <aside class="tsd-sources">
139
139
  <ul>
140
- <li>Defined in src/mapping/MapExtension.ts:231</li>
140
+ <li>Defined in src/mapping/MapExtension.ts:240</li>
141
141
  </ul>
142
142
  </aside>
143
143
  <div class="tsd-comment tsd-typography">
@@ -152,7 +152,7 @@
152
152
  <div class="tsd-signature tsd-kind-icon">View<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;map&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;scene&quot;</span></div>
153
153
  <aside class="tsd-sources">
154
154
  <ul>
155
- <li>Defined in src/mapping/MapExtension.ts:106</li>
155
+ <li>Defined in src/mapping/MapExtension.ts:115</li>
156
156
  </ul>
157
157
  </aside>
158
158
  <div class="tsd-comment tsd-typography">
@@ -167,7 +167,7 @@
167
167
  <div class="tsd-signature tsd-kind-icon">Web<wbr>Map<wbr>Like<span class="tsd-signature-symbol">:</span> <a href="utilities_portal.html#portalitemlike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_webmap.webmap-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebMap</a></div>
168
168
  <aside class="tsd-sources">
169
169
  <ul>
170
- <li>Defined in src/mapping/MapExtension.ts:96</li>
170
+ <li>Defined in src/mapping/MapExtension.ts:105</li>
171
171
  </ul>
172
172
  </aside>
173
173
  <div class="tsd-comment tsd-typography">
@@ -182,7 +182,7 @@
182
182
  <div class="tsd-signature tsd-kind-icon">Web<wbr>Scene<wbr>Like<span class="tsd-signature-symbol">:</span> <a href="utilities_portal.html#portalitemlike" class="tsd-signature-type" data-tsd-kind="Type alias">PortalItemLike</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_webscene.webscene-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebScene</a></div>
183
183
  <aside class="tsd-sources">
184
184
  <ul>
185
- <li>Defined in src/mapping/MapExtension.ts:101</li>
185
+ <li>Defined in src/mapping/MapExtension.ts:110</li>
186
186
  </ul>
187
187
  </aside>
188
188
  <div class="tsd-comment tsd-typography">
@@ -70,6 +70,7 @@
70
70
  <section class="tsd-index-section ">
71
71
  <h3>References</h3>
72
72
  <ul class="tsd-index-list">
73
+ <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_sublayerextension.html#subsublayerextensioncollection" class="tsd-kind-icon">Sub<wbr>Sublayer<wbr>Extension<wbr>Collection</a></li>
73
74
  <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_sublayerextension.html#sublayerextension" class="tsd-kind-icon">Sublayer<wbr>Extension</a></li>
74
75
  <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_sublayerextension.html#sublayerextensionproperties" class="tsd-kind-icon">Sublayer<wbr>Extension<wbr>Properties</a></li>
75
76
  <li class="tsd-kind-reference tsd-parent-kind-module"><a href="mapping_sublayerextension.html#sublayerproperties" class="tsd-kind-icon">Sublayer<wbr>Properties</a></li>
@@ -83,6 +84,11 @@
83
84
  </section>
84
85
  <section class="tsd-panel-group tsd-member-group ">
85
86
  <h2>References</h2>
87
+ <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
88
+ <a name="subsublayerextensioncollection" class="tsd-anchor"></a>
89
+ <h3>Sub<wbr>Sublayer<wbr>Extension<wbr>Collection</h3>
90
+ Re-exports <a href="../classes/mapping__sublayerextension.subsublayerextensioncollection.html">SubSublayerExtensionCollection</a>
91
+ </section>
86
92
  <section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
87
93
  <a name="sublayerextension" class="tsd-anchor"></a>
88
94
  <h3>Sublayer<wbr>Extension</h3>
@@ -128,6 +134,9 @@
128
134
  </nav>
129
135
  <nav class="tsd-navigation secondary menu-sticky">
130
136
  <ul class="before-current">
137
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
138
+ <a href="mapping_sublayerextension.html#subsublayerextensioncollection" class="tsd-kind-icon">Sub<wbr>Sublayer<wbr>Extension<wbr>Collection</a>
139
+ </li>
131
140
  <li class=" tsd-kind-reference tsd-parent-kind-module">
132
141
  <a href="mapping_sublayerextension.html#sublayerextension" class="tsd-kind-icon">Sublayer<wbr>Extension</a>
133
142
  </li>
@@ -92,7 +92,7 @@
92
92
  <li class="tsd-description">
93
93
  <aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in src/portal/DrawingInfo.ts:32</li>
95
+ <li>Defined in src/portal/DrawingInfo.ts:35</li>
96
96
  </ul>
97
97
  </aside>
98
98
  <div class="tsd-comment tsd-typography">
@@ -130,7 +130,7 @@
130
130
  <li class="tsd-description">
131
131
  <aside class="tsd-sources">
132
132
  <ul>
133
- <li>Defined in src/portal/DrawingInfo.ts:99</li>
133
+ <li>Defined in src/portal/DrawingInfo.ts:101</li>
134
134
  </ul>
135
135
  </aside>
136
136
  <div class="tsd-comment tsd-typography">
@@ -92,7 +92,7 @@
92
92
  <li class="tsd-description">
93
93
  <aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in src/portal/Geometry.ts:103</li>
95
+ <li>Defined in src/portal/Geometry.ts:104</li>
96
96
  </ul>
97
97
  </aside>
98
98
  <div class="tsd-comment tsd-typography">
@@ -124,7 +124,7 @@
124
124
  <li class="tsd-description">
125
125
  <aside class="tsd-sources">
126
126
  <ul>
127
- <li>Defined in src/portal/Geometry.ts:124</li>
127
+ <li>Defined in src/portal/Geometry.ts:125</li>
128
128
  </ul>
129
129
  </aside>
130
130
  <div class="tsd-comment tsd-typography">
@@ -104,7 +104,7 @@
104
104
  <div class="tsd-signature tsd-kind-icon">Geometry<span class="tsd-signature-symbol">:</span> <a href="../interfaces/portal_point.point.html" class="tsd-signature-type" data-tsd-kind="Interface">Point</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_multipoint.multipoint.html" class="tsd-signature-type" data-tsd-kind="Interface">Multipoint</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_polyline.polyline.html" class="tsd-signature-type" data-tsd-kind="Interface">Polyline</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_polygon.polygon.html" class="tsd-signature-type" data-tsd-kind="Interface">Polygon</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_extent.extent.html" class="tsd-signature-type" data-tsd-kind="Interface">Extent</a></div>
105
105
  <aside class="tsd-sources">
106
106
  <ul>
107
- <li>Defined in src/portal/Geometry.ts:25</li>
107
+ <li>Defined in src/portal/Geometry.ts:26</li>
108
108
  </ul>
109
109
  </aside>
110
110
  <div class="tsd-comment tsd-typography">
@@ -122,7 +122,7 @@
122
122
  <div class="tsd-signature tsd-kind-icon">Geometry<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;esriGeometryPoint&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriGeometryMultipoint&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriGeometryPolyline&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriGeometryPolygon&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriGeometryEnvelope&quot;</span></div>
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in src/portal/Geometry.ts:88</li>
125
+ <li>Defined in src/portal/Geometry.ts:89</li>
126
126
  </ul>
127
127
  </aside>
128
128
  <div class="tsd-comment tsd-typography">
@@ -144,7 +144,7 @@
144
144
  <li class="tsd-description">
145
145
  <aside class="tsd-sources">
146
146
  <ul>
147
- <li>Defined in src/portal/Geometry.ts:44</li>
147
+ <li>Defined in src/portal/Geometry.ts:45</li>
148
148
  </ul>
149
149
  </aside>
150
150
  <div class="tsd-comment tsd-typography">
@@ -176,7 +176,7 @@
176
176
  <li class="tsd-description">
177
177
  <aside class="tsd-sources">
178
178
  <ul>
179
- <li>Defined in src/portal/Geometry.ts:77</li>
179
+ <li>Defined in src/portal/Geometry.ts:78</li>
180
180
  </ul>
181
181
  </aside>
182
182
  <div class="tsd-comment tsd-typography">
@@ -94,7 +94,7 @@
94
94
  <li class="tsd-description">
95
95
  <aside class="tsd-sources">
96
96
  <ul>
97
- <li>Defined in src/portal/Layer.ts:120</li>
97
+ <li>Defined in src/portal/Layer.ts:119</li>
98
98
  </ul>
99
99
  </aside>
100
100
  <div class="tsd-comment tsd-typography">
@@ -131,7 +131,7 @@
131
131
  <li class="tsd-description">
132
132
  <aside class="tsd-sources">
133
133
  <ul>
134
- <li>Defined in src/portal/Layer.ts:56</li>
134
+ <li>Defined in src/portal/Layer.ts:55</li>
135
135
  </ul>
136
136
  </aside>
137
137
  <div class="tsd-comment tsd-typography">
@@ -169,7 +169,7 @@
169
169
  <li class="tsd-description">
170
170
  <aside class="tsd-sources">
171
171
  <ul>
172
- <li>Defined in src/portal/Layer.ts:176</li>
172
+ <li>Defined in src/portal/Layer.ts:175</li>
173
173
  </ul>
174
174
  </aside>
175
175
  <div class="tsd-comment tsd-typography">
@@ -207,7 +207,7 @@
207
207
  <li class="tsd-description">
208
208
  <aside class="tsd-sources">
209
209
  <ul>
210
- <li>Defined in src/portal/Layer.ts:30</li>
210
+ <li>Defined in src/portal/Layer.ts:29</li>
211
211
  </ul>
212
212
  </aside>
213
213
  <div class="tsd-comment tsd-typography">
@@ -102,7 +102,7 @@
102
102
  <div class="tsd-signature tsd-kind-icon">Html<wbr>Popup<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;esriServerHTMLPopupTypeAsHTMLText&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriServerHTMLPopupTypeAsURL&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriServerHTMLPopupTypeNone&quot;</span></div>
103
103
  <aside class="tsd-sources">
104
104
  <ul>
105
- <li>Defined in src/portal/LayerDefinition.ts:863</li>
105
+ <li>Defined in src/portal/LayerDefinition.ts:866</li>
106
106
  </ul>
107
107
  </aside>
108
108
  <div class="tsd-comment tsd-typography">
@@ -117,7 +117,7 @@
117
117
  <div class="tsd-signature tsd-kind-icon">Temporal<wbr>Unit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;esriTimeUnitsCenturies&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsDays&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsDecades&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsHours&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsMilliseconds&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsMinutes&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsMonths&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsSeconds&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsUnknown&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsWeeks&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTimeUnitsYears&quot;</span></div>
118
118
  <aside class="tsd-sources">
119
119
  <ul>
120
- <li>Defined in src/portal/LayerDefinition.ts:847</li>
120
+ <li>Defined in src/portal/LayerDefinition.ts:850</li>
121
121
  </ul>
122
122
  </aside>
123
123
  <div class="tsd-comment tsd-typography">
@@ -92,7 +92,7 @@
92
92
  <li class="tsd-description">
93
93
  <aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in src/portal/LayerDefinition.ts:55</li>
95
+ <li>Defined in src/portal/LayerDefinition.ts:56</li>
96
96
  </ul>
97
97
  </aside>
98
98
  <div class="tsd-comment tsd-typography">
@@ -130,7 +130,7 @@
130
130
  <li class="tsd-description">
131
131
  <aside class="tsd-sources">
132
132
  <ul>
133
- <li>Defined in src/portal/LayerDefinition.ts:226</li>
133
+ <li>Defined in src/portal/LayerDefinition.ts:227</li>
134
134
  </ul>
135
135
  </aside>
136
136
  <div class="tsd-comment tsd-typography">
@@ -104,7 +104,7 @@
104
104
  <div class="tsd-signature tsd-kind-icon">ADD<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;Add&quot;</span><span class="tsd-signature-symbol"> = &quot;Add&quot;</span></div>
105
105
  <aside class="tsd-sources">
106
106
  <ul>
107
- <li>Defined in src/portal/LayerDefinition.ts:876</li>
107
+ <li>Defined in src/portal/LayerDefinition.ts:879</li>
108
108
  </ul>
109
109
  </aside>
110
110
  <div class="tsd-comment tsd-typography">
@@ -119,7 +119,7 @@
119
119
  <div class="tsd-signature tsd-kind-icon">DELETE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;Delete&quot;</span><span class="tsd-signature-symbol"> = &quot;Delete&quot;</span></div>
120
120
  <aside class="tsd-sources">
121
121
  <ul>
122
- <li>Defined in src/portal/LayerDefinition.ts:881</li>
122
+ <li>Defined in src/portal/LayerDefinition.ts:884</li>
123
123
  </ul>
124
124
  </aside>
125
125
  <div class="tsd-comment tsd-typography">
@@ -134,7 +134,7 @@
134
134
  <div class="tsd-signature tsd-kind-icon">EDITING<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;Editing&quot;</span><span class="tsd-signature-symbol"> = &quot;Editing&quot;</span></div>
135
135
  <aside class="tsd-sources">
136
136
  <ul>
137
- <li>Defined in src/portal/LayerDefinition.ts:886</li>
137
+ <li>Defined in src/portal/LayerDefinition.ts:889</li>
138
138
  </ul>
139
139
  </aside>
140
140
  <div class="tsd-comment tsd-typography">
@@ -149,7 +149,7 @@
149
149
  <div class="tsd-signature tsd-kind-icon">QUERY<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;Query&quot;</span><span class="tsd-signature-symbol"> = &quot;Query&quot;</span></div>
150
150
  <aside class="tsd-sources">
151
151
  <ul>
152
- <li>Defined in src/portal/LayerDefinition.ts:891</li>
152
+ <li>Defined in src/portal/LayerDefinition.ts:894</li>
153
153
  </ul>
154
154
  </aside>
155
155
  <div class="tsd-comment tsd-typography">
@@ -164,7 +164,7 @@
164
164
  <div class="tsd-signature tsd-kind-icon">UPDATE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;Update&quot;</span><span class="tsd-signature-symbol"> = &quot;Update&quot;</span></div>
165
165
  <aside class="tsd-sources">
166
166
  <ul>
167
- <li>Defined in src/portal/LayerDefinition.ts:896</li>
167
+ <li>Defined in src/portal/LayerDefinition.ts:899</li>
168
168
  </ul>
169
169
  </aside>
170
170
  <div class="tsd-comment tsd-typography">
@@ -186,7 +186,7 @@
186
186
  <li class="tsd-description">
187
187
  <aside class="tsd-sources">
188
188
  <ul>
189
- <li>Defined in src/portal/LayerDefinition.ts:904</li>
189
+ <li>Defined in src/portal/LayerDefinition.ts:907</li>
190
190
  </ul>
191
191
  </aside>
192
192
  <div class="tsd-comment tsd-typography">
@@ -111,7 +111,7 @@
111
111
  <div class="tsd-signature tsd-kind-icon">Color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
112
112
  <aside class="tsd-sources">
113
113
  <ul>
114
- <li>Defined in src/portal/Symbol.ts:179</li>
114
+ <li>Defined in src/portal/Symbol.ts:187</li>
115
115
  </ul>
116
116
  </aside>
117
117
  <div class="tsd-comment tsd-typography">
@@ -130,7 +130,7 @@
130
130
  <div class="tsd-signature tsd-kind-icon">Font<wbr>Style<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;italic&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;normal&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;oblique&quot;</span></div>
131
131
  <aside class="tsd-sources">
132
132
  <ul>
133
- <li>Defined in src/portal/Symbol.ts:328</li>
133
+ <li>Defined in src/portal/Symbol.ts:336</li>
134
134
  </ul>
135
135
  </aside>
136
136
  <div class="tsd-comment tsd-typography">
@@ -145,7 +145,7 @@
145
145
  <div class="tsd-signature tsd-kind-icon">Font<wbr>Weight<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;bold&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bolder&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;lighter&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;normal&quot;</span></div>
146
146
  <aside class="tsd-sources">
147
147
  <ul>
148
- <li>Defined in src/portal/Symbol.ts:333</li>
148
+ <li>Defined in src/portal/Symbol.ts:341</li>
149
149
  </ul>
150
150
  </aside>
151
151
  <div class="tsd-comment tsd-typography">
@@ -160,7 +160,7 @@
160
160
  <div class="tsd-signature tsd-kind-icon">Horizontal<wbr>Alignment<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;left&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;right&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;center&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;justify&quot;</span></div>
161
161
  <aside class="tsd-sources">
162
162
  <ul>
163
- <li>Defined in src/portal/Symbol.ts:323</li>
163
+ <li>Defined in src/portal/Symbol.ts:331</li>
164
164
  </ul>
165
165
  </aside>
166
166
  <div class="tsd-comment tsd-typography">
@@ -175,7 +175,7 @@
175
175
  <div class="tsd-signature tsd-kind-icon">Symbol<span class="tsd-signature-symbol">:</span> <a href="../interfaces/portal_simplemarkersymbol.simplemarkersymbol.html" class="tsd-signature-type" data-tsd-kind="Interface">SimpleMarkerSymbol</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_simplelinesymbol.simplelinesymbol.html" class="tsd-signature-type" data-tsd-kind="Interface">SimpleLineSymbol</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_simplefillsymbol.simplefillsymbol.html" class="tsd-signature-type" data-tsd-kind="Interface">SimpleFillSymbol</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_picturemarkersymbol.picturemarkersymbol.html" class="tsd-signature-type" data-tsd-kind="Interface">PictureMarkerSymbol</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_picturefillsymbol.picturefillsymbol.html" class="tsd-signature-type" data-tsd-kind="Interface">PictureFillSymbol</a><span class="tsd-signature-symbol"> | </span><a href="../interfaces/portal_textsymbol.textsymbol.html" class="tsd-signature-type" data-tsd-kind="Interface">TextSymbol</a></div>
176
176
  <aside class="tsd-sources">
177
177
  <ul>
178
- <li>Defined in src/portal/Symbol.ts:37</li>
178
+ <li>Defined in src/portal/Symbol.ts:46</li>
179
179
  </ul>
180
180
  </aside>
181
181
  <div class="tsd-comment tsd-typography">
@@ -193,7 +193,7 @@
193
193
  <div class="tsd-signature tsd-kind-icon">Symbol<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;esriSMS&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriSLS&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriSFS&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriPMS&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriPFS&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;esriTS&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;LineSymbol3D&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;MeshSymbol3D&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;PointSymbol3D&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;PolygonSymbol3D&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;LabelSymbol3D&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;styleSymbolReference&quot;</span></div>
194
194
  <aside class="tsd-sources">
195
195
  <ul>
196
- <li>Defined in src/portal/Symbol.ts:184</li>
196
+ <li>Defined in src/portal/Symbol.ts:192</li>
197
197
  </ul>
198
198
  </aside>
199
199
  <div class="tsd-comment tsd-typography">
@@ -208,7 +208,7 @@
208
208
  <div class="tsd-signature tsd-kind-icon">Text<wbr>Decoration<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;line-through&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;underline&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;none&quot;</span></div>
209
209
  <aside class="tsd-sources">
210
210
  <ul>
211
- <li>Defined in src/portal/Symbol.ts:338</li>
211
+ <li>Defined in src/portal/Symbol.ts:346</li>
212
212
  </ul>
213
213
  </aside>
214
214
  <div class="tsd-comment tsd-typography">
@@ -223,7 +223,7 @@
223
223
  <div class="tsd-signature tsd-kind-icon">Vertical<wbr>Alignment<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;baseline&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;top&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;middle&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;bottom&quot;</span></div>
224
224
  <aside class="tsd-sources">
225
225
  <ul>
226
- <li>Defined in src/portal/Symbol.ts:318</li>
226
+ <li>Defined in src/portal/Symbol.ts:326</li>
227
227
  </ul>
228
228
  </aside>
229
229
  <div class="tsd-comment tsd-typography">
@@ -245,7 +245,7 @@
245
245
  <li class="tsd-description">
246
246
  <aside class="tsd-sources">
247
247
  <ul>
248
- <li>Defined in src/portal/Symbol.ts:102</li>
248
+ <li>Defined in src/portal/Symbol.ts:111</li>
249
249
  </ul>
250
250
  </aside>
251
251
  <div class="tsd-comment tsd-typography">
@@ -277,7 +277,7 @@
277
277
  <li class="tsd-description">
278
278
  <aside class="tsd-sources">
279
279
  <ul>
280
- <li>Defined in src/portal/Symbol.ts:61</li>
280
+ <li>Defined in src/portal/Symbol.ts:70</li>
281
281
  </ul>
282
282
  </aside>
283
283
  <div class="tsd-comment tsd-typography">
@@ -92,7 +92,7 @@
92
92
  <li class="tsd-description">
93
93
  <aside class="tsd-sources">
94
94
  <ul>
95
- <li>Defined in src/portal/Symbol.ts:206</li>
95
+ <li>Defined in src/portal/Symbol.ts:214</li>
96
96
  </ul>
97
97
  </aside>
98
98
  <div class="tsd-comment tsd-typography">
@@ -124,7 +124,7 @@
124
124
  <li class="tsd-description">
125
125
  <aside class="tsd-sources">
126
126
  <ul>
127
- <li>Defined in src/portal/Symbol.ts:223</li>
127
+ <li>Defined in src/portal/Symbol.ts:231</li>
128
128
  </ul>
129
129
  </aside>
130
130
  <div class="tsd-comment tsd-typography">
@@ -95,7 +95,7 @@
95
95
  <div class="tsd-signature tsd-kind-icon">esri<wbr>Tile<wbr>Layer<wbr>Defaults<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>legendEnabled<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>maxScale<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>minScale<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>opacity<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>visible<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> = ...</span></div>
96
96
  <aside class="tsd-sources">
97
97
  <ul>
98
- <li>Defined in src/portal/TiledMapServiceLayer.ts:25</li>
98
+ <li>Defined in src/portal/TiledMapServiceLayer.ts:26</li>
99
99
  </ul>
100
100
  </aside>
101
101
  <div class="tsd-comment tsd-typography">
@@ -131,13 +131,13 @@
131
131
  <a name="applytoesriapilayer" class="tsd-anchor"></a>
132
132
  <h3>apply<wbr>ToEsri<wbr>Api<wbr>Layer</h3>
133
133
  <ul class="tsd-signatures tsd-kind-function tsd-parent-kind-namespace">
134
- <li class="tsd-signature tsd-kind-icon">apply<wbr>ToEsri<wbr>Api<wbr>Layer<span class="tsd-signature-symbol">(</span>layerJson<span class="tsd-signature-symbol">: </span><a href="../interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html" class="tsd-signature-type" data-tsd-kind="Interface">TiledMapServiceLayer</a>, layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EsriTileLayer</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
134
+ <li class="tsd-signature tsd-kind-icon">apply<wbr>ToEsri<wbr>Api<wbr>Layer<span class="tsd-signature-symbol">(</span>layerJson<span class="tsd-signature-symbol">: </span><a href="../interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html" class="tsd-signature-type" data-tsd-kind="Interface">TiledMapServiceLayer</a>, layer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">EsriTileLayer</span>, portal<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Portal</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
135
135
  </ul>
136
136
  <ul class="tsd-descriptions">
137
137
  <li class="tsd-description">
138
138
  <aside class="tsd-sources">
139
139
  <ul>
140
- <li>Defined in src/portal/TiledMapServiceLayer.ts:65</li>
140
+ <li>Defined in src/portal/TiledMapServiceLayer.ts:67</li>
141
141
  </ul>
142
142
  </aside>
143
143
  <div class="tsd-comment tsd-typography">
@@ -160,6 +160,12 @@
160
160
  <p>The layer object to apply it to.</p>
161
161
  </div>
162
162
  </li>
163
+ <li>
164
+ <h5><span class="tsd-flag ts-flagOptional">Optional</span> portal: <span class="tsd-signature-type">Portal</span></h5>
165
+ <div class="tsd-comment tsd-typography">
166
+ <p>The Portal to use for resolving portal item IDs.</p>
167
+ </div>
168
+ </li>
163
169
  </ul>
164
170
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
165
171
  </li>
@@ -175,7 +181,7 @@
175
181
  <li class="tsd-description">
176
182
  <aside class="tsd-sources">
177
183
  <ul>
178
- <li>Defined in src/portal/TiledMapServiceLayer.ts:119</li>
184
+ <li>Defined in src/portal/TiledMapServiceLayer.ts:133</li>
179
185
  </ul>
180
186
  </aside>
181
187
  <div class="tsd-comment tsd-typography">
@@ -207,7 +213,7 @@
207
213
  <li class="tsd-description">
208
214
  <aside class="tsd-sources">
209
215
  <ul>
210
- <li>Defined in src/portal/TiledMapServiceLayer.ts:39</li>
216
+ <li>Defined in src/portal/TiledMapServiceLayer.ts:40</li>
211
217
  </ul>
212
218
  </aside>
213
219
  <div class="tsd-comment tsd-typography">
@@ -93,7 +93,7 @@
93
93
  <li class="tsd-description">
94
94
  <aside class="tsd-sources">
95
95
  <ul>
96
- <li>Defined in src/portal/WebMap.ts:104</li>
96
+ <li>Defined in src/portal/WebMap.ts:105</li>
97
97
  </ul>
98
98
  </aside>
99
99
  <div class="tsd-comment tsd-typography">
@@ -138,7 +138,7 @@
138
138
  <li class="tsd-description">
139
139
  <aside class="tsd-sources">
140
140
  <ul>
141
- <li>Defined in src/portal/WebMap.ts:233</li>
141
+ <li>Defined in src/portal/WebMap.ts:234</li>
142
142
  </ul>
143
143
  </aside>
144
144
  <div class="tsd-comment tsd-typography">
@@ -169,7 +169,7 @@
169
169
  <li class="tsd-description">
170
170
  <aside class="tsd-sources">
171
171
  <ul>
172
- <li>Defined in src/portal/WebMap.ts:47</li>
172
+ <li>Defined in src/portal/WebMap.ts:49</li>
173
173
  </ul>
174
174
  </aside>
175
175
  <div class="tsd-comment tsd-typography">
@@ -93,7 +93,7 @@
93
93
  <li class="tsd-description">
94
94
  <aside class="tsd-sources">
95
95
  <ul>
96
- <li>Defined in src/portal/WebScene.ts:99</li>
96
+ <li>Defined in src/portal/WebScene.ts:100</li>
97
97
  </ul>
98
98
  </aside>
99
99
  <div class="tsd-comment tsd-typography">
@@ -138,7 +138,7 @@
138
138
  <li class="tsd-description">
139
139
  <aside class="tsd-sources">
140
140
  <ul>
141
- <li>Defined in src/portal/WebScene.ts:242</li>
141
+ <li>Defined in src/portal/WebScene.ts:243</li>
142
142
  </ul>
143
143
  </aside>
144
144
  <div class="tsd-comment tsd-typography">
@@ -169,7 +169,7 @@
169
169
  <li class="tsd-description">
170
170
  <aside class="tsd-sources">
171
171
  <ul>
172
- <li>Defined in src/portal/WebScene.ts:44</li>
172
+ <li>Defined in src/portal/WebScene.ts:46</li>
173
173
  </ul>
174
174
  </aside>
175
175
  <div class="tsd-comment tsd-typography">