@vertigis/viewer-spec 61.7.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/registry/results.d.ts +17 -0
- package/messaging/registry/results.js +1 -1
- 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 +74 -283
- 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 +29 -284
- 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",
|
|
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_25",
|
|
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_19",
|
|
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": {
|
|
@@ -1205,9 +1202,6 @@
|
|
|
1205
1202
|
{
|
|
1206
1203
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1207
1204
|
},
|
|
1208
|
-
{
|
|
1209
|
-
"$ref": "T_4"
|
|
1210
|
-
},
|
|
1211
1205
|
{
|
|
1212
1206
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1213
1207
|
},
|
|
@@ -1265,9 +1259,6 @@
|
|
|
1265
1259
|
"anyOf": [
|
|
1266
1260
|
{
|
|
1267
1261
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
"$ref": "T_40"
|
|
1271
1262
|
}
|
|
1272
1263
|
]
|
|
1273
1264
|
},
|
|
@@ -1294,9 +1285,6 @@
|
|
|
1294
1285
|
"anyOf": [
|
|
1295
1286
|
{
|
|
1296
1287
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"$ref": "T_39"
|
|
1300
1288
|
}
|
|
1301
1289
|
]
|
|
1302
1290
|
},
|
|
@@ -1342,9 +1330,6 @@
|
|
|
1342
1330
|
},
|
|
1343
1331
|
"field": {
|
|
1344
1332
|
"anyOf": [
|
|
1345
|
-
{
|
|
1346
|
-
"$ref": "T_42"
|
|
1347
|
-
},
|
|
1348
1333
|
{
|
|
1349
1334
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties"
|
|
1350
1335
|
},
|
|
@@ -1546,9 +1531,6 @@
|
|
|
1546
1531
|
"anyOf": [
|
|
1547
1532
|
{
|
|
1548
1533
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"$ref": "T_41"
|
|
1552
1534
|
}
|
|
1553
1535
|
]
|
|
1554
1536
|
},
|
|
@@ -1558,9 +1540,6 @@
|
|
|
1558
1540
|
"description": "See {@link data /Schema!Schema.fields}.",
|
|
1559
1541
|
"items": {
|
|
1560
1542
|
"anyOf": [
|
|
1561
|
-
{
|
|
1562
|
-
"$ref": "T_42"
|
|
1563
|
-
},
|
|
1564
1543
|
{
|
|
1565
1544
|
"$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson"
|
|
1566
1545
|
}
|
|
@@ -1902,9 +1881,6 @@
|
|
|
1902
1881
|
"@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
|
|
1903
1882
|
"anyOf": [
|
|
1904
1883
|
{},
|
|
1905
|
-
{
|
|
1906
|
-
"$ref": "T_60"
|
|
1907
|
-
},
|
|
1908
1884
|
{
|
|
1909
1885
|
"type": "string"
|
|
1910
1886
|
}
|
|
@@ -1950,7 +1926,6 @@
|
|
|
1950
1926
|
"description": "Raised after an item is added or removed from an {@link ObservableMap}.",
|
|
1951
1927
|
"properties": {
|
|
1952
1928
|
"item": {
|
|
1953
|
-
"$ref": "T_45",
|
|
1954
1929
|
"description": "The item to add or remove from the collection."
|
|
1955
1930
|
},
|
|
1956
1931
|
"target": {
|
|
@@ -2166,9 +2141,6 @@
|
|
|
2166
2141
|
"properties": {
|
|
2167
2142
|
"geometry": {
|
|
2168
2143
|
"anyOf": [
|
|
2169
|
-
{
|
|
2170
|
-
"$ref": "T_4"
|
|
2171
|
-
},
|
|
2172
2144
|
{
|
|
2173
2145
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2174
2146
|
}
|
|
@@ -2195,9 +2167,6 @@
|
|
|
2195
2167
|
"properties": {
|
|
2196
2168
|
"geometry": {
|
|
2197
2169
|
"anyOf": [
|
|
2198
|
-
{
|
|
2199
|
-
"$ref": "T_4"
|
|
2200
|
-
},
|
|
2201
2170
|
{
|
|
2202
2171
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2203
2172
|
}
|
|
@@ -2784,9 +2753,6 @@
|
|
|
2784
2753
|
{
|
|
2785
2754
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
2786
2755
|
},
|
|
2787
|
-
{
|
|
2788
|
-
"$ref": "T_60"
|
|
2789
|
-
},
|
|
2790
2756
|
{
|
|
2791
2757
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2792
2758
|
},
|
|
@@ -2801,9 +2767,6 @@
|
|
|
2801
2767
|
"anyOf": [
|
|
2802
2768
|
{
|
|
2803
2769
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2804
|
-
},
|
|
2805
|
-
{
|
|
2806
|
-
"$ref": "T_60"
|
|
2807
2770
|
}
|
|
2808
2771
|
]
|
|
2809
2772
|
},
|
|
@@ -2818,9 +2781,6 @@
|
|
|
2818
2781
|
{
|
|
2819
2782
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
2820
2783
|
},
|
|
2821
|
-
{
|
|
2822
|
-
"$ref": "T_6"
|
|
2823
|
-
},
|
|
2824
2784
|
{
|
|
2825
2785
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2826
2786
|
},
|
|
@@ -2873,9 +2833,6 @@
|
|
|
2873
2833
|
{
|
|
2874
2834
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
2875
2835
|
},
|
|
2876
|
-
{
|
|
2877
|
-
"$ref": "T_6"
|
|
2878
|
-
},
|
|
2879
2836
|
{
|
|
2880
2837
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2881
2838
|
},
|
|
@@ -3706,9 +3663,7 @@
|
|
|
3706
3663
|
"properties": {
|
|
3707
3664
|
"coincidentFeatures": {
|
|
3708
3665
|
"description": "Any coincident Features that were included in the geometry editing session, if topological editing was enabled. Web only.",
|
|
3709
|
-
"items": {
|
|
3710
|
-
"$ref": "T_60"
|
|
3711
|
-
},
|
|
3666
|
+
"items": {},
|
|
3712
3667
|
"type": "array"
|
|
3713
3668
|
},
|
|
3714
3669
|
"coincidentGraphics": {
|
|
@@ -4003,9 +3958,6 @@
|
|
|
4003
3958
|
},
|
|
4004
3959
|
"Features": {
|
|
4005
3960
|
"anyOf": [
|
|
4006
|
-
{
|
|
4007
|
-
"$ref": "T_60"
|
|
4008
|
-
},
|
|
4009
3961
|
{
|
|
4010
3962
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
4011
3963
|
},
|
|
@@ -4020,9 +3972,6 @@
|
|
|
4020
3972
|
"anyOf": [
|
|
4021
3973
|
{
|
|
4022
3974
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
4023
|
-
},
|
|
4024
|
-
{
|
|
4025
|
-
"$ref": "T_60"
|
|
4026
3975
|
}
|
|
4027
3976
|
]
|
|
4028
3977
|
},
|
|
@@ -4053,9 +4002,6 @@
|
|
|
4053
4002
|
"anyOf": [
|
|
4054
4003
|
{
|
|
4055
4004
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
4056
|
-
},
|
|
4057
|
-
{
|
|
4058
|
-
"$ref": "T_60"
|
|
4059
4005
|
}
|
|
4060
4006
|
]
|
|
4061
4007
|
},
|
|
@@ -4150,9 +4096,6 @@
|
|
|
4150
4096
|
},
|
|
4151
4097
|
"sublayer": {
|
|
4152
4098
|
"anyOf": [
|
|
4153
|
-
{
|
|
4154
|
-
"$ref": "T_9"
|
|
4155
|
-
},
|
|
4156
4099
|
{
|
|
4157
4100
|
"type": "number"
|
|
4158
4101
|
}
|
|
@@ -4294,9 +4237,6 @@
|
|
|
4294
4237
|
{
|
|
4295
4238
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
4296
4239
|
},
|
|
4297
|
-
{
|
|
4298
|
-
"$ref": "T_60"
|
|
4299
|
-
},
|
|
4300
4240
|
{
|
|
4301
4241
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
4302
4242
|
},
|
|
@@ -4311,9 +4251,6 @@
|
|
|
4311
4251
|
"anyOf": [
|
|
4312
4252
|
{
|
|
4313
4253
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
4314
|
-
},
|
|
4315
|
-
{
|
|
4316
|
-
"$ref": "T_60"
|
|
4317
4254
|
}
|
|
4318
4255
|
]
|
|
4319
4256
|
},
|
|
@@ -4328,9 +4265,6 @@
|
|
|
4328
4265
|
{
|
|
4329
4266
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
4330
4267
|
},
|
|
4331
|
-
{
|
|
4332
|
-
"$ref": "T_4"
|
|
4333
|
-
},
|
|
4334
4268
|
{
|
|
4335
4269
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4336
4270
|
},
|
|
@@ -4383,9 +4317,6 @@
|
|
|
4383
4317
|
{
|
|
4384
4318
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
4385
4319
|
},
|
|
4386
|
-
{
|
|
4387
|
-
"$ref": "T_4"
|
|
4388
|
-
},
|
|
4389
4320
|
{
|
|
4390
4321
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4391
4322
|
},
|
|
@@ -4465,9 +4396,6 @@
|
|
|
4465
4396
|
{
|
|
4466
4397
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
4467
4398
|
},
|
|
4468
|
-
{
|
|
4469
|
-
"$ref": "T_4"
|
|
4470
|
-
},
|
|
4471
4399
|
{
|
|
4472
4400
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4473
4401
|
},
|
|
@@ -4488,9 +4416,6 @@
|
|
|
4488
4416
|
{
|
|
4489
4417
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
4490
4418
|
},
|
|
4491
|
-
{
|
|
4492
|
-
"$ref": "T_4"
|
|
4493
|
-
},
|
|
4494
4419
|
{
|
|
4495
4420
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
4496
4421
|
}
|
|
@@ -5399,9 +5324,7 @@
|
|
|
5399
5324
|
"properties": {
|
|
5400
5325
|
"attachments": {
|
|
5401
5326
|
"description": "The attachment to open.",
|
|
5402
|
-
"items": {
|
|
5403
|
-
"$ref": "T_46"
|
|
5404
|
-
},
|
|
5327
|
+
"items": {},
|
|
5405
5328
|
"type": "array"
|
|
5406
5329
|
},
|
|
5407
5330
|
"sender": {
|
|
@@ -5674,9 +5597,6 @@
|
|
|
5674
5597
|
"properties": {
|
|
5675
5598
|
"geometry": {
|
|
5676
5599
|
"anyOf": [
|
|
5677
|
-
{
|
|
5678
|
-
"$ref": "T_4"
|
|
5679
|
-
},
|
|
5680
5600
|
{
|
|
5681
5601
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
5682
5602
|
}
|
|
@@ -5703,9 +5623,6 @@
|
|
|
5703
5623
|
"properties": {
|
|
5704
5624
|
"geometry": {
|
|
5705
5625
|
"anyOf": [
|
|
5706
|
-
{
|
|
5707
|
-
"$ref": "T_4"
|
|
5708
|
-
},
|
|
5709
5626
|
{
|
|
5710
5627
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
5711
5628
|
}
|
|
@@ -6335,9 +6252,6 @@
|
|
|
6335
6252
|
},
|
|
6336
6253
|
"ShowResultsArgs": {
|
|
6337
6254
|
"anyOf": [
|
|
6338
|
-
{
|
|
6339
|
-
"$ref": "T_60"
|
|
6340
|
-
},
|
|
6341
6255
|
{
|
|
6342
6256
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
6343
6257
|
},
|
|
@@ -6352,9 +6266,6 @@
|
|
|
6352
6266
|
"anyOf": [
|
|
6353
6267
|
{
|
|
6354
6268
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
6355
|
-
},
|
|
6356
|
-
{
|
|
6357
|
-
"$ref": "T_60"
|
|
6358
6269
|
}
|
|
6359
6270
|
]
|
|
6360
6271
|
},
|
|
@@ -7292,9 +7203,6 @@
|
|
|
7292
7203
|
{
|
|
7293
7204
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
7294
7205
|
},
|
|
7295
|
-
{
|
|
7296
|
-
"$ref": "T_52"
|
|
7297
|
-
},
|
|
7298
7206
|
{
|
|
7299
7207
|
"type": "string"
|
|
7300
7208
|
}
|
|
@@ -7457,9 +7365,6 @@
|
|
|
7457
7365
|
{
|
|
7458
7366
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
7459
7367
|
},
|
|
7460
|
-
{
|
|
7461
|
-
"$ref": "T_60"
|
|
7462
|
-
},
|
|
7463
7368
|
{
|
|
7464
7369
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
7465
7370
|
},
|
|
@@ -7474,9 +7379,6 @@
|
|
|
7474
7379
|
"anyOf": [
|
|
7475
7380
|
{
|
|
7476
7381
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
7477
|
-
},
|
|
7478
|
-
{
|
|
7479
|
-
"$ref": "T_60"
|
|
7480
7382
|
}
|
|
7481
7383
|
]
|
|
7482
7384
|
},
|
|
@@ -7491,9 +7393,6 @@
|
|
|
7491
7393
|
{
|
|
7492
7394
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
7493
7395
|
},
|
|
7494
|
-
{
|
|
7495
|
-
"$ref": "T_6"
|
|
7496
|
-
},
|
|
7497
7396
|
{
|
|
7498
7397
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
7499
7398
|
},
|
|
@@ -7546,9 +7445,6 @@
|
|
|
7546
7445
|
{
|
|
7547
7446
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
7548
7447
|
},
|
|
7549
|
-
{
|
|
7550
|
-
"$ref": "T_6"
|
|
7551
|
-
},
|
|
7552
7448
|
{
|
|
7553
7449
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
7554
7450
|
},
|
|
@@ -7630,9 +7526,6 @@
|
|
|
7630
7526
|
},
|
|
7631
7527
|
"edit.add-feature:input": {
|
|
7632
7528
|
"anyOf": [
|
|
7633
|
-
{
|
|
7634
|
-
"$ref": "T_60"
|
|
7635
|
-
},
|
|
7636
7529
|
{
|
|
7637
7530
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
7638
7531
|
},
|
|
@@ -7647,9 +7540,6 @@
|
|
|
7647
7540
|
"anyOf": [
|
|
7648
7541
|
{
|
|
7649
7542
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
7650
|
-
},
|
|
7651
|
-
{
|
|
7652
|
-
"$ref": "T_60"
|
|
7653
7543
|
}
|
|
7654
7544
|
]
|
|
7655
7545
|
},
|
|
@@ -7689,9 +7579,6 @@
|
|
|
7689
7579
|
},
|
|
7690
7580
|
"edit.delete-features:input": {
|
|
7691
7581
|
"anyOf": [
|
|
7692
|
-
{
|
|
7693
|
-
"$ref": "T_60"
|
|
7694
|
-
},
|
|
7695
7582
|
{
|
|
7696
7583
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
7697
7584
|
},
|
|
@@ -7706,9 +7593,6 @@
|
|
|
7706
7593
|
"anyOf": [
|
|
7707
7594
|
{
|
|
7708
7595
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
7709
|
-
},
|
|
7710
|
-
{
|
|
7711
|
-
"$ref": "T_60"
|
|
7712
7596
|
}
|
|
7713
7597
|
]
|
|
7714
7598
|
},
|
|
@@ -7755,9 +7639,6 @@
|
|
|
7755
7639
|
},
|
|
7756
7640
|
"edit.display-update-feature:input": {
|
|
7757
7641
|
"anyOf": [
|
|
7758
|
-
{
|
|
7759
|
-
"$ref": "T_60"
|
|
7760
|
-
},
|
|
7761
7642
|
{
|
|
7762
7643
|
"$ref": "#/definitions/DisplayUpdateFeatureArgs"
|
|
7763
7644
|
}
|
|
@@ -7771,9 +7652,6 @@
|
|
|
7771
7652
|
},
|
|
7772
7653
|
"edit.update-feature:input": {
|
|
7773
7654
|
"anyOf": [
|
|
7774
|
-
{
|
|
7775
|
-
"$ref": "T_60"
|
|
7776
|
-
},
|
|
7777
7655
|
{
|
|
7778
7656
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
7779
7657
|
},
|
|
@@ -7788,9 +7666,6 @@
|
|
|
7788
7666
|
"anyOf": [
|
|
7789
7667
|
{
|
|
7790
7668
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
7791
|
-
},
|
|
7792
|
-
{
|
|
7793
|
-
"$ref": "T_60"
|
|
7794
7669
|
}
|
|
7795
7670
|
]
|
|
7796
7671
|
},
|
|
@@ -7810,12 +7685,8 @@
|
|
|
7810
7685
|
"edit.update-gnss-metadata"
|
|
7811
7686
|
]
|
|
7812
7687
|
},
|
|
7813
|
-
"edit.update-gnss-metadata:input": {
|
|
7814
|
-
|
|
7815
|
-
},
|
|
7816
|
-
"edit.update-gnss-metadata:output": {
|
|
7817
|
-
"$ref": "T_60"
|
|
7818
|
-
},
|
|
7688
|
+
"edit.update-gnss-metadata:input": {},
|
|
7689
|
+
"edit.update-gnss-metadata:output": {},
|
|
7819
7690
|
"esri.rest-api.AnnotationLayerJson.AnnotationLayerJson": {
|
|
7820
7691
|
"additionalProperties": false,
|
|
7821
7692
|
"description": "Annotation layers can be created by referencing a layer from a feature service. Annotation layers honor any feature templates configured in the source document.",
|
|
@@ -18957,9 +18828,7 @@
|
|
|
18957
18828
|
"geocode.reverse-geocode:input": {
|
|
18958
18829
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
18959
18830
|
},
|
|
18960
|
-
"geocode.reverse-geocode:output": {
|
|
18961
|
-
"$ref": "T_60"
|
|
18962
|
-
},
|
|
18831
|
+
"geocode.reverse-geocode:output": {},
|
|
18963
18832
|
"geocode.suggest": {
|
|
18964
18833
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
18965
18834
|
"enum": [
|
|
@@ -19799,9 +19668,6 @@
|
|
|
19799
19668
|
{
|
|
19800
19669
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
19801
19670
|
},
|
|
19802
|
-
{
|
|
19803
|
-
"$ref": "T_52"
|
|
19804
|
-
},
|
|
19805
19671
|
{
|
|
19806
19672
|
"$ref": "#/definitions/ZoomToViewpointArgs"
|
|
19807
19673
|
}
|
|
@@ -20234,9 +20100,6 @@
|
|
|
20234
20100
|
},
|
|
20235
20101
|
"results.display-details:input": {
|
|
20236
20102
|
"anyOf": [
|
|
20237
|
-
{
|
|
20238
|
-
"$ref": "T_60"
|
|
20239
|
-
},
|
|
20240
20103
|
{
|
|
20241
20104
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
20242
20105
|
},
|
|
@@ -20251,9 +20114,6 @@
|
|
|
20251
20114
|
"anyOf": [
|
|
20252
20115
|
{
|
|
20253
20116
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
20254
|
-
},
|
|
20255
|
-
{
|
|
20256
|
-
"$ref": "T_60"
|
|
20257
20117
|
}
|
|
20258
20118
|
]
|
|
20259
20119
|
},
|
|
@@ -20275,9 +20135,6 @@
|
|
|
20275
20135
|
},
|
|
20276
20136
|
"results.display-new-details:input": {
|
|
20277
20137
|
"anyOf": [
|
|
20278
|
-
{
|
|
20279
|
-
"$ref": "T_60"
|
|
20280
|
-
},
|
|
20281
20138
|
{
|
|
20282
20139
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
20283
20140
|
},
|
|
@@ -20292,9 +20149,6 @@
|
|
|
20292
20149
|
"anyOf": [
|
|
20293
20150
|
{
|
|
20294
20151
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
20295
|
-
},
|
|
20296
|
-
{
|
|
20297
|
-
"$ref": "T_60"
|
|
20298
20152
|
}
|
|
20299
20153
|
]
|
|
20300
20154
|
},
|
|
@@ -20310,9 +20164,6 @@
|
|
|
20310
20164
|
},
|
|
20311
20165
|
"results.display:input": {
|
|
20312
20166
|
"anyOf": [
|
|
20313
|
-
{
|
|
20314
|
-
"$ref": "T_60"
|
|
20315
|
-
},
|
|
20316
20167
|
{
|
|
20317
20168
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
20318
20169
|
},
|
|
@@ -20327,9 +20178,6 @@
|
|
|
20327
20178
|
"anyOf": [
|
|
20328
20179
|
{
|
|
20329
20180
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
20330
|
-
},
|
|
20331
|
-
{
|
|
20332
|
-
"$ref": "T_60"
|
|
20333
20181
|
}
|
|
20334
20182
|
]
|
|
20335
20183
|
},
|
|
@@ -20364,12 +20212,7 @@
|
|
|
20364
20212
|
"results.hide-details:input": {
|
|
20365
20213
|
"anyOf": [
|
|
20366
20214
|
{
|
|
20367
|
-
"
|
|
20368
|
-
},
|
|
20369
|
-
{
|
|
20370
|
-
"items": {
|
|
20371
|
-
"$ref": "T_60"
|
|
20372
|
-
},
|
|
20215
|
+
"items": {},
|
|
20373
20216
|
"type": "array"
|
|
20374
20217
|
}
|
|
20375
20218
|
]
|
|
@@ -39,7 +39,6 @@
|
|
|
39
39
|
"additionalProperties": false,
|
|
40
40
|
"properties": {
|
|
41
41
|
"item": {
|
|
42
|
-
"$ref": "T_1",
|
|
43
42
|
"description": "The item to add or remove from the collection."
|
|
44
43
|
}
|
|
45
44
|
},
|
|
@@ -713,7 +712,6 @@
|
|
|
713
712
|
"type": "boolean"
|
|
714
713
|
},
|
|
715
714
|
"intersectedGraphic": {
|
|
716
|
-
"$ref": "T_37",
|
|
717
715
|
"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`."
|
|
718
716
|
},
|
|
719
717
|
"intersectedLocation": {
|
|
@@ -721,7 +719,6 @@
|
|
|
721
719
|
"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`."
|
|
722
720
|
},
|
|
723
721
|
"target": {
|
|
724
|
-
"$ref": "T_32",
|
|
725
722
|
"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)."
|
|
726
723
|
},
|
|
727
724
|
"visible": {
|
|
@@ -1179,9 +1176,6 @@
|
|
|
1179
1176
|
{
|
|
1180
1177
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
1181
1178
|
},
|
|
1182
|
-
{
|
|
1183
|
-
"$ref": "T_17"
|
|
1184
|
-
},
|
|
1185
1179
|
{
|
|
1186
1180
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
1187
1181
|
},
|
|
@@ -1239,9 +1233,6 @@
|
|
|
1239
1233
|
"anyOf": [
|
|
1240
1234
|
{
|
|
1241
1235
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"$ref": "T_4"
|
|
1245
1236
|
}
|
|
1246
1237
|
]
|
|
1247
1238
|
},
|
|
@@ -1268,9 +1259,6 @@
|
|
|
1268
1259
|
"anyOf": [
|
|
1269
1260
|
{
|
|
1270
1261
|
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"$ref": "T_3"
|
|
1274
1262
|
}
|
|
1275
1263
|
]
|
|
1276
1264
|
},
|
|
@@ -1316,9 +1304,6 @@
|
|
|
1316
1304
|
},
|
|
1317
1305
|
"field": {
|
|
1318
1306
|
"anyOf": [
|
|
1319
|
-
{
|
|
1320
|
-
"$ref": "T_6"
|
|
1321
|
-
},
|
|
1322
1307
|
{
|
|
1323
1308
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties"
|
|
1324
1309
|
},
|
|
@@ -1520,9 +1505,6 @@
|
|
|
1520
1505
|
"anyOf": [
|
|
1521
1506
|
{
|
|
1522
1507
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"$ref": "T_5"
|
|
1526
1508
|
}
|
|
1527
1509
|
]
|
|
1528
1510
|
},
|
|
@@ -1532,9 +1514,6 @@
|
|
|
1532
1514
|
"description": "See {@link data /Schema!Schema.fields}.",
|
|
1533
1515
|
"items": {
|
|
1534
1516
|
"anyOf": [
|
|
1535
|
-
{
|
|
1536
|
-
"$ref": "T_6"
|
|
1537
|
-
},
|
|
1538
1517
|
{
|
|
1539
1518
|
"$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson"
|
|
1540
1519
|
}
|
|
@@ -1796,7 +1775,6 @@
|
|
|
1796
1775
|
"description": "Raised after an item is added or removed from an {@link ObservableMap}.",
|
|
1797
1776
|
"properties": {
|
|
1798
1777
|
"item": {
|
|
1799
|
-
"$ref": "T",
|
|
1800
1778
|
"description": "The item to add or remove from the collection."
|
|
1801
1779
|
},
|
|
1802
1780
|
"target": {
|
|
@@ -2423,9 +2401,6 @@
|
|
|
2423
2401
|
"anyOf": [
|
|
2424
2402
|
{
|
|
2425
2403
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"$ref": "T_60"
|
|
2429
2404
|
}
|
|
2430
2405
|
]
|
|
2431
2406
|
},
|
|
@@ -2439,9 +2414,6 @@
|
|
|
2439
2414
|
},
|
|
2440
2415
|
"FeaturesLike": {
|
|
2441
2416
|
"anyOf": [
|
|
2442
|
-
{
|
|
2443
|
-
"$ref": "T_60"
|
|
2444
|
-
},
|
|
2445
2417
|
{
|
|
2446
2418
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2447
2419
|
},
|
|
@@ -2456,9 +2428,6 @@
|
|
|
2456
2428
|
"anyOf": [
|
|
2457
2429
|
{
|
|
2458
2430
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2459
|
-
},
|
|
2460
|
-
{
|
|
2461
|
-
"$ref": "T_60"
|
|
2462
2431
|
}
|
|
2463
2432
|
]
|
|
2464
2433
|
},
|