@vertigis/viewer-spec 60.7.0 → 60.8.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.
- package/messaging/schema/web-app-operation-definitions.md +30 -0
- package/messaging/schema/web-arcade-operation-definitions.md +93 -0
- package/messaging/schema/web-auth-command-definitions.md +12 -0
- package/messaging/schema/web-auth-operation-definitions.md +16 -0
- package/messaging/schema/web-basemap-command-definitions.md +20 -0
- package/messaging/schema/web-basemap-operation-definitions.md +31 -0
- package/messaging/schema/web-bulk-editing-command-definitions.md +54 -0
- package/messaging/schema/web-charts-command-definitions.md +135 -0
- package/messaging/schema/web-charts-operation-definitions.md +48 -0
- package/messaging/schema/web-drawing-command-definitions.md +551 -0
- package/messaging/schema/web-drawing-operation-definitions.md +720 -0
- package/messaging/schema/web-edit-command-definitions.md +540 -0
- package/messaging/schema/web-edit-operation-definitions.md +50 -0
- package/messaging/schema/web-filter-builder-command-definitions.md +50 -0
- package/messaging/schema/web-filter-builder-operation-definitions.md +18 -0
- package/messaging/schema/web-geocode-operation-definitions.md +132 -0
- package/messaging/schema/web-geolocation-command-definitions.md +27 -0
- package/messaging/schema/web-geolocation-operation-definitions.md +24 -0
- package/messaging/schema/web-geometry-command-definitions.md +34 -0
- package/messaging/schema/web-geometry-operation-definitions.md +438 -0
- package/messaging/schema/web-highlights-command-definitions.md +120 -0
- package/messaging/schema/web-kpi-command-definitions.md +139 -0
- package/messaging/schema/web-kpi-operation-definitions.md +48 -0
- package/messaging/schema/web-layer-comparison-command-definitions.md +214 -0
- package/messaging/schema/web-layer-list-command-definitions.md +30 -0
- package/messaging/schema/web-layers-command-definitions.md +1466 -0
- package/messaging/schema/web-layers-operation-definitions.md +612 -0
- package/messaging/schema/web-licensing-command-definitions.md +24 -0
- package/messaging/schema/web-licensing-operation-definitions.md +26 -0
- package/messaging/schema/web-location-marker-command-definitions.md +209 -0
- package/messaging/schema/web-map-command-definitions.md +2157 -0
- package/messaging/schema/web-map-operation-definitions.md +147 -0
- package/messaging/schema/web-measurement-command-definitions.md +556 -0
- package/messaging/schema/web-measurement-operation-definitions.md +314 -0
- package/messaging/schema/web-messaging-operation-definitions.md +16 -0
- package/messaging/schema/web-panel-command-definitions.md +44 -0
- package/messaging/schema/web-portal-operation-definitions.md +87 -0
- package/messaging/schema/web-printing-command-definitions.md +105 -0
- package/messaging/schema/web-printing-operation-definitions.md +21 -0
- package/messaging/schema/web-project-command-definitions.md +418 -0
- package/messaging/schema/web-project-operation-definitions.md +120 -0
- package/messaging/schema/web-query-builder-command-definitions.md +83 -0
- package/messaging/schema/web-query-builder-operation-definitions.md +18 -0
- package/messaging/schema/web-region-command-definitions.md +6 -0
- package/messaging/schema/web-reports-command-definitions.md +44 -0
- package/messaging/schema/web-results-command-definitions.md +348 -0
- package/messaging/schema/web-results-operation-definitions.md +1242 -0
- package/messaging/schema/web-search-command-definitions.md +6 -0
- package/messaging/schema/web-sketching-command-definitions.md +328 -0
- package/messaging/schema/web-sketching-operation-definitions.md +442 -0
- package/messaging/schema/web-studio-analytics-command-definitions.md +21 -0
- package/messaging/schema/web-system-command-definitions.md +159 -0
- package/messaging/schema/web-system-operation-definitions.md +104 -0
- package/messaging/schema/web-tasks-operation-definitions.md +360 -0
- package/messaging/schema/web-ui-command-definitions.md +340 -0
- package/messaging/schema/web-ui-operation-definitions.md +146 -0
- package/messaging/schema/web-viewer-command-definitions.md +40 -0
- package/messaging/schema/web-viewer-operation-definitions.md +48 -0
- package/messaging/schema/web-workflow-command-definitions.md +47 -0
- package/messaging/schema/web-workflow-operation-definitions.md +45 -0
- package/package.json +8 -7
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# operation: system.get-sharing-link
|
|
2
|
+
Description: Creates a link to share the shallow state of the application, including map position and scale, layer visibility and current basemap. Web only.
|
|
3
|
+
|
|
4
|
+
Inputs: `None`
|
|
5
|
+
|
|
6
|
+
Outputs: `string`
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
# operation: system.read-file
|
|
10
|
+
Description: Initiates a file read, using the native browser file input. Web only.
|
|
11
|
+
|
|
12
|
+
Inputs: `ReadFileArgs`
|
|
13
|
+
|
|
14
|
+
ReadFileArgs properties:
|
|
15
|
+
```json
|
|
16
|
+
{
|
|
17
|
+
"accept": {
|
|
18
|
+
"description": "The accept parameter for the file input. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept}.",
|
|
19
|
+
"type": "string"
|
|
20
|
+
},
|
|
21
|
+
"attributes": {
|
|
22
|
+
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
23
|
+
},
|
|
24
|
+
"fileTypeDescription": {
|
|
25
|
+
"description": "If present, provides information about what file types are accepted by this dialog, e.g. \"*.jpg, *.gif and *.bmp files accepted\".",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
"icon": {
|
|
29
|
+
"description": "Optional icon that may be used by the transient UI container.",
|
|
30
|
+
"type": "string"
|
|
31
|
+
},
|
|
32
|
+
"multiple": {
|
|
33
|
+
"description": "If present, indicates that the user may choose more than one file.",
|
|
34
|
+
"type": "boolean"
|
|
35
|
+
},
|
|
36
|
+
"parent": {
|
|
37
|
+
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
|
|
38
|
+
},
|
|
39
|
+
"promptMessage": {
|
|
40
|
+
"description": "If present, overrides the default message of the dialog that prompts the user for a file.",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"promptTitle": {
|
|
44
|
+
"description": "If present, overrides the default title of the dialog that prompts the user for a file.",
|
|
45
|
+
"type": "string"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Outputs: `File[]`
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
# operation: system.read-files
|
|
54
|
+
Description: A synonym for `system.read-file` that attaches the output to an args object for use in command chains. Web only.
|
|
55
|
+
|
|
56
|
+
Inputs: `ReadFileArgs`
|
|
57
|
+
|
|
58
|
+
ReadFileArgs properties:
|
|
59
|
+
```json
|
|
60
|
+
{
|
|
61
|
+
"accept": {
|
|
62
|
+
"description": "The accept parameter for the file input. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/accept}.",
|
|
63
|
+
"type": "string"
|
|
64
|
+
},
|
|
65
|
+
"attributes": {
|
|
66
|
+
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
67
|
+
},
|
|
68
|
+
"fileTypeDescription": {
|
|
69
|
+
"description": "If present, provides information about what file types are accepted by this dialog, e.g. \"*.jpg, *.gif and *.bmp files accepted\".",
|
|
70
|
+
"type": "string"
|
|
71
|
+
},
|
|
72
|
+
"icon": {
|
|
73
|
+
"description": "Optional icon that may be used by the transient UI container.",
|
|
74
|
+
"type": "string"
|
|
75
|
+
},
|
|
76
|
+
"multiple": {
|
|
77
|
+
"description": "If present, indicates that the user may choose more than one file.",
|
|
78
|
+
"type": "boolean"
|
|
79
|
+
},
|
|
80
|
+
"parent": {
|
|
81
|
+
"description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
|
|
82
|
+
},
|
|
83
|
+
"promptMessage": {
|
|
84
|
+
"description": "If present, overrides the default message of the dialog that prompts the user for a file.",
|
|
85
|
+
"type": "string"
|
|
86
|
+
},
|
|
87
|
+
"promptTitle": {
|
|
88
|
+
"description": "If present, overrides the default title of the dialog that prompts the user for a file.",
|
|
89
|
+
"type": "string"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
Outputs: `HasFiles`
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
# operation: system.read-url
|
|
98
|
+
Description: Fetch a file from the specified URL. Web only.
|
|
99
|
+
|
|
100
|
+
Inputs: `string`
|
|
101
|
+
|
|
102
|
+
Outputs: `File[]`
|
|
103
|
+
|
|
104
|
+
---
|
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
# operation: tasks.filter-results.by-geometry-type
|
|
2
|
+
Description: Returns FeatureSources that have a geometry type that matches the supplied type. Web only.
|
|
3
|
+
|
|
4
|
+
Inputs: `FilterSourcesByGeometryTypeArgs`
|
|
5
|
+
|
|
6
|
+
FilterSourcesByGeometryTypeArgs properties:
|
|
7
|
+
```json
|
|
8
|
+
{
|
|
9
|
+
"geometryType": {
|
|
10
|
+
"anyOf": [
|
|
11
|
+
{
|
|
12
|
+
"items": {
|
|
13
|
+
"$ref": "esri.rest-api.GeometryJson.GeometryJsonType"
|
|
14
|
+
},
|
|
15
|
+
"type": "array"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"enum": [
|
|
19
|
+
"esriGeometryEnvelope",
|
|
20
|
+
"esriGeometryMultipoint",
|
|
21
|
+
"esriGeometryPoint",
|
|
22
|
+
"esriGeometryPolygon",
|
|
23
|
+
"esriGeometryPolyline"
|
|
24
|
+
],
|
|
25
|
+
"type": "string"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"description": "The geometry type to filter the sources by."
|
|
29
|
+
},
|
|
30
|
+
"maps": {
|
|
31
|
+
"description": "The map from which to retrieve the sources. This argument will not be forwarded in the result of this operation."
|
|
32
|
+
},
|
|
33
|
+
"sources": {
|
|
34
|
+
"description": "The sources to search in. This can be used in combination with the \"maps\" argument to search both.",
|
|
35
|
+
"items": {
|
|
36
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
37
|
+
},
|
|
38
|
+
"type": "array"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
Outputs: `FilterSourcesByGeometryTypeResult`
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
# operation: tasks.filter-results.first-visible
|
|
47
|
+
Description: Returns the first visible FeatureSource in the web map within the current scale range. Web only.
|
|
48
|
+
|
|
49
|
+
Inputs: `FilterSourcesFirstVisibleArgs`
|
|
50
|
+
|
|
51
|
+
FilterSourcesFirstVisibleArgs properties:
|
|
52
|
+
```json
|
|
53
|
+
{
|
|
54
|
+
"maps": {
|
|
55
|
+
"description": "The map from which to retrieve the sources. This argument will not be forwarded in the result of this operation."
|
|
56
|
+
},
|
|
57
|
+
"sources": {
|
|
58
|
+
"description": "The sources to search in. This can be used in combination with the \"maps\" argument to search both.",
|
|
59
|
+
"items": {
|
|
60
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
61
|
+
},
|
|
62
|
+
"type": "array"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
Outputs: `FilterSourcesFirstVisibleResult`
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
# operation: tasks.identify
|
|
71
|
+
Description: Returns features that intersect a given geometry.
|
|
72
|
+
|
|
73
|
+
Inputs: `IdentifyArgs`
|
|
74
|
+
|
|
75
|
+
IdentifyArgs properties:
|
|
76
|
+
```json
|
|
77
|
+
{
|
|
78
|
+
"geometry": {
|
|
79
|
+
"description": "The geometry to identify by.",
|
|
80
|
+
"isRequired": "true"
|
|
81
|
+
},
|
|
82
|
+
"layersInScaleRangeOnly": {
|
|
83
|
+
"description": "When \"map\" is specified, this determines whether to include only layers that are in visible scale range. The default is false. Not supported in VertiGIS Studio Mobile.",
|
|
84
|
+
"type": "boolean"
|
|
85
|
+
},
|
|
86
|
+
"layersWithPopupEnabledOnly": {
|
|
87
|
+
"description": "When \"map\" is specified, this determines whether to include only layers that have the `popupEnabled` layer property set to true. The default is false. Not supported in VertiGIS Studio Mobile.",
|
|
88
|
+
"type": "boolean"
|
|
89
|
+
},
|
|
90
|
+
"maps": {
|
|
91
|
+
"description": "The map to identify. Can be used instead of or in addition to \"sources\". Layers on the map will be used as sources according to the \"layersInScaleRangeOnly\", \"layersWithPopupEnabledOnly\", and \"visibleLayersOnly\" flags."
|
|
92
|
+
},
|
|
93
|
+
"maxAllowableOffset": {
|
|
94
|
+
"description": "The maximum allowable offset used for generalizing returned geometries. Not supported in VertiGIS Studio Mobile.",
|
|
95
|
+
"type": "number"
|
|
96
|
+
},
|
|
97
|
+
"maxResults": {
|
|
98
|
+
"description": "The maximum number of results to return per source. Not supported in VertiGIS Studio Mobile.",
|
|
99
|
+
"type": "number"
|
|
100
|
+
},
|
|
101
|
+
"outFields": {
|
|
102
|
+
"description": "List of fields that should be returned that overrides the default out fields. Not supported in VertiGIS Studio Mobile.",
|
|
103
|
+
"items": {
|
|
104
|
+
"type": "string"
|
|
105
|
+
},
|
|
106
|
+
"type": "array"
|
|
107
|
+
},
|
|
108
|
+
"outSpatialReference": {
|
|
109
|
+
"description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
|
|
110
|
+
},
|
|
111
|
+
"pointTolerance": {
|
|
112
|
+
"description": "A tolerance value to use for point identify operations. All features falling within a buffer of this many logical pixels around the point will be returned by the identify operation. The default is 10. Not supported in VertiGIS Studio Mobile.",
|
|
113
|
+
"type": "number"
|
|
114
|
+
},
|
|
115
|
+
"polyTolerance": {
|
|
116
|
+
"description": "A tolerance value to use for polyline and polygon identify operations. All features falling within a buffer of this many logical pixels around the geometry will be returned by the identify operation. The default is\n2. Not supported in VertiGIS Studio Mobile.",
|
|
117
|
+
"type": "number"
|
|
118
|
+
},
|
|
119
|
+
"returnGeometry": {
|
|
120
|
+
"description": "Whether geometry for features should be returned. Not supported in VertiGIS Studio Mobile.",
|
|
121
|
+
"type": "boolean"
|
|
122
|
+
},
|
|
123
|
+
"sources": {
|
|
124
|
+
"description": "The feature sources to identify. Can be used instead of or in addition to \"maps\". Not supported in VertiGIS Studio Mobile (use \"maps\"). Source will be used in addition to the maps.",
|
|
125
|
+
"items": {
|
|
126
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
127
|
+
},
|
|
128
|
+
"type": "array"
|
|
129
|
+
},
|
|
130
|
+
"visibleLayersOnly": {
|
|
131
|
+
"description": "When \"map\" is specified, this determines whether to include only visible layers. The default is true. Not supported in VertiGIS Studio Mobile.",
|
|
132
|
+
"type": "boolean"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
Outputs: `Features`
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
# operation: tasks.query
|
|
141
|
+
Description: Returns features that match the supplied where clause. Web only.
|
|
142
|
+
|
|
143
|
+
Inputs: `QueryArgs`
|
|
144
|
+
|
|
145
|
+
QueryArgs properties:
|
|
146
|
+
```json
|
|
147
|
+
{
|
|
148
|
+
"geometry": {
|
|
149
|
+
"description": "The geometry to query by."
|
|
150
|
+
},
|
|
151
|
+
"maxAllowableOffset": {
|
|
152
|
+
"description": "The maximum allowable offset used for generalizing returned geometries.",
|
|
153
|
+
"type": "number"
|
|
154
|
+
},
|
|
155
|
+
"maxResults": {
|
|
156
|
+
"description": "The maximum number of results to return.",
|
|
157
|
+
"type": "number"
|
|
158
|
+
},
|
|
159
|
+
"outFields": {
|
|
160
|
+
"description": "Fields that should be returned for each feature.",
|
|
161
|
+
"items": {
|
|
162
|
+
"type": "string"
|
|
163
|
+
},
|
|
164
|
+
"type": "array"
|
|
165
|
+
},
|
|
166
|
+
"outSpatialReference": {
|
|
167
|
+
"description": "The spatial reference for the returned geometry."
|
|
168
|
+
},
|
|
169
|
+
"returnGeometry": {
|
|
170
|
+
"description": "Whether geometry for features should be returned.",
|
|
171
|
+
"type": "boolean"
|
|
172
|
+
},
|
|
173
|
+
"source": {
|
|
174
|
+
"description": "The feature source to query.",
|
|
175
|
+
"isRequired": "true"
|
|
176
|
+
},
|
|
177
|
+
"where": {
|
|
178
|
+
"description": "The where clause to query by.",
|
|
179
|
+
"type": "string",
|
|
180
|
+
"isRequired": "true"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
Outputs: `Features`
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
# operation: tasks.search
|
|
189
|
+
Description: Returns features that match the given search text.
|
|
190
|
+
|
|
191
|
+
Inputs: `SearchArgs`
|
|
192
|
+
|
|
193
|
+
SearchArgs properties:
|
|
194
|
+
```json
|
|
195
|
+
{
|
|
196
|
+
"disableSearchAreaExpansion": {
|
|
197
|
+
"description": "By default the search area will be expanded to try and return the specified maxResults. Set to true to disable this behavior. Not supported in VertiGIS Studio Mobile.",
|
|
198
|
+
"type": "boolean"
|
|
199
|
+
},
|
|
200
|
+
"mapViewpoint": {
|
|
201
|
+
"description": "The map Viewpoint at the time of the search. Mobile only."
|
|
202
|
+
},
|
|
203
|
+
"maps": {
|
|
204
|
+
"description": "The map(s) to search. Can be used instead of or in addition to \"sources\". This property is required in VertiGIS Studio Mobile."
|
|
205
|
+
},
|
|
206
|
+
"maxQueryResults": {
|
|
207
|
+
"description": "The maximum number of results to query per source, the results per source will still be limited by maxResults.",
|
|
208
|
+
"type": "number"
|
|
209
|
+
},
|
|
210
|
+
"maxResults": {
|
|
211
|
+
"description": "The maximum number of results to return per source.",
|
|
212
|
+
"type": "number"
|
|
213
|
+
},
|
|
214
|
+
"near": {
|
|
215
|
+
"description": "If specified, this will influence the score of spatial features based on their proximity to this point. Most commonly this would be the user's current location, but can be any point of interest. This option requires searchArea to also be specified. Not supported in VertiGIS Studio Mobile."
|
|
216
|
+
},
|
|
217
|
+
"outSpatialReference": {
|
|
218
|
+
"description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
|
|
219
|
+
},
|
|
220
|
+
"searchArea": {
|
|
221
|
+
"description": "If specified, results are limited to features that intersect the geometry. This property is required in VertiGIS Studio Mobile."
|
|
222
|
+
},
|
|
223
|
+
"searchText": {
|
|
224
|
+
"description": "The text to search for. Required.",
|
|
225
|
+
"type": "string",
|
|
226
|
+
"isRequired": "true"
|
|
227
|
+
},
|
|
228
|
+
"sourceId": {
|
|
229
|
+
"description": "Id of source to filter for.",
|
|
230
|
+
"type": "string"
|
|
231
|
+
},
|
|
232
|
+
"sources": {
|
|
233
|
+
"description": "The feature sources to search. Can be used instead of or in addition to \"maps\". Not supported in VertiGIS Studio Mobile (use \"maps\").",
|
|
234
|
+
"items": {
|
|
235
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
236
|
+
},
|
|
237
|
+
"type": "array"
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
Outputs: `Features`
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
# operation: tasks.suggest
|
|
246
|
+
Description: Returns values for a specified field from features meeting where clause criteria. Web only.
|
|
247
|
+
|
|
248
|
+
Inputs: `QueryArgs`
|
|
249
|
+
|
|
250
|
+
QueryArgs properties:
|
|
251
|
+
```json
|
|
252
|
+
{
|
|
253
|
+
"geometry": {
|
|
254
|
+
"description": "The geometry to query by."
|
|
255
|
+
},
|
|
256
|
+
"maxAllowableOffset": {
|
|
257
|
+
"description": "The maximum allowable offset used for generalizing returned geometries.",
|
|
258
|
+
"type": "number"
|
|
259
|
+
},
|
|
260
|
+
"maxResults": {
|
|
261
|
+
"description": "The maximum number of results to return.",
|
|
262
|
+
"type": "number"
|
|
263
|
+
},
|
|
264
|
+
"outFields": {
|
|
265
|
+
"description": "Fields that should be returned for each feature.",
|
|
266
|
+
"items": {
|
|
267
|
+
"type": "string"
|
|
268
|
+
},
|
|
269
|
+
"type": "array"
|
|
270
|
+
},
|
|
271
|
+
"outSpatialReference": {
|
|
272
|
+
"description": "The spatial reference for the returned geometry."
|
|
273
|
+
},
|
|
274
|
+
"returnGeometry": {
|
|
275
|
+
"description": "Whether geometry for features should be returned.",
|
|
276
|
+
"type": "boolean"
|
|
277
|
+
},
|
|
278
|
+
"source": {
|
|
279
|
+
"description": "The feature source to query.",
|
|
280
|
+
"isRequired": "true"
|
|
281
|
+
},
|
|
282
|
+
"where": {
|
|
283
|
+
"description": "The where clause to query by.",
|
|
284
|
+
"type": "string",
|
|
285
|
+
"isRequired": "true"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
```
|
|
289
|
+
|
|
290
|
+
Outputs: `Features`
|
|
291
|
+
|
|
292
|
+
---
|
|
293
|
+
# operation: tasks.supports-identify
|
|
294
|
+
Description: Returns a boolean depicting whether a FeatureSource supports identify. Web only.
|
|
295
|
+
|
|
296
|
+
Inputs: `( @vertigis.arcgis-extensions.data.FeatureSource.FeatureSource | SupportsIdentifyArgs )`
|
|
297
|
+
|
|
298
|
+
SupportsIdentifyArgs properties:
|
|
299
|
+
```json
|
|
300
|
+
{
|
|
301
|
+
"geometry": {
|
|
302
|
+
"description": "The geometry to identify by."
|
|
303
|
+
},
|
|
304
|
+
"options": {
|
|
305
|
+
"description": "The options for the identify operation."
|
|
306
|
+
},
|
|
307
|
+
"source": {
|
|
308
|
+
"description": "The feature source to identify.",
|
|
309
|
+
"isRequired": "true"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
Outputs: `boolean`
|
|
315
|
+
|
|
316
|
+
---
|
|
317
|
+
# operation: tasks.supports-query
|
|
318
|
+
Description: Returns a boolean depicting whether a FeatureSource supports query. Web only.
|
|
319
|
+
|
|
320
|
+
Inputs: `( @vertigis.arcgis-extensions.data.FeatureSource.FeatureSource | SupportsQueryArgs )`
|
|
321
|
+
|
|
322
|
+
SupportsQueryArgs properties:
|
|
323
|
+
```json
|
|
324
|
+
{
|
|
325
|
+
"source": {
|
|
326
|
+
"description": "The feature source to query.",
|
|
327
|
+
"isRequired": "true"
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
```
|
|
331
|
+
|
|
332
|
+
Outputs: `boolean`
|
|
333
|
+
|
|
334
|
+
---
|
|
335
|
+
# operation: tasks.supports-search
|
|
336
|
+
Description: Returns a boolean depicting whether a FeatureSource supports search. Web only.
|
|
337
|
+
|
|
338
|
+
Inputs: `@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource`
|
|
339
|
+
|
|
340
|
+
Outputs: `boolean`
|
|
341
|
+
|
|
342
|
+
---
|
|
343
|
+
# operation: tasks.supports-suggest
|
|
344
|
+
Description: Returns a boolean indicating whether a FeatureSource supports suggest. Web only.
|
|
345
|
+
|
|
346
|
+
Inputs: `( @vertigis.arcgis-extensions.data.FeatureSource.FeatureSource | SupportsQueryArgs )`
|
|
347
|
+
|
|
348
|
+
SupportsQueryArgs properties:
|
|
349
|
+
```json
|
|
350
|
+
{
|
|
351
|
+
"source": {
|
|
352
|
+
"description": "The feature source to query.",
|
|
353
|
+
"isRequired": "true"
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
```
|
|
357
|
+
|
|
358
|
+
Outputs: `boolean`
|
|
359
|
+
|
|
360
|
+
---
|