@arcgis/coding-components
Version:
Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.
1 lines ⢠747 kB
JSON
[{"id":"constants","title":"宿°","items":[{"type":"constant","name":"infinity","bundle":"core","sinceVersion":"1.0","link":"https://developers.arcgis.com/arcade/function-reference/constants/#infinity","description":"ä»ã®æ°å€ãã倧ããªå€ã衚ããŸãã `-Infinity` ã¯ãä»»æã®æ°å€ããå°ããå€ãšããŠã䜿çšã§ããŸãã","examples":"\n**äŸ**\n\n4 ã€ã®ãã£ãŒã«ãå€ã®æå€§å€ãèšç®ããŸã\n\n```arcade\nvar values = [ $feature.field1, $feature.field2, $feature.field3, $feature.field4 ];\nvar maxValue = -Infinity;\n\nfor(var i in values){\n maxValue = IIF(values[i] > maxValue, values[i], maxValue);\n}\n\nreturn maxValue;\n```\n\n","completion":{"label":"Infinity","detail":"Infinity","insertText":"Infinity","insertTextMode":2,"insertTextFormat":1,"kind":21,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.0](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nä»ã®æ°å€ãã倧ããªå€ã衚ããŸãã `-Infinity` ã¯ãä»»æã®æ°å€ããå°ããå€ãšããŠã䜿çšã§ããŸãã"}}},{"type":"constant","name":"pi","bundle":"core","sinceVersion":"1.0","link":"https://developers.arcgis.com/arcade/function-reference/constants/#pi","description":"ååšãçŽåŸã§é€ç®ããå€ã§ãçŽ `3.14159` ã§ãã","examples":"\n**äŸ**\n\nåãã£ãŒãã£ã®é¢ç©ãè¿ããŸã\n\n```arcade\nvar r = $feature.radius;\nPI * r * r;\n```\n\n","completion":{"label":"PI","detail":"PI","insertText":"PI","insertTextMode":2,"insertTextFormat":1,"kind":21,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.0](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nååšãçŽåŸã§é€ç®ããå€ã§ãçŽ `3.14159` ã§ãã"}}},{"type":"constant","name":"textformatting.backwardslash","bundle":"core","sinceVersion":"1.0","link":"https://developers.arcgis.com/arcade/function-reference/constants/#textformatting.backwardslash","description":"ããã¯ã¹ã©ãã·ã¥æå `\\` ãããã¹ãã«æ¿å
¥ããŸãã","examples":"\n**äŸ**\n\n'\\\\\\serverName\\foo\\bar' ãè¿ããŸã\n\n```arcade\nTextFormatting.BackwardSlash + TextFormatting.BackwardSlash + $feature.FILE_PATH\n```\n\n","completion":{"label":"TextFormatting.BackwardSlash","detail":"TextFormatting.BackwardSlash","insertText":"TextFormatting.BackwardSlash","insertTextMode":2,"insertTextFormat":1,"kind":21,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.0](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nããã¯ã¹ã©ãã·ã¥æå `\\` ãããã¹ãã«æ¿å
¥ããŸãã"}}},{"type":"constant","name":"textformatting.doublequote","bundle":"core","sinceVersion":"1.0","link":"https://developers.arcgis.com/arcade/function-reference/constants/#textformatting.doublequote","description":"äºéåŒçšç¬Š `\"` ãããã¹ãã«æ¿å
¥ããŸãã","examples":"\n**äŸ**\n\n'Nicholas \"Nick\" Anderson' ãè¿ããŸã\n\n```arcade\n$feature.NAME + \" \" + TextFormatting.DoubleQuote + $feature.ALIAS + TextFormatting.DoubleQuote + \" \" + $feature.SURNAME\n```\n\n","completion":{"label":"TextFormatting.DoubleQuote","detail":"TextFormatting.DoubleQuote","insertText":"TextFormatting.DoubleQuote","insertTextMode":2,"insertTextFormat":1,"kind":21,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.0](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\näºéåŒçšç¬Š `\"` ãããã¹ãã«æ¿å
¥ããŸãã"}}},{"type":"constant","name":"textformatting.forwardslash","bundle":"core","sinceVersion":"1.0","link":"https://developers.arcgis.com/arcade/function-reference/constants/#textformatting.forwardslash","description":"ãã©ã¯ãŒãã¹ã©ãã·ã¥æå `/` ãããã¹ãã«æ¿å
¥ããŸãã","examples":"\n**äŸ**\n\n'151/low' ãè¿ããŸã\n\n```arcade\n$feature.POP_DENSITY + TextFormatting.ForwardSlash + $feature.CLASS\n```\n\n","completion":{"label":"TextFormatting.ForwardSlash","detail":"TextFormatting.ForwardSlash","insertText":"TextFormatting.ForwardSlash","insertTextMode":2,"insertTextFormat":1,"kind":21,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.0](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nãã©ã¯ãŒãã¹ã©ãã·ã¥æå `/` ãããã¹ãã«æ¿å
¥ããŸãã"}}},{"type":"constant","name":"textformatting.newline","bundle":"core","sinceVersion":"1.0","link":"https://developers.arcgis.com/arcade/function-reference/constants/#textformatting.newline","description":"æ°ããè¡ãŸãã¯æ¹è¡ãããã¹ãã«æ¿å
¥ããŸãã ArcGIS API 3.x for JavaScript ã ArcGIS Online Map Viewer Classic ã§ã¯ãè€æ°è¡ã®ã©ãã«ã¯ãµããŒããããŠããŸããã","examples":"\n**äŸ**\n\n\"T2N R1W\" ãè¿ããŸã\n\n```arcade\n\"T\" + $feature.TOWNSHIP + TextFormatting.NewLine + \"R\" + $feature.RANGE\n```\n\n","completion":{"label":"TextFormatting.NewLine","detail":"TextFormatting.NewLine","insertText":"TextFormatting.NewLine","insertTextMode":2,"insertTextFormat":1,"kind":21,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.0](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\næ°ããè¡ãŸãã¯æ¹è¡ãããã¹ãã«æ¿å
¥ããŸãã ArcGIS API 3.x for JavaScript ã ArcGIS Online Map Viewer Classic ã§ã¯ãè€æ°è¡ã®ã©ãã«ã¯ãµããŒããããŠããŸããã"}}},{"type":"constant","name":"textformatting.singlequote","bundle":"core","sinceVersion":"1.0","link":"https://developers.arcgis.com/arcade/function-reference/constants/#textformatting.singlequote","description":"åäžåŒçšç¬Š `'` ãããã¹ãã«æ¿å
¥ããŸãã","examples":"\n**äŸ**\n\n\"Nicholas 'Nick' Anderson\" ãè¿ããŸã\n\n```arcade\n$feature.NAME + \" \" + TextFormatting.SingleQuote + $feature.ALIAS + TextFormatting.SingleQuote + \" \" + $feature.SURNAME\n```\n\n","completion":{"label":"TextFormatting.SingleQuote","detail":"TextFormatting.SingleQuote","insertText":"TextFormatting.SingleQuote","insertTextMode":2,"insertTextFormat":1,"kind":21,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.0](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nåäžåŒçšç¬Š `'` ãããã¹ãã«æ¿å
¥ããŸãã"}}}]},{"id":"featureset_functions","title":"FeatureSet 颿°","items":[{"type":"function","name":"area","bundle":"data-access","sinceVersion":"1.7","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#area","description":"å
¥å FeatureSet ã®é¢ç©ãæå®ã®åäœã§è¿ããŸãã ããã¯ãçŽäº€æŒç®ã䜿çšããå¹³é¢èšæž¬ã§ãã\n\n_èŠèŠåãšã©ããªã³ã°ã®ãããã¡ã€ã«ã«ãã Feature ãžãªã¡ããªã¯ã æç»ããã©ãŒãã³ã¹ãåäžããããã«ã衚瀺ã®çž®å°ºè§£å床ã«å¿ããŠåçŽåãããŸãã ãã®ããããããã®ã³ã³ããã¹ãã§ããã£ãŒãã£ã®ãžãªã¡ã㪠(å³ã¡ `$feature`) ããžãªã¡ããªé¢æ°ã®å
¥åå€ãšããŠäœ¿çšãããšã 瞮尺ã¬ãã«ããšã«ç°ãªãçµæãè¿ãããŸãã ãã®ä»ã®ãããã¡ã€ã« (ãããã¢ãããªã©) ã§ã¯ãæå€§è§£å床ã®ãžãªã¡ããªãæäŸãããŸãã_","examples":"\n**äŸ**\n\nã¬ã€ã€ãŒã®é¢ç©ãå¹³æ¹ããã¡ãŒãã«ã§è¿ããŸã\n\n```arcade\nArea($layer, 'square-kilometers')\n```\n\n","completion":{"label":"Area","detail":"Area(features, unit?) -> Number","insertText":"Area(${1:features_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.7](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nå
¥å FeatureSet ã®é¢ç©ãæå®ã®åäœã§è¿ããŸãã ããã¯ãçŽäº€æŒç®ã䜿çšããå¹³é¢èšæž¬ã§ãã\n\n_èŠèŠåãšã©ããªã³ã°ã®ãããã¡ã€ã«ã«ãã Feature ãžãªã¡ããªã¯ã æç»ããã©ãŒãã³ã¹ãåäžããããã«ã衚瀺ã®çž®å°ºè§£å床ã«å¿ããŠåçŽåãããŸãã ãã®ããããããã®ã³ã³ããã¹ãã§ããã£ãŒãã£ã®ãžãªã¡ã㪠(å³ã¡ `$feature`) ããžãªã¡ããªé¢æ°ã®å
¥åå€ãšããŠäœ¿çšãããšã 瞮尺ã¬ãã«ããšã«ç°ãªãçµæãè¿ãããŸãã ãã®ä»ã®ãããã¡ã€ã« (ãããã¢ãããªã©) ã§ã¯ãæå€§è§£å床ã®ãžãªã¡ããªãæäŸãããŸãã_\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - å¹³é¢é¢ç©ãèšç®ãã FeatureSetã\n- **unit** (_Optional_): [Text](https://developers.arcgis.com/arcade/guide/types/#text) \\| [Number](https://developers.arcgis.com/arcade/guide/types/#number) - è¿ãå€ã®èšæž¬åäœã 以äžã®å€ã®ããããããŸãã¯ä»¥äžã®è¿œå ãªãœãŒã¹ ã»ã¯ã·ã§ã³ã«èšèŒãããŠããæ°å€ã³ãŒãã®ããããã«ãªããŸãã èŠèŠåãã©ããªã³ã°ãããã³ãããã¢ããã®ãããã¡ã€ã«ã§ã¯ãããã©ã«ãã®åäœããããã®ç©ºéåç
§ã«ãªããŸãã ãã£ãŒã«ãæŒç®ãªã©ããã®ä»ã®ãããã¡ã€ã«ã§ã¯ãããŒã¿ã®ç©ºéåç
§ã«åºã¥ããŠããã©ã«ãå€ãèšå®ãããŸãã \nèšå®å¯èœãªå€: `acres` | `hectares` | `square-centimeters` | `square-decimeters` | `square-feet` | `square-inches` | `square-kilometers` | `square-meters` | `square-miles` | `square-millimeters` | `square-us-feet` | `square-us-miles` | `square-yards` \n\n\n**æ»ãå€**: [Number](https://developers.arcgis.com/arcade/guide/types/#number)\n\n**åèè³æ**\n\n* [AreaGeodetic()](https://developers.arcgis.com/arcade/function-reference/featureset_functions/#areageodetic)\n* [Available numeric codes for unit parameter](https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7922.html#i-heading-remarks)\n"}},"parametersInfo":{"min":1,"max":2}},{"type":"function","name":"areageodetic","bundle":"data-access","sinceVersion":"1.7","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#areageodetic","description":"å
¥å FeatureSet ã®æž¬å°é¢ç©ãæå®ã®åäœã§è¿ããŸãã ãã㯠`Area()` ãããä¿¡é Œæ§ã®é«ãé¢ç©ã®èšæž¬ã§ã ãããä¿¡é Œæ§ã®é«ãé·ãã®èšæž¬ã§ãã\n\n_èŠèŠåãšã©ããªã³ã°ã®ãããã¡ã€ã«ã«ãã Feature ãžãªã¡ããªã¯ã æç»ããã©ãŒãã³ã¹ãåäžããããã«ã衚瀺ã®çž®å°ºè§£å床ã«å¿ããŠåçŽåãããŸãã ãã®ããããããã®ã³ã³ããã¹ãã§ããã£ãŒãã£ã®ãžãªã¡ã㪠(å³ã¡ `$feature`) ããžãªã¡ããªé¢æ°ã®å
¥åå€ãšããŠäœ¿çšãããšã 瞮尺ã¬ãã«ããšã«ç°ãªãçµæãè¿ãããŸãã ãã®ä»ã®ãããã¡ã€ã« (ãããã¢ãããªã©) ã§ã¯ãæå€§è§£å床ã®ãžãªã¡ããªãæäŸãããŸãã_","examples":"\n**äŸ**\n\nã¬ã€ã€ãŒã®æž¬å°é¢ç©ãå¹³æ¹ããã¡ãŒãã«ã§è¿ããŸã\n\n```arcade\nAreaGeodetic($layer, 'square-kilometers')\n```\n\n","completion":{"label":"AreaGeodetic","detail":"AreaGeodetic(features, unit?, curveType?) -> Number","insertText":"AreaGeodetic(${1:features_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.7](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nå
¥å FeatureSet ã®æž¬å°é¢ç©ãæå®ã®åäœã§è¿ããŸãã ãã㯠`Area()` ãããä¿¡é Œæ§ã®é«ãé¢ç©ã®èšæž¬ã§ã ãããä¿¡é Œæ§ã®é«ãé·ãã®èšæž¬ã§ãã\n\n_èŠèŠåãšã©ããªã³ã°ã®ãããã¡ã€ã«ã«ãã Feature ãžãªã¡ããªã¯ã æç»ããã©ãŒãã³ã¹ãåäžããããã«ã衚瀺ã®çž®å°ºè§£å床ã«å¿ããŠåçŽåãããŸãã ãã®ããããããã®ã³ã³ããã¹ãã§ããã£ãŒãã£ã®ãžãªã¡ã㪠(å³ã¡ `$feature`) ããžãªã¡ããªé¢æ°ã®å
¥åå€ãšããŠäœ¿çšãããšã 瞮尺ã¬ãã«ããšã«ç°ãªãçµæãè¿ãããŸãã ãã®ä»ã®ãããã¡ã€ã« (ãããã¢ãããªã©) ã§ã¯ãæå€§è§£å床ã®ãžãªã¡ããªãæäŸãããŸãã_\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - 枬å°é¢ç©ãèšç®ãã FeatureSetã\n- **unit** (_Optional_): [Text](https://developers.arcgis.com/arcade/guide/types/#text) \\| [Number](https://developers.arcgis.com/arcade/guide/types/#number) - è¿ãå€ã®èšæž¬åäœã 以äžã®å€ã®ããããããŸãã¯ä»¥äžã®è¿œå ãªãœãŒã¹ ã»ã¯ã·ã§ã³ã«èšèŒãããŠããæ°å€ã³ãŒãã®ããããã«ãªããŸãã èŠèŠåãã©ããªã³ã°ãããã³ãããã¢ããã®ãããã¡ã€ã«ã§ã¯ãããã©ã«ãã®åäœããããã®ç©ºéåç
§ã«ãªããŸãã ãã£ãŒã«ãæŒç®ãªã©ããã®ä»ã®ãããã¡ã€ã«ã§ã¯ãããŒã¿ã®ç©ºéåç
§ã«åºã¥ããŠããã©ã«ãå€ãèšå®ãããŸãã \nèšå®å¯èœãªå€: `acres` | `hectares` | `square-centimeters` | `square-decimeters` | `square-feet` | `square-inches` | `square-kilometers` | `square-meters` | `square-miles` | `square-millimeters` | `square-us-feet` | `square-us-miles` | `square-yards` \n\n- **curveType** (_Optional_): [Text](https://developers.arcgis.com/arcade/guide/types/#text) - é __Since 1.31_ The type of curve to use for the geodetic area calculation_____________________________________é·. é _If no value is provided, the default is `Geodesic`____________________________é·. \né _Possible values___________________é·: \n é _- `Geodesic` - Defined by the shortest distance between two points on an ellipsoid_____________________________________________é·. \n é _- `GreatElliptic` - Defined by the intersection of a plane that contains the center of the spheroid and the spheroid surface and passes through two points. This is also known as a great circle when a sphere is used. It is not necessarily the shortest path between two points_____________________________________________________________________________________________________________________________________________é·. \n é _- `Loxodrome` - Defined by the line of constant bearing, or azimuth, between two points. It represents a rhumb-line path on the earth that crosses each meridian at the same acute angle, thus forming a spiral that converges on the north or south pole. The Mercator projection shows loxodromes as straight lines______________________________________________________________________________________________________________________________________________________________é·. \n é _- `NormalSection` - Defined by the intersection of a plane that passes through two points on the surface of the spheroid and is perpendicular to the surface at the first point. It is not necessarily the shortest path between two points_________________________________________________________________________________________________________________________é·. \n é _- `ShapePreserving` - The segment shape is preserved in the projection where it is defined. This is often used in situations where maintaining the visual representation of a feature is crucial, like when working with boundaries or coastlines___________________________________________________________________________________________________________________________é·.\n\n**æ»ãå€**: [Number](https://developers.arcgis.com/arcade/guide/types/#number)\n\n**åèè³æ**\n\n* [Area()](https://developers.arcgis.com/arcade/function-reference/featureset_functions/#area)\n* [Available numeric codes for unit parameter](https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7922.html#i-heading-remarks)\n"}},"parametersInfo":{"min":1,"max":3}},{"type":"function","name":"attachments","bundle":"data-access","sinceVersion":"1.6","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#attachments","description":"å
¥åãã£ãŒãã£ã«é¢é£ä»ããããã¢ã¿ããã¡ã³ãã®ãªã¹ããè¿ããŸãã åçµæã«ã¯ãã¢ã¿ããã¡ã³ãã®ååãã³ã³ãã³ãã®ã¿ã€ããIDãããã³ãµã€ãº (ãã€ãåäœ) ãå«ãŸããŸãã ãã£ãŒã㣠ãµãŒãã¹ããäœæããããã£ãŒãã£ã«ã®ã¿é©çšãããŸãã","examples":"\n**äŸ**\n\nãã£ãŒãã£ã«é¢é£ä»ããããŠããæ·»ä»ãã¡ã€ã«ã®æ°ãè¿ããŸãã\n\n```arcade\n// Returns the number of attachments associated with the feature\nCount(Attachments($feature))\n```\n\n","completion":{"label":"Attachments","detail":"Attachments(inputFeature, options?) -> Array<Attachment>","insertText":"Attachments(${1:inputFeature_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.6](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nå
¥åãã£ãŒãã£ã«é¢é£ä»ããããã¢ã¿ããã¡ã³ãã®ãªã¹ããè¿ããŸãã åçµæã«ã¯ãã¢ã¿ããã¡ã³ãã®ååãã³ã³ãã³ãã®ã¿ã€ããIDãããã³ãµã€ãº (ãã€ãåäœ) ãå«ãŸããŸãã ãã£ãŒã㣠ãµãŒãã¹ããäœæããããã£ãŒãã£ã«ã®ã¿é©çšãããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **inputFeature**: [Feature](https://developers.arcgis.com/arcade/guide/types/#feature) - ãã®ãã£ãŒãã£ã«é¢é£ä»ããããŠããæ·»ä»ãã¡ã€ã«ãããµãŒãã¹ããååŸãããŸãã\n- **options** (_Optional_): [Dictionary](https://developers.arcgis.com/arcade/guide/types/#dictionary) - ãªã¯ãšã¹ãã®èšå®ã ãã£ã¯ã·ã§ããªã®ããããã£:\n\n - **types**: [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Text](https://developers.arcgis.com/arcade/guide/types/#text)> - ååŸãããã¡ã€ã« ã¿ã€ãã衚ãããã¹ãå€ã®é
åã \né _Possible Values: `bmp`, `ecw`, `emf`, `eps`, `ps`, `gif`, `img`, `jp2`, `jpc`, `j2k`, `jpf`, `jpg`, `jpeg`, `jpe`, `png`, `psd`, `raw`, `sid`, `tif`____________________________________________________________________________é·, é _`tiff`, `wmf`, `wps`, `avi`, `mpg`, `mpe`, `mpeg`, `mov`, `wmv`, `aif`, `mid`, `rmi`, `mp2`, `mp3`, `mp4`, `pma`, `mpv2`, `qt`, `ra`____________________________________________________________________é·, é _`ram`, `wav`, `wma`, `doc`, `docx`, `dot`, `xls`, `xlsx`, `xlt`, `pdf`, `ppt`, `pptx`, `txt`, `zip`, `7z`, `gz`, `gtar`, `tar`, `tgz`____________________________________________________________________é·, é _`vrml`, `gml`, `json`, `xml`, `mdb`, `geodatabase`__________________________é·\n - **minsize**: [Number](https://developers.arcgis.com/arcade/guide/types/#number) - æ·»ä»ãã¡ã€ã«ã®ãã€ãåäœã®æå°ãã¡ã€ã« ãµã€ãºã\n - **maxsize**: [Number](https://developers.arcgis.com/arcade/guide/types/#number) - æ·»ä»ãã¡ã€ã«ã®ãã€ãåäœã®æå€§ãã¡ã€ã« ãµã€ãºã\n - **metadata** (_Optional_): [Boolean](https://developers.arcgis.com/arcade/guide/types/#boolean) - æ»ã颿°ã«æ·»ä»ãã¡ã€ã«ã®ã¡ã¿ããŒã¿ãå«ãããã©ããã瀺ããŸãã çŸåšãç»åã® Exif ã¡ã¿ããŒã¿ã®ã¿ããµããŒããããŠããŸãã\n\n**æ»ãå€**: [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Attachment](https://developers.arcgis.com/arcade/guide/types/#attachment)>"}},"parametersInfo":{"min":1,"max":2}},{"type":"function","name":"average","bundle":"data-access","sinceVersion":"1.5","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#average","description":"FeatureSet ã®æå®ã®æ°å€ãã£ãŒã«ãã®å¹³åå€ãè¿ããŸãã","examples":"\n**äŸ**\n\n該åœãããã£ãŒãã£ã®äººå£ãšã¬ã€ã€ãŒå
ã®ãã¹ãŠã®ãã£ãŒãã£ã®å¹³å人å£ã®å·®ãç®åºããŸãã\n\n```arcade\n$feature.population - Average($layer, 'population')\n```\n\nã¬ã€ã€ãŒå
ã®ãã¹ãŠã®ãã£ãŒãã£ã®å¹³æ¹ãã€ã«ãããã®å¹³å人å£ãç®åºããŸãã\n\n```arcade\nAverage($layer, 'population / area')\n```\n\n","completion":{"label":"Average","detail":"Average(features, fieldNameOrSQLExpression) -> Number","insertText":"Average(${1:features_}, ${2:fieldNameOrSQLExpression_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.5](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nFeatureSet ã®æå®ã®æ°å€ãã£ãŒã«ãã®å¹³åå€ãè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - æŒç®ã®å®è¡å¯Ÿè±¡ãšãªã FeatureSetã\n- **fieldNameOrSQLExpression**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - çµ±èšæ
å ±ãå
¥å FeatureSet ããç®åºãããæ°å€ãã£ãŒã«ããŸã㯠SQL92 åŒã®ååãæå®ããŸãã\n\n**æ»ãå€**: [Number](https://developers.arcgis.com/arcade/guide/types/#number)"}},"parametersInfo":{"min":2,"max":2}},{"type":"function","name":"contains","bundle":"data-access","sinceVersion":"1.7","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#contains","description":"å
¥åãžãªã¡ããªã«å«ãŸãããã£ãŒãã£ã FeatureSet ããè¿ããŸãã\n\né _**Be aware that using `$feature` as input to this function will yield results only as precise as the view's scale resolution________________________________________________________________é·. é _Therefore values returned from expressions using this function may change after zooming between scales.**______________________________________________________é·","examples":"\n**äŸ**\n\nç¹å®ã®ããªãŽã³ã«å«ãŸããŠãããã£ãŒãã£ã®æ°ãè¿ããŸã\n\n```arcade\nvar parcels = FeatureSetByName($map, 'parcels')\nvar projectArea = $feature;\nCount(Contains(projectArea, parcels));\n```\n\n","completion":{"label":"Contains","detail":"Contains(containerGeometry, insideFeatures) -> FeatureSet","insertText":"Contains(${1:containerGeometry_}, ${2:insideFeatures_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.7](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nå
¥åãžãªã¡ããªã«å«ãŸãããã£ãŒãã£ã FeatureSet ããè¿ããŸãã\n\né _**Be aware that using `$feature` as input to this function will yield results only as precise as the view's scale resolution________________________________________________________________é·. é _Therefore values returned from expressions using this function may change after zooming between scales.**______________________________________________________é·\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **containerGeometry**: [Geometry](https://developers.arcgis.com/arcade/guide/types/#geometry) \\| [Feature](https://developers.arcgis.com/arcade/guide/types/#feature) - `insideFeatures` ãšã® 'contains' ãªã¬ãŒã·ã§ã³ã·ããããã¹ããããžãªã¡ããªã§ãã ãã®ãžãªã¡ããªã¯ã`insideFeatures` ã®æœåšç㪠'container' ãšããŠèããŸãã\n- **insideFeatures**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - `containerGeometry` ãšã® 'within' ãªã¬ãŒã·ã§ã³ã·ããããã¹ããã FeatureSet ã§ãã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)\n\n**åèè³æ**\n\n* [Contains](https://esri.github.io/geometry-api-java/doc/Contains.html)\n"}},"parametersInfo":{"min":2,"max":2}},{"type":"function","name":"count","bundle":"data-access","sinceVersion":"1.5","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#count","description":"FeatureSet å
ã®ãã£ãŒãã£ã®æ°ãè¿ããŸãã","examples":"\n**äŸ**\n\nã¬ã€ã€ãŒå
ã®ãã£ãŒãã£ã®æ°ãè¿ããŸãã\n\n```arcade\nCount($layer)\n```\n\n","completion":{"label":"Count","detail":"Count(features) -> Number","insertText":"Count(${1:features_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.5](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nFeatureSet å
ã®ãã£ãŒãã£ã®æ°ãè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - ãã£ãŒãã£ã®æ°ã®ã«ãŠã³ãå
ãšãªã FeatureSetã\n\n**æ»ãå€**: [Number](https://developers.arcgis.com/arcade/guide/types/#number)"}},"parametersInfo":{"min":1,"max":1}},{"type":"function","name":"crosses","bundle":"data-access","sinceVersion":"1.3","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#crosses","description":"å
¥åãžãªã¡ããªãã¯ãã¹ãããã£ãŒãã£ã FeatureSet ããè¿ããŸãã\n\né __Feature geometries in the visualization and labeling profiles________________________________é· é _are generalized according to the view's scale resolution to improve drawing performance_____________________________________________é·. é _Therefore, using a feature's geometry (i.e. `$feature`) as input to any geometry function in these contexts_______________________________________________________é· é _will return different results at each scale level. Other profiles, such as popup, provide the full resolution geometry.______________________________________________________________é·","examples":"\n**äŸ**\n\nç¹å®ã®ããªãŽã³ãšã¯ãã¹ããŠãã FeatureSet å
ã®ãã£ãŒãã£ã®æ°ãè¿ããŸãã\n\n```arcade\nvar geom2 = Polygon({ ... });\nCount( Crosses($layer, geom2) );\n```\n\n","completion":{"label":"Crosses","detail":"Crosses(features, crossingGeometry) -> FeatureSet","insertText":"Crosses(${1:features_}, ${2:crossingGeometry_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.3](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nå
¥åãžãªã¡ããªãã¯ãã¹ãããã£ãŒãã£ã FeatureSet ããè¿ããŸãã\n\né __Feature geometries in the visualization and labeling profiles________________________________é· é _are generalized according to the view's scale resolution to improve drawing performance_____________________________________________é·. é _Therefore, using a feature's geometry (i.e. `$feature`) as input to any geometry function in these contexts_______________________________________________________é· é _will return different results at each scale level. Other profiles, such as popup, provide the full resolution geometry.______________________________________________________________é·\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - å
¥å `crossingGeometry` ãšã®ã¯ãã¹ ãªã¬ãŒã·ã§ã³ã·ããããã¹ããããã£ãŒãã£ã\n- **crossingGeometry**: [Geometry](https://developers.arcgis.com/arcade/guide/types/#geometry) \\| [Feature](https://developers.arcgis.com/arcade/guide/types/#feature) - ã¯ãã¹ããããžãªã¡ããªã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)\n\n**åèè³æ**\n\n* [Crosses](https://esri.github.io/geometry-api-java/doc/Crosses.html)\n"}},"parametersInfo":{"min":2,"max":2}},{"type":"function","name":"distinct","bundle":"data-access","sinceVersion":"1.8","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#distinct","description":"FeatureSet ããäžé£ã®åå¥å€ãŸãã¯äžæã®å€ãè¿ããŸãã","examples":"\n**äŸ**\n\n'Status' åãæã€ FeatureSet ãè¿ããŸãã FeatureSet ã®åè¡ã«ã¯ãäžæã®ã¹ããŒã¿ã¹å€ãå«ãŸããŠããŸã\n\n```arcade\nDistinct($layer, 'Status')\n```\n\n'Status' åãš 'Type' åãæã€ FeatureSet ãè¿ããŸãã FeatureSet ã®åè¡ã«ã¯ã'Status' ããã³ 'Type' ã®å€ã®äžæã®çµã¿åãããå«ãŸããŠããŸã\n\n```arcade\nDistinct($layer, ['Status', 'Type'])\n```\n\nDensity åã®è¡ã« LowãHighãN/A ã®å€ãå«ãŸãã FeatureSet ãè¿ããŸã\n\n```arcade\nDistinct($layer, {\n name: \"Density\",\n expression: \"CASE WHEN PopDensity < 100 THEN 'Low' WHEN PopDensity >= 100 THEN 'High' ELSE 'N/A' END\"\n})\n```\n\nScore åãš Type åãæã€ FeatureSet ãè¿ããŸã\n\n```arcade\nDistinct($layer, [{\n name: 'Score',\n expression: 'POPULATION_DENSITY * 0.65 + Status_Code * 0.35'\n}, {\n name: 'Type',\n expression: 'Category'\n}])\n```\n\n","completion":{"label":"Distinct","detail":"Distinct(features, fields) -> FeatureSet","insertText":"Distinct(${1:features_}, ${2:fields_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.8](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nFeatureSet ããäžé£ã®åå¥å€ãŸãã¯äžæã®å€ãè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - åå¥å€ãè¿ã FeatureSet ã§ãã\n- **fields**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) \\| [Dictionary](https://developers.arcgis.com/arcade/guide/types/#dictionary) \\| [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Text](https://developers.arcgis.com/arcade/guide/types/#text)> \\| [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Dictionary](https://developers.arcgis.com/arcade/guide/types/#dictionary)> - åå¥å€ãå€å¥ãããã£ãŒã«ã/æ¡ä»¶åŒã§ãã ãã®ãã©ã¡ãŒã¿ãŒã«ã¯ããã£ãŒã«ãåã®é
åãæ¡ä»¶åŒã®é
åã ãã£ã¯ã·ã§ããªãŸãã¯ãªããžã§ã¯ãã®é
åã䜿çšã§ããåå¥å€ãæ ŒçŽããåºåååãæå®ããŸãã ãã£ã¯ã·ã§ããªãæå®ããå Žåãæ¬¡ã®ä»æ§ã䜿çšããå¿
èŠããããŸãã\n\n - **name**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - æå®ã®æ¡ä»¶åŒã®çµæãæ ŒçŽããåã®ååã\n - **expression**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - åå¥å€ãèšç®ãã SQL-92 æ¡ä»¶åŒã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":2,"max":2}},{"type":"function","name":"domain","bundle":"data-access","sinceVersion":"1.11","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#domain","description":"æå®ããã `featureSet` ã®æå®ã®ãã£ãŒã«ãã«å²ãåœãŠããããã¡ã€ã³ãè¿ããŸãã `featureSet` ããµãã¿ã€ããæã€ã¯ã©ã¹ã«å±ããŠããå Žåããµãã¿ã€ãã«å²ãåœãŠããããã¡ã€ã³ãè¿ããŸãã","examples":"\n**äŸ**\n\nãã£ãŒãã£ã®ãµãã¿ã€ãã«å²ãåœãŠããããã¡ã€ã³ã\n\n```arcade\nvar fsPole = FeatureSetByName($layer, \"Pole\", 1);\nvar d = Domain(fsPole, \"poleType\")\n// the poleType field has a coded value domain called poleTypes\n// the value of d will be\n// {\n// type: \"codedValue\" ,\n// name: \"poleTypesThreePhase\",\n// dataType: \"number\",\n// codedValues: [\n// { name: \"Unknown\", code: 0 },\n// { name: \"Wood\", code: 1 },\n// { name: \"Steel\", code: 2 }\n// { name: \"Reinforced Steel\", code: 3 }\n// ]\n// }\n```\n\n","completion":{"label":"Domain","detail":"Domain(features, fieldName, subtype?) -> Dictionary","insertText":"Domain(${1:features_}, ${2:fieldName_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.11](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\næå®ããã `featureSet` ã®æå®ã®ãã£ãŒã«ãã«å²ãåœãŠããããã¡ã€ã³ãè¿ããŸãã `featureSet` ããµãã¿ã€ããæã€ã¯ã©ã¹ã«å±ããŠããå Žåããµãã¿ã€ãã«å²ãåœãŠããããã¡ã€ã³ãè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - ãã¡ã€ã³ãä¿æãããã£ãŒã«ããå«ããã£ãŒãã£ã® FeatureSet ã§ãã\n- **fieldName**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ãã¡ã€ã³ãå«ããã£ãŒã«ãã®ååã§ã (ãã£ãŒã«ãã®ãšã€ãªã¢ã¹ã§ã¯ãããŸãã)ã\n- **subtype** (_Optional_): [Text](https://developers.arcgis.com/arcade/guide/types/#text) \\| [Number](https://developers.arcgis.com/arcade/guide/types/#number) - ãã£ãŒãã£ããµãã¿ã€ãããµããŒãããŠããå Žåã®ãµãã¿ã€ãã®ã³ãŒãå€ã\n\n**æ»ãå€**: [Dictionary](https://developers.arcgis.com/arcade/guide/types/#dictionary) \n以äžã®ããããã£ã§èšè¿°ãããŠãããã£ã¯ã·ã§ããªãè¿ããŸãã\n\n- **type**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ãã¡ã€ã³ã®ã¿ã€ã (`codedValue` ãŸã㯠`range` ã®ãããã)ã\n- **name**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ãã¡ã€ã³åã\n- **dataType**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ãã¡ã€ã³ ãã£ãŒã«ãã®ããŒã¿ ã¿ã€ãã å€ã¯ `esriFieldTypeSmallInteger`ã`esriFieldTypeInteger`ã`esriFieldTypeBigInteger`ã`esriFieldTypeSingle`ã`esriFieldTypeDouble`ã `esriFieldTypeString`ã`esriFieldTypeDate`ã`esriFieldTypeOID`ã`esriFieldTypeGeometry`ã`esriFieldTypeBlob`ã `esriFieldTypeRaster`ã`esriFieldTypeGUID`ã`esriFieldTypeGlobalID`ã`esriFieldTypeXML` ã®ããããã§ãã\n- **min**: [Number](https://developers.arcgis.com/arcade/guide/types/#number) - `range` ãã¡ã€ã³ã«ã®ã¿é©çšãããŸãã ãã¡ã€ã³ã®æå°å€ã\n- **max**: [Number](https://developers.arcgis.com/arcade/guide/types/#number) - `range` ãã¡ã€ã³ã«ã®ã¿é©çšãããŸãã ãã¡ã€ã³ã®æå€§å€ã\n- **codedValues**: [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Dictionary](https://developers.arcgis.com/arcade/guide/types/#dictionary)> - `codedValue` ãã¡ã€ã³ã«ã®ã¿é©çšãããŸãã ãã£ãŒã«ãã®æå¹ãªå€ãèšè¿°ããèŸæžã®é
åã ããããã®èŸæžã«ã¯ãå®éã®ãã£ãŒã«ãå€ãä¿æãã `code` ããããã£ãšã å€ã®ãããããã説æãä¿æãã `name` ããããã£ããããŸã (äŸ: `{ code: 1, name: \"pavement\" }`)ã"}},"parametersInfo":{"min":2,"max":3}},{"type":"function","name":"domaincode","bundle":"data-access","sinceVersion":"1.7","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#domaincode","description":"FeatureSet å
ã®é¢é£ä»ãããããã¡ã€ã³ã®èª¬æã®ã³ãŒããè¿ããŸãã","examples":"\n**äŸ**\n\nåç
§ãããŠãããã£ãŒã«ãã®ãã¡ã€ã³ã®èª¬æãåºåããŸãã\n\n```arcade\nDomainCode($layer, 'Enabled', 'True', subtype)\n```\n\n","completion":{"label":"DomainCode","detail":"DomainCode(features, fieldName, value, subtype?) -> Number,Text","insertText":"DomainCode(${1:features_}, ${2:fieldName_}, ${3:value_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.7](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nFeatureSet å
ã®é¢é£ä»ãããããã¡ã€ã³ã®èª¬æã®ã³ãŒããè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - ãã¡ã€ã³ãä¿æãããã£ãŒã«ããå«ããã£ãŒã㣠ã»ããã§ãã\n- **fieldName**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ãã¡ã€ã³ãå«ããã£ãŒã«ãã®ååã§ã (ãã£ãŒã«ãã®ãšã€ãªã¢ã¹ã§ã¯ãããŸãã)ã\n- **value**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ã³ãŒãã«å倿ããå€ã§ãã è¿ãããã³ãŒãã¯ããµãŒãã¹ ã¡ã¿ããŒã¿ããååŸãããŸãã\n- **subtype** (_Optional_): [Number](https://developers.arcgis.com/arcade/guide/types/#number) \\| [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ãã£ãŒã㣠ã»ããããµãã¿ã€ãããµããŒãããŠããå Žåã®ãµãã¿ã€ãã®ã³ãŒãçªå·ãŸãã¯ååã§ãã\n\n**æ»ãå€**: [Number](https://developers.arcgis.com/arcade/guide/types/#number) \\| [Text](https://developers.arcgis.com/arcade/guide/types/#text)"}},"parametersInfo":{"min":3,"max":4}},{"type":"function","name":"domainname","bundle":"data-access","sinceVersion":"1.7","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#domainname","description":"FeatureSet å
ã®ãã¡ã€ã³ ã³ãŒãã®èª¬æçãªååãè¿ããŸãã","examples":"\n**äŸ**\n\nåç
§ãããŠãããã£ãŒã«ãã®ãã¡ã€ã³ã®èª¬æãåºåããŸã\n\n```arcade\nDomainName($layer, 'fieldName')\n```\n\n","completion":{"label":"DomainName","detail":"DomainName(features, fieldName, code?, subtype?) -> Text","insertText":"DomainName(${1:features_}, ${2:fieldName_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.7](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nFeatureSet å
ã®ãã¡ã€ã³ ã³ãŒãã®èª¬æçãªååãè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - ãã¡ã€ã³ãä¿æãããã£ãŒã«ããå«ã FeatureSet ã§ãã\n- **fieldName**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ãã¡ã€ã³ãå«ããã£ãŒã«ãã®ååã§ã (ãã£ãŒã«ãã®ãšã€ãªã¢ã¹ã§ã¯ãããŸãã)ã\n- **code** (_Optional_): [Number](https://developers.arcgis.com/arcade/guide/types/#number) \\| [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ç®çã説æããååã«é¢é£ä»ããããŠããã³ãŒãã§ãã è¿ãããã³ãŒãã¯ããµãŒãã¹ ã¡ã¿ããŒã¿ããååŸãããŸãã\n- **subtype** (_Optional_): [Number](https://developers.arcgis.com/arcade/guide/types/#number) \\| [Text](https://developers.arcgis.com/arcade/guide/types/#text) - FeatureSet ããµãã¿ã€ãããµããŒãããŠããå Žåã®ãµãã¿ã€ãã®ã³ãŒãçªå·ãŸãã¯ååã§ãã\n\n**æ»ãå€**: [Text](https://developers.arcgis.com/arcade/guide/types/#text)"}},"parametersInfo":{"min":2,"max":4}},{"type":"function","name":"envelopeintersects","bundle":"data-access","sinceVersion":"1.11","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#envelopeintersects","description":"äžé£ã®ãã£ãŒãã£ã®ãšã³ãããŒã (ãŸãã¯ç¯å²) ãå¥ã®ãžãªã¡ããªã®ãšã³ãããŒããšäº€å·®ãããã£ãŒãã£ã FeatureSet ããè¿ããŸãã 以äžã®å³ã§ãèµ€ã§ãã€ã©ã€ããããéšåã¯é¢æ°ããã£ãŒãã£ãè¿ãå Žåã®ç©ºéãªã¬ãŒã·ã§ã³ã·ããã瀺ããŠããŸãã\n\n_èŠèŠåãšã©ããªã³ã°ã®ãããã¡ã€ã«ã«ãã Feature ãžãªã¡ããªã¯ã æç»ããã©ãŒãã³ã¹ãåäžããããã«ã衚瀺ã®çž®å°ºè§£å床ã«å¿ããŠåçŽåãããŸãã ãã®ããããããã®ã³ã³ããã¹ãã§ããã£ãŒãã£ã®ãžãªã¡ã㪠(å³ã¡ `$feature`) ããžãªã¡ããªé¢æ°ã®å
¥åå€ãšããŠäœ¿çšãããšã 瞮尺ã¬ãã«ããšã«ç°ãªãçµæãè¿ãããŸãã ãã®ä»ã®ãããã¡ã€ã« (ãããã¢ãããªã©) ã§ã¯ãæå€§è§£å床ã®ãžãªã¡ããªãæäŸãããŸãã_","examples":"\n**äŸ**\n\ngeom2 ã®ãšã³ãããŒããšäº€å·®ããŠãããã£ãŒãã£ã®æ°ãè¿ããŸã\n\n```arcade\nvar geom2 = Polygon({ ... });\nCount( EnvelopeIntersects($layer, geom2) );\n```\n\n","completion":{"label":"EnvelopeIntersects","detail":"EnvelopeIntersects(features, envelope) -> FeatureSet","insertText":"EnvelopeIntersects(${1:features_}, ${2:envelope_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.11](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\näžé£ã®ãã£ãŒãã£ã®ãšã³ãããŒã (ãŸãã¯ç¯å²) ãå¥ã®ãžãªã¡ããªã®ãšã³ãããŒããšäº€å·®ãããã£ãŒãã£ã FeatureSet ããè¿ããŸãã 以äžã®å³ã§ãèµ€ã§ãã€ã©ã€ããããéšåã¯é¢æ°ããã£ãŒãã£ãè¿ãå Žåã®ç©ºéãªã¬ãŒã·ã§ã³ã·ããã瀺ããŠããŸãã\n\n_èŠèŠåãšã©ããªã³ã°ã®ãããã¡ã€ã«ã«ãã Feature ãžãªã¡ããªã¯ã æç»ããã©ãŒãã³ã¹ãåäžããããã«ã衚瀺ã®çž®å°ºè§£å床ã«å¿ããŠåçŽåãããŸãã ãã®ããããããã®ã³ã³ããã¹ãã§ããã£ãŒãã£ã®ãžãªã¡ã㪠(å³ã¡ `$feature`) ããžãªã¡ããªé¢æ°ã®å
¥åå€ãšããŠäœ¿çšãããšã 瞮尺ã¬ãã«ããšã«ç°ãªãçµæãè¿ãããŸãã ãã®ä»ã®ãããã¡ã€ã« (ãããã¢ãããªã©) ã§ã¯ãæå€§è§£å床ã®ãžãªã¡ããªãæäŸãããŸãã_\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - å
¥å `envelope` ãšã®äº€å·®é¢ä¿ã«ã€ããŠãã¹ãããã FeatureSetã\n- **envelope**: [Geometry](https://developers.arcgis.com/arcade/guide/types/#geometry) \\| [Feature](https://developers.arcgis.com/arcade/guide/types/#feature) - 亀差ããããšã³ãããŒãã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":2,"max":2}},{"type":"function","name":"expects","bundle":"data-access","sinceVersion":"1.15","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#expects","description":"æå®ã® FeatureSet ã®è¿œå ã®å±æ§ããªã¯ãšã¹ãããŸãã","examples":"\n**äŸ**\n\nã¯ã©ã¹ã¿ãŒå
ã®ãã£ãŒãã£ã® POPULATION ãã£ãŒã«ãããªã¯ãšã¹ã\n\n```arcade\n// If the layer is clustered based on count,\n// only the OBJECTID field is requested by default.\n// To display the sum of the POPULATION field\n// for all features in the cluster, we must\n// explicitly request the POPULATION data. \nExpects($aggregatedFeatures, 'POPULATION')\nText(Sum($aggregatedFeatures, 'POPULATION'), '#,###')\n```\n\n","completion":{"label":"Expects","detail":"Expects(features, field1, [field2, ..., fieldN]?) -> Null","insertText":"Expects(${1:features_}, ${2:field1_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.15](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\næå®ã® FeatureSet ã®è¿œå ã®å±æ§ããªã¯ãšã¹ãããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - ãªã¯ãšã¹ãããããã£ãŒã«ãã®è¿œå å
ã®ãã£ãŒã㣠ã»ããã\n- **field1**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - æå®ã®ãã£ãŒãã£ã«ã€ããŠãªã¯ãšã¹ããããã£ãŒã«ãåã åŒã§äœ¿çšããããã«å¿
èŠãªãã£ãŒã«ãã®ã¿ããªã¹ãããŸãã å¿
èŠã«å¿ããŠãã¯ã€ã«ãã«ãŒãæå `*` ã䜿çšããŠãã¹ãŠã®ãã£ãŒã«ãããªã¯ãšã¹ãã§ããŸãã ãã ããäžå¿
èŠãªããŒã¿éãèªã¿èŸŒãŸããŠãã¢ããªã®ããã©ãŒãã³ã¹ã«æªåœ±é¿ãåãŒãã®ãé²ãããã«ããã®æåã®äœ¿çšã¯é¿ããå¿
èŠããããŸãã ãã®å€ã¯ãããã¹ã ãªãã©ã«ã§ããå¿
èŠãããã倿°ã䜿çšããããšã¯ã§ããŸããã\n- **[field2, ..., fieldN]** (_Optional_): [Text](https://developers.arcgis.com/arcade/guide/types/#text) - æå®ã®ãã£ãŒãã£ã«ã€ããŠãªã¯ãšã¹ããããã£ãŒã«ãåã®ç¶ç¶çãªãªã¹ãã åŒã§äœ¿çšããããã«å¿
èŠãªãã£ãŒã«ãã®ã¿ããªã¹ãããŸãã ãããã®å€ã¯ãããã¹ã ãªãã©ã«ã§ããå¿
èŠãããã倿°ã䜿çšããããšã¯ã§ããŸããã\n\n**æ»ãå€**: Null"}},"parametersInfo":{"min":2,"max":-1}},[{"type":"function","name":"featureset","bundle":"data-access","sinceVersion":"1.5","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featureset1","description":"ArcGIS REST 仿§ã«åºã¥ããŠæ°ãã FeatureSet ã JSON ããäœæããŸãã ãã®äŸã«ã€ããŠã¯ãäžèšã®ã¹ããããããåç
§ãã ããã","examples":"\n**äŸ**\n\nFeatureSet ã JSON ããäœæããŸãã\n\n```arcade\n// JSON representation of the feature used in the snippet below\n// {\n// 'fields': [{\n// 'alias': 'RANK',\n// 'name': 'RANK',\n// 'type': 'esriFieldTypeInteger'\n// }, {\n// 'alias': 'ELEV_m',\n// 'name': 'ELEV_m',\n// 'type': 'esriFieldTypeInteger'\n// }],\n// 'spatialReference': { 'wkid': 4326 },\n// 'geometryType': 'esriGeometryPoint',\n// 'features': [{\n// 'geometry': {\n// 'spatialReference': { 'wkid': 4326 },\n// 'x': -151.0063,\n// 'y': 63.069\n// },\n// 'attributes': {\n// 'RANK': 1,\n// 'ELEV_m': 6168\n// }\n// }]\n// };\n// The Dictionary representation of the FeatureSet must be a serialized text value\nvar features = FeatureSet('{\"fields\":[{\"alias\":\"RANK\",\"name\":\"RANK\",\"type\":\"esriFieldTypeInteger\"},{\"alias\":\"ELEV_m\",\"name\":\"ELEV_m\",\"type\":\"esriFieldTypeInteger\"}],\"spatialReference\":{\"wkid\":4326},\"geometryType\":\"esriGeometryPoint\",\"features\":[{\"geometry\":{\"spatialReference\":{\"wkid\":4326},\"x\":-151.0063,\"y\":63.069},\"attributes\":{\"RANK\":1,\"ELEV_m\":6168}}]}')\n```\n\n","completion":{"label":"FeatureSet","detail":"FeatureSet(definition) -> FeatureSet","insertText":"FeatureSet(${1:definition_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.5](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nArcGIS REST 仿§ã«åºã¥ããŠæ°ãã FeatureSet ã JSON ããäœæããŸãã ãã®äŸã«ã€ããŠã¯ãäžèšã®ã¹ããããããåç
§ãã ããã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **definition**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - äžé£ã®ãã£ãŒãã£ãèšè¿°ãã JSON ã§ãã JSON ã¯ãããã¹ãå€ãšããŠçŽååãããŠããå¿
èŠããããŸãã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":1,"max":1}},{"type":"function","name":"featureset","bundle":"data-access","sinceVersion":"1.19","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featureset2","description":"ArcGIS REST 仿§ã«åºã¥ã㊠JSON ãè¡šãæ°ãã FeatureSet ããã£ã¯ã·ã§ããªããäœæããŸãã ãã®äŸã«ã€ããŠã¯ãäžèšã®ã¹ããããããåç
§ãã ããã","examples":"\n**äŸ**\n\nFeatureSet ããã£ã¯ã·ã§ããªããäœæããŸãã\n\n```arcade\n// JSON representation of the feature used in the snippet below\nvar d = {\n fields: [{\n alias: 'RANK',\n name: 'RANK',\n type: 'esriFieldTypeInteger'\n }, {\n alias: 'ELEV_m',\n name: 'ELEV_m',\n type: 'esriFieldTypeInteger'\n }],\n spatialReference: { wkid: 4326 },\n geometryType: 'esriGeometryPoint',\n features: [{\n geometry: {\n spatialReference: { wkid: 4326 },\n x: -151.0063,\n y: 63.069\n },\n attributes: {\n RANK: 1,\n ELEV_m: 6168\n }\n }]\n };\nvar features = FeatureSet(d)\n```\n\n","completion":{"label":"FeatureSet","detail":"FeatureSet(definition) -> FeatureSet","insertText":"FeatureSet(${1:definition_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.19](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nArcGIS REST 仿§ã«åºã¥ã㊠JSON ãè¡šãæ°ãã FeatureSet ããã£ã¯ã·ã§ããªããäœæããŸãã ãã®äŸã«ã€ããŠã¯ãäžèšã®ã¹ããããããåç
§ãã ããã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **definition**: [Dictionary](https://developers.arcgis.com/arcade/guide/types/#dictionary) - äžé£ã®ãã£ãŒãã£ãèšè¿°ããèŸæžã§ãã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":1,"max":1}}],{"type":"function","name":"featuresetbyassociation","bundle":"data-access","sinceVersion":"1.9","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyassociation","description":"å
¥åãã£ãŒãã£ãšé¢é£ä»ããããŠãããã¹ãŠã®ãã£ãŒãã£ã FeatureSet ãšããŠè¿ããŸãã ããã¯ããŠãŒãã£ãªã㣠ãããã¯ãŒã¯ã®ã¯ãŒã¯ãããŒã§ã®ã¿äœ¿çšãããŸãã","examples":"\n**äŸ**\n\nå€å§åšã®äžåŽã®ã¿ãŒããã«ãšæ¥ç¶ã®é¢é£ä»ãããããã¹ãŠã®å¯Ÿè±¡ç©ãè¿ããŸãã\n\n```arcade\nFeatureSetByAssociation($feature, 'connected', 'Low');\n```\n\nãã£ãŒãã£ã«é¢é£ä»ããããŠãã黿°ããã€ã¹ã®æ°ãè¿ããŸãã\n\n```arcade\nvar allContent = FeatureSetByAssociation ($feature, \"content\");\nvar devicesRows = Filter(allContent, \"className = 'Electric Device'\");\nvar devicesCount = Count(devicesRows);\nreturn devicesCount;\n```\n\n","completion":{"label":"FeatureSetByAssociation","detail":"FeatureSetByAssociation(inputFeature, associationType, terminalName?) -> FeatureSet","insertText":"FeatureSetByAssociation(${1:inputFeature_}, ${2:associationType_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.9](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nå
¥åãã£ãŒãã£ãšé¢é£ä»ããããŠãããã¹ãŠã®ãã£ãŒãã£ã FeatureSet ãšããŠè¿ããŸãã ããã¯ããŠãŒãã£ãªã㣠ãããã¯ãŒã¯ã®ã¯ãŒã¯ãããŒã§ã®ã¿äœ¿çšãããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **inputFeature**: [Feature](https://developers.arcgis.com/arcade/guide/types/#feature) - é¢é£ä»ããããŠãããã¹ãŠã®ãã£ãŒãã£ãã¯ãšãªãããã£ãŒãã£ã§ãã ãã®ãã£ãŒãã£ã¯ãã£ãŒã㣠ãµãŒãã¹ããååŸãããå¿
èŠããããŸãããã£ãŒã㣠ã³ã¬ã¯ã·ã§ã³ã¯ãµããŒããããŠããŸããã\n- **associationType**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - è¿ããããã£ãŒãã£ãšã®é¢é£ä»ãã®ã¿ã€ãã§ãã \n èšå®å¯èœãªå€: `connected` \\| `container` \\| `content` \\| `structure` \\| `attached` \n ããŒãžã§ã³ 1.10 ã§è¿œå ãããèšå®å¯èœãªå€: `junctionEdge` \\| `midspan`\n- **terminalName** (_Optional_): [Text](https://developers.arcgis.com/arcade/guide/types/#text) - `connected` é¢é£ä»ãã¿ã€ãã«ã®ã¿é©çšãããŸãã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) \n以äžã®è¡šã§èª¬æãããŠãããã£ãŒã«ãã®ä»æ§ãæã€ãã£ãŒãã£ãå«ã FeatureSet ãè¿ããŸãã\n\n- **className**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - `TONETWORKSOURCEID` ãŸã㯠`FROMNETWORKSOURCEID` ã®å€ã«åºã¥ãã¯ã©ã¹åã\n- **globalId**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ä»ã®ããŒãã«å
ã®ãã£ãŒãã£ã® Global ID (`TOGLOBALID` ãŸã㯠`FROMGLOBALID` ã®å€)ã\n- **isContentVisible**: [Number](https://developers.arcgis.com/arcade/guide/types/#number) - `1` (衚瀺) ãŸã㯠`0` (é衚瀺) ã®å€ã䜿çšã§ããŸãã ãã®å€ã¯é¢é£ããæ ŒçŽåšã®è¡šç€ºèšå®ã衚ããæ ŒçŽã®é¢é£ä»ãã«ã®ã¿é©çšãããŸãã\n- **objectId**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - é¢é£ä»ãããŒãã«å
ã®è¡ã® ObjectIDã\n- **percentAlong**: [Number](https://developers.arcgis.com/arcade/guide/types/#number) - `midspan` é¢é£ä»ãã¿ã€ãã«é©çšãããŸãã ãšããžã«æ²¿ã£ããžã£ã³ã¯ã·ã§ã³ã®äœçœ®ã (æ¯çãšããŠ) 瀺ã 0 ïœ 1 ã®æµ®åå°æ°ãè¿ããŸãã\n- **side**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - `junctionEdge` é¢é£ä»ãã¿ã€ãã«é©çšãããŸãã ãžã£ã³ã¯ã·ã§ã³ãã©ã¡ãåŽã«ãããã瀺ããŸãã\n\nèšå®å¯èœãªå€: `from` ãŸã㯠`to`"}},"parametersInfo":{"min":2,"max":3}},{"type":"function","name":"featuresetbyid","bundle":"data-access","sinceVersion":"1.5","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyid","description":"ãããå
ãŸãã¯ãã£ãŒã㣠ãµãŒãã¹å
ã®ã¬ã€ã€ãŒ ID ã«åºã¥ããŠãFeatureSet ããã£ãŒã㣠ã¬ã€ã€ãŒããäœæããŸãã ãªã¯ãšã¹ãå
ã®ãã£ãŒã«ãã®æ°ãå¶éãããžãªã¡ããªãé€å€ãããšãã¹ã¯ãªããã®ããã©ãŒãã³ã¹ãäžããããšããããŸãã","examples":"\n**äŸ**\n\nç¹å®ã®ãããå
ã§ ID ã DemoLayerWM_1117 ã®ã¬ã€ã€ãŒã«å«ãŸãããã£ãŒãã£ã®æ°ãè¿ããŸãã\n\n```arcade\nvar features = FeatureSetById($map,'DemoLayerWM_1117', ['*'], true);\nCount( features );\n```\n\n","completion":{"label":"FeatureSetById","detail":"FeatureSetById(featureSetCollection, id, fields?, includeGeometry?) -> FeatureSet","insertText":"FeatureSetById(${1:featureSetCollection_}, ${2:id_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.5](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nãããå
ãŸãã¯ãã£ãŒã㣠ãµãŒãã¹å
ã®ã¬ã€ã€ãŒ ID ã«åºã¥ããŠãFeatureSet ããã£ãŒã㣠ã¬ã€ã€ãŒããäœæããŸãã ãªã¯ãšã¹ãå
ã®ãã£ãŒã«ãã®æ°ãå¶éãããžãªã¡ããªãé€å€ãããšãã¹ã¯ãªããã®ããã©ãŒãã³ã¹ãäžããããšããããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **featureSetCollection**: [FeatureSetCollection](https://developers.arcgis.com/arcade/guide/types/#featuresetcollection) - FeatureSet ã®äœæå
ãšãªã 1 ã€ä»¥äžã®ã¬ã€ã€ãŒãå«ãããããŸãã¯ãã£ãŒã㣠ãµãŒãã¹ã§ãã éåžžããã®å€ã¯ `$map` ãŸã㯠`$datastore` ã°ããŒãã«ã§ãã\n- **id**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ç¹å®ã®ãããããå
ã®ã¬ã€ã€ãŒã® ID ã§ãã ãã®ã¬ã€ã€ãŒã¯ãã£ãŒã㣠ãµãŒãã¹ããäœæãããå¿
èŠããããŸãããã£ãŒã㣠ã³ã¬ã¯ã·ã§ã³ã¯ãµããŒããããŠããŸããã _ãã®å€ã¯ããã¹ã ãªãã©ã«ã§ããå¿
èŠãããããšã«æ³šæããŠãã ããã_\n- **fields** (_Optional_): [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Text](https://developers.arcgis.com/arcade/guide/types/#text)> - FeatureSet ã«æ¿å
¥ãããã£ãŒã«ãã§ãã ããã©ã«ãã§ã¯ããã¹ãŠã®ãã£ãŒã«ããæ¿å
¥ãããŸãã ã¬ã€ã€ãŒå
ã®ãã¹ãŠã®ãã£ãŒã«ãããªã¯ãšã¹ãããã«ã¯ããã®å€ã `['*']` ã«èšå®ããŸãã ãã£ãŒã«ãã®æ°ãå¶éãããšãã¹ã¯ãªããã®ããã©ãŒãã³ã¹ãäžãããŸãã\n- **includeGeometry** (_Optional_): [Boolean](https://developers.arcgis.com/arcade/guide/types/#boolean) - ãžãªã¡ããªããã£ãŒãã£ã«å«ãããã©ããã瀺ããŸãã ããã©ã«ãã§ã¯ãã㯠`true` ã§ãã ããã©ãŒãã³ã¹äžã®çç±ã§ããžãªã¡ããªã®ãªã¯ãšã¹ãã®ã¿è¡ãå¿
èŠããããŸã (å¿
èŠã«å¿ããŠã ãžãªã¡ããªé¢æ°ã§äœ¿çšããå Žåãªã©)ã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":2,"max":4}},{"type":"function","name":"featuresetbyname","bundle":"data-access","sinceVersion":"1.5","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyname","description":"ãããå
ãŸãã¯ãã£ãŒã㣠ãµãŒãã¹å
ã®ååã«åºã¥ããŠãFeatureSet ããã£ãŒã㣠ã¬ã€ã€ãŒããäœæããŸãã ãã®ååãå¿
ãããäžæã§ãªããšããããšã«ã泚æããŠãã ããã ãã®ããããFeatureSetById()ãã䜿çšã㊠FeatureSet ãäœæããã®ããããé©åã§ãã FeatureSet å
ã®ãã£ãŒã«ãã®æ°ãå¶éãããžãªã¡ããªãé€å€ãããšãã¹ã¯ãªããã®ããã©ãŒãã³ã¹ãäžããããšããããŸãã","examples":"\n**äŸ**\n\nç¹å®ã®ãããå
ã§ã¿ã€ãã«ã 'Bike routesâ ã®ã¬ã€ã€ãŒã«å«ãŸãããã£ãŒãã£ã®æ°ãè¿ããŸãã\n\n```arcade\nvar features = FeatureSetByName($map,'Bike routes', ['*'], true);\nCount(features);\n```\n\n","completion":{"label":"FeatureSetByName","detail":"FeatureSetByName(featureSetCollection, title, fields?, includeGeometry?) -> FeatureSet","insertText":"FeatureSetByName(${1:featureSetCollection_}, ${2:title_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.5](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nãããå
ãŸãã¯ãã£ãŒã㣠ãµãŒãã¹å
ã®ååã«åºã¥ããŠãFeatureSet ããã£ãŒã㣠ã¬ã€ã€ãŒããäœæããŸãã ãã®ååãå¿
ãããäžæã§ãªããšããããšã«ã泚æããŠãã ããã ãã®ããããFeatureSetById()ãã䜿çšã㊠FeatureSet ãäœæããã®ããããé©åã§ãã FeatureSet å
ã®ãã£ãŒã«ãã®æ°ãå¶éãããžãªã¡ããªãé€å€ãããšãã¹ã¯ãªããã®ããã©ãŒãã³ã¹ãäžããããšããããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **featureSetCollection**: [FeatureSetCollection](https://developers.arcgis.com/arcade/guide/types/#featuresetcollection) - FeatureSet ã®äœæå
ãšãªã 1 ã€ä»¥äžã®ã¬ã€ã€ãŒãå«ãããããŸãã¯ãã£ãŒã㣠ãµãŒãã¹ã§ãã éåžžããã®å€ã¯ `$map` ãŸã㯠`$datastore` ã°ããŒãã«ã§ãã\n- **title**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ç¹å®ã®ãããããå
ã®ã¬ã€ã€ãŒã®ã¿ã€ãã«ã§ãã ãã®ã¬ã€ã€ãŒã¯ãã£ãŒã㣠ãµãŒãã¹ããäœæãããå¿
èŠããããŸãããã£ãŒã㣠ã³ã¬ã¯ã·ã§ã³ã¯ãµããŒããããŠããŸããã _ãã®å€ã¯ããã¹ã ãªãã©ã«ã§ããå¿
èŠãããããšã«æ³šæããŠãã ããã_\n- **fields** (_Optional_): [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Text](https://developers.arcgis.com/arcade/guide/types/#text)> - FeatureSet ã«æ¿å
¥ãããã£ãŒã«ãã§ãã ããã©ã«ãã§ã¯ããã¹ãŠã®ãã£ãŒã«ããæ¿å
¥ãããŸãã ã¬ã€ã€ãŒå
ã®ãã¹ãŠã®ãã£ãŒã«ãããªã¯ãšã¹ãããã«ã¯ããã®å€ã `['*']` ã«èšå®ããŸãã ãã£ãŒã«ãã®æ°ãå¶éãããšãã¹ã¯ãªããã®ããã©ãŒãã³ã¹ãäžãããŸãã\n- **includeGeometry** (_Optional_): [Boolean](https://developers.arcgis.com/arcade/guide/types/#boolean) - ãžãªã¡ããªããã£ãŒãã£ã«å«ãããã©ããã瀺ããŸãã ããã©ã«ãã§ã¯ãã㯠`true` ã§ãã ããã©ãŒãã³ã¹äžã®çç±ã§ããžãªã¡ããªã®ãªã¯ãšã¹ãã®ã¿è¡ãå¿
èŠããããŸã (å¿
èŠã«å¿ããŠã ãžãªã¡ããªé¢æ°ã§äœ¿çšããå Žåãªã©)ã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":2,"max":4}},{"type":"function","name":"featuresetbyrelationshipclass","bundle":"data-access","sinceVersion":"1.24","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipclass","description":"æå®ã®ãªã¬ãŒã·ã§ã³ã·ãã ã¯ã©ã¹ã®ååã«åºã¥ããŠãæå®ã®ãã£ãŒãã£ã®é¢é£ã¬ã³ãŒããè¿ããŸãã","examples":"\n**äŸ**\n\nè¡ç¯æ€æ»ã®é¢é£ã¬ã³ãŒãã®æ°ãè¿ã\n\n```arcade\n// A calculation rule that returns the count of a pole inspection records.\n// When a pole feature is updated the calculation rule reads all its related inspections records from the comments field and returns the total inspection count for that feature.\nvar fsinspected = FeatureSetByRelationshipClass($feature, âpole_inspectionâ, [âcommentsâ], false);\nreturn Count(fsinspected);\n```\n\n","completion":{"label":"FeatureSetByRelationshipClass","detail":"FeatureSetByRelationshipClass(inputFeature, relationshipClass, fieldNames?, includeGeometry?) -> FeatureSet","insertText":"FeatureSetByRelationshipClass(${1:inputFeature_}, ${2:relationshipClass_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.24](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\næå®ã®ãªã¬ãŒã·ã§ã³ã·ãã ã¯ã©ã¹ã®ååã«åºã¥ããŠãæå®ã®ãã£ãŒãã£ã®é¢é£ã¬ã³ãŒããè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **inputFeature**: [Feature](https://developers.arcgis.com/arcade/guide/types/#feature) - é¢é£ã¬ã³ãŒããååŸãããã£ãŒãã£ã§ãã\n- **relationshipClass**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ããŒã¿ ãœãŒã¹ã§å®çŸ©ãããŠãããªã¬ãŒã·ã§ã³ã·ãã ã¯ã©ã¹ã®ååã\n- **fieldNames** (_Optional_): [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Text](https://developers.arcgis.com/arcade/guide/types/#text)> - FeatureSet ã«è¿ããã£ãŒã«ãã§ãã ãã®ãªã¹ãã«ã¯ããªã¬ãŒã·ã§ã³ã·ãã ããŒãã«ãšå
¥åãã£ãŒãã£ã®ãã£ãŒã«ããå«ãŸããŸãã\n- **includeGeometry** (_Optional_): [Boolean](https://developers.arcgis.com/arcade/guide/types/#boolean) - çµæã®ãã£ãŒãã£ã®ãžãªã¡ããªãè¿ããã©ããã瀺ããŸãã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)\n\n**åèè³æ**\n\n* [Attribute rules and relationship classes](https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rules-and-relationship-classes.htm)\n"}},"parametersInfo":{"min":2,"max":4}},{"type":"function","name":"featuresetbyrelationshipname","bundle":"data-access","sinceVersion":"1.8","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#featuresetbyrelationshipname","description":"æå®ã®ãã£ãŒãã£ã®é¢é£ã¬ã³ãŒãã FeatureSet ãšããŠè¿ããŸãã","examples":"\n**äŸ**\n\nãã¹ãŠã®é¢é£ã¬ã³ãŒãã§ãè€æ°ã®ãã£ãŒã«ãã®åèšãè¿ããŸã\n\n```arcade\nvar results = FeatureSetByRelationshipName($feature, 'Election_Results', ['*'], false)\nSum(results, 'democrat + republican + other')\n```\n\n","completion":{"label":"FeatureSetByRelationshipName","detail":"FeatureSetByRelationshipName(inputFeature, relationshipName, fieldNames?, includeGeometry?) -> FeatureSet","insertText":"FeatureSetByRelationshipName(${1:inputFeature_}, ${2:relationshipName_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.8](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\næå®ã®ãã£ãŒãã£ã®é¢é£ã¬ã³ãŒãã FeatureSet ãšããŠè¿ããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **inputFeature**: [Feature](https://developers.arcgis.com/arcade/guide/types/#feature) - é¢é£ã¬ã³ãŒããååŸãããã£ãŒãã£ã\n- **relationshipName**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - æå®ã®ãã£ãŒãã£ãšé¢é£ä»ããããŠãããã£ãŒã㣠ãµãŒãã¹ã«åºã¥ããªã¬ãŒã·ã§ã³ã·ããã®ååã§ãã\n- **fieldNames** (_Optional_): [Array](https://developers.arcgis.com/arcade/guide/types/#array)<[Text](https://developers.arcgis.com/arcade/guide/types/#text)> - FeatureSet ã«è¿ããã£ãŒã«ãã§ãã ãã®ãªã¹ãã«ã¯ããªã¬ãŒã·ã§ã³ã·ãã ããŒãã«ãšå
¥åãã£ãŒãã£ã®ãã£ãŒã«ããå«ãŸããŸãã\n- **includeGeometry** (_Optional_): [Boolean](https://developers.arcgis.com/arcade/guide/types/#boolean) - çµæã®ãã£ãŒãã£ã®ãžãªã¡ããªãè¿ããã©ããã瀺ããŸãã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":2,"max":4}},{"type":"function","name":"filter","bundle":"data-access","sinceVersion":"1.5","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#filter","description":"SQL92 åŒãã£ã«ã¿ãŒãééãããã¹ãŠã®ãã£ãŒãã£ãæã€æ°ãã FeatureSet ãäœæããŸãã","examples":"\n**äŸ**\n\nSQL92 åŒã䜿çšããŠãã£ãŒãã£ããã£ã«ã¿ãªã³ã°ããŸãã\n\n```arcade\n// Returns all features with a Population greater than 10,000\nvar result = Filter($layer, 'POPULATION > 10000');\n```\n\nSQL92 åŒãšå€æ°çœ®æã䜿çšããŠãã£ãŒãã£ããã£ã«ã¿ãªã³ã°ããŸãã\n\n```arcade\n// Returns all features with a Population greater than the dataset average\nvar averageValue = Average($layer, 'POPULATION')\nvar result = Filter($layer, 'POPULATION > @averageValue');\n```\n\n","completion":{"label":"Filter","detail":"Filter(features, sqlExpression) -> FeatureSet","insertText":"Filter(${1:features_}, ${2:sqlExpression_})$0","insertTextMode":2,"insertTextFormat":2,"kind":3,"documentation":{"kind":"markdown","value":"**[ããŒãžã§ã³ä»¥é 1.5](https://developers.arcgis.com/arcade/guide/version-matrix)**\n\nSQL92 åŒãã£ã«ã¿ãŒãééãããã¹ãŠã®ãã£ãŒãã£ãæã€æ°ãã FeatureSet ãäœæããŸãã\n\n**ãã©ã¡ãŒã¿ãŒ**\n\n- **features**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset) - ãã£ã«ã¿ãªã³ã°å¯Ÿè±¡ã® FeatureSet ãŸãã¯ã¬ã€ã€ãŒã§ãã\n- **sqlExpression**: [Text](https://developers.arcgis.com/arcade/guide/types/#text) - ã¬ã€ã€ãŒå
ã®ãã£ãŒãã£ã®ãã£ã«ã¿ãªã³ã°ã«äœ¿çšããã SQL92 åŒã§ãã ãã®åŒã§ã¯ã`@` æåã䜿çšã㊠Arcade 倿°ã眮æããããšãã§ããŸãã äŸã«ã€ããŠã¯ãäžèšã®ã¹ããããããåç
§ãã ããã\n\n**æ»ãå€**: [FeatureSet](https://developers.arcgis.com/arcade/guide/types/#featureset)"}},"parametersInfo":{"min":2,"max":2}},{"type":"function","name":"filterbysubtypecode","bundle":"data-access","sinceVersion":"1.25","link":"https://developers.arcgis.com/arcade/function-reference/featureset_functions/#filterbysubtypecode","description":"æå®ã®ãµãã¿