@vertigis/viewer-spec 61.8.0 → 61.9.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/common-action.schema.json +2 -136
- package/messaging/schema/common-event.schema.json +0 -7
- package/messaging/schema/mobile-action.schema.json +6 -163
- package/messaging/schema/mobile-event.schema.json +0 -31
- package/messaging/schema/web-action.schema.json +3 -289
- package/messaging/schema/web-charts-command-definitions.md +3 -210
- package/messaging/schema/web-drawing-operation-definitions.md +1 -82
- package/messaging/schema/web-edit-command-definitions.md +5 -214
- package/messaging/schema/web-event.schema.json +2 -43
- package/messaging/schema/web-geocode-operation-definitions.md +1 -1
- package/messaging/schema/web-geometry-operation-definitions.md +1 -73
- package/messaging/schema/web-kpi-command-definitions.md +3 -210
- package/messaging/schema/web-map-command-definitions.md +5 -218
- package/messaging/schema/web-results-command-definitions.md +4 -280
- package/messaging/schema/web-results-operation-definitions.md +5 -359
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"additionalProperties": false,
|
|
46
46
|
"properties": {
|
|
47
47
|
"item": {
|
|
48
|
-
"$ref": "T_1",
|
|
49
48
|
"description": "The item to add or remove from the collection."
|
|
50
49
|
}
|
|
51
50
|
},
|
|
@@ -728,7 +727,6 @@
|
|
|
728
727
|
"type": "boolean"
|
|
729
728
|
},
|
|
730
729
|
"intersectedGraphic": {
|
|
731
|
-
"$ref": "T_36",
|
|
732
730
|
"description": "The first [Graphic](https://developers.arcgis.com/javascript/latest/references/core/Graphic/) intersected by the line of sight. If no graphic is intersected then this property is `null`."
|
|
733
731
|
},
|
|
734
732
|
"intersectedLocation": {
|
|
@@ -736,7 +734,6 @@
|
|
|
736
734
|
"description": "A [Point](https://developers.arcgis.com/javascript/latest/references/core/geometry/Point/) representing the location where the line of sight first intersects the ground or 3D objects in the scene. If the target is visible this property is `null`."
|
|
737
735
|
},
|
|
738
736
|
"target": {
|
|
739
|
-
"$ref": "T_28",
|
|
740
737
|
"description": "Represents a target in a [LineOfSightAnalysis](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/) which is used to calculate the visibility from the [LineOfSightAnalysis.observer](https://developers.arcgis.com/javascript/latest/references/core/analysis/LineOfSightAnalysis/#observer)."
|
|
741
738
|
},
|
|
742
739
|
"visible": {
|
|
@@ -1299,9 +1296,6 @@
|
|
|
1299
1296
|
"anyOf": [
|
|
1300
1297
|
{
|
|
1301
1298
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"$ref": "T_4"
|
|
1305
1299
|
}
|
|
1306
1300
|
]
|
|
1307
1301
|
},
|
|
@@ -1328,9 +1322,6 @@
|
|
|
1328
1322
|
"anyOf": [
|
|
1329
1323
|
{
|
|
1330
1324
|
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"$ref": "T_3"
|
|
1334
1325
|
}
|
|
1335
1326
|
]
|
|
1336
1327
|
},
|
|
@@ -1376,9 +1367,6 @@
|
|
|
1376
1367
|
},
|
|
1377
1368
|
"field": {
|
|
1378
1369
|
"anyOf": [
|
|
1379
|
-
{
|
|
1380
|
-
"$ref": "T_6"
|
|
1381
|
-
},
|
|
1382
1370
|
{
|
|
1383
1371
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties"
|
|
1384
1372
|
},
|
|
@@ -1580,9 +1568,6 @@
|
|
|
1580
1568
|
"anyOf": [
|
|
1581
1569
|
{
|
|
1582
1570
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"$ref": "T_5"
|
|
1586
1571
|
}
|
|
1587
1572
|
]
|
|
1588
1573
|
},
|
|
@@ -1592,9 +1577,6 @@
|
|
|
1592
1577
|
"description": "See {@link data /Schema!Schema.fields}.",
|
|
1593
1578
|
"items": {
|
|
1594
1579
|
"anyOf": [
|
|
1595
|
-
{
|
|
1596
|
-
"$ref": "T_6"
|
|
1597
|
-
},
|
|
1598
1580
|
{
|
|
1599
1581
|
"$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson"
|
|
1600
1582
|
}
|
|
@@ -1856,7 +1838,6 @@
|
|
|
1856
1838
|
"description": "Raised after an item is added or removed from an {@link ObservableMap}.",
|
|
1857
1839
|
"properties": {
|
|
1858
1840
|
"item": {
|
|
1859
|
-
"$ref": "T",
|
|
1860
1841
|
"description": "The item to add or remove from the collection."
|
|
1861
1842
|
},
|
|
1862
1843
|
"target": {
|
|
@@ -2617,9 +2598,6 @@
|
|
|
2617
2598
|
"anyOf": [
|
|
2618
2599
|
{
|
|
2619
2600
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"$ref": "T_13"
|
|
2623
2601
|
}
|
|
2624
2602
|
]
|
|
2625
2603
|
},
|
|
@@ -2759,9 +2737,6 @@
|
|
|
2759
2737
|
{
|
|
2760
2738
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
2761
2739
|
},
|
|
2762
|
-
{
|
|
2763
|
-
"$ref": "T_13"
|
|
2764
|
-
},
|
|
2765
2740
|
{
|
|
2766
2741
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2767
2742
|
},
|
|
@@ -2776,9 +2751,6 @@
|
|
|
2776
2751
|
"anyOf": [
|
|
2777
2752
|
{
|
|
2778
2753
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2779
|
-
},
|
|
2780
|
-
{
|
|
2781
|
-
"$ref": "T_13"
|
|
2782
2754
|
}
|
|
2783
2755
|
]
|
|
2784
2756
|
},
|
|
@@ -2793,9 +2765,6 @@
|
|
|
2793
2765
|
{
|
|
2794
2766
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
2795
2767
|
},
|
|
2796
|
-
{
|
|
2797
|
-
"$ref": "T_18"
|
|
2798
|
-
},
|
|
2799
2768
|
{
|
|
2800
2769
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2801
2770
|
},
|
|
@@ -2848,9 +2817,6 @@
|
|
|
2848
2817
|
{
|
|
2849
2818
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
2850
2819
|
},
|
|
2851
|
-
{
|
|
2852
|
-
"$ref": "T_18"
|
|
2853
|
-
},
|
|
2854
2820
|
{
|
|
2855
2821
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2856
2822
|
},
|
|
@@ -2913,9 +2879,6 @@
|
|
|
2913
2879
|
{
|
|
2914
2880
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
2915
2881
|
},
|
|
2916
|
-
{
|
|
2917
|
-
"$ref": "T_18"
|
|
2918
|
-
},
|
|
2919
2882
|
{
|
|
2920
2883
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2921
2884
|
}
|
|
@@ -3718,9 +3681,7 @@
|
|
|
3718
3681
|
"properties": {
|
|
3719
3682
|
"features": {
|
|
3720
3683
|
"description": "Features containing geometries to print. Web only.",
|
|
3721
|
-
"items": {
|
|
3722
|
-
"$ref": "T_13"
|
|
3723
|
-
},
|
|
3684
|
+
"items": {},
|
|
3724
3685
|
"type": "array"
|
|
3725
3686
|
}
|
|
3726
3687
|
},
|
|
@@ -4445,9 +4406,7 @@
|
|
|
4445
4406
|
"properties": {
|
|
4446
4407
|
"attachments": {
|
|
4447
4408
|
"description": "An array of attachments that apply or are to be applied to the currently edited feature.",
|
|
4448
|
-
"items": {
|
|
4449
|
-
"$ref": "T_10"
|
|
4450
|
-
},
|
|
4409
|
+
"items": {},
|
|
4451
4410
|
"type": "array"
|
|
4452
4411
|
},
|
|
4453
4412
|
"attributes": {
|
|
@@ -9,7 +9,7 @@ Outputs: `CaptureGeometryResult`
|
|
|
9
9
|
# operation: geometry.buffer
|
|
10
10
|
Description: Buffers a set of geometries by some distance to create a multi-part polygon geometry. The distance value respects the user's preferences and falls back on the default configured for the viewer session. Web only.
|
|
11
11
|
|
|
12
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic |
|
|
12
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | HasFeatures | @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.FeatureJson.FeatureJson | @arcgis.core.rest.support.FeatureSet.FeatureSet | ( @arcgis.core.Graphic.Graphic | esri.rest-api.FeatureJson.FeatureJson )[] | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson | ( @arcgis.core.geometry.Extent.Extent | @arcgis.core.geometry.Multipoint.Multipoint | @arcgis.core.geometry.Point.Point | @arcgis.core.geometry.Polyline.Polyline | @arcgis.core.geometry.Mesh.Mesh | esri.rest-api.GeometryJson.PointJson | esri.rest-api.GeometryJson.MultipointJson | esri.rest-api.GeometryJson.PolylineJson | esri.rest-api.GeometryJson.PolygonJson | esri.rest-api.GeometryJson.ExtentJson )[] | HasGeometry | BufferGeometryArgs )`
|
|
13
13
|
|
|
14
14
|
CreateGraphicsResult properties:
|
|
15
15
|
```json
|
|
@@ -29,75 +29,6 @@ CreateGraphicsResult properties:
|
|
|
29
29
|
}
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
33
|
-
```json
|
|
34
|
-
{
|
|
35
|
-
"attributes": {
|
|
36
|
-
"anyOf": [
|
|
37
|
-
{},
|
|
38
|
-
{
|
|
39
|
-
"$ref": "Map"
|
|
40
|
-
}
|
|
41
|
-
],
|
|
42
|
-
"description": "The feature's attributes, keyed by field name."
|
|
43
|
-
},
|
|
44
|
-
"failureMode": {
|
|
45
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
46
|
-
},
|
|
47
|
-
"geometry": {
|
|
48
|
-
"anyOf": [
|
|
49
|
-
{
|
|
50
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"$ref": "T_6"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"description": "The feature's geometry."
|
|
84
|
-
},
|
|
85
|
-
"id": {
|
|
86
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
87
|
-
"type": "string"
|
|
88
|
-
},
|
|
89
|
-
"schema": {
|
|
90
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
91
|
-
},
|
|
92
|
-
"settings": {
|
|
93
|
-
"description": "Settings for this feature."
|
|
94
|
-
},
|
|
95
|
-
"source": {
|
|
96
|
-
"description": "The source of the feature."
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
```
|
|
100
|
-
|
|
101
32
|
HasFeatures properties:
|
|
102
33
|
```json
|
|
103
34
|
{
|
|
@@ -465,9 +396,6 @@ ProjectArgs properties:
|
|
|
465
396
|
{
|
|
466
397
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
467
398
|
},
|
|
468
|
-
{
|
|
469
|
-
"$ref": "T_18"
|
|
470
|
-
},
|
|
471
399
|
{
|
|
472
400
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
473
401
|
},
|
|
@@ -1,76 +1,7 @@
|
|
|
1
1
|
# command: kpi.add-features
|
|
2
2
|
Description: Add one or more features to active KPI cards. Web only.
|
|
3
3
|
|
|
4
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream |
|
|
5
|
-
|
|
6
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
7
|
-
```json
|
|
8
|
-
{
|
|
9
|
-
"attributes": {
|
|
10
|
-
"anyOf": [
|
|
11
|
-
{},
|
|
12
|
-
{
|
|
13
|
-
"$ref": "Map"
|
|
14
|
-
}
|
|
15
|
-
],
|
|
16
|
-
"description": "The feature's attributes, keyed by field name."
|
|
17
|
-
},
|
|
18
|
-
"failureMode": {
|
|
19
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
20
|
-
},
|
|
21
|
-
"geometry": {
|
|
22
|
-
"anyOf": [
|
|
23
|
-
{
|
|
24
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"$ref": "T_6"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"description": "The feature's geometry."
|
|
58
|
-
},
|
|
59
|
-
"id": {
|
|
60
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
61
|
-
"type": "string"
|
|
62
|
-
},
|
|
63
|
-
"schema": {
|
|
64
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
65
|
-
},
|
|
66
|
-
"settings": {
|
|
67
|
-
"description": "Settings for this feature."
|
|
68
|
-
},
|
|
69
|
-
"source": {
|
|
70
|
-
"description": "The source of the feature."
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
```
|
|
4
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateKpiCardFeaturesArgs )`
|
|
74
5
|
|
|
75
6
|
Results properties:
|
|
76
7
|
```json
|
|
@@ -123,76 +54,7 @@ Model properties:
|
|
|
123
54
|
# command: kpi.display
|
|
124
55
|
Description: Displays the KPI card and updates it with provided features. Web only.
|
|
125
56
|
|
|
126
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream |
|
|
127
|
-
|
|
128
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
129
|
-
```json
|
|
130
|
-
{
|
|
131
|
-
"attributes": {
|
|
132
|
-
"anyOf": [
|
|
133
|
-
{},
|
|
134
|
-
{
|
|
135
|
-
"$ref": "Map"
|
|
136
|
-
}
|
|
137
|
-
],
|
|
138
|
-
"description": "The feature's attributes, keyed by field name."
|
|
139
|
-
},
|
|
140
|
-
"failureMode": {
|
|
141
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
142
|
-
},
|
|
143
|
-
"geometry": {
|
|
144
|
-
"anyOf": [
|
|
145
|
-
{
|
|
146
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"$ref": "T_6"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
177
|
-
}
|
|
178
|
-
],
|
|
179
|
-
"description": "The feature's geometry."
|
|
180
|
-
},
|
|
181
|
-
"id": {
|
|
182
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
183
|
-
"type": "string"
|
|
184
|
-
},
|
|
185
|
-
"schema": {
|
|
186
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
187
|
-
},
|
|
188
|
-
"settings": {
|
|
189
|
-
"description": "Settings for this feature."
|
|
190
|
-
},
|
|
191
|
-
"source": {
|
|
192
|
-
"description": "The source of the feature."
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
```
|
|
57
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateKpiCardFeaturesArgs )`
|
|
196
58
|
|
|
197
59
|
Results properties:
|
|
198
60
|
```json
|
|
@@ -223,76 +85,7 @@ UpdateKpiCardFeaturesArgs properties:
|
|
|
223
85
|
# command: kpi.remove-features
|
|
224
86
|
Description: Remove one or more features from active KPI cards. Web only.
|
|
225
87
|
|
|
226
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream |
|
|
227
|
-
|
|
228
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
229
|
-
```json
|
|
230
|
-
{
|
|
231
|
-
"attributes": {
|
|
232
|
-
"anyOf": [
|
|
233
|
-
{},
|
|
234
|
-
{
|
|
235
|
-
"$ref": "Map"
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
"description": "The feature's attributes, keyed by field name."
|
|
239
|
-
},
|
|
240
|
-
"failureMode": {
|
|
241
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
242
|
-
},
|
|
243
|
-
"geometry": {
|
|
244
|
-
"anyOf": [
|
|
245
|
-
{
|
|
246
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"$ref": "T_6"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"description": "The feature's geometry."
|
|
280
|
-
},
|
|
281
|
-
"id": {
|
|
282
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
283
|
-
"type": "string"
|
|
284
|
-
},
|
|
285
|
-
"schema": {
|
|
286
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
287
|
-
},
|
|
288
|
-
"settings": {
|
|
289
|
-
"description": "Settings for this feature."
|
|
290
|
-
},
|
|
291
|
-
"source": {
|
|
292
|
-
"description": "The source of the feature."
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
```
|
|
88
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateKpiCardFeaturesArgs )`
|
|
296
89
|
|
|
297
90
|
Results properties:
|
|
298
91
|
```json
|