@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
|
@@ -463,7 +463,7 @@ Features properties:
|
|
|
463
463
|
# command: map.go-to-geometry
|
|
464
464
|
Description: Zooms to (without animation) one or many geometries on the targeted map(s). Web only.
|
|
465
465
|
|
|
466
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic |
|
|
466
|
+
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 | HasMapGeometry )`
|
|
467
467
|
|
|
468
468
|
CreateGraphicsResult properties:
|
|
469
469
|
```json
|
|
@@ -483,75 +483,6 @@ CreateGraphicsResult properties:
|
|
|
483
483
|
}
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
487
|
-
```json
|
|
488
|
-
{
|
|
489
|
-
"attributes": {
|
|
490
|
-
"anyOf": [
|
|
491
|
-
{},
|
|
492
|
-
{
|
|
493
|
-
"$ref": "Map"
|
|
494
|
-
}
|
|
495
|
-
],
|
|
496
|
-
"description": "The feature's attributes, keyed by field name."
|
|
497
|
-
},
|
|
498
|
-
"failureMode": {
|
|
499
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
500
|
-
},
|
|
501
|
-
"geometry": {
|
|
502
|
-
"anyOf": [
|
|
503
|
-
{
|
|
504
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"$ref": "T_6"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
520
|
-
},
|
|
521
|
-
{
|
|
522
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
535
|
-
}
|
|
536
|
-
],
|
|
537
|
-
"description": "The feature's geometry."
|
|
538
|
-
},
|
|
539
|
-
"id": {
|
|
540
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
541
|
-
"type": "string"
|
|
542
|
-
},
|
|
543
|
-
"schema": {
|
|
544
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
545
|
-
},
|
|
546
|
-
"settings": {
|
|
547
|
-
"description": "Settings for this feature."
|
|
548
|
-
},
|
|
549
|
-
"source": {
|
|
550
|
-
"description": "The source of the feature."
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
```
|
|
554
|
-
|
|
555
486
|
HasFeatures properties:
|
|
556
487
|
```json
|
|
557
488
|
{
|
|
@@ -969,7 +900,7 @@ ZoomToScaleArgs properties:
|
|
|
969
900
|
# command: map.go-to-viewpoint
|
|
970
901
|
Description: Zooms to (without animation) the given viewpoint. Web only.
|
|
971
902
|
|
|
972
|
-
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | @arcgis.core.Viewpoint.Viewpoint | esri.rest-api.ViewpointJson.ViewpointJson |
|
|
903
|
+
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | @arcgis.core.Viewpoint.Viewpoint | esri.rest-api.ViewpointJson.ViewpointJson | ZoomToViewpointArgs )`
|
|
973
904
|
|
|
974
905
|
@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties properties:
|
|
975
906
|
```json
|
|
@@ -1036,9 +967,6 @@ ZoomToViewpointArgs properties:
|
|
|
1036
967
|
{
|
|
1037
968
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
1038
969
|
},
|
|
1039
|
-
{
|
|
1040
|
-
"$ref": "T_52"
|
|
1041
|
-
},
|
|
1042
970
|
{
|
|
1043
971
|
"type": "string"
|
|
1044
972
|
}
|
|
@@ -1091,7 +1019,7 @@ ZoomToFeaturesArgs properties:
|
|
|
1091
1019
|
# command: map.pan-to-geometry
|
|
1092
1020
|
Description: Pan (without zooming) to one or many geometries on the targeted map(s). Web only.
|
|
1093
1021
|
|
|
1094
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic |
|
|
1022
|
+
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 | HasMapGeometry )`
|
|
1095
1023
|
|
|
1096
1024
|
CreateGraphicsResult properties:
|
|
1097
1025
|
```json
|
|
@@ -1111,75 +1039,6 @@ CreateGraphicsResult properties:
|
|
|
1111
1039
|
}
|
|
1112
1040
|
```
|
|
1113
1041
|
|
|
1114
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
1115
|
-
```json
|
|
1116
|
-
{
|
|
1117
|
-
"attributes": {
|
|
1118
|
-
"anyOf": [
|
|
1119
|
-
{},
|
|
1120
|
-
{
|
|
1121
|
-
"$ref": "Map"
|
|
1122
|
-
}
|
|
1123
|
-
],
|
|
1124
|
-
"description": "The feature's attributes, keyed by field name."
|
|
1125
|
-
},
|
|
1126
|
-
"failureMode": {
|
|
1127
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
1128
|
-
},
|
|
1129
|
-
"geometry": {
|
|
1130
|
-
"anyOf": [
|
|
1131
|
-
{
|
|
1132
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1139
|
-
},
|
|
1140
|
-
{
|
|
1141
|
-
"$ref": "T_6"
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"description": "The feature's geometry."
|
|
1166
|
-
},
|
|
1167
|
-
"id": {
|
|
1168
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
1169
|
-
"type": "string"
|
|
1170
|
-
},
|
|
1171
|
-
"schema": {
|
|
1172
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
1173
|
-
},
|
|
1174
|
-
"settings": {
|
|
1175
|
-
"description": "Settings for this feature."
|
|
1176
|
-
},
|
|
1177
|
-
"source": {
|
|
1178
|
-
"description": "The source of the feature."
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
```
|
|
1182
|
-
|
|
1183
1042
|
HasFeatures properties:
|
|
1184
1043
|
```json
|
|
1185
1044
|
{
|
|
@@ -1756,7 +1615,7 @@ ZoomToFeaturesArgs properties:
|
|
|
1756
1615
|
# command: map.zoom-to-geometry
|
|
1757
1616
|
Description: Zooms to one or many geometries. Web only.
|
|
1758
1617
|
|
|
1759
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | CreateGraphicsResult | @arcgis.core.Graphic.Graphic |
|
|
1618
|
+
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 | HasMapGeometry )`
|
|
1760
1619
|
|
|
1761
1620
|
CreateGraphicsResult properties:
|
|
1762
1621
|
```json
|
|
@@ -1776,75 +1635,6 @@ CreateGraphicsResult properties:
|
|
|
1776
1635
|
}
|
|
1777
1636
|
```
|
|
1778
1637
|
|
|
1779
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
1780
|
-
```json
|
|
1781
|
-
{
|
|
1782
|
-
"attributes": {
|
|
1783
|
-
"anyOf": [
|
|
1784
|
-
{},
|
|
1785
|
-
{
|
|
1786
|
-
"$ref": "Map"
|
|
1787
|
-
}
|
|
1788
|
-
],
|
|
1789
|
-
"description": "The feature's attributes, keyed by field name."
|
|
1790
|
-
},
|
|
1791
|
-
"failureMode": {
|
|
1792
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
1793
|
-
},
|
|
1794
|
-
"geometry": {
|
|
1795
|
-
"anyOf": [
|
|
1796
|
-
{
|
|
1797
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
1801
|
-
},
|
|
1802
|
-
{
|
|
1803
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1804
|
-
},
|
|
1805
|
-
{
|
|
1806
|
-
"$ref": "T_6"
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1810
|
-
},
|
|
1811
|
-
{
|
|
1812
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
1828
|
-
}
|
|
1829
|
-
],
|
|
1830
|
-
"description": "The feature's geometry."
|
|
1831
|
-
},
|
|
1832
|
-
"id": {
|
|
1833
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
1834
|
-
"type": "string"
|
|
1835
|
-
},
|
|
1836
|
-
"schema": {
|
|
1837
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
1838
|
-
},
|
|
1839
|
-
"settings": {
|
|
1840
|
-
"description": "Settings for this feature."
|
|
1841
|
-
},
|
|
1842
|
-
"source": {
|
|
1843
|
-
"description": "The source of the feature."
|
|
1844
|
-
}
|
|
1845
|
-
}
|
|
1846
|
-
```
|
|
1847
|
-
|
|
1848
1638
|
HasFeatures properties:
|
|
1849
1639
|
```json
|
|
1850
1640
|
{
|
|
@@ -2281,7 +2071,7 @@ ZoomToScaleArgs properties:
|
|
|
2281
2071
|
# command: map.zoom-to-viewpoint
|
|
2282
2072
|
Description: Go to the given viewpoint.
|
|
2283
2073
|
|
|
2284
|
-
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | @arcgis.core.Viewpoint.Viewpoint | esri.rest-api.ViewpointJson.ViewpointJson |
|
|
2074
|
+
Inputs: `( @vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties | @arcgis.core.Viewpoint.Viewpoint | esri.rest-api.ViewpointJson.ViewpointJson | ZoomToViewpointArgs )`
|
|
2285
2075
|
|
|
2286
2076
|
@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties properties:
|
|
2287
2077
|
```json
|
|
@@ -2348,9 +2138,6 @@ ZoomToViewpointArgs properties:
|
|
|
2348
2138
|
{
|
|
2349
2139
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
2350
2140
|
},
|
|
2351
|
-
{
|
|
2352
|
-
"$ref": "T_52"
|
|
2353
|
-
},
|
|
2354
2141
|
{
|
|
2355
2142
|
"type": "string"
|
|
2356
2143
|
}
|
|
@@ -82,76 +82,7 @@ TargetsResultsSetArgs properties:
|
|
|
82
82
|
# command: results.display
|
|
83
83
|
Description: Presents features to the user within any components that can display features, such as a feature list, feature table, or feature details component. The argument is the features to display, or an object specifying both features and the target results component to update (Web only). If features are specified, they will overwrite any incoming features from previous operations up the action chain.
|
|
84
84
|
|
|
85
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream |
|
|
86
|
-
|
|
87
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
88
|
-
```json
|
|
89
|
-
{
|
|
90
|
-
"attributes": {
|
|
91
|
-
"anyOf": [
|
|
92
|
-
{},
|
|
93
|
-
{
|
|
94
|
-
"$ref": "Map"
|
|
95
|
-
}
|
|
96
|
-
],
|
|
97
|
-
"description": "The feature's attributes, keyed by field name."
|
|
98
|
-
},
|
|
99
|
-
"failureMode": {
|
|
100
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
101
|
-
},
|
|
102
|
-
"geometry": {
|
|
103
|
-
"anyOf": [
|
|
104
|
-
{
|
|
105
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"$ref": "T_6"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
136
|
-
}
|
|
137
|
-
],
|
|
138
|
-
"description": "The feature's geometry."
|
|
139
|
-
},
|
|
140
|
-
"id": {
|
|
141
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
142
|
-
"type": "string"
|
|
143
|
-
},
|
|
144
|
-
"schema": {
|
|
145
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
146
|
-
},
|
|
147
|
-
"settings": {
|
|
148
|
-
"description": "Settings for this feature."
|
|
149
|
-
},
|
|
150
|
-
"source": {
|
|
151
|
-
"description": "The source of the feature."
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
```
|
|
85
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
|
|
155
86
|
|
|
156
87
|
Results properties:
|
|
157
88
|
```json
|
|
@@ -185,76 +116,7 @@ UpdateResultsFeaturesArgs properties:
|
|
|
185
116
|
# command: results.display-details
|
|
186
117
|
Description: Presents feature details to the user within the feature-details component. The argument is the feature(s) to display, or an object specifying both features and the target results component to update (this object, UpdateResultsFeaturesArgs, is Web only).
|
|
187
118
|
|
|
188
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream |
|
|
189
|
-
|
|
190
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
191
|
-
```json
|
|
192
|
-
{
|
|
193
|
-
"attributes": {
|
|
194
|
-
"anyOf": [
|
|
195
|
-
{},
|
|
196
|
-
{
|
|
197
|
-
"$ref": "Map"
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"description": "The feature's attributes, keyed by field name."
|
|
201
|
-
},
|
|
202
|
-
"failureMode": {
|
|
203
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
204
|
-
},
|
|
205
|
-
"geometry": {
|
|
206
|
-
"anyOf": [
|
|
207
|
-
{
|
|
208
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"$ref": "T_6"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
239
|
-
}
|
|
240
|
-
],
|
|
241
|
-
"description": "The feature's geometry."
|
|
242
|
-
},
|
|
243
|
-
"id": {
|
|
244
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
245
|
-
"type": "string"
|
|
246
|
-
},
|
|
247
|
-
"schema": {
|
|
248
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
249
|
-
},
|
|
250
|
-
"settings": {
|
|
251
|
-
"description": "Settings for this feature."
|
|
252
|
-
},
|
|
253
|
-
"source": {
|
|
254
|
-
"description": "The source of the feature."
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
```
|
|
119
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
|
|
258
120
|
|
|
259
121
|
Results properties:
|
|
260
122
|
```json
|
|
@@ -288,76 +150,7 @@ UpdateResultsFeaturesArgs properties:
|
|
|
288
150
|
# command: results.display-new-details
|
|
289
151
|
Description: Presents new feature details to the user within the feature-details component. If the feature-details component is contained within a panel, a 'back' button will be provided to navigate to the previous content; otherwise, the content of the feature-details component will be replaced.
|
|
290
152
|
|
|
291
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream |
|
|
292
|
-
|
|
293
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
294
|
-
```json
|
|
295
|
-
{
|
|
296
|
-
"attributes": {
|
|
297
|
-
"anyOf": [
|
|
298
|
-
{},
|
|
299
|
-
{
|
|
300
|
-
"$ref": "Map"
|
|
301
|
-
}
|
|
302
|
-
],
|
|
303
|
-
"description": "The feature's attributes, keyed by field name."
|
|
304
|
-
},
|
|
305
|
-
"failureMode": {
|
|
306
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
307
|
-
},
|
|
308
|
-
"geometry": {
|
|
309
|
-
"anyOf": [
|
|
310
|
-
{
|
|
311
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
"$ref": "T_6"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
342
|
-
}
|
|
343
|
-
],
|
|
344
|
-
"description": "The feature's geometry."
|
|
345
|
-
},
|
|
346
|
-
"id": {
|
|
347
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
348
|
-
"type": "string"
|
|
349
|
-
},
|
|
350
|
-
"schema": {
|
|
351
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
352
|
-
},
|
|
353
|
-
"settings": {
|
|
354
|
-
"description": "Settings for this feature."
|
|
355
|
-
},
|
|
356
|
-
"source": {
|
|
357
|
-
"description": "The source of the feature."
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
```
|
|
153
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
|
|
361
154
|
|
|
362
155
|
Results properties:
|
|
363
156
|
```json
|
|
@@ -391,76 +184,7 @@ UpdateResultsFeaturesArgs properties:
|
|
|
391
184
|
# command: results.display-summary
|
|
392
185
|
Description: Presents a feature summary to the user within the feature-summary component. The argument is the feature(s) to display, or an object specifying both features and the target results component to update. Web only.
|
|
393
186
|
|
|
394
|
-
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream |
|
|
395
|
-
|
|
396
|
-
@vertigis.arcgis-extensions.data.Feature.FeatureProperties properties:
|
|
397
|
-
```json
|
|
398
|
-
{
|
|
399
|
-
"attributes": {
|
|
400
|
-
"anyOf": [
|
|
401
|
-
{},
|
|
402
|
-
{
|
|
403
|
-
"$ref": "Map"
|
|
404
|
-
}
|
|
405
|
-
],
|
|
406
|
-
"description": "The feature's attributes, keyed by field name."
|
|
407
|
-
},
|
|
408
|
-
"failureMode": {
|
|
409
|
-
"description": "See {@link support /InitializableBase!InitializableBase.failureMode}."
|
|
410
|
-
},
|
|
411
|
-
"geometry": {
|
|
412
|
-
"anyOf": [
|
|
413
|
-
{
|
|
414
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Extent.Extent"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Multipoint.Multipoint"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"$ref": "T_6"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
"$ref": "#/definitions/@arcgis.core.geometry.Mesh.Mesh"
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
|
|
445
|
-
}
|
|
446
|
-
],
|
|
447
|
-
"description": "The feature's geometry."
|
|
448
|
-
},
|
|
449
|
-
"id": {
|
|
450
|
-
"description": "The unique ID to assign to the entity. If not specified, one will be generated.",
|
|
451
|
-
"type": "string"
|
|
452
|
-
},
|
|
453
|
-
"schema": {
|
|
454
|
-
"description": "Metadata about the feature, such as fields, domains, geometry type, etc."
|
|
455
|
-
},
|
|
456
|
-
"settings": {
|
|
457
|
-
"description": "Settings for this feature."
|
|
458
|
-
},
|
|
459
|
-
"source": {
|
|
460
|
-
"description": "The source of the feature."
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
```
|
|
187
|
+
Inputs: `( @vertigis.api-docs.Features FeatureSet|FeatureList|FeatureStream | ( @vertigis.arcgis-extensions.data.Feature.FeatureProperties )[] | Results | UpdateResultsFeaturesArgs )`
|
|
464
188
|
|
|
465
189
|
Results properties:
|
|
466
190
|
```json
|