@vertigis/viewer-spec 49.7.0 → 49.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/analytics/AnalyticsContext.d.ts +28 -0
- package/analytics/AnalyticsContext.js +1 -0
- package/analytics/CommonAction.d.ts +89 -0
- package/analytics/CommonAction.js +1 -0
- package/analytics/WebAction.d.ts +102 -0
- package/analytics/WebAction.js +1 -0
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/messaging/Command.d.ts +2 -1
- package/messaging/Message.d.ts +26 -0
- package/messaging/Operation.d.ts +2 -1
- package/messaging/registry/Commands.d.ts +4 -0
- package/messaging/registry/Commands.js +1 -1
- package/messaging/registry/app.d.ts +2 -2
- package/messaging/registry/map.d.ts +16 -0
- package/messaging/registry/map.js +1 -1
- package/messaging/registry/studioAnalytics.d.ts +24 -0
- package/messaging/registry/studioAnalytics.js +1 -0
- package/messaging/schema/common-action.schema.json +325 -279
- package/messaging/schema/common-event.schema.json +88 -88
- package/messaging/schema/mobile-action.schema.json +345 -299
- package/messaging/schema/mobile-event.schema.json +105 -105
- package/messaging/schema/web-action.schema.json +877 -669
- package/messaging/schema/web-event.schema.json +135 -150
- package/package.json +15 -14
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -61,22 +61,22 @@
|
|
|
61
61
|
"geometry": {
|
|
62
62
|
"anyOf": [
|
|
63
63
|
{
|
|
64
|
-
"$ref": "#/definitions/esri.
|
|
64
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
67
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
70
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
76
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"$ref": "#/definitions/esri.
|
|
79
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
82
|
"description": "The feature's geometry."
|
|
@@ -410,10 +410,10 @@
|
|
|
410
410
|
},
|
|
411
411
|
"@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
|
|
412
412
|
"anyOf": [
|
|
413
|
+
{},
|
|
413
414
|
{
|
|
414
415
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
415
416
|
},
|
|
416
|
-
{},
|
|
417
417
|
{
|
|
418
418
|
"type": "string"
|
|
419
419
|
}
|
|
@@ -670,25 +670,25 @@
|
|
|
670
670
|
"symbol": {
|
|
671
671
|
"anyOf": [
|
|
672
672
|
{
|
|
673
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
673
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
674
674
|
},
|
|
675
675
|
{
|
|
676
676
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
677
677
|
},
|
|
678
678
|
{
|
|
679
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
679
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
682
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
683
683
|
},
|
|
684
684
|
{
|
|
685
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
685
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
686
686
|
},
|
|
687
687
|
{
|
|
688
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
688
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
689
689
|
},
|
|
690
690
|
{
|
|
691
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
691
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
694
|
"$ref": "#/definitions/SymbolSet"
|
|
@@ -1050,19 +1050,19 @@
|
|
|
1050
1050
|
"$ref": "#/definitions/esri.Symbol"
|
|
1051
1051
|
},
|
|
1052
1052
|
{
|
|
1053
|
-
"$ref": "#/definitions/esri.
|
|
1053
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
1054
1054
|
},
|
|
1055
1055
|
{
|
|
1056
1056
|
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
1057
1057
|
},
|
|
1058
1058
|
{
|
|
1059
|
-
"$ref": "#/definitions/esri.
|
|
1059
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
1060
1060
|
},
|
|
1061
1061
|
{
|
|
1062
|
-
"$ref": "#/definitions/esri.
|
|
1062
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
1063
1063
|
},
|
|
1064
1064
|
{
|
|
1065
|
-
"$ref": "#/definitions/esri.
|
|
1065
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
1066
1066
|
},
|
|
1067
1067
|
{
|
|
1068
1068
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
@@ -1150,19 +1150,19 @@
|
|
|
1150
1150
|
"$ref": "#/definitions/esri.Symbol"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
-
"$ref": "#/definitions/esri.
|
|
1153
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
1154
1154
|
},
|
|
1155
1155
|
{
|
|
1156
1156
|
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
1157
1157
|
},
|
|
1158
1158
|
{
|
|
1159
|
-
"$ref": "#/definitions/esri.
|
|
1159
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
1160
1160
|
},
|
|
1161
1161
|
{
|
|
1162
|
-
"$ref": "#/definitions/esri.
|
|
1162
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
1163
1163
|
},
|
|
1164
1164
|
{
|
|
1165
|
-
"$ref": "#/definitions/esri.
|
|
1165
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
1166
1166
|
},
|
|
1167
1167
|
{
|
|
1168
1168
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
@@ -1233,26 +1233,26 @@
|
|
|
1233
1233
|
},
|
|
1234
1234
|
"Features": {
|
|
1235
1235
|
"anyOf": [
|
|
1236
|
-
{
|
|
1237
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1238
|
-
},
|
|
1239
1236
|
{
|
|
1240
1237
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1241
1238
|
},
|
|
1242
1239
|
{
|
|
1243
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1240
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1244
1241
|
},
|
|
1245
1242
|
{
|
|
1246
1243
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1247
1244
|
},
|
|
1245
|
+
{
|
|
1246
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1247
|
+
},
|
|
1248
1248
|
{
|
|
1249
1249
|
"items": {
|
|
1250
1250
|
"anyOf": [
|
|
1251
1251
|
{
|
|
1252
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1252
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1255
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1256
1256
|
}
|
|
1257
1257
|
]
|
|
1258
1258
|
},
|
|
@@ -1266,26 +1266,26 @@
|
|
|
1266
1266
|
},
|
|
1267
1267
|
"FeaturesLike": {
|
|
1268
1268
|
"anyOf": [
|
|
1269
|
-
{
|
|
1270
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1271
|
-
},
|
|
1272
1269
|
{
|
|
1273
1270
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1274
1271
|
},
|
|
1275
1272
|
{
|
|
1276
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1273
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1277
1274
|
},
|
|
1278
1275
|
{
|
|
1279
1276
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1280
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1280
|
+
},
|
|
1281
1281
|
{
|
|
1282
1282
|
"items": {
|
|
1283
1283
|
"anyOf": [
|
|
1284
1284
|
{
|
|
1285
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1285
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1288
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1289
1289
|
}
|
|
1290
1290
|
]
|
|
1291
1291
|
},
|
|
@@ -1436,60 +1436,42 @@
|
|
|
1436
1436
|
"GeometryLike": {
|
|
1437
1437
|
"anyOf": [
|
|
1438
1438
|
{
|
|
1439
|
-
"$ref": "#/definitions/
|
|
1439
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
1440
1440
|
},
|
|
1441
1441
|
{
|
|
1442
1442
|
"$ref": "#/definitions/esri.Graphic"
|
|
1443
1443
|
},
|
|
1444
|
-
{
|
|
1445
|
-
"$ref": "#/definitions/esri.FeatureSet"
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1452
|
-
},
|
|
1453
|
-
{
|
|
1454
|
-
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1467
|
-
},
|
|
1468
1444
|
{
|
|
1469
1445
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1470
1446
|
},
|
|
1471
1447
|
{
|
|
1472
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1448
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1473
1449
|
},
|
|
1474
1450
|
{
|
|
1475
1451
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1476
1452
|
},
|
|
1477
1453
|
{
|
|
1478
|
-
"$ref": "
|
|
1454
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1479
1455
|
},
|
|
1480
1456
|
{
|
|
1481
1457
|
"items": {
|
|
1482
1458
|
"anyOf": [
|
|
1483
1459
|
{
|
|
1484
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1460
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1485
1461
|
},
|
|
1486
1462
|
{
|
|
1487
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1463
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1488
1464
|
}
|
|
1489
1465
|
]
|
|
1490
1466
|
},
|
|
1491
1467
|
"type": "array"
|
|
1492
1468
|
},
|
|
1469
|
+
{
|
|
1470
|
+
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
1474
|
+
},
|
|
1493
1475
|
{
|
|
1494
1476
|
"items": {
|
|
1495
1477
|
"anyOf": [
|
|
@@ -1503,26 +1485,44 @@
|
|
|
1503
1485
|
},
|
|
1504
1486
|
"type": "array"
|
|
1505
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
1505
|
+
},
|
|
1506
1506
|
{
|
|
1507
1507
|
"items": {
|
|
1508
1508
|
"anyOf": [
|
|
1509
1509
|
{
|
|
1510
|
-
"$ref": "#/definitions/esri.
|
|
1510
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1511
1511
|
},
|
|
1512
1512
|
{
|
|
1513
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1513
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1514
1514
|
},
|
|
1515
1515
|
{
|
|
1516
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1516
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1517
1517
|
},
|
|
1518
1518
|
{
|
|
1519
1519
|
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1522
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1523
1523
|
},
|
|
1524
1524
|
{
|
|
1525
|
-
"$ref": "#/definitions/esri.
|
|
1525
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
1526
1526
|
}
|
|
1527
1527
|
]
|
|
1528
1528
|
},
|
|
@@ -1534,16 +1534,16 @@
|
|
|
1534
1534
|
"GraphicsLike": {
|
|
1535
1535
|
"anyOf": [
|
|
1536
1536
|
{
|
|
1537
|
-
"$ref": "#/definitions/
|
|
1537
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
1538
1538
|
},
|
|
1539
1539
|
{
|
|
1540
|
-
"$ref": "#/definitions/esri.
|
|
1540
|
+
"$ref": "#/definitions/esri.Graphic"
|
|
1541
1541
|
},
|
|
1542
1542
|
{
|
|
1543
1543
|
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1544
1544
|
},
|
|
1545
1545
|
{
|
|
1546
|
-
"$ref": "#/definitions/
|
|
1546
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
1547
1547
|
},
|
|
1548
1548
|
{
|
|
1549
1549
|
"items": {
|
|
@@ -1685,16 +1685,16 @@
|
|
|
1685
1685
|
"LayersLike": {
|
|
1686
1686
|
"anyOf": [
|
|
1687
1687
|
{
|
|
1688
|
-
"$ref": "#/definitions
|
|
1688
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
1689
1689
|
},
|
|
1690
1690
|
{
|
|
1691
|
-
"$ref": "esri.
|
|
1691
|
+
"$ref": "#/definitions/esri.Layer"
|
|
1692
1692
|
},
|
|
1693
1693
|
{
|
|
1694
|
-
"$ref": "
|
|
1694
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
1695
1695
|
},
|
|
1696
1696
|
{
|
|
1697
|
-
"$ref": "
|
|
1697
|
+
"$ref": "esri.SublayerLike"
|
|
1698
1698
|
},
|
|
1699
1699
|
{
|
|
1700
1700
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
@@ -1703,16 +1703,16 @@
|
|
|
1703
1703
|
"items": {
|
|
1704
1704
|
"anyOf": [
|
|
1705
1705
|
{
|
|
1706
|
-
"$ref": "#/definitions
|
|
1706
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
1707
1707
|
},
|
|
1708
1708
|
{
|
|
1709
|
-
"$ref": "esri.
|
|
1709
|
+
"$ref": "#/definitions/esri.Layer"
|
|
1710
1710
|
},
|
|
1711
1711
|
{
|
|
1712
|
-
"$ref": "
|
|
1712
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
1713
1713
|
},
|
|
1714
1714
|
{
|
|
1715
|
-
"$ref": "
|
|
1715
|
+
"$ref": "esri.SublayerLike"
|
|
1716
1716
|
},
|
|
1717
1717
|
{
|
|
1718
1718
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
@@ -1844,9 +1844,6 @@
|
|
|
1844
1844
|
{
|
|
1845
1845
|
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
1846
1846
|
},
|
|
1847
|
-
{
|
|
1848
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
1849
|
-
},
|
|
1850
1847
|
{
|
|
1851
1848
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
1852
1849
|
},
|
|
@@ -1856,6 +1853,9 @@
|
|
|
1856
1853
|
{
|
|
1857
1854
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
1858
1855
|
},
|
|
1856
|
+
{
|
|
1857
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
1858
|
+
},
|
|
1859
1859
|
{
|
|
1860
1860
|
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
1861
1861
|
},
|
|
@@ -1874,6 +1874,9 @@
|
|
|
1874
1874
|
{
|
|
1875
1875
|
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
1876
1876
|
},
|
|
1877
|
+
{
|
|
1878
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
1879
|
+
},
|
|
1877
1880
|
{
|
|
1878
1881
|
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
1879
1882
|
},
|
|
@@ -1883,14 +1886,11 @@
|
|
|
1883
1886
|
{
|
|
1884
1887
|
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
1885
1888
|
},
|
|
1886
|
-
{
|
|
1887
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
1888
|
-
},
|
|
1889
1889
|
{
|
|
1890
1890
|
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
1891
1891
|
},
|
|
1892
1892
|
{
|
|
1893
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1893
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
1894
1894
|
}
|
|
1895
1895
|
],
|
|
1896
1896
|
"description": "An operational layer in a web map/scene."
|
|
@@ -2173,26 +2173,26 @@
|
|
|
2173
2173
|
},
|
|
2174
2174
|
"ShowResultsArgs": {
|
|
2175
2175
|
"anyOf": [
|
|
2176
|
-
{
|
|
2177
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2178
|
-
},
|
|
2179
2176
|
{
|
|
2180
2177
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2181
2178
|
},
|
|
2182
2179
|
{
|
|
2183
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2180
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2184
2181
|
},
|
|
2185
2182
|
{
|
|
2186
2183
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2187
2184
|
},
|
|
2185
|
+
{
|
|
2186
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2187
|
+
},
|
|
2188
2188
|
{
|
|
2189
2189
|
"items": {
|
|
2190
2190
|
"anyOf": [
|
|
2191
2191
|
{
|
|
2192
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2192
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2193
2193
|
},
|
|
2194
2194
|
{
|
|
2195
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2195
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2196
2196
|
}
|
|
2197
2197
|
]
|
|
2198
2198
|
},
|
|
@@ -2278,10 +2278,10 @@
|
|
|
2278
2278
|
"lineSymbol": {
|
|
2279
2279
|
"anyOf": [
|
|
2280
2280
|
{
|
|
2281
|
-
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
2281
|
+
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
2282
2282
|
},
|
|
2283
2283
|
{
|
|
2284
|
-
"$ref": "#/definitions/esri.
|
|
2284
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
2285
2285
|
}
|
|
2286
2286
|
],
|
|
2287
2287
|
"description": "The symbol used to draw lines."
|
|
@@ -2300,16 +2300,16 @@
|
|
|
2300
2300
|
"pointSymbol": {
|
|
2301
2301
|
"anyOf": [
|
|
2302
2302
|
{
|
|
2303
|
-
"$ref": "#/definitions/esri.
|
|
2303
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
2304
2304
|
},
|
|
2305
2305
|
{
|
|
2306
|
-
"$ref": "#/definitions/esri.
|
|
2306
|
+
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
2307
2307
|
},
|
|
2308
2308
|
{
|
|
2309
|
-
"$ref": "#/definitions/esri.
|
|
2309
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
2310
2310
|
},
|
|
2311
2311
|
{
|
|
2312
|
-
"$ref": "#/definitions/esri.
|
|
2312
|
+
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
2313
2313
|
}
|
|
2314
2314
|
],
|
|
2315
2315
|
"description": "The symbol used to draw points."
|
|
@@ -2328,16 +2328,16 @@
|
|
|
2328
2328
|
"polygonSymbol": {
|
|
2329
2329
|
"anyOf": [
|
|
2330
2330
|
{
|
|
2331
|
-
"$ref": "#/definitions/esri.
|
|
2331
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
2332
2332
|
},
|
|
2333
2333
|
{
|
|
2334
|
-
"$ref": "#/definitions/esri.
|
|
2334
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
2335
2335
|
},
|
|
2336
2336
|
{
|
|
2337
|
-
"$ref": "#/definitions/esri.
|
|
2337
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
2338
2338
|
},
|
|
2339
2339
|
{
|
|
2340
|
-
"$ref": "#/definitions/esri.
|
|
2340
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
2341
2341
|
}
|
|
2342
2342
|
],
|
|
2343
2343
|
"description": "The symbol used to draw polygons."
|
|
@@ -2356,6 +2356,24 @@
|
|
|
2356
2356
|
},
|
|
2357
2357
|
"type": "object"
|
|
2358
2358
|
},
|
|
2359
|
+
"TrackCustomEventArgs": {
|
|
2360
|
+
"additionalProperties": false,
|
|
2361
|
+
"description": "Arguments for the 'studio-analytics.track-custom-event' command.",
|
|
2362
|
+
"properties": {
|
|
2363
|
+
"name": {
|
|
2364
|
+
"description": "The name of the event. The event name should be in kebab-case, present tense, and follow a `{noun phrase}-{verb}` pattern, where `{verb}` is a single word without hyphens. Example: \"parcel-boundary-move\".",
|
|
2365
|
+
"type": "string"
|
|
2366
|
+
},
|
|
2367
|
+
"payload": {
|
|
2368
|
+
"description": "Optional. Additional event-specific data of interest.",
|
|
2369
|
+
"type": "string"
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
"required": [
|
|
2373
|
+
"name"
|
|
2374
|
+
],
|
|
2375
|
+
"type": "object"
|
|
2376
|
+
},
|
|
2359
2377
|
"TranslatableText": {
|
|
2360
2378
|
"anyOf": [
|
|
2361
2379
|
{
|
|
@@ -2502,13 +2520,13 @@
|
|
|
2502
2520
|
"viewpoint": {
|
|
2503
2521
|
"anyOf": [
|
|
2504
2522
|
{
|
|
2505
|
-
"$ref": "
|
|
2523
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
2506
2524
|
},
|
|
2507
2525
|
{
|
|
2508
|
-
"$ref": "#/definitions/esri.
|
|
2526
|
+
"$ref": "#/definitions/esri.Viewpoint"
|
|
2509
2527
|
},
|
|
2510
2528
|
{
|
|
2511
|
-
"$ref": "
|
|
2529
|
+
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
2512
2530
|
},
|
|
2513
2531
|
{
|
|
2514
2532
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.Bookmark"
|
|
@@ -2612,60 +2630,42 @@
|
|
|
2612
2630
|
"drawing.create-graphics:input": {
|
|
2613
2631
|
"anyOf": [
|
|
2614
2632
|
{
|
|
2615
|
-
"$ref": "#/definitions/
|
|
2633
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
2616
2634
|
},
|
|
2617
2635
|
{
|
|
2618
2636
|
"$ref": "#/definitions/esri.Graphic"
|
|
2619
2637
|
},
|
|
2620
|
-
{
|
|
2621
|
-
"$ref": "#/definitions/esri.FeatureSet"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
2634
|
-
},
|
|
2635
|
-
{
|
|
2636
|
-
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
2637
|
-
},
|
|
2638
|
-
{
|
|
2639
|
-
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
2640
|
-
},
|
|
2641
|
-
{
|
|
2642
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2643
|
-
},
|
|
2644
2638
|
{
|
|
2645
2639
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2646
2640
|
},
|
|
2647
2641
|
{
|
|
2648
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2642
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2649
2643
|
},
|
|
2650
2644
|
{
|
|
2651
2645
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2652
2646
|
},
|
|
2653
2647
|
{
|
|
2654
|
-
"$ref": "
|
|
2648
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2655
2649
|
},
|
|
2656
2650
|
{
|
|
2657
2651
|
"items": {
|
|
2658
2652
|
"anyOf": [
|
|
2659
2653
|
{
|
|
2660
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2654
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2661
2655
|
},
|
|
2662
2656
|
{
|
|
2663
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2657
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2664
2658
|
}
|
|
2665
2659
|
]
|
|
2666
2660
|
},
|
|
2667
2661
|
"type": "array"
|
|
2668
2662
|
},
|
|
2663
|
+
{
|
|
2664
|
+
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
2668
|
+
},
|
|
2669
2669
|
{
|
|
2670
2670
|
"items": {
|
|
2671
2671
|
"anyOf": [
|
|
@@ -2679,26 +2679,44 @@
|
|
|
2679
2679
|
},
|
|
2680
2680
|
"type": "array"
|
|
2681
2681
|
},
|
|
2682
|
+
{
|
|
2683
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
2684
|
+
},
|
|
2685
|
+
{
|
|
2686
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
2699
|
+
},
|
|
2682
2700
|
{
|
|
2683
2701
|
"items": {
|
|
2684
2702
|
"anyOf": [
|
|
2685
2703
|
{
|
|
2686
|
-
"$ref": "#/definitions/esri.
|
|
2704
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
2687
2705
|
},
|
|
2688
2706
|
{
|
|
2689
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2707
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
2690
2708
|
},
|
|
2691
2709
|
{
|
|
2692
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2710
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
2693
2711
|
},
|
|
2694
2712
|
{
|
|
2695
2713
|
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
2696
2714
|
},
|
|
2697
2715
|
{
|
|
2698
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2716
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
2699
2717
|
},
|
|
2700
2718
|
{
|
|
2701
|
-
"$ref": "#/definitions/esri.
|
|
2719
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
2702
2720
|
}
|
|
2703
2721
|
]
|
|
2704
2722
|
},
|
|
@@ -2751,26 +2769,26 @@
|
|
|
2751
2769
|
},
|
|
2752
2770
|
"edit.add-feature:input": {
|
|
2753
2771
|
"anyOf": [
|
|
2754
|
-
{
|
|
2755
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2756
|
-
},
|
|
2757
2772
|
{
|
|
2758
2773
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2759
2774
|
},
|
|
2760
2775
|
{
|
|
2761
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2776
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2762
2777
|
},
|
|
2763
2778
|
{
|
|
2764
2779
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2765
2780
|
},
|
|
2781
|
+
{
|
|
2782
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2783
|
+
},
|
|
2766
2784
|
{
|
|
2767
2785
|
"items": {
|
|
2768
2786
|
"anyOf": [
|
|
2769
2787
|
{
|
|
2770
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2788
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2771
2789
|
},
|
|
2772
2790
|
{
|
|
2773
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2791
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2774
2792
|
}
|
|
2775
2793
|
]
|
|
2776
2794
|
},
|
|
@@ -2801,26 +2819,26 @@
|
|
|
2801
2819
|
},
|
|
2802
2820
|
"edit.delete-features:input": {
|
|
2803
2821
|
"anyOf": [
|
|
2804
|
-
{
|
|
2805
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2806
|
-
},
|
|
2807
2822
|
{
|
|
2808
2823
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2809
2824
|
},
|
|
2810
2825
|
{
|
|
2811
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2826
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2812
2827
|
},
|
|
2813
2828
|
{
|
|
2814
2829
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2815
2830
|
},
|
|
2831
|
+
{
|
|
2832
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2833
|
+
},
|
|
2816
2834
|
{
|
|
2817
2835
|
"items": {
|
|
2818
2836
|
"anyOf": [
|
|
2819
2837
|
{
|
|
2820
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2838
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2821
2839
|
},
|
|
2822
2840
|
{
|
|
2823
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2841
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2824
2842
|
}
|
|
2825
2843
|
]
|
|
2826
2844
|
},
|
|
@@ -2843,10 +2861,10 @@
|
|
|
2843
2861
|
"edit.display-add-feature:input": {
|
|
2844
2862
|
"anyOf": [
|
|
2845
2863
|
{
|
|
2846
|
-
"$ref": "
|
|
2864
|
+
"$ref": "#/definitions/DisplayAddFeatureArgs"
|
|
2847
2865
|
},
|
|
2848
2866
|
{
|
|
2849
|
-
"$ref": "
|
|
2867
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
2850
2868
|
}
|
|
2851
2869
|
]
|
|
2852
2870
|
},
|
|
@@ -2874,26 +2892,26 @@
|
|
|
2874
2892
|
},
|
|
2875
2893
|
"edit.update-feature:input": {
|
|
2876
2894
|
"anyOf": [
|
|
2877
|
-
{
|
|
2878
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2879
|
-
},
|
|
2880
2895
|
{
|
|
2881
2896
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2882
2897
|
},
|
|
2883
2898
|
{
|
|
2884
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2899
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2885
2900
|
},
|
|
2886
2901
|
{
|
|
2887
2902
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2888
2903
|
},
|
|
2904
|
+
{
|
|
2905
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2906
|
+
},
|
|
2889
2907
|
{
|
|
2890
2908
|
"items": {
|
|
2891
2909
|
"anyOf": [
|
|
2892
2910
|
{
|
|
2893
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2911
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2894
2912
|
},
|
|
2895
2913
|
{
|
|
2896
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2914
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2897
2915
|
}
|
|
2898
2916
|
]
|
|
2899
2917
|
},
|
|
@@ -3491,43 +3509,43 @@
|
|
|
3491
3509
|
"symbol": {
|
|
3492
3510
|
"anyOf": [
|
|
3493
3511
|
{
|
|
3494
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3512
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
3495
3513
|
},
|
|
3496
3514
|
{
|
|
3497
3515
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3498
3516
|
},
|
|
3499
3517
|
{
|
|
3500
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3518
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
3501
3519
|
},
|
|
3502
3520
|
{
|
|
3503
3521
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
3504
3522
|
},
|
|
3505
3523
|
{
|
|
3506
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3524
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
3507
3525
|
},
|
|
3508
3526
|
{
|
|
3509
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3527
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
3510
3531
|
},
|
|
3511
3532
|
{
|
|
3512
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3533
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
3513
3534
|
},
|
|
3514
3535
|
{
|
|
3515
3536
|
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
3516
3537
|
},
|
|
3517
3538
|
{
|
|
3518
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3539
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
3519
3540
|
},
|
|
3520
3541
|
{
|
|
3521
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3542
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
3522
3543
|
},
|
|
3523
3544
|
{
|
|
3524
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3545
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
3525
3546
|
},
|
|
3526
3547
|
{
|
|
3527
3548
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
3528
|
-
},
|
|
3529
|
-
{
|
|
3530
|
-
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
3531
3549
|
}
|
|
3532
3550
|
],
|
|
3533
3551
|
"description": "An object used to display the value."
|
|
@@ -3576,43 +3594,43 @@
|
|
|
3576
3594
|
"defaultSymbol": {
|
|
3577
3595
|
"anyOf": [
|
|
3578
3596
|
{
|
|
3579
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3597
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
3580
3598
|
},
|
|
3581
3599
|
{
|
|
3582
3600
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3583
3601
|
},
|
|
3584
3602
|
{
|
|
3585
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3603
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
3586
3604
|
},
|
|
3587
3605
|
{
|
|
3588
3606
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
3589
3607
|
},
|
|
3590
3608
|
{
|
|
3591
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3609
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
3592
3610
|
},
|
|
3593
3611
|
{
|
|
3594
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3612
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
3595
3613
|
},
|
|
3596
3614
|
{
|
|
3597
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3615
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
3598
3616
|
},
|
|
3599
3617
|
{
|
|
3600
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3618
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
3601
3619
|
},
|
|
3602
3620
|
{
|
|
3603
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3621
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
3604
3622
|
},
|
|
3605
3623
|
{
|
|
3606
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3624
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
3607
3625
|
},
|
|
3608
3626
|
{
|
|
3609
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3627
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
3610
3628
|
},
|
|
3611
3629
|
{
|
|
3612
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3630
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
3613
3631
|
},
|
|
3614
3632
|
{
|
|
3615
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3633
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
3616
3634
|
}
|
|
3617
3635
|
],
|
|
3618
3636
|
"description": "Symbol used when a value cannot be classified."
|
|
@@ -4288,43 +4306,43 @@
|
|
|
4288
4306
|
"symbol": {
|
|
4289
4307
|
"anyOf": [
|
|
4290
4308
|
{
|
|
4291
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4309
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
4292
4310
|
},
|
|
4293
4311
|
{
|
|
4294
4312
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
4295
4313
|
},
|
|
4296
4314
|
{
|
|
4297
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4315
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
4298
4316
|
},
|
|
4299
4317
|
{
|
|
4300
4318
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
4301
4319
|
},
|
|
4302
4320
|
{
|
|
4303
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4321
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
4304
4322
|
},
|
|
4305
4323
|
{
|
|
4306
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4324
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
4307
4325
|
},
|
|
4308
4326
|
{
|
|
4309
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4327
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4310
4328
|
},
|
|
4311
4329
|
{
|
|
4312
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4330
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
4313
4331
|
},
|
|
4314
4332
|
{
|
|
4315
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4333
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
4316
4334
|
},
|
|
4317
4335
|
{
|
|
4318
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4336
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
4319
4337
|
},
|
|
4320
4338
|
{
|
|
4321
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4339
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
4322
4340
|
},
|
|
4323
4341
|
{
|
|
4324
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4342
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
4325
4343
|
},
|
|
4326
4344
|
{
|
|
4327
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4345
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
4328
4346
|
}
|
|
4329
4347
|
],
|
|
4330
4348
|
"description": "Symbol used for drawing the feature."
|
|
@@ -5336,19 +5354,19 @@
|
|
|
5336
5354
|
"esri.rest-api.Geometry.Geometry": {
|
|
5337
5355
|
"anyOf": [
|
|
5338
5356
|
{
|
|
5339
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5357
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
5340
5358
|
},
|
|
5341
5359
|
{
|
|
5342
5360
|
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
5343
5361
|
},
|
|
5344
5362
|
{
|
|
5345
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5363
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
5346
5364
|
},
|
|
5347
5365
|
{
|
|
5348
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5366
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
5349
5367
|
},
|
|
5350
5368
|
{
|
|
5351
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5369
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
5352
5370
|
}
|
|
5353
5371
|
],
|
|
5354
5372
|
"description": "A geometry as defined in the ArcGIS REST and web map specifications. See{@linkhttp://resources.arcgis.com/en/help/rest/apiref/geometry.html}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/geometryType/}."
|
|
@@ -6413,10 +6431,10 @@
|
|
|
6413
6431
|
"symbol": {
|
|
6414
6432
|
"anyOf": [
|
|
6415
6433
|
{
|
|
6416
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6434
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
6417
6435
|
},
|
|
6418
6436
|
{
|
|
6419
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6437
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
6420
6438
|
}
|
|
6421
6439
|
],
|
|
6422
6440
|
"description": "The text symbol used to label."
|
|
@@ -9007,43 +9025,43 @@
|
|
|
9007
9025
|
"symbol": {
|
|
9008
9026
|
"anyOf": [
|
|
9009
9027
|
{
|
|
9010
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9028
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
9011
9029
|
},
|
|
9012
9030
|
{
|
|
9013
9031
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9014
9032
|
},
|
|
9015
9033
|
{
|
|
9016
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9034
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
9017
9035
|
},
|
|
9018
9036
|
{
|
|
9019
9037
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
9020
9038
|
},
|
|
9021
9039
|
{
|
|
9022
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9040
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
9023
9041
|
},
|
|
9024
9042
|
{
|
|
9025
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9043
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
9026
9044
|
},
|
|
9027
9045
|
{
|
|
9028
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9046
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9029
9047
|
},
|
|
9030
9048
|
{
|
|
9031
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9049
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
9032
9050
|
},
|
|
9033
9051
|
{
|
|
9034
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9052
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
9035
9053
|
},
|
|
9036
9054
|
{
|
|
9037
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9055
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
9038
9056
|
},
|
|
9039
9057
|
{
|
|
9040
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9058
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
9041
9059
|
},
|
|
9042
9060
|
{
|
|
9043
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9061
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
9044
9062
|
},
|
|
9045
9063
|
{
|
|
9046
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9064
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
9047
9065
|
}
|
|
9048
9066
|
],
|
|
9049
9067
|
"description": "An object that represents how all features will be drawn."
|
|
@@ -9324,25 +9342,25 @@
|
|
|
9324
9342
|
"esri.rest-api.Symbol.Symbol": {
|
|
9325
9343
|
"anyOf": [
|
|
9326
9344
|
{
|
|
9327
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9345
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
9328
9346
|
},
|
|
9329
9347
|
{
|
|
9330
9348
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9331
9349
|
},
|
|
9332
9350
|
{
|
|
9333
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9351
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
9334
9352
|
},
|
|
9335
9353
|
{
|
|
9336
9354
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
9337
9355
|
},
|
|
9338
9356
|
{
|
|
9339
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9357
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
9340
9358
|
},
|
|
9341
9359
|
{
|
|
9342
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9360
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
9343
9361
|
},
|
|
9344
9362
|
{
|
|
9345
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9363
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9346
9364
|
}
|
|
9347
9365
|
],
|
|
9348
9366
|
"description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
|
|
@@ -9453,19 +9471,19 @@
|
|
|
9453
9471
|
"esri.rest-api.Symbol3D.Symbol3D": {
|
|
9454
9472
|
"anyOf": [
|
|
9455
9473
|
{
|
|
9456
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9474
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
9457
9475
|
},
|
|
9458
9476
|
{
|
|
9459
9477
|
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
9460
9478
|
},
|
|
9461
9479
|
{
|
|
9462
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9480
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
9463
9481
|
},
|
|
9464
9482
|
{
|
|
9465
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9483
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
9466
9484
|
},
|
|
9467
9485
|
{
|
|
9468
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
9486
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
9469
9487
|
},
|
|
9470
9488
|
{
|
|
9471
9489
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
@@ -10046,43 +10064,43 @@
|
|
|
10046
10064
|
"symbol": {
|
|
10047
10065
|
"anyOf": [
|
|
10048
10066
|
{
|
|
10049
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10067
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
10050
10068
|
},
|
|
10051
10069
|
{
|
|
10052
10070
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
10053
10071
|
},
|
|
10054
10072
|
{
|
|
10055
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10073
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
10056
10074
|
},
|
|
10057
10075
|
{
|
|
10058
10076
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
10059
10077
|
},
|
|
10060
10078
|
{
|
|
10061
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10079
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
10062
10080
|
},
|
|
10063
10081
|
{
|
|
10064
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10082
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
10065
10083
|
},
|
|
10066
10084
|
{
|
|
10067
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10085
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10068
10086
|
},
|
|
10069
10087
|
{
|
|
10070
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10088
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
10071
10089
|
},
|
|
10072
10090
|
{
|
|
10073
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10091
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
10074
10092
|
},
|
|
10075
10093
|
{
|
|
10076
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10094
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
10077
10095
|
},
|
|
10078
10096
|
{
|
|
10079
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10097
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
10080
10098
|
},
|
|
10081
10099
|
{
|
|
10082
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10100
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
10083
10101
|
},
|
|
10084
10102
|
{
|
|
10085
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10103
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10086
10104
|
}
|
|
10087
10105
|
],
|
|
10088
10106
|
"description": "An object used to display the value."
|
|
@@ -10117,43 +10135,43 @@
|
|
|
10117
10135
|
"defaultSymbol": {
|
|
10118
10136
|
"anyOf": [
|
|
10119
10137
|
{
|
|
10120
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10138
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
10121
10139
|
},
|
|
10122
10140
|
{
|
|
10123
10141
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
10124
10142
|
},
|
|
10125
10143
|
{
|
|
10126
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10144
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
10127
10145
|
},
|
|
10128
10146
|
{
|
|
10129
10147
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
10130
10148
|
},
|
|
10131
10149
|
{
|
|
10132
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10150
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
10133
10151
|
},
|
|
10134
10152
|
{
|
|
10135
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10153
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
10136
10154
|
},
|
|
10137
10155
|
{
|
|
10138
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10156
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10139
10157
|
},
|
|
10140
10158
|
{
|
|
10141
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10159
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
10142
10160
|
},
|
|
10143
10161
|
{
|
|
10144
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10162
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
10145
10163
|
},
|
|
10146
10164
|
{
|
|
10147
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10165
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
10148
10166
|
},
|
|
10149
10167
|
{
|
|
10150
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10168
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
10151
10169
|
},
|
|
10152
10170
|
{
|
|
10153
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10171
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
10154
10172
|
},
|
|
10155
10173
|
{
|
|
10156
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10174
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10157
10175
|
}
|
|
10158
10176
|
],
|
|
10159
10177
|
"description": "Symbol used when a value cannot be matched."
|
|
@@ -11223,15 +11241,15 @@
|
|
|
11223
11241
|
{
|
|
11224
11242
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11225
11243
|
},
|
|
11226
|
-
{
|
|
11227
|
-
"$ref": "#/definitions/HasMaps"
|
|
11228
|
-
},
|
|
11229
11244
|
{
|
|
11230
11245
|
"items": {
|
|
11231
11246
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11232
11247
|
},
|
|
11233
11248
|
"type": "array"
|
|
11234
11249
|
},
|
|
11250
|
+
{
|
|
11251
|
+
"$ref": "#/definitions/HasMaps"
|
|
11252
|
+
},
|
|
11235
11253
|
{
|
|
11236
11254
|
"type": "null"
|
|
11237
11255
|
}
|
|
@@ -11311,15 +11329,15 @@
|
|
|
11311
11329
|
{
|
|
11312
11330
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11313
11331
|
},
|
|
11314
|
-
{
|
|
11315
|
-
"$ref": "#/definitions/HasMaps"
|
|
11316
|
-
},
|
|
11317
11332
|
{
|
|
11318
11333
|
"items": {
|
|
11319
11334
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11320
11335
|
},
|
|
11321
11336
|
"type": "array"
|
|
11322
11337
|
},
|
|
11338
|
+
{
|
|
11339
|
+
"$ref": "#/definitions/HasMaps"
|
|
11340
|
+
},
|
|
11323
11341
|
{
|
|
11324
11342
|
"type": "null"
|
|
11325
11343
|
}
|
|
@@ -11330,15 +11348,15 @@
|
|
|
11330
11348
|
{
|
|
11331
11349
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11332
11350
|
},
|
|
11333
|
-
{
|
|
11334
|
-
"$ref": "#/definitions/HasMaps"
|
|
11335
|
-
},
|
|
11336
11351
|
{
|
|
11337
11352
|
"items": {
|
|
11338
11353
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11339
11354
|
},
|
|
11340
11355
|
"type": "array"
|
|
11341
11356
|
},
|
|
11357
|
+
{
|
|
11358
|
+
"$ref": "#/definitions/HasMaps"
|
|
11359
|
+
},
|
|
11342
11360
|
{
|
|
11343
11361
|
"type": "null"
|
|
11344
11362
|
}
|
|
@@ -11380,16 +11398,16 @@
|
|
|
11380
11398
|
"map.add-markup:input": {
|
|
11381
11399
|
"anyOf": [
|
|
11382
11400
|
{
|
|
11383
|
-
"$ref": "#/definitions/
|
|
11401
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
11384
11402
|
},
|
|
11385
11403
|
{
|
|
11386
|
-
"$ref": "#/definitions/esri.
|
|
11404
|
+
"$ref": "#/definitions/esri.Graphic"
|
|
11387
11405
|
},
|
|
11388
11406
|
{
|
|
11389
11407
|
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
11390
11408
|
},
|
|
11391
11409
|
{
|
|
11392
|
-
"$ref": "#/definitions/
|
|
11410
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
11393
11411
|
},
|
|
11394
11412
|
{
|
|
11395
11413
|
"items": {
|
|
@@ -11420,15 +11438,15 @@
|
|
|
11420
11438
|
{
|
|
11421
11439
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11422
11440
|
},
|
|
11423
|
-
{
|
|
11424
|
-
"$ref": "#/definitions/HasMaps"
|
|
11425
|
-
},
|
|
11426
11441
|
{
|
|
11427
11442
|
"items": {
|
|
11428
11443
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11429
11444
|
},
|
|
11430
11445
|
"type": "array"
|
|
11431
11446
|
},
|
|
11447
|
+
{
|
|
11448
|
+
"$ref": "#/definitions/HasMaps"
|
|
11449
|
+
},
|
|
11432
11450
|
{
|
|
11433
11451
|
"type": "null"
|
|
11434
11452
|
}
|
|
@@ -11445,15 +11463,15 @@
|
|
|
11445
11463
|
{
|
|
11446
11464
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11447
11465
|
},
|
|
11448
|
-
{
|
|
11449
|
-
"$ref": "#/definitions/HasMaps"
|
|
11450
|
-
},
|
|
11451
11466
|
{
|
|
11452
11467
|
"items": {
|
|
11453
11468
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11454
11469
|
},
|
|
11455
11470
|
"type": "array"
|
|
11456
11471
|
},
|
|
11472
|
+
{
|
|
11473
|
+
"$ref": "#/definitions/HasMaps"
|
|
11474
|
+
},
|
|
11457
11475
|
{
|
|
11458
11476
|
"type": "null"
|
|
11459
11477
|
}
|
|
@@ -11509,15 +11527,15 @@
|
|
|
11509
11527
|
{
|
|
11510
11528
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11511
11529
|
},
|
|
11512
|
-
{
|
|
11513
|
-
"$ref": "#/definitions/HasMaps"
|
|
11514
|
-
},
|
|
11515
11530
|
{
|
|
11516
11531
|
"items": {
|
|
11517
11532
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
11518
11533
|
},
|
|
11519
11534
|
"type": "array"
|
|
11520
11535
|
},
|
|
11536
|
+
{
|
|
11537
|
+
"$ref": "#/definitions/HasMaps"
|
|
11538
|
+
},
|
|
11521
11539
|
{
|
|
11522
11540
|
"type": "null"
|
|
11523
11541
|
}
|
|
@@ -11532,13 +11550,13 @@
|
|
|
11532
11550
|
"map.zoom-to-viewpoint:input": {
|
|
11533
11551
|
"anyOf": [
|
|
11534
11552
|
{
|
|
11535
|
-
"$ref": "
|
|
11553
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
11536
11554
|
},
|
|
11537
11555
|
{
|
|
11538
|
-
"$ref": "#/definitions/esri.
|
|
11556
|
+
"$ref": "#/definitions/esri.Viewpoint"
|
|
11539
11557
|
},
|
|
11540
11558
|
{
|
|
11541
|
-
"$ref": "
|
|
11559
|
+
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
11542
11560
|
},
|
|
11543
11561
|
{
|
|
11544
11562
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.Bookmark"
|
|
@@ -11599,26 +11617,26 @@
|
|
|
11599
11617
|
},
|
|
11600
11618
|
"results.display-details:input": {
|
|
11601
11619
|
"anyOf": [
|
|
11602
|
-
{
|
|
11603
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11604
|
-
},
|
|
11605
11620
|
{
|
|
11606
11621
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11607
11622
|
},
|
|
11608
11623
|
{
|
|
11609
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
11624
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11610
11625
|
},
|
|
11611
11626
|
{
|
|
11612
11627
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
11613
11628
|
},
|
|
11629
|
+
{
|
|
11630
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
11631
|
+
},
|
|
11614
11632
|
{
|
|
11615
11633
|
"items": {
|
|
11616
11634
|
"anyOf": [
|
|
11617
11635
|
{
|
|
11618
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
11636
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
11619
11637
|
},
|
|
11620
11638
|
{
|
|
11621
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
11639
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11622
11640
|
}
|
|
11623
11641
|
]
|
|
11624
11642
|
},
|
|
@@ -11640,26 +11658,26 @@
|
|
|
11640
11658
|
},
|
|
11641
11659
|
"results.display-new-details:input": {
|
|
11642
11660
|
"anyOf": [
|
|
11643
|
-
{
|
|
11644
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11645
|
-
},
|
|
11646
11661
|
{
|
|
11647
11662
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11648
11663
|
},
|
|
11649
11664
|
{
|
|
11650
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
11665
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11651
11666
|
},
|
|
11652
11667
|
{
|
|
11653
11668
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
11654
11669
|
},
|
|
11670
|
+
{
|
|
11671
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
11672
|
+
},
|
|
11655
11673
|
{
|
|
11656
11674
|
"items": {
|
|
11657
11675
|
"anyOf": [
|
|
11658
11676
|
{
|
|
11659
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
11677
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
11660
11678
|
},
|
|
11661
11679
|
{
|
|
11662
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
11680
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11663
11681
|
}
|
|
11664
11682
|
]
|
|
11665
11683
|
},
|
|
@@ -11675,26 +11693,26 @@
|
|
|
11675
11693
|
},
|
|
11676
11694
|
"results.display:input": {
|
|
11677
11695
|
"anyOf": [
|
|
11678
|
-
{
|
|
11679
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11680
|
-
},
|
|
11681
11696
|
{
|
|
11682
11697
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11683
11698
|
},
|
|
11684
11699
|
{
|
|
11685
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
11700
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
11686
11701
|
},
|
|
11687
11702
|
{
|
|
11688
11703
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
11689
11704
|
},
|
|
11705
|
+
{
|
|
11706
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
11707
|
+
},
|
|
11690
11708
|
{
|
|
11691
11709
|
"items": {
|
|
11692
11710
|
"anyOf": [
|
|
11693
11711
|
{
|
|
11694
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
11712
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
11695
11713
|
},
|
|
11696
11714
|
{
|
|
11697
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
11715
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
11698
11716
|
}
|
|
11699
11717
|
]
|
|
11700
11718
|
},
|
|
@@ -11875,6 +11893,15 @@
|
|
|
11875
11893
|
"sketching.undo:input": {
|
|
11876
11894
|
"$ref": "#/definitions/HasMaps"
|
|
11877
11895
|
},
|
|
11896
|
+
"studio-analytics.track-custom-event": {
|
|
11897
|
+
"description": "Sends a custom event to VertiGIS Studio Analytics. If the app is not configured to use Analytics, then nothing will happen.",
|
|
11898
|
+
"enum": [
|
|
11899
|
+
"studio-analytics.track-custom-event"
|
|
11900
|
+
]
|
|
11901
|
+
},
|
|
11902
|
+
"studio-analytics.track-custom-event:input": {
|
|
11903
|
+
"$ref": "#/definitions/TrackCustomEventArgs"
|
|
11904
|
+
},
|
|
11878
11905
|
"system.open-url": {
|
|
11879
11906
|
"description": "Opens a URL, either in the system browser or whatever app is appropriate for the scheme of the URL. If {@link Features } are included as context, then the URL may contain substitution tokens in the format {FIELD_NAME} where FIELD_NAME is the name of a field in the first feature in the context. In this case, the {FIELD_NAME} is substituted with value of the FIELD_NAME field from the feature feature in the {@link Features }, e.g. https://www.google.com/search?q={NAME}, where the value of the NAME field in the first feature from the context is 'Jasper National Park' would produce the result https://www.google.com/search?q=Jasper National Park. Zero to many substitution tokens may be included. If maps are included as context, {@link LocationToken} can be used to access properties on the first map's view. In Web, if both layers and maps are included as context, then {@link LayerToken} can be used to access properties on the first layer.",
|
|
11880
11907
|
"enum": [
|
|
@@ -12772,6 +12799,22 @@
|
|
|
12772
12799
|
],
|
|
12773
12800
|
"type": "object"
|
|
12774
12801
|
},
|
|
12802
|
+
{
|
|
12803
|
+
"additionalProperties": false,
|
|
12804
|
+
"properties": {
|
|
12805
|
+
"arguments": {
|
|
12806
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event:input"
|
|
12807
|
+
},
|
|
12808
|
+
"name": {
|
|
12809
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event"
|
|
12810
|
+
}
|
|
12811
|
+
},
|
|
12812
|
+
"required": [
|
|
12813
|
+
"name",
|
|
12814
|
+
"arguments"
|
|
12815
|
+
],
|
|
12816
|
+
"type": "object"
|
|
12817
|
+
},
|
|
12775
12818
|
{
|
|
12776
12819
|
"additionalProperties": false,
|
|
12777
12820
|
"properties": {
|
|
@@ -13050,6 +13093,9 @@
|
|
|
13050
13093
|
{
|
|
13051
13094
|
"$ref": "#/definitions/sketching.undo"
|
|
13052
13095
|
},
|
|
13096
|
+
{
|
|
13097
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event"
|
|
13098
|
+
},
|
|
13053
13099
|
{
|
|
13054
13100
|
"$ref": "#/definitions/system.open-url"
|
|
13055
13101
|
},
|