@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
|
@@ -42,7 +42,6 @@
|
|
|
42
42
|
"additionalProperties": false,
|
|
43
43
|
"properties": {
|
|
44
44
|
"item": {
|
|
45
|
-
"$ref": "T_1",
|
|
46
45
|
"description": "The item to add or remove from the collection."
|
|
47
46
|
}
|
|
48
47
|
},
|
|
@@ -728,7 +727,6 @@
|
|
|
728
727
|
"type": "boolean"
|
|
729
728
|
},
|
|
730
729
|
"intersectedGraphic": {
|
|
731
|
-
"$ref": "T_38",
|
|
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_33",
|
|
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": {
|
|
@@ -1254,9 +1251,6 @@
|
|
|
1254
1251
|
"anyOf": [
|
|
1255
1252
|
{
|
|
1256
1253
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.Hyperlink.HyperlinkProperties"
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"$ref": "T_4"
|
|
1260
1254
|
}
|
|
1261
1255
|
]
|
|
1262
1256
|
},
|
|
@@ -1283,9 +1277,6 @@
|
|
|
1283
1277
|
"anyOf": [
|
|
1284
1278
|
{
|
|
1285
1279
|
"$ref": "@vertigis.arcgis-extensions.data.PopupContentExtension.PopupContentExtensionProperties"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"$ref": "T_3"
|
|
1289
1280
|
}
|
|
1290
1281
|
]
|
|
1291
1282
|
},
|
|
@@ -1331,9 +1322,6 @@
|
|
|
1331
1322
|
},
|
|
1332
1323
|
"field": {
|
|
1333
1324
|
"anyOf": [
|
|
1334
|
-
{
|
|
1335
|
-
"$ref": "T_6"
|
|
1336
|
-
},
|
|
1337
1325
|
{
|
|
1338
1326
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldProperties"
|
|
1339
1327
|
},
|
|
@@ -1535,9 +1523,6 @@
|
|
|
1535
1523
|
"anyOf": [
|
|
1536
1524
|
{
|
|
1537
1525
|
"$ref": "#/definitions/@vertigis.arcgis-extensions.data.FieldExtension.FieldExtensionProperties"
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"$ref": "T_5"
|
|
1541
1526
|
}
|
|
1542
1527
|
]
|
|
1543
1528
|
},
|
|
@@ -1547,9 +1532,6 @@
|
|
|
1547
1532
|
"description": "See {@link data /Schema!Schema.fields}.",
|
|
1548
1533
|
"items": {
|
|
1549
1534
|
"anyOf": [
|
|
1550
|
-
{
|
|
1551
|
-
"$ref": "T_6"
|
|
1552
|
-
},
|
|
1553
1535
|
{
|
|
1554
1536
|
"$ref": "#/definitions/esri.rest-api.FieldJson.FieldJson"
|
|
1555
1537
|
}
|
|
@@ -1934,9 +1916,6 @@
|
|
|
1934
1916
|
"@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
|
|
1935
1917
|
"anyOf": [
|
|
1936
1918
|
{},
|
|
1937
|
-
{
|
|
1938
|
-
"$ref": "T_60"
|
|
1939
|
-
},
|
|
1940
1919
|
{
|
|
1941
1920
|
"type": "string"
|
|
1942
1921
|
}
|
|
@@ -2062,7 +2041,6 @@
|
|
|
2062
2041
|
"description": "Raised after an item is added or removed from an {@link ObservableMap}.",
|
|
2063
2042
|
"properties": {
|
|
2064
2043
|
"item": {
|
|
2065
|
-
"$ref": "T",
|
|
2066
2044
|
"description": "The item to add or remove from the collection."
|
|
2067
2045
|
},
|
|
2068
2046
|
"target": {
|
|
@@ -2531,9 +2509,6 @@
|
|
|
2531
2509
|
"AddressLike": {
|
|
2532
2510
|
"anyOf": [
|
|
2533
2511
|
{},
|
|
2534
|
-
{
|
|
2535
|
-
"$ref": "T_13"
|
|
2536
|
-
},
|
|
2537
2512
|
{
|
|
2538
2513
|
"type": "string"
|
|
2539
2514
|
}
|
|
@@ -2842,9 +2817,6 @@
|
|
|
2842
2817
|
{
|
|
2843
2818
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
2844
2819
|
},
|
|
2845
|
-
{
|
|
2846
|
-
"$ref": "T_18"
|
|
2847
|
-
},
|
|
2848
2820
|
{
|
|
2849
2821
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
2850
2822
|
},
|
|
@@ -2919,9 +2891,6 @@
|
|
|
2919
2891
|
"anyOf": [
|
|
2920
2892
|
{
|
|
2921
2893
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2922
|
-
},
|
|
2923
|
-
{
|
|
2924
|
-
"$ref": "T_13"
|
|
2925
2894
|
}
|
|
2926
2895
|
]
|
|
2927
2896
|
},
|
|
@@ -3417,9 +3386,6 @@
|
|
|
3417
3386
|
{
|
|
3418
3387
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
3419
3388
|
},
|
|
3420
|
-
{
|
|
3421
|
-
"$ref": "T_60"
|
|
3422
|
-
},
|
|
3423
3389
|
{
|
|
3424
3390
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3425
3391
|
},
|
|
@@ -3434,9 +3400,6 @@
|
|
|
3434
3400
|
"anyOf": [
|
|
3435
3401
|
{
|
|
3436
3402
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
3437
|
-
},
|
|
3438
|
-
{
|
|
3439
|
-
"$ref": "T_60"
|
|
3440
3403
|
}
|
|
3441
3404
|
]
|
|
3442
3405
|
},
|
|
@@ -3451,9 +3414,6 @@
|
|
|
3451
3414
|
{
|
|
3452
3415
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
3453
3416
|
},
|
|
3454
|
-
{
|
|
3455
|
-
"$ref": "T_6"
|
|
3456
|
-
},
|
|
3457
3417
|
{
|
|
3458
3418
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
3459
3419
|
},
|
|
@@ -3506,9 +3466,6 @@
|
|
|
3506
3466
|
{
|
|
3507
3467
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
3508
3468
|
},
|
|
3509
|
-
{
|
|
3510
|
-
"$ref": "T_6"
|
|
3511
|
-
},
|
|
3512
3469
|
{
|
|
3513
3470
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
3514
3471
|
},
|
|
@@ -4601,9 +4558,7 @@
|
|
|
4601
4558
|
"properties": {
|
|
4602
4559
|
"coincidentFeatures": {
|
|
4603
4560
|
"description": "Any coincident Features that were included in the geometry editing session, if topological editing was enabled. Web only.",
|
|
4604
|
-
"items": {
|
|
4605
|
-
"$ref": "T_60"
|
|
4606
|
-
},
|
|
4561
|
+
"items": {},
|
|
4607
4562
|
"type": "array"
|
|
4608
4563
|
},
|
|
4609
4564
|
"coincidentGraphics": {
|
|
@@ -5226,9 +5181,6 @@
|
|
|
5226
5181
|
},
|
|
5227
5182
|
"Features": {
|
|
5228
5183
|
"anyOf": [
|
|
5229
|
-
{
|
|
5230
|
-
"$ref": "T_13"
|
|
5231
|
-
},
|
|
5232
5184
|
{
|
|
5233
5185
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
5234
5186
|
},
|
|
@@ -5243,9 +5195,6 @@
|
|
|
5243
5195
|
"anyOf": [
|
|
5244
5196
|
{
|
|
5245
5197
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
5246
|
-
},
|
|
5247
|
-
{
|
|
5248
|
-
"$ref": "T_13"
|
|
5249
5198
|
}
|
|
5250
5199
|
]
|
|
5251
5200
|
},
|
|
@@ -5259,9 +5208,6 @@
|
|
|
5259
5208
|
},
|
|
5260
5209
|
"FeaturesLike": {
|
|
5261
5210
|
"anyOf": [
|
|
5262
|
-
{
|
|
5263
|
-
"$ref": "T_13"
|
|
5264
|
-
},
|
|
5265
5211
|
{
|
|
5266
5212
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
5267
5213
|
},
|
|
@@ -5276,9 +5222,6 @@
|
|
|
5276
5222
|
"anyOf": [
|
|
5277
5223
|
{
|
|
5278
5224
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
5279
|
-
},
|
|
5280
|
-
{
|
|
5281
|
-
"$ref": "T_13"
|
|
5282
5225
|
}
|
|
5283
5226
|
]
|
|
5284
5227
|
},
|
|
@@ -5406,9 +5349,6 @@
|
|
|
5406
5349
|
{
|
|
5407
5350
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
5408
5351
|
},
|
|
5409
|
-
{
|
|
5410
|
-
"$ref": "T_13"
|
|
5411
|
-
},
|
|
5412
5352
|
{
|
|
5413
5353
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
5414
5354
|
},
|
|
@@ -5423,9 +5363,6 @@
|
|
|
5423
5363
|
"anyOf": [
|
|
5424
5364
|
{
|
|
5425
5365
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
5426
|
-
},
|
|
5427
|
-
{
|
|
5428
|
-
"$ref": "T_13"
|
|
5429
5366
|
}
|
|
5430
5367
|
]
|
|
5431
5368
|
},
|
|
@@ -5794,9 +5731,6 @@
|
|
|
5794
5731
|
},
|
|
5795
5732
|
"sublayer": {
|
|
5796
5733
|
"anyOf": [
|
|
5797
|
-
{
|
|
5798
|
-
"$ref": "T_9"
|
|
5799
|
-
},
|
|
5800
5734
|
{
|
|
5801
5735
|
"type": "number"
|
|
5802
5736
|
}
|
|
@@ -6075,9 +6009,6 @@
|
|
|
6075
6009
|
{
|
|
6076
6010
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
6077
6011
|
},
|
|
6078
|
-
{
|
|
6079
|
-
"$ref": "T_13"
|
|
6080
|
-
},
|
|
6081
6012
|
{
|
|
6082
6013
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
6083
6014
|
},
|
|
@@ -6092,9 +6023,6 @@
|
|
|
6092
6023
|
"anyOf": [
|
|
6093
6024
|
{
|
|
6094
6025
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
6095
|
-
},
|
|
6096
|
-
{
|
|
6097
|
-
"$ref": "T_13"
|
|
6098
6026
|
}
|
|
6099
6027
|
]
|
|
6100
6028
|
},
|
|
@@ -6112,9 +6040,6 @@
|
|
|
6112
6040
|
{
|
|
6113
6041
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
6114
6042
|
},
|
|
6115
|
-
{
|
|
6116
|
-
"$ref": "T_18"
|
|
6117
|
-
},
|
|
6118
6043
|
{
|
|
6119
6044
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
6120
6045
|
},
|
|
@@ -6167,9 +6092,6 @@
|
|
|
6167
6092
|
{
|
|
6168
6093
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
6169
6094
|
},
|
|
6170
|
-
{
|
|
6171
|
-
"$ref": "T_18"
|
|
6172
|
-
},
|
|
6173
6095
|
{
|
|
6174
6096
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
6175
6097
|
},
|
|
@@ -6264,9 +6186,6 @@
|
|
|
6264
6186
|
{
|
|
6265
6187
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
6266
6188
|
},
|
|
6267
|
-
{
|
|
6268
|
-
"$ref": "T_13"
|
|
6269
|
-
},
|
|
6270
6189
|
{
|
|
6271
6190
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
6272
6191
|
},
|
|
@@ -6281,9 +6200,6 @@
|
|
|
6281
6200
|
"anyOf": [
|
|
6282
6201
|
{
|
|
6283
6202
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
6284
|
-
},
|
|
6285
|
-
{
|
|
6286
|
-
"$ref": "T_13"
|
|
6287
6203
|
}
|
|
6288
6204
|
]
|
|
6289
6205
|
},
|
|
@@ -6298,9 +6214,6 @@
|
|
|
6298
6214
|
{
|
|
6299
6215
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
6300
6216
|
},
|
|
6301
|
-
{
|
|
6302
|
-
"$ref": "T_18"
|
|
6303
|
-
},
|
|
6304
6217
|
{
|
|
6305
6218
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
6306
6219
|
},
|
|
@@ -6353,9 +6266,6 @@
|
|
|
6353
6266
|
{
|
|
6354
6267
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
6355
6268
|
},
|
|
6356
|
-
{
|
|
6357
|
-
"$ref": "T_18"
|
|
6358
|
-
},
|
|
6359
6269
|
{
|
|
6360
6270
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
6361
6271
|
},
|
|
@@ -6471,9 +6381,6 @@
|
|
|
6471
6381
|
{
|
|
6472
6382
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
6473
6383
|
},
|
|
6474
|
-
{
|
|
6475
|
-
"$ref": "T_18"
|
|
6476
|
-
},
|
|
6477
6384
|
{
|
|
6478
6385
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
6479
6386
|
}
|
|
@@ -8531,9 +8438,6 @@
|
|
|
8531
8438
|
{
|
|
8532
8439
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
8533
8440
|
},
|
|
8534
|
-
{
|
|
8535
|
-
"$ref": "T_18"
|
|
8536
|
-
},
|
|
8537
8441
|
{
|
|
8538
8442
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
8539
8443
|
},
|
|
@@ -10218,9 +10122,6 @@
|
|
|
10218
10122
|
},
|
|
10219
10123
|
"ShowResultsArgs": {
|
|
10220
10124
|
"anyOf": [
|
|
10221
|
-
{
|
|
10222
|
-
"$ref": "T_13"
|
|
10223
|
-
},
|
|
10224
10125
|
{
|
|
10225
10126
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
10226
10127
|
},
|
|
@@ -10235,9 +10136,6 @@
|
|
|
10235
10136
|
"anyOf": [
|
|
10236
10137
|
{
|
|
10237
10138
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
10238
|
-
},
|
|
10239
|
-
{
|
|
10240
|
-
"$ref": "T_13"
|
|
10241
10139
|
}
|
|
10242
10140
|
]
|
|
10243
10141
|
},
|
|
@@ -11102,6 +11000,20 @@
|
|
|
11102
11000
|
],
|
|
11103
11001
|
"type": "object"
|
|
11104
11002
|
},
|
|
11003
|
+
"ToGpxConversionArgs": {
|
|
11004
|
+
"additionalProperties": false,
|
|
11005
|
+
"description": "Arguments for the \"results.convert-to-gpx\" operation.",
|
|
11006
|
+
"properties": {
|
|
11007
|
+
"features": {
|
|
11008
|
+
"$ref": "#/definitions/Features",
|
|
11009
|
+
"description": "The feature(s) to convert."
|
|
11010
|
+
}
|
|
11011
|
+
},
|
|
11012
|
+
"required": [
|
|
11013
|
+
"features"
|
|
11014
|
+
],
|
|
11015
|
+
"type": "object"
|
|
11016
|
+
},
|
|
11105
11017
|
"ToShapefileConversionArgs": {
|
|
11106
11018
|
"additionalProperties": false,
|
|
11107
11019
|
"description": "Arguments for the \"results.convert-to-shapefile\" operation.",
|
|
@@ -11630,9 +11542,7 @@
|
|
|
11630
11542
|
"properties": {
|
|
11631
11543
|
"attachments": {
|
|
11632
11544
|
"description": "An array of attachments that apply or are to be applied to the currently edited feature.",
|
|
11633
|
-
"items": {
|
|
11634
|
-
"$ref": "T_10"
|
|
11635
|
-
},
|
|
11545
|
+
"items": {},
|
|
11636
11546
|
"type": "array"
|
|
11637
11547
|
},
|
|
11638
11548
|
"attributes": {
|
|
@@ -12072,9 +11982,6 @@
|
|
|
12072
11982
|
{
|
|
12073
11983
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
12074
11984
|
},
|
|
12075
|
-
{
|
|
12076
|
-
"$ref": "T_53"
|
|
12077
|
-
},
|
|
12078
11985
|
{
|
|
12079
11986
|
"type": "string"
|
|
12080
11987
|
}
|
|
@@ -12236,9 +12143,6 @@
|
|
|
12236
12143
|
},
|
|
12237
12144
|
"charts.add-features:input": {
|
|
12238
12145
|
"anyOf": [
|
|
12239
|
-
{
|
|
12240
|
-
"$ref": "T_13"
|
|
12241
|
-
},
|
|
12242
12146
|
{
|
|
12243
12147
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
12244
12148
|
},
|
|
@@ -12253,9 +12157,6 @@
|
|
|
12253
12157
|
"anyOf": [
|
|
12254
12158
|
{
|
|
12255
12159
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
12256
|
-
},
|
|
12257
|
-
{
|
|
12258
|
-
"$ref": "T_13"
|
|
12259
12160
|
}
|
|
12260
12161
|
]
|
|
12261
12162
|
},
|
|
@@ -12296,9 +12197,6 @@
|
|
|
12296
12197
|
},
|
|
12297
12198
|
"charts.display:input": {
|
|
12298
12199
|
"anyOf": [
|
|
12299
|
-
{
|
|
12300
|
-
"$ref": "T_13"
|
|
12301
|
-
},
|
|
12302
12200
|
{
|
|
12303
12201
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
12304
12202
|
},
|
|
@@ -12313,9 +12211,6 @@
|
|
|
12313
12211
|
"anyOf": [
|
|
12314
12212
|
{
|
|
12315
12213
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
12316
|
-
},
|
|
12317
|
-
{
|
|
12318
|
-
"$ref": "T_13"
|
|
12319
12214
|
}
|
|
12320
12215
|
]
|
|
12321
12216
|
},
|
|
@@ -12371,9 +12266,6 @@
|
|
|
12371
12266
|
},
|
|
12372
12267
|
"charts.remove-features:input": {
|
|
12373
12268
|
"anyOf": [
|
|
12374
|
-
{
|
|
12375
|
-
"$ref": "T_13"
|
|
12376
|
-
},
|
|
12377
12269
|
{
|
|
12378
12270
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
12379
12271
|
},
|
|
@@ -12388,9 +12280,6 @@
|
|
|
12388
12280
|
"anyOf": [
|
|
12389
12281
|
{
|
|
12390
12282
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
12391
|
-
},
|
|
12392
|
-
{
|
|
12393
|
-
"$ref": "T_13"
|
|
12394
12283
|
}
|
|
12395
12284
|
]
|
|
12396
12285
|
},
|
|
@@ -12427,9 +12316,6 @@
|
|
|
12427
12316
|
{
|
|
12428
12317
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
12429
12318
|
},
|
|
12430
|
-
{
|
|
12431
|
-
"$ref": "T_60"
|
|
12432
|
-
},
|
|
12433
12319
|
{
|
|
12434
12320
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
12435
12321
|
},
|
|
@@ -12444,9 +12330,6 @@
|
|
|
12444
12330
|
"anyOf": [
|
|
12445
12331
|
{
|
|
12446
12332
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
12447
|
-
},
|
|
12448
|
-
{
|
|
12449
|
-
"$ref": "T_60"
|
|
12450
12333
|
}
|
|
12451
12334
|
]
|
|
12452
12335
|
},
|
|
@@ -12461,9 +12344,6 @@
|
|
|
12461
12344
|
{
|
|
12462
12345
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
12463
12346
|
},
|
|
12464
|
-
{
|
|
12465
|
-
"$ref": "T_6"
|
|
12466
|
-
},
|
|
12467
12347
|
{
|
|
12468
12348
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
12469
12349
|
},
|
|
@@ -12516,9 +12396,6 @@
|
|
|
12516
12396
|
{
|
|
12517
12397
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
12518
12398
|
},
|
|
12519
|
-
{
|
|
12520
|
-
"$ref": "T_6"
|
|
12521
|
-
},
|
|
12522
12399
|
{
|
|
12523
12400
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
12524
12401
|
},
|
|
@@ -12788,9 +12665,6 @@
|
|
|
12788
12665
|
},
|
|
12789
12666
|
"edit.add-feature:input": {
|
|
12790
12667
|
"anyOf": [
|
|
12791
|
-
{
|
|
12792
|
-
"$ref": "T_60"
|
|
12793
|
-
},
|
|
12794
12668
|
{
|
|
12795
12669
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
12796
12670
|
},
|
|
@@ -12805,9 +12679,6 @@
|
|
|
12805
12679
|
"anyOf": [
|
|
12806
12680
|
{
|
|
12807
12681
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
12808
|
-
},
|
|
12809
|
-
{
|
|
12810
|
-
"$ref": "T_60"
|
|
12811
12682
|
}
|
|
12812
12683
|
]
|
|
12813
12684
|
},
|
|
@@ -12877,9 +12748,6 @@
|
|
|
12877
12748
|
},
|
|
12878
12749
|
"edit.delete-features:input": {
|
|
12879
12750
|
"anyOf": [
|
|
12880
|
-
{
|
|
12881
|
-
"$ref": "T_60"
|
|
12882
|
-
},
|
|
12883
12751
|
{
|
|
12884
12752
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
12885
12753
|
},
|
|
@@ -12894,9 +12762,6 @@
|
|
|
12894
12762
|
"anyOf": [
|
|
12895
12763
|
{
|
|
12896
12764
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
12897
|
-
},
|
|
12898
|
-
{
|
|
12899
|
-
"$ref": "T_60"
|
|
12900
12765
|
}
|
|
12901
12766
|
]
|
|
12902
12767
|
},
|
|
@@ -12943,9 +12808,6 @@
|
|
|
12943
12808
|
},
|
|
12944
12809
|
"edit.display-update-feature:input": {
|
|
12945
12810
|
"anyOf": [
|
|
12946
|
-
{
|
|
12947
|
-
"$ref": "T_60"
|
|
12948
|
-
},
|
|
12949
12811
|
{
|
|
12950
12812
|
"$ref": "#/definitions/DisplayUpdateFeatureArgs"
|
|
12951
12813
|
}
|
|
@@ -12959,9 +12821,6 @@
|
|
|
12959
12821
|
},
|
|
12960
12822
|
"edit.update-feature:input": {
|
|
12961
12823
|
"anyOf": [
|
|
12962
|
-
{
|
|
12963
|
-
"$ref": "T_60"
|
|
12964
|
-
},
|
|
12965
12824
|
{
|
|
12966
12825
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
12967
12826
|
},
|
|
@@ -12976,9 +12835,6 @@
|
|
|
12976
12835
|
"anyOf": [
|
|
12977
12836
|
{
|
|
12978
12837
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
12979
|
-
},
|
|
12980
|
-
{
|
|
12981
|
-
"$ref": "T_60"
|
|
12982
12838
|
}
|
|
12983
12839
|
]
|
|
12984
12840
|
},
|
|
@@ -24269,9 +24125,7 @@
|
|
|
24269
24125
|
"geocode.reverse-geocode:input": {
|
|
24270
24126
|
"$ref": "#/definitions/ReverseGeocodeArgs"
|
|
24271
24127
|
},
|
|
24272
|
-
"geocode.reverse-geocode:output": {
|
|
24273
|
-
"$ref": "T_60"
|
|
24274
|
-
},
|
|
24128
|
+
"geocode.reverse-geocode:output": {},
|
|
24275
24129
|
"geocode.suggest": {
|
|
24276
24130
|
"description": "Suggests matching addresses to search for based on some input text. The geocoder must have the supportsSuggest capability.",
|
|
24277
24131
|
"enum": [
|
|
@@ -24412,9 +24266,6 @@
|
|
|
24412
24266
|
{
|
|
24413
24267
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
24414
24268
|
},
|
|
24415
|
-
{
|
|
24416
|
-
"$ref": "T_13"
|
|
24417
|
-
},
|
|
24418
24269
|
{
|
|
24419
24270
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
24420
24271
|
},
|
|
@@ -24429,9 +24280,6 @@
|
|
|
24429
24280
|
"anyOf": [
|
|
24430
24281
|
{
|
|
24431
24282
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
24432
|
-
},
|
|
24433
|
-
{
|
|
24434
|
-
"$ref": "T_13"
|
|
24435
24283
|
}
|
|
24436
24284
|
]
|
|
24437
24285
|
},
|
|
@@ -24449,9 +24297,6 @@
|
|
|
24449
24297
|
{
|
|
24450
24298
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
24451
24299
|
},
|
|
24452
|
-
{
|
|
24453
|
-
"$ref": "T_18"
|
|
24454
|
-
},
|
|
24455
24300
|
{
|
|
24456
24301
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
24457
24302
|
},
|
|
@@ -24504,9 +24349,6 @@
|
|
|
24504
24349
|
{
|
|
24505
24350
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
24506
24351
|
},
|
|
24507
|
-
{
|
|
24508
|
-
"$ref": "T_18"
|
|
24509
|
-
},
|
|
24510
24352
|
{
|
|
24511
24353
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
24512
24354
|
},
|
|
@@ -24706,9 +24548,6 @@
|
|
|
24706
24548
|
},
|
|
24707
24549
|
"kpi.add-features:input": {
|
|
24708
24550
|
"anyOf": [
|
|
24709
|
-
{
|
|
24710
|
-
"$ref": "T_13"
|
|
24711
|
-
},
|
|
24712
24551
|
{
|
|
24713
24552
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
24714
24553
|
},
|
|
@@ -24723,9 +24562,6 @@
|
|
|
24723
24562
|
"anyOf": [
|
|
24724
24563
|
{
|
|
24725
24564
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
24726
|
-
},
|
|
24727
|
-
{
|
|
24728
|
-
"$ref": "T_13"
|
|
24729
24565
|
}
|
|
24730
24566
|
]
|
|
24731
24567
|
},
|
|
@@ -24766,9 +24602,6 @@
|
|
|
24766
24602
|
},
|
|
24767
24603
|
"kpi.display:input": {
|
|
24768
24604
|
"anyOf": [
|
|
24769
|
-
{
|
|
24770
|
-
"$ref": "T_13"
|
|
24771
|
-
},
|
|
24772
24605
|
{
|
|
24773
24606
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
24774
24607
|
},
|
|
@@ -24783,9 +24616,6 @@
|
|
|
24783
24616
|
"anyOf": [
|
|
24784
24617
|
{
|
|
24785
24618
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
24786
|
-
},
|
|
24787
|
-
{
|
|
24788
|
-
"$ref": "T_13"
|
|
24789
24619
|
}
|
|
24790
24620
|
]
|
|
24791
24621
|
},
|
|
@@ -24841,9 +24671,6 @@
|
|
|
24841
24671
|
},
|
|
24842
24672
|
"kpi.remove-features:input": {
|
|
24843
24673
|
"anyOf": [
|
|
24844
|
-
{
|
|
24845
|
-
"$ref": "T_13"
|
|
24846
|
-
},
|
|
24847
24674
|
{
|
|
24848
24675
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
24849
24676
|
},
|
|
@@ -24858,9 +24685,6 @@
|
|
|
24858
24685
|
"anyOf": [
|
|
24859
24686
|
{
|
|
24860
24687
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
24861
|
-
},
|
|
24862
|
-
{
|
|
24863
|
-
"$ref": "T_13"
|
|
24864
24688
|
}
|
|
24865
24689
|
]
|
|
24866
24690
|
},
|
|
@@ -25756,9 +25580,6 @@
|
|
|
25756
25580
|
{
|
|
25757
25581
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
25758
25582
|
},
|
|
25759
|
-
{
|
|
25760
|
-
"$ref": "T_13"
|
|
25761
|
-
},
|
|
25762
25583
|
{
|
|
25763
25584
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
25764
25585
|
},
|
|
@@ -25773,9 +25594,6 @@
|
|
|
25773
25594
|
"anyOf": [
|
|
25774
25595
|
{
|
|
25775
25596
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
25776
|
-
},
|
|
25777
|
-
{
|
|
25778
|
-
"$ref": "T_13"
|
|
25779
25597
|
}
|
|
25780
25598
|
]
|
|
25781
25599
|
},
|
|
@@ -25793,9 +25611,6 @@
|
|
|
25793
25611
|
{
|
|
25794
25612
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
25795
25613
|
},
|
|
25796
|
-
{
|
|
25797
|
-
"$ref": "T_18"
|
|
25798
|
-
},
|
|
25799
25614
|
{
|
|
25800
25615
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
25801
25616
|
},
|
|
@@ -25848,9 +25663,6 @@
|
|
|
25848
25663
|
{
|
|
25849
25664
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
25850
25665
|
},
|
|
25851
|
-
{
|
|
25852
|
-
"$ref": "T_18"
|
|
25853
|
-
},
|
|
25854
25666
|
{
|
|
25855
25667
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
25856
25668
|
},
|
|
@@ -25994,9 +25806,6 @@
|
|
|
25994
25806
|
{
|
|
25995
25807
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
25996
25808
|
},
|
|
25997
|
-
{
|
|
25998
|
-
"$ref": "T_53"
|
|
25999
|
-
},
|
|
26000
25809
|
{
|
|
26001
25810
|
"$ref": "#/definitions/ZoomToViewpointArgs"
|
|
26002
25811
|
}
|
|
@@ -26041,9 +25850,6 @@
|
|
|
26041
25850
|
{
|
|
26042
25851
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
26043
25852
|
},
|
|
26044
|
-
{
|
|
26045
|
-
"$ref": "T_13"
|
|
26046
|
-
},
|
|
26047
25853
|
{
|
|
26048
25854
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
26049
25855
|
},
|
|
@@ -26058,9 +25864,6 @@
|
|
|
26058
25864
|
"anyOf": [
|
|
26059
25865
|
{
|
|
26060
25866
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
26061
|
-
},
|
|
26062
|
-
{
|
|
26063
|
-
"$ref": "T_13"
|
|
26064
25867
|
}
|
|
26065
25868
|
]
|
|
26066
25869
|
},
|
|
@@ -26078,9 +25881,6 @@
|
|
|
26078
25881
|
{
|
|
26079
25882
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
26080
25883
|
},
|
|
26081
|
-
{
|
|
26082
|
-
"$ref": "T_18"
|
|
26083
|
-
},
|
|
26084
25884
|
{
|
|
26085
25885
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
26086
25886
|
},
|
|
@@ -26133,9 +25933,6 @@
|
|
|
26133
25933
|
{
|
|
26134
25934
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
26135
25935
|
},
|
|
26136
|
-
{
|
|
26137
|
-
"$ref": "T_18"
|
|
26138
|
-
},
|
|
26139
25936
|
{
|
|
26140
25937
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
26141
25938
|
},
|
|
@@ -26357,9 +26154,6 @@
|
|
|
26357
26154
|
{
|
|
26358
26155
|
"$ref": "#/definitions/@arcgis.core.Graphic.Graphic"
|
|
26359
26156
|
},
|
|
26360
|
-
{
|
|
26361
|
-
"$ref": "T_13"
|
|
26362
|
-
},
|
|
26363
26157
|
{
|
|
26364
26158
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
26365
26159
|
},
|
|
@@ -26374,9 +26168,6 @@
|
|
|
26374
26168
|
"anyOf": [
|
|
26375
26169
|
{
|
|
26376
26170
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
26377
|
-
},
|
|
26378
|
-
{
|
|
26379
|
-
"$ref": "T_13"
|
|
26380
26171
|
}
|
|
26381
26172
|
]
|
|
26382
26173
|
},
|
|
@@ -26394,9 +26185,6 @@
|
|
|
26394
26185
|
{
|
|
26395
26186
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
26396
26187
|
},
|
|
26397
|
-
{
|
|
26398
|
-
"$ref": "T_18"
|
|
26399
|
-
},
|
|
26400
26188
|
{
|
|
26401
26189
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
26402
26190
|
},
|
|
@@ -26449,9 +26237,6 @@
|
|
|
26449
26237
|
{
|
|
26450
26238
|
"$ref": "#/definitions/@arcgis.core.geometry.Point.Point"
|
|
26451
26239
|
},
|
|
26452
|
-
{
|
|
26453
|
-
"$ref": "T_18"
|
|
26454
|
-
},
|
|
26455
26240
|
{
|
|
26456
26241
|
"$ref": "#/definitions/@arcgis.core.geometry.Polyline.Polyline"
|
|
26457
26242
|
},
|
|
@@ -26604,9 +26389,6 @@
|
|
|
26604
26389
|
{
|
|
26605
26390
|
"$ref": "#/definitions/esri.rest-api.ViewpointJson.ViewpointJson"
|
|
26606
26391
|
},
|
|
26607
|
-
{
|
|
26608
|
-
"$ref": "T_52"
|
|
26609
|
-
},
|
|
26610
26392
|
{
|
|
26611
26393
|
"$ref": "#/definitions/ZoomToViewpointArgs"
|
|
26612
26394
|
}
|
|
@@ -27162,9 +26944,6 @@
|
|
|
27162
26944
|
},
|
|
27163
26945
|
"results.convert-to-csv:input": {
|
|
27164
26946
|
"anyOf": [
|
|
27165
|
-
{
|
|
27166
|
-
"$ref": "T_13"
|
|
27167
|
-
},
|
|
27168
26947
|
{
|
|
27169
26948
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27170
26949
|
},
|
|
@@ -27179,9 +26958,6 @@
|
|
|
27179
26958
|
"anyOf": [
|
|
27180
26959
|
{
|
|
27181
26960
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27182
|
-
},
|
|
27183
|
-
{
|
|
27184
|
-
"$ref": "T_13"
|
|
27185
26961
|
}
|
|
27186
26962
|
]
|
|
27187
26963
|
},
|
|
@@ -27198,6 +26974,44 @@
|
|
|
27198
26974
|
"results.convert-to-csv:output": {
|
|
27199
26975
|
"$ref": "#/definitions/ConversionResult"
|
|
27200
26976
|
},
|
|
26977
|
+
"results.convert-to-gpx": {
|
|
26978
|
+
"description": "Converts the provided Feature(s) to a CSV file grouped by feature source. If there are multiple sources the CSV(s) will be bundled in a zip file. Web only.",
|
|
26979
|
+
"enum": [
|
|
26980
|
+
"results.convert-to-gpx"
|
|
26981
|
+
]
|
|
26982
|
+
},
|
|
26983
|
+
"results.convert-to-gpx:input": {
|
|
26984
|
+
"anyOf": [
|
|
26985
|
+
{
|
|
26986
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
26987
|
+
},
|
|
26988
|
+
{
|
|
26989
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
26990
|
+
},
|
|
26991
|
+
{
|
|
26992
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
26993
|
+
},
|
|
26994
|
+
{
|
|
26995
|
+
"items": {
|
|
26996
|
+
"anyOf": [
|
|
26997
|
+
{
|
|
26998
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
26999
|
+
}
|
|
27000
|
+
]
|
|
27001
|
+
},
|
|
27002
|
+
"type": "array"
|
|
27003
|
+
},
|
|
27004
|
+
{
|
|
27005
|
+
"$ref": "#/definitions/Results"
|
|
27006
|
+
},
|
|
27007
|
+
{
|
|
27008
|
+
"$ref": "ToGpxConversionArgs"
|
|
27009
|
+
}
|
|
27010
|
+
]
|
|
27011
|
+
},
|
|
27012
|
+
"results.convert-to-gpx:output": {
|
|
27013
|
+
"$ref": "#/definitions/ConversionResult"
|
|
27014
|
+
},
|
|
27201
27015
|
"results.convert-to-layers": {
|
|
27202
27016
|
"description": "Creates layer(s) from the specified features. Web only.",
|
|
27203
27017
|
"enum": [
|
|
@@ -27206,9 +27020,6 @@
|
|
|
27206
27020
|
},
|
|
27207
27021
|
"results.convert-to-layers:input": {
|
|
27208
27022
|
"anyOf": [
|
|
27209
|
-
{
|
|
27210
|
-
"$ref": "T_13"
|
|
27211
|
-
},
|
|
27212
27023
|
{
|
|
27213
27024
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27214
27025
|
},
|
|
@@ -27223,9 +27034,6 @@
|
|
|
27223
27034
|
"anyOf": [
|
|
27224
27035
|
{
|
|
27225
27036
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27226
|
-
},
|
|
27227
|
-
{
|
|
27228
|
-
"$ref": "T_13"
|
|
27229
27037
|
}
|
|
27230
27038
|
]
|
|
27231
27039
|
},
|
|
@@ -27253,9 +27061,6 @@
|
|
|
27253
27061
|
},
|
|
27254
27062
|
"results.convert-to-shapefile:input": {
|
|
27255
27063
|
"anyOf": [
|
|
27256
|
-
{
|
|
27257
|
-
"$ref": "T_13"
|
|
27258
|
-
},
|
|
27259
27064
|
{
|
|
27260
27065
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27261
27066
|
},
|
|
@@ -27270,9 +27075,6 @@
|
|
|
27270
27075
|
"anyOf": [
|
|
27271
27076
|
{
|
|
27272
27077
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27273
|
-
},
|
|
27274
|
-
{
|
|
27275
|
-
"$ref": "T_13"
|
|
27276
27078
|
}
|
|
27277
27079
|
]
|
|
27278
27080
|
},
|
|
@@ -27297,9 +27099,6 @@
|
|
|
27297
27099
|
},
|
|
27298
27100
|
"results.convert-to-xlsx:input": {
|
|
27299
27101
|
"anyOf": [
|
|
27300
|
-
{
|
|
27301
|
-
"$ref": "T_13"
|
|
27302
|
-
},
|
|
27303
27102
|
{
|
|
27304
27103
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27305
27104
|
},
|
|
@@ -27314,9 +27113,6 @@
|
|
|
27314
27113
|
"anyOf": [
|
|
27315
27114
|
{
|
|
27316
27115
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27317
|
-
},
|
|
27318
|
-
{
|
|
27319
|
-
"$ref": "T_13"
|
|
27320
27116
|
}
|
|
27321
27117
|
]
|
|
27322
27118
|
},
|
|
@@ -27347,9 +27143,6 @@
|
|
|
27347
27143
|
},
|
|
27348
27144
|
"results.display-details:input": {
|
|
27349
27145
|
"anyOf": [
|
|
27350
|
-
{
|
|
27351
|
-
"$ref": "T_60"
|
|
27352
|
-
},
|
|
27353
27146
|
{
|
|
27354
27147
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27355
27148
|
},
|
|
@@ -27364,9 +27157,6 @@
|
|
|
27364
27157
|
"anyOf": [
|
|
27365
27158
|
{
|
|
27366
27159
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27367
|
-
},
|
|
27368
|
-
{
|
|
27369
|
-
"$ref": "T_60"
|
|
27370
27160
|
}
|
|
27371
27161
|
]
|
|
27372
27162
|
},
|
|
@@ -27388,9 +27178,6 @@
|
|
|
27388
27178
|
},
|
|
27389
27179
|
"results.display-new-details:input": {
|
|
27390
27180
|
"anyOf": [
|
|
27391
|
-
{
|
|
27392
|
-
"$ref": "T_60"
|
|
27393
|
-
},
|
|
27394
27181
|
{
|
|
27395
27182
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27396
27183
|
},
|
|
@@ -27405,9 +27192,6 @@
|
|
|
27405
27192
|
"anyOf": [
|
|
27406
27193
|
{
|
|
27407
27194
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27408
|
-
},
|
|
27409
|
-
{
|
|
27410
|
-
"$ref": "T_60"
|
|
27411
27195
|
}
|
|
27412
27196
|
]
|
|
27413
27197
|
},
|
|
@@ -27429,9 +27213,6 @@
|
|
|
27429
27213
|
},
|
|
27430
27214
|
"results.display-summary:input": {
|
|
27431
27215
|
"anyOf": [
|
|
27432
|
-
{
|
|
27433
|
-
"$ref": "T_13"
|
|
27434
|
-
},
|
|
27435
27216
|
{
|
|
27436
27217
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27437
27218
|
},
|
|
@@ -27446,9 +27227,6 @@
|
|
|
27446
27227
|
"anyOf": [
|
|
27447
27228
|
{
|
|
27448
27229
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27449
|
-
},
|
|
27450
|
-
{
|
|
27451
|
-
"$ref": "T_13"
|
|
27452
27230
|
}
|
|
27453
27231
|
]
|
|
27454
27232
|
},
|
|
@@ -27464,9 +27242,6 @@
|
|
|
27464
27242
|
},
|
|
27465
27243
|
"results.display:input": {
|
|
27466
27244
|
"anyOf": [
|
|
27467
|
-
{
|
|
27468
|
-
"$ref": "T_60"
|
|
27469
|
-
},
|
|
27470
27245
|
{
|
|
27471
27246
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
27472
27247
|
},
|
|
@@ -27481,9 +27256,6 @@
|
|
|
27481
27256
|
"anyOf": [
|
|
27482
27257
|
{
|
|
27483
27258
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
27484
|
-
},
|
|
27485
|
-
{
|
|
27486
|
-
"$ref": "T_60"
|
|
27487
27259
|
}
|
|
27488
27260
|
]
|
|
27489
27261
|
},
|
|
@@ -32818,6 +32590,22 @@
|
|
|
32818
32590
|
],
|
|
32819
32591
|
"type": "object"
|
|
32820
32592
|
},
|
|
32593
|
+
{
|
|
32594
|
+
"additionalProperties": false,
|
|
32595
|
+
"properties": {
|
|
32596
|
+
"arguments": {
|
|
32597
|
+
"$ref": "#/definitions/results.convert-to-gpx:input"
|
|
32598
|
+
},
|
|
32599
|
+
"name": {
|
|
32600
|
+
"$ref": "#/definitions/results.convert-to-gpx"
|
|
32601
|
+
}
|
|
32602
|
+
},
|
|
32603
|
+
"required": [
|
|
32604
|
+
"name",
|
|
32605
|
+
"arguments"
|
|
32606
|
+
],
|
|
32607
|
+
"type": "object"
|
|
32608
|
+
},
|
|
32821
32609
|
{
|
|
32822
32610
|
"additionalProperties": false,
|
|
32823
32611
|
"properties": {
|
|
@@ -33700,6 +33488,9 @@
|
|
|
33700
33488
|
{
|
|
33701
33489
|
"$ref": "#/definitions/results.convert-to-csv"
|
|
33702
33490
|
},
|
|
33491
|
+
{
|
|
33492
|
+
"$ref": "#/definitions/results.convert-to-gpx"
|
|
33493
|
+
},
|
|
33703
33494
|
{
|
|
33704
33495
|
"$ref": "#/definitions/results.convert-to-layers"
|
|
33705
33496
|
},
|