@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."
|
|
@@ -396,26 +396,26 @@
|
|
|
396
396
|
},
|
|
397
397
|
"Features": {
|
|
398
398
|
"anyOf": [
|
|
399
|
-
{
|
|
400
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
401
|
-
},
|
|
402
399
|
{
|
|
403
400
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
404
401
|
},
|
|
405
402
|
{
|
|
406
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
403
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
407
404
|
},
|
|
408
405
|
{
|
|
409
406
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
410
407
|
},
|
|
408
|
+
{
|
|
409
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
410
|
+
},
|
|
411
411
|
{
|
|
412
412
|
"items": {
|
|
413
413
|
"anyOf": [
|
|
414
414
|
{
|
|
415
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
415
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
418
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
419
419
|
}
|
|
420
420
|
]
|
|
421
421
|
},
|
|
@@ -429,26 +429,26 @@
|
|
|
429
429
|
},
|
|
430
430
|
"FeaturesLike": {
|
|
431
431
|
"anyOf": [
|
|
432
|
-
{
|
|
433
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
434
|
-
},
|
|
435
432
|
{
|
|
436
433
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
437
434
|
},
|
|
438
435
|
{
|
|
439
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
436
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
440
437
|
},
|
|
441
438
|
{
|
|
442
439
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
443
440
|
},
|
|
441
|
+
{
|
|
442
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
443
|
+
},
|
|
444
444
|
{
|
|
445
445
|
"items": {
|
|
446
446
|
"anyOf": [
|
|
447
447
|
{
|
|
448
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
448
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
451
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
452
452
|
}
|
|
453
453
|
]
|
|
454
454
|
},
|
|
@@ -647,9 +647,6 @@
|
|
|
647
647
|
{
|
|
648
648
|
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
649
649
|
},
|
|
650
|
-
{
|
|
651
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
652
|
-
},
|
|
653
650
|
{
|
|
654
651
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
655
652
|
},
|
|
@@ -659,6 +656,9 @@
|
|
|
659
656
|
{
|
|
660
657
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
661
658
|
},
|
|
659
|
+
{
|
|
660
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
661
|
+
},
|
|
662
662
|
{
|
|
663
663
|
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
664
664
|
},
|
|
@@ -677,6 +677,9 @@
|
|
|
677
677
|
{
|
|
678
678
|
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
679
679
|
},
|
|
680
|
+
{
|
|
681
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
682
|
+
},
|
|
680
683
|
{
|
|
681
684
|
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
682
685
|
},
|
|
@@ -686,14 +689,11 @@
|
|
|
686
689
|
{
|
|
687
690
|
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
688
691
|
},
|
|
689
|
-
{
|
|
690
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
691
|
-
},
|
|
692
692
|
{
|
|
693
693
|
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
696
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
697
697
|
}
|
|
698
698
|
],
|
|
699
699
|
"description": "An operational layer in a web map/scene."
|
|
@@ -1675,43 +1675,43 @@
|
|
|
1675
1675
|
"symbol": {
|
|
1676
1676
|
"anyOf": [
|
|
1677
1677
|
{
|
|
1678
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1678
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
1679
1679
|
},
|
|
1680
1680
|
{
|
|
1681
1681
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1682
1682
|
},
|
|
1683
1683
|
{
|
|
1684
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1684
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
1685
1685
|
},
|
|
1686
1686
|
{
|
|
1687
1687
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
1688
1688
|
},
|
|
1689
1689
|
{
|
|
1690
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1690
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
1691
1691
|
},
|
|
1692
1692
|
{
|
|
1693
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1693
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
1694
1694
|
},
|
|
1695
1695
|
{
|
|
1696
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1696
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1697
1697
|
},
|
|
1698
1698
|
{
|
|
1699
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1699
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
1700
1700
|
},
|
|
1701
1701
|
{
|
|
1702
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1702
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
1703
1703
|
},
|
|
1704
1704
|
{
|
|
1705
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1705
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
1706
1706
|
},
|
|
1707
1707
|
{
|
|
1708
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1708
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
1709
1709
|
},
|
|
1710
1710
|
{
|
|
1711
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1711
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
1712
1712
|
},
|
|
1713
1713
|
{
|
|
1714
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1714
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
1715
1715
|
}
|
|
1716
1716
|
],
|
|
1717
1717
|
"description": "An object used to display the value."
|
|
@@ -1760,43 +1760,43 @@
|
|
|
1760
1760
|
"defaultSymbol": {
|
|
1761
1761
|
"anyOf": [
|
|
1762
1762
|
{
|
|
1763
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1763
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
1764
1764
|
},
|
|
1765
1765
|
{
|
|
1766
1766
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1767
1767
|
},
|
|
1768
1768
|
{
|
|
1769
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1769
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
1770
1770
|
},
|
|
1771
1771
|
{
|
|
1772
1772
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
1773
1773
|
},
|
|
1774
1774
|
{
|
|
1775
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1775
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1778
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
1779
1779
|
},
|
|
1780
1780
|
{
|
|
1781
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1781
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1782
1782
|
},
|
|
1783
1783
|
{
|
|
1784
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1784
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
1785
1785
|
},
|
|
1786
1786
|
{
|
|
1787
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1787
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
1788
1788
|
},
|
|
1789
1789
|
{
|
|
1790
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1790
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
1791
1791
|
},
|
|
1792
1792
|
{
|
|
1793
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1793
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
1794
1794
|
},
|
|
1795
1795
|
{
|
|
1796
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1796
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
1797
1797
|
},
|
|
1798
1798
|
{
|
|
1799
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1799
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
1800
1800
|
}
|
|
1801
1801
|
],
|
|
1802
1802
|
"description": "Symbol used when a value cannot be classified."
|
|
@@ -2472,43 +2472,43 @@
|
|
|
2472
2472
|
"symbol": {
|
|
2473
2473
|
"anyOf": [
|
|
2474
2474
|
{
|
|
2475
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2475
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
2476
2476
|
},
|
|
2477
2477
|
{
|
|
2478
2478
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
2479
2479
|
},
|
|
2480
2480
|
{
|
|
2481
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2481
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
2482
2482
|
},
|
|
2483
2483
|
{
|
|
2484
2484
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
2485
2485
|
},
|
|
2486
2486
|
{
|
|
2487
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2487
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
2488
2488
|
},
|
|
2489
2489
|
{
|
|
2490
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2490
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
2491
2491
|
},
|
|
2492
2492
|
{
|
|
2493
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2493
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
2494
2494
|
},
|
|
2495
2495
|
{
|
|
2496
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2496
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
2497
2497
|
},
|
|
2498
2498
|
{
|
|
2499
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2499
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
2500
2500
|
},
|
|
2501
2501
|
{
|
|
2502
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2502
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
2503
2503
|
},
|
|
2504
2504
|
{
|
|
2505
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2505
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
2506
2506
|
},
|
|
2507
2507
|
{
|
|
2508
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2508
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
2509
2509
|
},
|
|
2510
2510
|
{
|
|
2511
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2511
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
2512
2512
|
}
|
|
2513
2513
|
],
|
|
2514
2514
|
"description": "Symbol used for drawing the feature."
|
|
@@ -3520,19 +3520,19 @@
|
|
|
3520
3520
|
"esri.rest-api.Geometry.Geometry": {
|
|
3521
3521
|
"anyOf": [
|
|
3522
3522
|
{
|
|
3523
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3523
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
3524
3524
|
},
|
|
3525
3525
|
{
|
|
3526
3526
|
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
3527
3527
|
},
|
|
3528
3528
|
{
|
|
3529
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3529
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
3530
3530
|
},
|
|
3531
3531
|
{
|
|
3532
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3532
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
3533
3533
|
},
|
|
3534
3534
|
{
|
|
3535
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3535
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
3536
3536
|
}
|
|
3537
3537
|
],
|
|
3538
3538
|
"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/}."
|
|
@@ -4368,10 +4368,10 @@
|
|
|
4368
4368
|
"symbol": {
|
|
4369
4369
|
"anyOf": [
|
|
4370
4370
|
{
|
|
4371
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4371
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
4372
4372
|
},
|
|
4373
4373
|
{
|
|
4374
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4374
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
4375
4375
|
}
|
|
4376
4376
|
],
|
|
4377
4377
|
"description": "The text symbol used to label."
|
|
@@ -6962,43 +6962,43 @@
|
|
|
6962
6962
|
"symbol": {
|
|
6963
6963
|
"anyOf": [
|
|
6964
6964
|
{
|
|
6965
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6965
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
6966
6966
|
},
|
|
6967
6967
|
{
|
|
6968
6968
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
6969
6969
|
},
|
|
6970
6970
|
{
|
|
6971
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6971
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
6972
6972
|
},
|
|
6973
6973
|
{
|
|
6974
6974
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
6975
6975
|
},
|
|
6976
6976
|
{
|
|
6977
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6977
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
6978
6978
|
},
|
|
6979
6979
|
{
|
|
6980
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6980
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
6981
6981
|
},
|
|
6982
6982
|
{
|
|
6983
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6983
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
6984
6984
|
},
|
|
6985
6985
|
{
|
|
6986
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6986
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
6987
6987
|
},
|
|
6988
6988
|
{
|
|
6989
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6989
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
6990
6990
|
},
|
|
6991
6991
|
{
|
|
6992
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6992
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
6993
6993
|
},
|
|
6994
6994
|
{
|
|
6995
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6995
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
6996
6996
|
},
|
|
6997
6997
|
{
|
|
6998
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6998
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
6999
6999
|
},
|
|
7000
7000
|
{
|
|
7001
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7001
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
7002
7002
|
}
|
|
7003
7003
|
],
|
|
7004
7004
|
"description": "An object that represents how all features will be drawn."
|
|
@@ -7279,25 +7279,25 @@
|
|
|
7279
7279
|
"esri.rest-api.Symbol.Symbol": {
|
|
7280
7280
|
"anyOf": [
|
|
7281
7281
|
{
|
|
7282
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7282
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
7283
7283
|
},
|
|
7284
7284
|
{
|
|
7285
7285
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7286
7286
|
},
|
|
7287
7287
|
{
|
|
7288
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7288
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
7289
7289
|
},
|
|
7290
7290
|
{
|
|
7291
7291
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
7292
7292
|
},
|
|
7293
7293
|
{
|
|
7294
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7294
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
7295
7295
|
},
|
|
7296
7296
|
{
|
|
7297
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7297
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
7298
7298
|
},
|
|
7299
7299
|
{
|
|
7300
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7300
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7301
7301
|
}
|
|
7302
7302
|
],
|
|
7303
7303
|
"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/}."
|
|
@@ -7408,19 +7408,19 @@
|
|
|
7408
7408
|
"esri.rest-api.Symbol3D.Symbol3D": {
|
|
7409
7409
|
"anyOf": [
|
|
7410
7410
|
{
|
|
7411
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7411
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
7412
7412
|
},
|
|
7413
7413
|
{
|
|
7414
7414
|
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
7415
7415
|
},
|
|
7416
7416
|
{
|
|
7417
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7417
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
7418
7418
|
},
|
|
7419
7419
|
{
|
|
7420
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7420
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
7421
7421
|
},
|
|
7422
7422
|
{
|
|
7423
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7423
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
7424
7424
|
},
|
|
7425
7425
|
{
|
|
7426
7426
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
@@ -8001,43 +8001,43 @@
|
|
|
8001
8001
|
"symbol": {
|
|
8002
8002
|
"anyOf": [
|
|
8003
8003
|
{
|
|
8004
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8004
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
8005
8005
|
},
|
|
8006
8006
|
{
|
|
8007
8007
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
8008
8008
|
},
|
|
8009
8009
|
{
|
|
8010
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8010
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
8011
8011
|
},
|
|
8012
8012
|
{
|
|
8013
8013
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
8014
8014
|
},
|
|
8015
8015
|
{
|
|
8016
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8016
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
8017
8017
|
},
|
|
8018
8018
|
{
|
|
8019
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8019
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
8020
8020
|
},
|
|
8021
8021
|
{
|
|
8022
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8022
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8023
8023
|
},
|
|
8024
8024
|
{
|
|
8025
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8025
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
8026
8026
|
},
|
|
8027
8027
|
{
|
|
8028
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8028
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
8029
8029
|
},
|
|
8030
8030
|
{
|
|
8031
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8031
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
8032
8032
|
},
|
|
8033
8033
|
{
|
|
8034
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8034
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
8035
8035
|
},
|
|
8036
8036
|
{
|
|
8037
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8037
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
8038
8038
|
},
|
|
8039
8039
|
{
|
|
8040
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8040
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
8041
8041
|
}
|
|
8042
8042
|
],
|
|
8043
8043
|
"description": "An object used to display the value."
|
|
@@ -8072,43 +8072,43 @@
|
|
|
8072
8072
|
"defaultSymbol": {
|
|
8073
8073
|
"anyOf": [
|
|
8074
8074
|
{
|
|
8075
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8075
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
8076
8076
|
},
|
|
8077
8077
|
{
|
|
8078
8078
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
8079
8079
|
},
|
|
8080
8080
|
{
|
|
8081
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8081
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
8082
8082
|
},
|
|
8083
8083
|
{
|
|
8084
8084
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
8085
8085
|
},
|
|
8086
8086
|
{
|
|
8087
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8087
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
8088
8088
|
},
|
|
8089
8089
|
{
|
|
8090
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8090
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
8091
8091
|
},
|
|
8092
8092
|
{
|
|
8093
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8093
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8094
8094
|
},
|
|
8095
8095
|
{
|
|
8096
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8096
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
8097
8097
|
},
|
|
8098
8098
|
{
|
|
8099
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8099
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
8100
8100
|
},
|
|
8101
8101
|
{
|
|
8102
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8102
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
8103
8103
|
},
|
|
8104
8104
|
{
|
|
8105
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8105
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
8106
8106
|
},
|
|
8107
8107
|
{
|
|
8108
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8108
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
8109
8109
|
},
|
|
8110
8110
|
{
|
|
8111
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8111
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
8112
8112
|
}
|
|
8113
8113
|
],
|
|
8114
8114
|
"description": "Symbol used when a value cannot be matched."
|