@vertigis/viewer-spec 49.7.0 → 49.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/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 +974 -393
- package/messaging/schema/common-event.schema.json +645 -110
- package/messaging/schema/mobile-action.schema.json +956 -375
- package/messaging/schema/mobile-event.schema.json +662 -127
- package/messaging/schema/web-action.schema.json +1429 -677
- package/messaging/schema/web-event.schema.json +692 -172
- package/package.json +16 -15
- 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."
|
|
@@ -383,10 +383,10 @@
|
|
|
383
383
|
},
|
|
384
384
|
"@vertigis.arcgis-extensions.tasks.geocoding.Geocoder.AddressLike": {
|
|
385
385
|
"anyOf": [
|
|
386
|
+
{},
|
|
386
387
|
{
|
|
387
388
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
388
389
|
},
|
|
389
|
-
{},
|
|
390
390
|
{
|
|
391
391
|
"type": "string"
|
|
392
392
|
}
|
|
@@ -551,10 +551,10 @@
|
|
|
551
551
|
"geometry": {
|
|
552
552
|
"anyOf": [
|
|
553
553
|
{
|
|
554
|
-
"$ref": "#/definitions/esri.
|
|
554
|
+
"$ref": "#/definitions/esri.Polyline"
|
|
555
555
|
},
|
|
556
556
|
{
|
|
557
|
-
"$ref": "#/definitions/esri.
|
|
557
|
+
"$ref": "#/definitions/esri.Polygon"
|
|
558
558
|
}
|
|
559
559
|
],
|
|
560
560
|
"description": "The starting geometry."
|
|
@@ -580,10 +580,10 @@
|
|
|
580
580
|
"geometry": {
|
|
581
581
|
"anyOf": [
|
|
582
582
|
{
|
|
583
|
-
"$ref": "#/definitions/esri.
|
|
583
|
+
"$ref": "#/definitions/esri.Polyline"
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
|
-
"$ref": "#/definitions/esri.
|
|
586
|
+
"$ref": "#/definitions/esri.Polygon"
|
|
587
587
|
}
|
|
588
588
|
],
|
|
589
589
|
"description": "The starting geometry."
|
|
@@ -760,25 +760,25 @@
|
|
|
760
760
|
"symbol": {
|
|
761
761
|
"anyOf": [
|
|
762
762
|
{
|
|
763
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
763
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
764
764
|
},
|
|
765
765
|
{
|
|
766
766
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
767
767
|
},
|
|
768
768
|
{
|
|
769
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
769
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
772
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
773
773
|
},
|
|
774
774
|
{
|
|
775
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
775
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
776
776
|
},
|
|
777
777
|
{
|
|
778
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
778
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
779
779
|
},
|
|
780
780
|
{
|
|
781
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
781
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
782
782
|
},
|
|
783
783
|
{
|
|
784
784
|
"$ref": "#/definitions/SymbolSet"
|
|
@@ -1277,19 +1277,19 @@
|
|
|
1277
1277
|
"$ref": "#/definitions/esri.Symbol"
|
|
1278
1278
|
},
|
|
1279
1279
|
{
|
|
1280
|
-
"$ref": "#/definitions/esri.
|
|
1280
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
1281
1281
|
},
|
|
1282
1282
|
{
|
|
1283
1283
|
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
1284
1284
|
},
|
|
1285
1285
|
{
|
|
1286
|
-
"$ref": "#/definitions/esri.
|
|
1286
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
1287
1287
|
},
|
|
1288
1288
|
{
|
|
1289
|
-
"$ref": "#/definitions/esri.
|
|
1289
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
1290
1290
|
},
|
|
1291
1291
|
{
|
|
1292
|
-
"$ref": "#/definitions/esri.
|
|
1292
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
1293
1293
|
},
|
|
1294
1294
|
{
|
|
1295
1295
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
@@ -1377,19 +1377,19 @@
|
|
|
1377
1377
|
"$ref": "#/definitions/esri.Symbol"
|
|
1378
1378
|
},
|
|
1379
1379
|
{
|
|
1380
|
-
"$ref": "#/definitions/esri.
|
|
1380
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
1381
1381
|
},
|
|
1382
1382
|
{
|
|
1383
1383
|
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
1384
1384
|
},
|
|
1385
1385
|
{
|
|
1386
|
-
"$ref": "#/definitions/esri.
|
|
1386
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
1387
1387
|
},
|
|
1388
1388
|
{
|
|
1389
|
-
"$ref": "#/definitions/esri.
|
|
1389
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
1392
|
-
"$ref": "#/definitions/esri.
|
|
1392
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
1393
1393
|
},
|
|
1394
1394
|
{
|
|
1395
1395
|
"$ref": "#/definitions/esri.TextSymbol"
|
|
@@ -1498,26 +1498,26 @@
|
|
|
1498
1498
|
},
|
|
1499
1499
|
"Features": {
|
|
1500
1500
|
"anyOf": [
|
|
1501
|
-
{
|
|
1502
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1503
|
-
},
|
|
1504
1501
|
{
|
|
1505
1502
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1506
1503
|
},
|
|
1507
1504
|
{
|
|
1508
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1505
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1509
1506
|
},
|
|
1510
1507
|
{
|
|
1511
1508
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1512
1509
|
},
|
|
1510
|
+
{
|
|
1511
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1512
|
+
},
|
|
1513
1513
|
{
|
|
1514
1514
|
"items": {
|
|
1515
1515
|
"anyOf": [
|
|
1516
1516
|
{
|
|
1517
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1517
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1518
1518
|
},
|
|
1519
1519
|
{
|
|
1520
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1520
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1521
1521
|
}
|
|
1522
1522
|
]
|
|
1523
1523
|
},
|
|
@@ -1531,26 +1531,26 @@
|
|
|
1531
1531
|
},
|
|
1532
1532
|
"FeaturesLike": {
|
|
1533
1533
|
"anyOf": [
|
|
1534
|
-
{
|
|
1535
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1536
|
-
},
|
|
1537
1534
|
{
|
|
1538
1535
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1539
1536
|
},
|
|
1540
1537
|
{
|
|
1541
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1538
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1542
1539
|
},
|
|
1543
1540
|
{
|
|
1544
1541
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1545
1542
|
},
|
|
1543
|
+
{
|
|
1544
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1545
|
+
},
|
|
1546
1546
|
{
|
|
1547
1547
|
"items": {
|
|
1548
1548
|
"anyOf": [
|
|
1549
1549
|
{
|
|
1550
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1550
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1551
1551
|
},
|
|
1552
1552
|
{
|
|
1553
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1553
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1554
1554
|
}
|
|
1555
1555
|
]
|
|
1556
1556
|
},
|
|
@@ -1711,60 +1711,42 @@
|
|
|
1711
1711
|
"GeometryLike": {
|
|
1712
1712
|
"anyOf": [
|
|
1713
1713
|
{
|
|
1714
|
-
"$ref": "#/definitions/
|
|
1714
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
1715
1715
|
},
|
|
1716
1716
|
{
|
|
1717
1717
|
"$ref": "#/definitions/esri.Graphic"
|
|
1718
1718
|
},
|
|
1719
|
-
{
|
|
1720
|
-
"$ref": "#/definitions/esri.FeatureSet"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1742
|
-
},
|
|
1743
1719
|
{
|
|
1744
1720
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1745
1721
|
},
|
|
1746
1722
|
{
|
|
1747
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
1723
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
1748
1724
|
},
|
|
1749
1725
|
{
|
|
1750
1726
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
1751
1727
|
},
|
|
1752
1728
|
{
|
|
1753
|
-
"$ref": "
|
|
1729
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
1754
1730
|
},
|
|
1755
1731
|
{
|
|
1756
1732
|
"items": {
|
|
1757
1733
|
"anyOf": [
|
|
1758
1734
|
{
|
|
1759
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1735
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
1760
1736
|
},
|
|
1761
1737
|
{
|
|
1762
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
1738
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
1763
1739
|
}
|
|
1764
1740
|
]
|
|
1765
1741
|
},
|
|
1766
1742
|
"type": "array"
|
|
1767
1743
|
},
|
|
1744
|
+
{
|
|
1745
|
+
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
1749
|
+
},
|
|
1768
1750
|
{
|
|
1769
1751
|
"items": {
|
|
1770
1752
|
"anyOf": [
|
|
@@ -1778,26 +1760,44 @@
|
|
|
1778
1760
|
},
|
|
1779
1761
|
"type": "array"
|
|
1780
1762
|
},
|
|
1763
|
+
{
|
|
1764
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
1780
|
+
},
|
|
1781
1781
|
{
|
|
1782
1782
|
"items": {
|
|
1783
1783
|
"anyOf": [
|
|
1784
1784
|
{
|
|
1785
|
-
"$ref": "#/definitions/esri.
|
|
1785
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
1786
1786
|
},
|
|
1787
1787
|
{
|
|
1788
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1788
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1791
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
1792
1792
|
},
|
|
1793
1793
|
{
|
|
1794
1794
|
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
1795
1795
|
},
|
|
1796
1796
|
{
|
|
1797
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1797
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
1798
1798
|
},
|
|
1799
1799
|
{
|
|
1800
|
-
"$ref": "#/definitions/esri.
|
|
1800
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
1801
1801
|
}
|
|
1802
1802
|
]
|
|
1803
1803
|
},
|
|
@@ -1907,16 +1907,16 @@
|
|
|
1907
1907
|
"GraphicsLike": {
|
|
1908
1908
|
"anyOf": [
|
|
1909
1909
|
{
|
|
1910
|
-
"$ref": "#/definitions/
|
|
1910
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
1911
1911
|
},
|
|
1912
1912
|
{
|
|
1913
|
-
"$ref": "#/definitions/esri.
|
|
1913
|
+
"$ref": "#/definitions/esri.Graphic"
|
|
1914
1914
|
},
|
|
1915
1915
|
{
|
|
1916
1916
|
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
1917
1917
|
},
|
|
1918
1918
|
{
|
|
1919
|
-
"$ref": "#/definitions/
|
|
1919
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
1922
1922
|
"items": {
|
|
@@ -2114,16 +2114,16 @@
|
|
|
2114
2114
|
"LayersLike": {
|
|
2115
2115
|
"anyOf": [
|
|
2116
2116
|
{
|
|
2117
|
-
"$ref": "#/definitions
|
|
2117
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
2118
2118
|
},
|
|
2119
2119
|
{
|
|
2120
|
-
"$ref": "esri.
|
|
2120
|
+
"$ref": "#/definitions/esri.Layer"
|
|
2121
2121
|
},
|
|
2122
2122
|
{
|
|
2123
|
-
"$ref": "
|
|
2123
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
2124
2124
|
},
|
|
2125
2125
|
{
|
|
2126
|
-
"$ref": "
|
|
2126
|
+
"$ref": "esri.SublayerLike"
|
|
2127
2127
|
},
|
|
2128
2128
|
{
|
|
2129
2129
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
@@ -2132,16 +2132,16 @@
|
|
|
2132
2132
|
"items": {
|
|
2133
2133
|
"anyOf": [
|
|
2134
2134
|
{
|
|
2135
|
-
"$ref": "#/definitions
|
|
2135
|
+
"$ref": "#/definitions/@vertigis.arcgis-extensions.mapping._LayerExtension.LayerReference"
|
|
2136
2136
|
},
|
|
2137
2137
|
{
|
|
2138
|
-
"$ref": "esri.
|
|
2138
|
+
"$ref": "#/definitions/esri.Layer"
|
|
2139
2139
|
},
|
|
2140
2140
|
{
|
|
2141
|
-
"$ref": "
|
|
2141
|
+
"$ref": "@vertigis.arcgis-extensions.mapping._LayerExtension.LayerExtension"
|
|
2142
2142
|
},
|
|
2143
2143
|
{
|
|
2144
|
-
"$ref": "
|
|
2144
|
+
"$ref": "esri.SublayerLike"
|
|
2145
2145
|
},
|
|
2146
2146
|
{
|
|
2147
2147
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
@@ -2431,9 +2431,6 @@
|
|
|
2431
2431
|
{
|
|
2432
2432
|
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
2433
2433
|
},
|
|
2434
|
-
{
|
|
2435
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
2436
|
-
},
|
|
2437
2434
|
{
|
|
2438
2435
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
2439
2436
|
},
|
|
@@ -2443,6 +2440,9 @@
|
|
|
2443
2440
|
{
|
|
2444
2441
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
2445
2442
|
},
|
|
2443
|
+
{
|
|
2444
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
2445
|
+
},
|
|
2446
2446
|
{
|
|
2447
2447
|
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
2448
2448
|
},
|
|
@@ -2461,6 +2461,12 @@
|
|
|
2461
2461
|
{
|
|
2462
2462
|
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
2463
2463
|
},
|
|
2464
|
+
{
|
|
2465
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"$ref": "#/definitions/esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer"
|
|
2469
|
+
},
|
|
2464
2470
|
{
|
|
2465
2471
|
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
2466
2472
|
},
|
|
@@ -2470,14 +2476,11 @@
|
|
|
2470
2476
|
{
|
|
2471
2477
|
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
2472
2478
|
},
|
|
2473
|
-
{
|
|
2474
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
2475
|
-
},
|
|
2476
2479
|
{
|
|
2477
2480
|
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
2478
2481
|
},
|
|
2479
2482
|
{
|
|
2480
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2483
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
2481
2484
|
}
|
|
2482
2485
|
],
|
|
2483
2486
|
"description": "An operational layer in a web map/scene."
|
|
@@ -2511,10 +2514,10 @@
|
|
|
2511
2514
|
"geometry": {
|
|
2512
2515
|
"anyOf": [
|
|
2513
2516
|
{
|
|
2514
|
-
"$ref": "#/definitions/esri.
|
|
2517
|
+
"$ref": "#/definitions/esri.Polyline"
|
|
2515
2518
|
},
|
|
2516
2519
|
{
|
|
2517
|
-
"$ref": "#/definitions/esri.
|
|
2520
|
+
"$ref": "#/definitions/esri.Polygon"
|
|
2518
2521
|
}
|
|
2519
2522
|
],
|
|
2520
2523
|
"description": "The geometry that contains the reference line."
|
|
@@ -2540,10 +2543,10 @@
|
|
|
2540
2543
|
"geometry": {
|
|
2541
2544
|
"anyOf": [
|
|
2542
2545
|
{
|
|
2543
|
-
"$ref": "#/definitions/esri.
|
|
2546
|
+
"$ref": "#/definitions/esri.Polyline"
|
|
2544
2547
|
},
|
|
2545
2548
|
{
|
|
2546
|
-
"$ref": "#/definitions/esri.
|
|
2549
|
+
"$ref": "#/definitions/esri.Polygon"
|
|
2547
2550
|
}
|
|
2548
2551
|
],
|
|
2549
2552
|
"description": "The starting geometry."
|
|
@@ -2938,26 +2941,26 @@
|
|
|
2938
2941
|
},
|
|
2939
2942
|
"ShowResultsArgs": {
|
|
2940
2943
|
"anyOf": [
|
|
2941
|
-
{
|
|
2942
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2943
|
-
},
|
|
2944
2944
|
{
|
|
2945
2945
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2946
2946
|
},
|
|
2947
2947
|
{
|
|
2948
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
2948
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
2949
2949
|
},
|
|
2950
2950
|
{
|
|
2951
2951
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
2952
2952
|
},
|
|
2953
|
+
{
|
|
2954
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
2955
|
+
},
|
|
2953
2956
|
{
|
|
2954
2957
|
"items": {
|
|
2955
2958
|
"anyOf": [
|
|
2956
2959
|
{
|
|
2957
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2960
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
2958
2961
|
},
|
|
2959
2962
|
{
|
|
2960
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
2963
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
2961
2964
|
}
|
|
2962
2965
|
]
|
|
2963
2966
|
},
|
|
@@ -3135,10 +3138,10 @@
|
|
|
3135
3138
|
"lineSymbol": {
|
|
3136
3139
|
"anyOf": [
|
|
3137
3140
|
{
|
|
3138
|
-
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
3141
|
+
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
3139
3142
|
},
|
|
3140
3143
|
{
|
|
3141
|
-
"$ref": "#/definitions/esri.
|
|
3144
|
+
"$ref": "#/definitions/esri.SimpleLineSymbol"
|
|
3142
3145
|
}
|
|
3143
3146
|
],
|
|
3144
3147
|
"description": "The symbol used to draw lines."
|
|
@@ -3157,16 +3160,16 @@
|
|
|
3157
3160
|
"pointSymbol": {
|
|
3158
3161
|
"anyOf": [
|
|
3159
3162
|
{
|
|
3160
|
-
"$ref": "#/definitions/esri.
|
|
3163
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
3161
3164
|
},
|
|
3162
3165
|
{
|
|
3163
|
-
"$ref": "#/definitions/esri.
|
|
3166
|
+
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
3164
3167
|
},
|
|
3165
3168
|
{
|
|
3166
|
-
"$ref": "#/definitions/esri.
|
|
3169
|
+
"$ref": "#/definitions/esri.SimpleMarkerSymbol"
|
|
3167
3170
|
},
|
|
3168
3171
|
{
|
|
3169
|
-
"$ref": "#/definitions/esri.
|
|
3172
|
+
"$ref": "#/definitions/esri.PictureMarkerSymbol"
|
|
3170
3173
|
}
|
|
3171
3174
|
],
|
|
3172
3175
|
"description": "The symbol used to draw points."
|
|
@@ -3185,16 +3188,16 @@
|
|
|
3185
3188
|
"polygonSymbol": {
|
|
3186
3189
|
"anyOf": [
|
|
3187
3190
|
{
|
|
3188
|
-
"$ref": "#/definitions/esri.
|
|
3191
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
3189
3192
|
},
|
|
3190
3193
|
{
|
|
3191
|
-
"$ref": "#/definitions/esri.
|
|
3194
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
3192
3195
|
},
|
|
3193
3196
|
{
|
|
3194
|
-
"$ref": "#/definitions/esri.
|
|
3197
|
+
"$ref": "#/definitions/esri.SimpleFillSymbol"
|
|
3195
3198
|
},
|
|
3196
3199
|
{
|
|
3197
|
-
"$ref": "#/definitions/esri.
|
|
3200
|
+
"$ref": "#/definitions/esri.PictureFillSymbol"
|
|
3198
3201
|
}
|
|
3199
3202
|
],
|
|
3200
3203
|
"description": "The symbol used to draw polygons."
|
|
@@ -3213,6 +3216,24 @@
|
|
|
3213
3216
|
},
|
|
3214
3217
|
"type": "object"
|
|
3215
3218
|
},
|
|
3219
|
+
"TrackCustomEventArgs": {
|
|
3220
|
+
"additionalProperties": false,
|
|
3221
|
+
"description": "Arguments for the 'studio-analytics.track-custom-event' command.",
|
|
3222
|
+
"properties": {
|
|
3223
|
+
"name": {
|
|
3224
|
+
"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\".",
|
|
3225
|
+
"type": "string"
|
|
3226
|
+
},
|
|
3227
|
+
"payload": {
|
|
3228
|
+
"description": "Optional. Additional event-specific data of interest.",
|
|
3229
|
+
"type": "string"
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3232
|
+
"required": [
|
|
3233
|
+
"name"
|
|
3234
|
+
],
|
|
3235
|
+
"type": "object"
|
|
3236
|
+
},
|
|
3216
3237
|
"TranslatableText": {
|
|
3217
3238
|
"anyOf": [
|
|
3218
3239
|
{
|
|
@@ -3359,13 +3380,13 @@
|
|
|
3359
3380
|
"viewpoint": {
|
|
3360
3381
|
"anyOf": [
|
|
3361
3382
|
{
|
|
3362
|
-
"$ref": "
|
|
3383
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
3363
3384
|
},
|
|
3364
3385
|
{
|
|
3365
|
-
"$ref": "#/definitions/esri.
|
|
3386
|
+
"$ref": "#/definitions/esri.Viewpoint"
|
|
3366
3387
|
},
|
|
3367
3388
|
{
|
|
3368
|
-
"$ref": "
|
|
3389
|
+
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
3369
3390
|
},
|
|
3370
3391
|
{
|
|
3371
3392
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.Bookmark"
|
|
@@ -3535,60 +3556,42 @@
|
|
|
3535
3556
|
"drawing.create-graphics:input": {
|
|
3536
3557
|
"anyOf": [
|
|
3537
3558
|
{
|
|
3538
|
-
"$ref": "#/definitions/
|
|
3559
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
3539
3560
|
},
|
|
3540
3561
|
{
|
|
3541
3562
|
"$ref": "#/definitions/esri.Graphic"
|
|
3542
3563
|
},
|
|
3543
3564
|
{
|
|
3544
|
-
"$ref": "
|
|
3545
|
-
},
|
|
3546
|
-
{
|
|
3547
|
-
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
3548
|
-
},
|
|
3549
|
-
{
|
|
3550
|
-
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
3565
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3554
3566
|
},
|
|
3555
3567
|
{
|
|
3556
|
-
"$ref": "
|
|
3568
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3557
3569
|
},
|
|
3558
3570
|
{
|
|
3559
|
-
"$ref": "
|
|
3571
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
3560
3572
|
},
|
|
3561
3573
|
{
|
|
3562
|
-
"$ref": "
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3566
|
-
},
|
|
3567
|
-
{
|
|
3568
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
"$ref": "#/definitions/CreateGraphicsResult"
|
|
3574
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
3578
3575
|
},
|
|
3579
3576
|
{
|
|
3580
3577
|
"items": {
|
|
3581
3578
|
"anyOf": [
|
|
3582
3579
|
{
|
|
3583
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3580
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
3584
3581
|
},
|
|
3585
3582
|
{
|
|
3586
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3583
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3587
3584
|
}
|
|
3588
3585
|
]
|
|
3589
3586
|
},
|
|
3590
3587
|
"type": "array"
|
|
3591
3588
|
},
|
|
3589
|
+
{
|
|
3590
|
+
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
3594
|
+
},
|
|
3592
3595
|
{
|
|
3593
3596
|
"items": {
|
|
3594
3597
|
"anyOf": [
|
|
@@ -3602,26 +3605,44 @@
|
|
|
3602
3605
|
},
|
|
3603
3606
|
"type": "array"
|
|
3604
3607
|
},
|
|
3608
|
+
{
|
|
3609
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
3625
|
+
},
|
|
3605
3626
|
{
|
|
3606
3627
|
"items": {
|
|
3607
3628
|
"anyOf": [
|
|
3608
3629
|
{
|
|
3609
|
-
"$ref": "#/definitions/esri.
|
|
3630
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
3610
3631
|
},
|
|
3611
3632
|
{
|
|
3612
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3633
|
+
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
3613
3634
|
},
|
|
3614
3635
|
{
|
|
3615
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3636
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
3616
3637
|
},
|
|
3617
3638
|
{
|
|
3618
3639
|
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
3619
3640
|
},
|
|
3620
3641
|
{
|
|
3621
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3642
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
3622
3643
|
},
|
|
3623
3644
|
{
|
|
3624
|
-
"$ref": "#/definitions/esri.
|
|
3645
|
+
"$ref": "#/definitions/esri.Geometry"
|
|
3625
3646
|
}
|
|
3626
3647
|
]
|
|
3627
3648
|
},
|
|
@@ -3683,26 +3704,26 @@
|
|
|
3683
3704
|
},
|
|
3684
3705
|
"edit.add-feature:input": {
|
|
3685
3706
|
"anyOf": [
|
|
3686
|
-
{
|
|
3687
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3688
|
-
},
|
|
3689
3707
|
{
|
|
3690
3708
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3691
3709
|
},
|
|
3692
3710
|
{
|
|
3693
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
3711
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3694
3712
|
},
|
|
3695
3713
|
{
|
|
3696
3714
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
3697
3715
|
},
|
|
3716
|
+
{
|
|
3717
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
3718
|
+
},
|
|
3698
3719
|
{
|
|
3699
3720
|
"items": {
|
|
3700
3721
|
"anyOf": [
|
|
3701
3722
|
{
|
|
3702
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3723
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
3703
3724
|
},
|
|
3704
3725
|
{
|
|
3705
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3726
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3706
3727
|
}
|
|
3707
3728
|
]
|
|
3708
3729
|
},
|
|
@@ -3733,26 +3754,26 @@
|
|
|
3733
3754
|
},
|
|
3734
3755
|
"edit.delete-features:input": {
|
|
3735
3756
|
"anyOf": [
|
|
3736
|
-
{
|
|
3737
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3738
|
-
},
|
|
3739
3757
|
{
|
|
3740
3758
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3741
3759
|
},
|
|
3742
3760
|
{
|
|
3743
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
3761
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3744
3762
|
},
|
|
3745
3763
|
{
|
|
3746
3764
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
3747
3765
|
},
|
|
3766
|
+
{
|
|
3767
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
3768
|
+
},
|
|
3748
3769
|
{
|
|
3749
3770
|
"items": {
|
|
3750
3771
|
"anyOf": [
|
|
3751
3772
|
{
|
|
3752
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3773
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
3753
3774
|
},
|
|
3754
3775
|
{
|
|
3755
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3776
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3756
3777
|
}
|
|
3757
3778
|
]
|
|
3758
3779
|
},
|
|
@@ -3775,10 +3796,10 @@
|
|
|
3775
3796
|
"edit.display-add-feature:input": {
|
|
3776
3797
|
"anyOf": [
|
|
3777
3798
|
{
|
|
3778
|
-
"$ref": "
|
|
3799
|
+
"$ref": "#/definitions/DisplayAddFeatureArgs"
|
|
3779
3800
|
},
|
|
3780
3801
|
{
|
|
3781
|
-
"$ref": "
|
|
3802
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSource.FeatureSource"
|
|
3782
3803
|
}
|
|
3783
3804
|
]
|
|
3784
3805
|
},
|
|
@@ -3806,26 +3827,26 @@
|
|
|
3806
3827
|
},
|
|
3807
3828
|
"edit.update-feature:input": {
|
|
3808
3829
|
"anyOf": [
|
|
3809
|
-
{
|
|
3810
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3811
|
-
},
|
|
3812
3830
|
{
|
|
3813
3831
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3814
3832
|
},
|
|
3815
3833
|
{
|
|
3816
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
3834
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
3817
3835
|
},
|
|
3818
3836
|
{
|
|
3819
3837
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
3820
3838
|
},
|
|
3839
|
+
{
|
|
3840
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
3841
|
+
},
|
|
3821
3842
|
{
|
|
3822
3843
|
"items": {
|
|
3823
3844
|
"anyOf": [
|
|
3824
3845
|
{
|
|
3825
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3846
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
3826
3847
|
},
|
|
3827
3848
|
{
|
|
3828
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
3849
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
3829
3850
|
}
|
|
3830
3851
|
]
|
|
3831
3852
|
},
|
|
@@ -3964,6 +3985,10 @@
|
|
|
3964
3985
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
3965
3986
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
3966
3987
|
},
|
|
3988
|
+
"effect": {
|
|
3989
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3990
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3991
|
+
},
|
|
3967
3992
|
"filters": {
|
|
3968
3993
|
"description": "A list of filters available for this layer. Overrides filters defined on the service.",
|
|
3969
3994
|
"items": {
|
|
@@ -4250,6 +4275,10 @@
|
|
|
4250
4275
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
4251
4276
|
"type": "boolean"
|
|
4252
4277
|
},
|
|
4278
|
+
"effect": {
|
|
4279
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4280
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4281
|
+
},
|
|
4253
4282
|
"id": {
|
|
4254
4283
|
"description": "A unique identifying string for the layer.",
|
|
4255
4284
|
"type": "string"
|
|
@@ -4435,43 +4464,43 @@
|
|
|
4435
4464
|
"symbol": {
|
|
4436
4465
|
"anyOf": [
|
|
4437
4466
|
{
|
|
4438
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4467
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
4439
4468
|
},
|
|
4440
4469
|
{
|
|
4441
4470
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
4442
4471
|
},
|
|
4443
4472
|
{
|
|
4444
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4473
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
4445
4474
|
},
|
|
4446
4475
|
{
|
|
4447
4476
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
4448
4477
|
},
|
|
4449
4478
|
{
|
|
4450
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4479
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
4451
4480
|
},
|
|
4452
4481
|
{
|
|
4453
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4482
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
4454
4483
|
},
|
|
4455
4484
|
{
|
|
4456
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4485
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4457
4486
|
},
|
|
4458
4487
|
{
|
|
4459
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4488
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
4460
4489
|
},
|
|
4461
4490
|
{
|
|
4462
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4491
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
4463
4492
|
},
|
|
4464
4493
|
{
|
|
4465
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4494
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
4466
4495
|
},
|
|
4467
4496
|
{
|
|
4468
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4497
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
4469
4498
|
},
|
|
4470
4499
|
{
|
|
4471
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4500
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
4472
4501
|
},
|
|
4473
4502
|
{
|
|
4474
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4503
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
4475
4504
|
}
|
|
4476
4505
|
],
|
|
4477
4506
|
"description": "An object used to display the value."
|
|
@@ -4520,43 +4549,43 @@
|
|
|
4520
4549
|
"defaultSymbol": {
|
|
4521
4550
|
"anyOf": [
|
|
4522
4551
|
{
|
|
4523
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4552
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
4524
4553
|
},
|
|
4525
4554
|
{
|
|
4526
4555
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
4527
4556
|
},
|
|
4528
4557
|
{
|
|
4529
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4558
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
4530
4559
|
},
|
|
4531
4560
|
{
|
|
4532
4561
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
4533
4562
|
},
|
|
4534
4563
|
{
|
|
4535
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4564
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
4536
4565
|
},
|
|
4537
4566
|
{
|
|
4538
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4567
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
4539
4568
|
},
|
|
4540
4569
|
{
|
|
4541
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4570
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
4542
4571
|
},
|
|
4543
4572
|
{
|
|
4544
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4573
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
4545
4574
|
},
|
|
4546
4575
|
{
|
|
4547
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4576
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
4548
4577
|
},
|
|
4549
4578
|
{
|
|
4550
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4579
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
4551
4580
|
},
|
|
4552
4581
|
{
|
|
4553
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4582
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
4554
4583
|
},
|
|
4555
4584
|
{
|
|
4556
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4585
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
4557
4586
|
},
|
|
4558
4587
|
{
|
|
4559
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4588
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
4560
4589
|
}
|
|
4561
4590
|
],
|
|
4562
4591
|
"description": "Symbol used when a value cannot be classified."
|
|
@@ -4976,9 +5005,330 @@
|
|
|
4976
5005
|
"type": "number"
|
|
4977
5006
|
},
|
|
4978
5007
|
"type": {
|
|
4979
|
-
"description": "The type of edge visualization. Value of this property must be sketch.",
|
|
5008
|
+
"description": "The type of edge visualization. Value of this property must be sketch.",
|
|
5009
|
+
"enum": [
|
|
5010
|
+
"sketch"
|
|
5011
|
+
],
|
|
5012
|
+
"type": "string"
|
|
5013
|
+
}
|
|
5014
|
+
},
|
|
5015
|
+
"required": [
|
|
5016
|
+
"type"
|
|
5017
|
+
],
|
|
5018
|
+
"type": "object"
|
|
5019
|
+
},
|
|
5020
|
+
"esri.rest-api.Edges.SolidEdges": {
|
|
5021
|
+
"additionalProperties": false,
|
|
5022
|
+
"description": "The solid edge rendering configuration of a symbol layer. Edges of type solid are rendered in a single color, unaffected by scene lighting.",
|
|
5023
|
+
"properties": {
|
|
5024
|
+
"color": {
|
|
5025
|
+
"description": "Color is represented as a three or four-element array.",
|
|
5026
|
+
"items": {
|
|
5027
|
+
"type": "number"
|
|
5028
|
+
},
|
|
5029
|
+
"type": "array"
|
|
5030
|
+
},
|
|
5031
|
+
"extensionLength": {
|
|
5032
|
+
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
5033
|
+
"type": "number"
|
|
5034
|
+
},
|
|
5035
|
+
"size": {
|
|
5036
|
+
"description": "Edge size in points, positive only.",
|
|
5037
|
+
"type": "number"
|
|
5038
|
+
},
|
|
5039
|
+
"transparency": {
|
|
5040
|
+
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
5041
|
+
"type": "number"
|
|
5042
|
+
},
|
|
5043
|
+
"type": {
|
|
5044
|
+
"description": "The type of edge visualization. Value of this property must be solid.",
|
|
5045
|
+
"enum": [
|
|
5046
|
+
"solid"
|
|
5047
|
+
],
|
|
5048
|
+
"type": "string"
|
|
5049
|
+
}
|
|
5050
|
+
},
|
|
5051
|
+
"required": [
|
|
5052
|
+
"type"
|
|
5053
|
+
],
|
|
5054
|
+
"type": "object"
|
|
5055
|
+
},
|
|
5056
|
+
"esri.rest-api.Effect.BloomEffectFunction": {
|
|
5057
|
+
"additionalProperties": false,
|
|
5058
|
+
"description": "An Effect Function for the bloom effect.",
|
|
5059
|
+
"properties": {
|
|
5060
|
+
"radius": {
|
|
5061
|
+
"description": "Determines the radius of the blur. Negative values are not allowed. Leaves the pixels inside the radius untouched.",
|
|
5062
|
+
"type": "number"
|
|
5063
|
+
},
|
|
5064
|
+
"strength": {
|
|
5065
|
+
"description": "The intensity of the bloom effect. The higher the value, the brighter the glow. Negative values are not allowed.",
|
|
5066
|
+
"type": "number"
|
|
5067
|
+
},
|
|
5068
|
+
"threshold": {
|
|
5069
|
+
"description": "The minimum color luminosity for a pixel to bloom, where at 0 all pixels bloom and 1 only the pixels with 100% luminosity colors bloom.",
|
|
5070
|
+
"type": "number"
|
|
5071
|
+
},
|
|
5072
|
+
"type": {
|
|
5073
|
+
"description": "Effect type.",
|
|
5074
|
+
"enum": [
|
|
5075
|
+
"bloom"
|
|
5076
|
+
],
|
|
5077
|
+
"type": "string"
|
|
5078
|
+
}
|
|
5079
|
+
},
|
|
5080
|
+
"required": [
|
|
5081
|
+
"type"
|
|
5082
|
+
],
|
|
5083
|
+
"type": "object"
|
|
5084
|
+
},
|
|
5085
|
+
"esri.rest-api.Effect.BlurEffectFunction": {
|
|
5086
|
+
"additionalProperties": false,
|
|
5087
|
+
"description": "An Effect Function for the blur effect.",
|
|
5088
|
+
"properties": {
|
|
5089
|
+
"radius": {
|
|
5090
|
+
"description": "The radius of the blur in points. It defines the value of the standard deviation to the Gaussian function. Negative values are not allowed.",
|
|
5091
|
+
"type": "number"
|
|
5092
|
+
},
|
|
5093
|
+
"type": {
|
|
5094
|
+
"description": "Effect type.",
|
|
5095
|
+
"enum": [
|
|
5096
|
+
"blur"
|
|
5097
|
+
],
|
|
5098
|
+
"type": "string"
|
|
5099
|
+
}
|
|
5100
|
+
},
|
|
5101
|
+
"required": [
|
|
5102
|
+
"type"
|
|
5103
|
+
],
|
|
5104
|
+
"type": "object"
|
|
5105
|
+
},
|
|
5106
|
+
"esri.rest-api.Effect.BrightnessEffectFunction": {
|
|
5107
|
+
"additionalProperties": false,
|
|
5108
|
+
"description": "An Effect Function for the brightness effect.",
|
|
5109
|
+
"properties": {
|
|
5110
|
+
"amount": {
|
|
5111
|
+
"description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
|
|
5112
|
+
"type": "number"
|
|
5113
|
+
},
|
|
5114
|
+
"type": {
|
|
5115
|
+
"description": "Effect type.",
|
|
5116
|
+
"enum": [
|
|
5117
|
+
"brightness"
|
|
5118
|
+
],
|
|
5119
|
+
"type": "string"
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
"required": [
|
|
5123
|
+
"type"
|
|
5124
|
+
],
|
|
5125
|
+
"type": "object"
|
|
5126
|
+
},
|
|
5127
|
+
"esri.rest-api.Effect.ContrastEffectFunction": {
|
|
5128
|
+
"additionalProperties": false,
|
|
5129
|
+
"description": "An Effect Function for the contrast effect.",
|
|
5130
|
+
"properties": {
|
|
5131
|
+
"amount": {
|
|
5132
|
+
"description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
|
|
5133
|
+
"type": "number"
|
|
5134
|
+
},
|
|
5135
|
+
"type": {
|
|
5136
|
+
"description": "Effect type.",
|
|
5137
|
+
"enum": [
|
|
5138
|
+
"contrast"
|
|
5139
|
+
],
|
|
5140
|
+
"type": "string"
|
|
5141
|
+
}
|
|
5142
|
+
},
|
|
5143
|
+
"required": [
|
|
5144
|
+
"type"
|
|
5145
|
+
],
|
|
5146
|
+
"type": "object"
|
|
5147
|
+
},
|
|
5148
|
+
"esri.rest-api.Effect.DropShadowEffectFunction": {
|
|
5149
|
+
"additionalProperties": false,
|
|
5150
|
+
"description": "An Effect Function for the drop-shadow effect.",
|
|
5151
|
+
"properties": {
|
|
5152
|
+
"blurRadius": {
|
|
5153
|
+
"description": "The radius of the blur in points. It defines the value of the standard deviation to the Gaussian function.",
|
|
5154
|
+
"type": "number"
|
|
5155
|
+
},
|
|
5156
|
+
"color": {
|
|
5157
|
+
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255.",
|
|
5158
|
+
"items": {
|
|
5159
|
+
"type": "number"
|
|
5160
|
+
},
|
|
5161
|
+
"type": "array"
|
|
5162
|
+
},
|
|
5163
|
+
"type": {
|
|
5164
|
+
"description": "Effect type.",
|
|
5165
|
+
"enum": [
|
|
5166
|
+
"drop-shadow"
|
|
5167
|
+
],
|
|
5168
|
+
"type": "string"
|
|
5169
|
+
},
|
|
5170
|
+
"xoffset": {
|
|
5171
|
+
"description": "The distance of the shadow on the x-axis in points.",
|
|
5172
|
+
"type": "number"
|
|
5173
|
+
},
|
|
5174
|
+
"yoffset": {
|
|
5175
|
+
"description": "The distance of the shadow on the y-axis in points.",
|
|
5176
|
+
"type": "number"
|
|
5177
|
+
}
|
|
5178
|
+
},
|
|
5179
|
+
"required": [
|
|
5180
|
+
"type"
|
|
5181
|
+
],
|
|
5182
|
+
"type": "object"
|
|
5183
|
+
},
|
|
5184
|
+
"esri.rest-api.Effect.Effect": {
|
|
5185
|
+
"anyOf": [
|
|
5186
|
+
{
|
|
5187
|
+
"items": {
|
|
5188
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ScaleDependentEffect"
|
|
5189
|
+
},
|
|
5190
|
+
"type": "array"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
"items": {
|
|
5194
|
+
"anyOf": [
|
|
5195
|
+
{
|
|
5196
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
5206
|
+
},
|
|
5207
|
+
{
|
|
5208
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
5209
|
+
},
|
|
5210
|
+
{
|
|
5211
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
5218
|
+
},
|
|
5219
|
+
{
|
|
5220
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
5227
|
+
}
|
|
5228
|
+
],
|
|
5229
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
5230
|
+
},
|
|
5231
|
+
"type": "array"
|
|
5232
|
+
}
|
|
5233
|
+
],
|
|
5234
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5235
|
+
},
|
|
5236
|
+
"esri.rest-api.Effect.GrayscaleEffectFunction": {
|
|
5237
|
+
"additionalProperties": false,
|
|
5238
|
+
"description": "An Effect Function for the grayscale effect.",
|
|
5239
|
+
"properties": {
|
|
5240
|
+
"amount": {
|
|
5241
|
+
"description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
|
|
5242
|
+
"type": "number"
|
|
5243
|
+
},
|
|
5244
|
+
"type": {
|
|
5245
|
+
"description": "Effect type.",
|
|
5246
|
+
"enum": [
|
|
5247
|
+
"grayscale"
|
|
5248
|
+
],
|
|
5249
|
+
"type": "string"
|
|
5250
|
+
}
|
|
5251
|
+
},
|
|
5252
|
+
"required": [
|
|
5253
|
+
"type"
|
|
5254
|
+
],
|
|
5255
|
+
"type": "object"
|
|
5256
|
+
},
|
|
5257
|
+
"esri.rest-api.Effect.HueRotateEffectFunction": {
|
|
5258
|
+
"additionalProperties": false,
|
|
5259
|
+
"description": "An Effect Function for the hue-rotate effect.",
|
|
5260
|
+
"properties": {
|
|
5261
|
+
"angle": {
|
|
5262
|
+
"description": "The relative change in hue as an angle in degree. A value of 0 leaves the input unchanged. A positive hue rotation increases the hue value, while a negative one decreases the hue value.",
|
|
5263
|
+
"type": "number"
|
|
5264
|
+
},
|
|
5265
|
+
"type": {
|
|
5266
|
+
"description": "Effect type.",
|
|
5267
|
+
"enum": [
|
|
5268
|
+
"hue-rotate"
|
|
5269
|
+
],
|
|
5270
|
+
"type": "string"
|
|
5271
|
+
}
|
|
5272
|
+
},
|
|
5273
|
+
"required": [
|
|
5274
|
+
"type"
|
|
5275
|
+
],
|
|
5276
|
+
"type": "object"
|
|
5277
|
+
},
|
|
5278
|
+
"esri.rest-api.Effect.InvertEffectFunction": {
|
|
5279
|
+
"additionalProperties": false,
|
|
5280
|
+
"description": "An Effect Function for the invert effect.",
|
|
5281
|
+
"properties": {
|
|
5282
|
+
"amount": {
|
|
5283
|
+
"description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
|
|
5284
|
+
"type": "number"
|
|
5285
|
+
},
|
|
5286
|
+
"type": {
|
|
5287
|
+
"description": "Effect type.",
|
|
5288
|
+
"enum": [
|
|
5289
|
+
"invert"
|
|
5290
|
+
],
|
|
5291
|
+
"type": "string"
|
|
5292
|
+
}
|
|
5293
|
+
},
|
|
5294
|
+
"required": [
|
|
5295
|
+
"type"
|
|
5296
|
+
],
|
|
5297
|
+
"type": "object"
|
|
5298
|
+
},
|
|
5299
|
+
"esri.rest-api.Effect.OpacityEffectFunction": {
|
|
5300
|
+
"additionalProperties": false,
|
|
5301
|
+
"description": "An Effect Function for the opacity effect.",
|
|
5302
|
+
"properties": {
|
|
5303
|
+
"amount": {
|
|
5304
|
+
"description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
|
|
5305
|
+
"type": "number"
|
|
5306
|
+
},
|
|
5307
|
+
"type": {
|
|
5308
|
+
"description": "Effect type.",
|
|
5309
|
+
"enum": [
|
|
5310
|
+
"opacity"
|
|
5311
|
+
],
|
|
5312
|
+
"type": "string"
|
|
5313
|
+
}
|
|
5314
|
+
},
|
|
5315
|
+
"required": [
|
|
5316
|
+
"type"
|
|
5317
|
+
],
|
|
5318
|
+
"type": "object"
|
|
5319
|
+
},
|
|
5320
|
+
"esri.rest-api.Effect.SaturateEffectFunction": {
|
|
5321
|
+
"additionalProperties": false,
|
|
5322
|
+
"description": "An Effect Function for the saturate effect.",
|
|
5323
|
+
"properties": {
|
|
5324
|
+
"amount": {
|
|
5325
|
+
"description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
|
|
5326
|
+
"type": "number"
|
|
5327
|
+
},
|
|
5328
|
+
"type": {
|
|
5329
|
+
"description": "Effect type.",
|
|
4980
5330
|
"enum": [
|
|
4981
|
-
"
|
|
5331
|
+
"saturate"
|
|
4982
5332
|
],
|
|
4983
5333
|
"type": "string"
|
|
4984
5334
|
}
|
|
@@ -4988,33 +5338,75 @@
|
|
|
4988
5338
|
],
|
|
4989
5339
|
"type": "object"
|
|
4990
5340
|
},
|
|
4991
|
-
"esri.rest-api.
|
|
5341
|
+
"esri.rest-api.Effect.ScaleDependentEffect": {
|
|
4992
5342
|
"additionalProperties": false,
|
|
4993
|
-
"description": "
|
|
5343
|
+
"description": "An object describing the effect to apply at a scale stop.",
|
|
4994
5344
|
"properties": {
|
|
4995
|
-
"
|
|
4996
|
-
"description": "
|
|
5345
|
+
"scale": {
|
|
5346
|
+
"description": "The scale of the view for the effect to take place.",
|
|
5347
|
+
"type": "number"
|
|
5348
|
+
},
|
|
5349
|
+
"value": {
|
|
5350
|
+
"description": "The effect to be applied at the corresponding scale.",
|
|
4997
5351
|
"items": {
|
|
4998
|
-
"
|
|
5352
|
+
"anyOf": [
|
|
5353
|
+
{
|
|
5354
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
5364
|
+
},
|
|
5365
|
+
{
|
|
5366
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
5367
|
+
},
|
|
5368
|
+
{
|
|
5369
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
5370
|
+
},
|
|
5371
|
+
{
|
|
5372
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
5373
|
+
},
|
|
5374
|
+
{
|
|
5375
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
5376
|
+
},
|
|
5377
|
+
{
|
|
5378
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
5382
|
+
},
|
|
5383
|
+
{
|
|
5384
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
5385
|
+
}
|
|
5386
|
+
],
|
|
5387
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
4999
5388
|
},
|
|
5000
5389
|
"type": "array"
|
|
5001
|
-
}
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5390
|
+
}
|
|
5391
|
+
},
|
|
5392
|
+
"required": [
|
|
5393
|
+
"scale",
|
|
5394
|
+
"value"
|
|
5395
|
+
],
|
|
5396
|
+
"type": "object"
|
|
5397
|
+
},
|
|
5398
|
+
"esri.rest-api.Effect.SepiaEffectFunction": {
|
|
5399
|
+
"additionalProperties": false,
|
|
5400
|
+
"description": "An Effect Function for the sepia effect.",
|
|
5401
|
+
"properties": {
|
|
5402
|
+
"amount": {
|
|
5403
|
+
"description": "Amount of effect. A value of 0 leaves the input unchanged. Grayscale, invert, sepia, and opacity effects accept a maximum amount of 1 which applies the effect at 100%. Brightness, contrast, and saturate can accept amount above 1. Negative values are not allowed.",
|
|
5012
5404
|
"type": "number"
|
|
5013
5405
|
},
|
|
5014
5406
|
"type": {
|
|
5015
|
-
"description": "
|
|
5407
|
+
"description": "Effect type.",
|
|
5016
5408
|
"enum": [
|
|
5017
|
-
"
|
|
5409
|
+
"sepia"
|
|
5018
5410
|
],
|
|
5019
5411
|
"type": "string"
|
|
5020
5412
|
}
|
|
@@ -5083,6 +5475,10 @@
|
|
|
5083
5475
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
5084
5476
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
5085
5477
|
},
|
|
5478
|
+
"effect": {
|
|
5479
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
5480
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5481
|
+
},
|
|
5086
5482
|
"id": {
|
|
5087
5483
|
"description": "A unique identifying string for the layer.",
|
|
5088
5484
|
"type": "string"
|
|
@@ -5232,43 +5628,43 @@
|
|
|
5232
5628
|
"symbol": {
|
|
5233
5629
|
"anyOf": [
|
|
5234
5630
|
{
|
|
5235
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5631
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
5236
5632
|
},
|
|
5237
5633
|
{
|
|
5238
5634
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
5239
5635
|
},
|
|
5240
5636
|
{
|
|
5241
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5637
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
5242
5638
|
},
|
|
5243
5639
|
{
|
|
5244
5640
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
5245
5641
|
},
|
|
5246
5642
|
{
|
|
5247
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5643
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
5248
5644
|
},
|
|
5249
5645
|
{
|
|
5250
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5646
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
5251
5647
|
},
|
|
5252
5648
|
{
|
|
5253
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5649
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
5254
5650
|
},
|
|
5255
5651
|
{
|
|
5256
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5652
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
5257
5653
|
},
|
|
5258
5654
|
{
|
|
5259
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5655
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
5260
5656
|
},
|
|
5261
5657
|
{
|
|
5262
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5658
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
5263
5659
|
},
|
|
5264
5660
|
{
|
|
5265
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5661
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
5266
5662
|
},
|
|
5267
5663
|
{
|
|
5268
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5664
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
5269
5665
|
},
|
|
5270
5666
|
{
|
|
5271
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
5667
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
5272
5668
|
}
|
|
5273
5669
|
],
|
|
5274
5670
|
"description": "Symbol used for drawing the feature."
|
|
@@ -5329,6 +5725,10 @@
|
|
|
5329
5725
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
5330
5726
|
"type": "boolean"
|
|
5331
5727
|
},
|
|
5728
|
+
"effect": {
|
|
5729
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
5730
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5731
|
+
},
|
|
5332
5732
|
"featureCollection": {
|
|
5333
5733
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
5334
5734
|
"description": "A featureCollection object defining a layer of features whose geometry and attributes will be stored directly within the web map. This is only used when no url property is supplied."
|
|
@@ -6198,6 +6598,10 @@
|
|
|
6198
6598
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
6199
6599
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
6200
6600
|
},
|
|
6601
|
+
"effect": {
|
|
6602
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6603
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6604
|
+
},
|
|
6201
6605
|
"id": {
|
|
6202
6606
|
"description": "A unique identifying string for the layer.",
|
|
6203
6607
|
"type": "string"
|
|
@@ -6280,19 +6684,19 @@
|
|
|
6280
6684
|
"esri.rest-api.Geometry.Geometry": {
|
|
6281
6685
|
"anyOf": [
|
|
6282
6686
|
{
|
|
6283
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6687
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
6284
6688
|
},
|
|
6285
6689
|
{
|
|
6286
6690
|
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
6287
6691
|
},
|
|
6288
6692
|
{
|
|
6289
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6693
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
6290
6694
|
},
|
|
6291
6695
|
{
|
|
6292
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6696
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
6293
6697
|
},
|
|
6294
6698
|
{
|
|
6295
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6699
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
6296
6700
|
}
|
|
6297
6701
|
],
|
|
6298
6702
|
"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/}."
|
|
@@ -6316,6 +6720,10 @@
|
|
|
6316
6720
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
6317
6721
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
6318
6722
|
},
|
|
6723
|
+
"effect": {
|
|
6724
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6725
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6726
|
+
},
|
|
6319
6727
|
"id": {
|
|
6320
6728
|
"description": "A unique identifying string for the layer.",
|
|
6321
6729
|
"type": "string"
|
|
@@ -6560,6 +6968,10 @@
|
|
|
6560
6968
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
6561
6969
|
"description": "Stores interactive filters."
|
|
6562
6970
|
},
|
|
6971
|
+
"effect": {
|
|
6972
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6973
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6974
|
+
},
|
|
6563
6975
|
"format": {
|
|
6564
6976
|
"description": "The output image type.",
|
|
6565
6977
|
"enum": [
|
|
@@ -6710,6 +7122,10 @@
|
|
|
6710
7122
|
"description": "Boolean property indicating whether to ignore popups defined by the service item.",
|
|
6711
7123
|
"type": "boolean"
|
|
6712
7124
|
},
|
|
7125
|
+
"effect": {
|
|
7126
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7127
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7128
|
+
},
|
|
6713
7129
|
"id": {
|
|
6714
7130
|
"description": "A unique identifying string for the layer.",
|
|
6715
7131
|
"type": "string"
|
|
@@ -6824,6 +7240,10 @@
|
|
|
6824
7240
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
6825
7241
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
6826
7242
|
},
|
|
7243
|
+
"effect": {
|
|
7244
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7245
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7246
|
+
},
|
|
6827
7247
|
"id": {
|
|
6828
7248
|
"description": "A unique identifying string for the layer.",
|
|
6829
7249
|
"type": "string"
|
|
@@ -7195,6 +7615,10 @@
|
|
|
7195
7615
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
7196
7616
|
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
7197
7617
|
},
|
|
7618
|
+
"effect": {
|
|
7619
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7620
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7621
|
+
},
|
|
7198
7622
|
"id": {
|
|
7199
7623
|
"description": "A unique identifying string for the layer.",
|
|
7200
7624
|
"type": "string"
|
|
@@ -7368,10 +7792,10 @@
|
|
|
7368
7792
|
"symbol": {
|
|
7369
7793
|
"anyOf": [
|
|
7370
7794
|
{
|
|
7371
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7795
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
7372
7796
|
},
|
|
7373
7797
|
{
|
|
7374
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7798
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
7375
7799
|
}
|
|
7376
7800
|
],
|
|
7377
7801
|
"description": "The text symbol used to label."
|
|
@@ -7926,6 +8350,10 @@
|
|
|
7926
8350
|
"customParameters": {
|
|
7927
8351
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
7928
8352
|
},
|
|
8353
|
+
"effect": {
|
|
8354
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8355
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8356
|
+
},
|
|
7929
8357
|
"id": {
|
|
7930
8358
|
"description": "A unique identifying string for the layer.",
|
|
7931
8359
|
"type": "string"
|
|
@@ -8575,6 +9003,10 @@
|
|
|
8575
9003
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
8576
9004
|
"type": "boolean"
|
|
8577
9005
|
},
|
|
9006
|
+
"effect": {
|
|
9007
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
9008
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
9009
|
+
},
|
|
8578
9010
|
"id": {
|
|
8579
9011
|
"description": "A unique identifying string for the layer.",
|
|
8580
9012
|
"type": "string"
|
|
@@ -9706,6 +10138,10 @@
|
|
|
9706
10138
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
9707
10139
|
"type": "boolean"
|
|
9708
10140
|
},
|
|
10141
|
+
"effect": {
|
|
10142
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
10143
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
10144
|
+
},
|
|
9709
10145
|
"id": {
|
|
9710
10146
|
"description": "A unique identifying string for the layer.",
|
|
9711
10147
|
"type": "string"
|
|
@@ -9962,43 +10398,43 @@
|
|
|
9962
10398
|
"symbol": {
|
|
9963
10399
|
"anyOf": [
|
|
9964
10400
|
{
|
|
9965
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10401
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
9966
10402
|
},
|
|
9967
10403
|
{
|
|
9968
10404
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
9969
10405
|
},
|
|
9970
10406
|
{
|
|
9971
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10407
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
9972
10408
|
},
|
|
9973
10409
|
{
|
|
9974
10410
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
9975
10411
|
},
|
|
9976
10412
|
{
|
|
9977
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10413
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
9978
10414
|
},
|
|
9979
10415
|
{
|
|
9980
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10416
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
9981
10417
|
},
|
|
9982
10418
|
{
|
|
9983
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10419
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
9984
10420
|
},
|
|
9985
10421
|
{
|
|
9986
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10422
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
9987
10423
|
},
|
|
9988
10424
|
{
|
|
9989
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10425
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
9990
10426
|
},
|
|
9991
10427
|
{
|
|
9992
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10428
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
9993
10429
|
},
|
|
9994
10430
|
{
|
|
9995
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10431
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
9996
10432
|
},
|
|
9997
10433
|
{
|
|
9998
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10434
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
9999
10435
|
},
|
|
10000
10436
|
{
|
|
10001
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10437
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
10002
10438
|
}
|
|
10003
10439
|
],
|
|
10004
10440
|
"description": "An object that represents how all features will be drawn."
|
|
@@ -10075,6 +10511,10 @@
|
|
|
10075
10511
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
10076
10512
|
"type": "boolean"
|
|
10077
10513
|
},
|
|
10514
|
+
"effect": {
|
|
10515
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
10516
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
10517
|
+
},
|
|
10078
10518
|
"featureCollection": {
|
|
10079
10519
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
10080
10520
|
"description": "A featureCollection object defining a layer of features whose geometry and attributes will be stored directly within the web map. This is only used when no url property is supplied."
|
|
@@ -10100,12 +10540,156 @@
|
|
|
10100
10540
|
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
10101
10541
|
},
|
|
10102
10542
|
"layerType": {
|
|
10103
|
-
"description": "The type of layer.",
|
|
10543
|
+
"description": "The type of layer.",
|
|
10544
|
+
"enum": [
|
|
10545
|
+
"ArcGISStreamLayer"
|
|
10546
|
+
],
|
|
10547
|
+
"type": "string"
|
|
10548
|
+
},
|
|
10549
|
+
"listMode": {
|
|
10550
|
+
"$ref": "esri.ListMode",
|
|
10551
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
10552
|
+
},
|
|
10553
|
+
"maxScale": {
|
|
10554
|
+
"description": "A number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.",
|
|
10555
|
+
"type": "number"
|
|
10556
|
+
},
|
|
10557
|
+
"minScale": {
|
|
10558
|
+
"description": "A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400.",
|
|
10559
|
+
"type": "number"
|
|
10560
|
+
},
|
|
10561
|
+
"mode": {
|
|
10562
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
10563
|
+
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
|
|
10564
|
+
},
|
|
10565
|
+
"opacity": {
|
|
10566
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
10567
|
+
"type": "number"
|
|
10568
|
+
},
|
|
10569
|
+
"popupInfo": {
|
|
10570
|
+
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
10571
|
+
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
10572
|
+
},
|
|
10573
|
+
"refreshInterval": {
|
|
10574
|
+
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10575
|
+
"type": "number"
|
|
10576
|
+
},
|
|
10577
|
+
"screenSizePerspective": {
|
|
10578
|
+
"description": "Apply perspective scaling to screen-size symbols.",
|
|
10579
|
+
"type": "boolean"
|
|
10580
|
+
},
|
|
10581
|
+
"showLabels": {
|
|
10582
|
+
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
10583
|
+
"type": "boolean"
|
|
10584
|
+
},
|
|
10585
|
+
"showLegend": {
|
|
10586
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
10587
|
+
"type": "boolean"
|
|
10588
|
+
},
|
|
10589
|
+
"subtypeCode": {
|
|
10590
|
+
"description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
|
|
10591
|
+
"type": [
|
|
10592
|
+
"string",
|
|
10593
|
+
"number"
|
|
10594
|
+
]
|
|
10595
|
+
},
|
|
10596
|
+
"title": {
|
|
10597
|
+
"description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
|
|
10598
|
+
"type": "string"
|
|
10599
|
+
},
|
|
10600
|
+
"type": {
|
|
10601
|
+
"description": "(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type. See{@linkOperationalLayerType}and{@linkBaseMapLayerType}.",
|
|
10602
|
+
"enum": [
|
|
10603
|
+
"BingMapsAerial",
|
|
10604
|
+
"BingMapsHybrid",
|
|
10605
|
+
"BingMapsRoad",
|
|
10606
|
+
"CSV",
|
|
10607
|
+
"KML",
|
|
10608
|
+
"OpenStreetMap",
|
|
10609
|
+
"WMS",
|
|
10610
|
+
"WebTiledLayer"
|
|
10611
|
+
],
|
|
10612
|
+
"type": "string"
|
|
10613
|
+
},
|
|
10614
|
+
"url": {
|
|
10615
|
+
"description": "The URL to the layer.If the layer is not from a web service but rather a feature collection, than the url property is omitted.",
|
|
10616
|
+
"type": "string"
|
|
10617
|
+
},
|
|
10618
|
+
"visibility": {
|
|
10619
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
10620
|
+
"type": "boolean"
|
|
10621
|
+
}
|
|
10622
|
+
},
|
|
10623
|
+
"required": [
|
|
10624
|
+
"layerType"
|
|
10625
|
+
],
|
|
10626
|
+
"type": "object"
|
|
10627
|
+
},
|
|
10628
|
+
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
10629
|
+
"additionalProperties": false,
|
|
10630
|
+
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
10631
|
+
"properties": {
|
|
10632
|
+
"name": {
|
|
10633
|
+
"description": "Identifies a symbol in the style by name.",
|
|
10634
|
+
"type": "string"
|
|
10635
|
+
},
|
|
10636
|
+
"styleName": {
|
|
10637
|
+
"description": "A registered web style name.",
|
|
10638
|
+
"type": "string"
|
|
10639
|
+
},
|
|
10640
|
+
"styleUrl": {
|
|
10641
|
+
"description": "URL that points to the web style definition.",
|
|
10642
|
+
"type": "string"
|
|
10643
|
+
},
|
|
10644
|
+
"type": {
|
|
10645
|
+
"enum": [
|
|
10646
|
+
"styleSymbolReference"
|
|
10647
|
+
],
|
|
10648
|
+
"type": "string"
|
|
10649
|
+
}
|
|
10650
|
+
},
|
|
10651
|
+
"required": [
|
|
10652
|
+
"type"
|
|
10653
|
+
],
|
|
10654
|
+
"type": "object"
|
|
10655
|
+
},
|
|
10656
|
+
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
10657
|
+
"additionalProperties": false,
|
|
10658
|
+
"description": "SubtypeGroupLayer provides the ability to organize several sublayers into one common layer. Suppose there are several FeatureLayers that all represent water features in different dimensions. For example, wells (points), streams (lines), and lakes (polygons). The SubtypeGroupLayer provides the functionality to treat them as one layer called Water Features even though they are stored as separate feature layers.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}.",
|
|
10659
|
+
"properties": {
|
|
10660
|
+
"blendMode": {
|
|
10661
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
10662
|
+
"description": "Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer."
|
|
10663
|
+
},
|
|
10664
|
+
"customParameters": {
|
|
10665
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
10666
|
+
},
|
|
10667
|
+
"effect": {
|
|
10668
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
10669
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
10670
|
+
},
|
|
10671
|
+
"id": {
|
|
10672
|
+
"description": "A unique identifying string for the layer.",
|
|
10673
|
+
"type": "string"
|
|
10674
|
+
},
|
|
10675
|
+
"layerDefinition": {
|
|
10676
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
10677
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
10678
|
+
},
|
|
10679
|
+
"layerType": {
|
|
10680
|
+
"description": "String indicating the layer type. Value of this property must be SubtypeGroupLayer.",
|
|
10104
10681
|
"enum": [
|
|
10105
|
-
"
|
|
10682
|
+
"ArcGISSubtypeGroupLayer"
|
|
10106
10683
|
],
|
|
10107
10684
|
"type": "string"
|
|
10108
10685
|
},
|
|
10686
|
+
"layers": {
|
|
10687
|
+
"description": "An array of feature layers, each describing the properties for a subtype in the feature service layer.",
|
|
10688
|
+
"items": {
|
|
10689
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
10690
|
+
},
|
|
10691
|
+
"type": "array"
|
|
10692
|
+
},
|
|
10109
10693
|
"listMode": {
|
|
10110
10694
|
"$ref": "esri.ListMode",
|
|
10111
10695
|
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
@@ -10118,41 +10702,18 @@
|
|
|
10118
10702
|
"description": "A number representing the minimum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400.",
|
|
10119
10703
|
"type": "number"
|
|
10120
10704
|
},
|
|
10121
|
-
"mode": {
|
|
10122
|
-
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayerMode",
|
|
10123
|
-
"description": "Used with ArcGIS feature services and individual layers in ArcGIS map services, this property determines how the features are retrieved from the server. This property is represented as 0, 1, or 2. - 0: Snapshot mode. Immediately retrieves all features when the map is loaded. - 1: On-demand mode. Features within the current view extent are retrieved as the user navigates the map. This is the default and the most common way to use feature services in web maps. - 2: Selection-only mode. No features are initially retrieved. This mode is used when you have a map service and a feature service from the same parent URL that are working together in the same map, with the map service being used for display and the feature service used for editing. See{@linkFeatureLayerMode}."
|
|
10124
|
-
},
|
|
10125
10705
|
"opacity": {
|
|
10126
10706
|
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
10127
10707
|
"type": "number"
|
|
10128
10708
|
},
|
|
10129
|
-
"popupInfo": {
|
|
10130
|
-
"$ref": "#/definitions/esri.rest-api.PopupInfo.PopupInfo",
|
|
10131
|
-
"description": "A PopupInfo object defining the content of pop-up windows when you click or query a feature."
|
|
10132
|
-
},
|
|
10133
10709
|
"refreshInterval": {
|
|
10134
10710
|
"description": "When the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page.{@linkhttps://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm}.",
|
|
10135
10711
|
"type": "number"
|
|
10136
10712
|
},
|
|
10137
|
-
"screenSizePerspective": {
|
|
10138
|
-
"description": "Apply perspective scaling to screen-size symbols.",
|
|
10139
|
-
"type": "boolean"
|
|
10140
|
-
},
|
|
10141
|
-
"showLabels": {
|
|
10142
|
-
"description": "Indicates whether to display labels for this layer. If true, labels will appear as defined in the labelingInfo property.",
|
|
10143
|
-
"type": "boolean"
|
|
10144
|
-
},
|
|
10145
10713
|
"showLegend": {
|
|
10146
10714
|
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
10147
10715
|
"type": "boolean"
|
|
10148
10716
|
},
|
|
10149
|
-
"subtypeCode": {
|
|
10150
|
-
"description": "The feature subtype code identifying the layer. Used with SubtypeGroupLayers.",
|
|
10151
|
-
"type": [
|
|
10152
|
-
"string",
|
|
10153
|
-
"number"
|
|
10154
|
-
]
|
|
10155
|
-
},
|
|
10156
10717
|
"title": {
|
|
10157
10718
|
"description": "A user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.",
|
|
10158
10719
|
"type": "string"
|
|
@@ -10172,7 +10733,7 @@
|
|
|
10172
10733
|
"type": "string"
|
|
10173
10734
|
},
|
|
10174
10735
|
"url": {
|
|
10175
|
-
"description": "The URL to the layer.If the layer is not from a web service but rather a feature collection,
|
|
10736
|
+
"description": "The URL to the layer. If the layer is not from a web service but rather a feature collection, then the url property is omitted.",
|
|
10176
10737
|
"type": "string"
|
|
10177
10738
|
},
|
|
10178
10739
|
"visibility": {
|
|
@@ -10185,34 +10746,6 @@
|
|
|
10185
10746
|
],
|
|
10186
10747
|
"type": "object"
|
|
10187
10748
|
},
|
|
10188
|
-
"esri.rest-api.StyleSymbolReference.StyleSymbolReference": {
|
|
10189
|
-
"additionalProperties": false,
|
|
10190
|
-
"description": "The StyleSymbolReference is used to reference a symbol from a portal styleItem.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.",
|
|
10191
|
-
"properties": {
|
|
10192
|
-
"name": {
|
|
10193
|
-
"description": "Identifies a symbol in the style by name.",
|
|
10194
|
-
"type": "string"
|
|
10195
|
-
},
|
|
10196
|
-
"styleName": {
|
|
10197
|
-
"description": "A registered web style name.",
|
|
10198
|
-
"type": "string"
|
|
10199
|
-
},
|
|
10200
|
-
"styleUrl": {
|
|
10201
|
-
"description": "URL that points to the web style definition.",
|
|
10202
|
-
"type": "string"
|
|
10203
|
-
},
|
|
10204
|
-
"type": {
|
|
10205
|
-
"enum": [
|
|
10206
|
-
"styleSymbolReference"
|
|
10207
|
-
],
|
|
10208
|
-
"type": "string"
|
|
10209
|
-
}
|
|
10210
|
-
},
|
|
10211
|
-
"required": [
|
|
10212
|
-
"type"
|
|
10213
|
-
],
|
|
10214
|
-
"type": "object"
|
|
10215
|
-
},
|
|
10216
10749
|
"esri.rest-api.Symbol.Color": {
|
|
10217
10750
|
"description": "Color is represented as a four-element array. The four elements represent values for red, green, blue, and alpha in that order. Values range from 0 through 255. If color is undefined for a symbol, the color value is null.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/color/}.",
|
|
10218
10751
|
"items": {
|
|
@@ -10279,25 +10812,25 @@
|
|
|
10279
10812
|
"esri.rest-api.Symbol.Symbol": {
|
|
10280
10813
|
"anyOf": [
|
|
10281
10814
|
{
|
|
10282
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10815
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
10283
10816
|
},
|
|
10284
10817
|
{
|
|
10285
10818
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
10286
10819
|
},
|
|
10287
10820
|
{
|
|
10288
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10821
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
10289
10822
|
},
|
|
10290
10823
|
{
|
|
10291
10824
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
10292
10825
|
},
|
|
10293
10826
|
{
|
|
10294
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10827
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
10295
10828
|
},
|
|
10296
10829
|
{
|
|
10297
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10830
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
10298
10831
|
},
|
|
10299
10832
|
{
|
|
10300
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10833
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
10301
10834
|
}
|
|
10302
10835
|
],
|
|
10303
10836
|
"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/}."
|
|
@@ -10408,19 +10941,19 @@
|
|
|
10408
10941
|
"esri.rest-api.Symbol3D.Symbol3D": {
|
|
10409
10942
|
"anyOf": [
|
|
10410
10943
|
{
|
|
10411
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10944
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
10412
10945
|
},
|
|
10413
10946
|
{
|
|
10414
10947
|
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
10415
10948
|
},
|
|
10416
10949
|
{
|
|
10417
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10950
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
10418
10951
|
},
|
|
10419
10952
|
{
|
|
10420
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10953
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
10421
10954
|
},
|
|
10422
10955
|
{
|
|
10423
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
10956
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
10424
10957
|
},
|
|
10425
10958
|
{
|
|
10426
10959
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
@@ -10715,6 +11248,10 @@
|
|
|
10715
11248
|
"customParameters": {
|
|
10716
11249
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
10717
11250
|
},
|
|
11251
|
+
"effect": {
|
|
11252
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
11253
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
11254
|
+
},
|
|
10718
11255
|
"id": {
|
|
10719
11256
|
"description": "A unique identifying string for the layer.",
|
|
10720
11257
|
"type": "string"
|
|
@@ -10809,6 +11346,10 @@
|
|
|
10809
11346
|
},
|
|
10810
11347
|
"type": "array"
|
|
10811
11348
|
},
|
|
11349
|
+
"effect": {
|
|
11350
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
11351
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
11352
|
+
},
|
|
10812
11353
|
"exclusionAreas": {
|
|
10813
11354
|
"$ref": "__type",
|
|
10814
11355
|
"description": "Exclusion areas define extent areas where no data will be fetched for a layer. NOTE: Applicable if used as a baseMapLayer. An array of exclusionArea objects defining the layer exclusions.{@linkhttps://developers.arcgis.com/web-map-specification/objects/exclusionArea/}."
|
|
@@ -11001,43 +11542,43 @@
|
|
|
11001
11542
|
"symbol": {
|
|
11002
11543
|
"anyOf": [
|
|
11003
11544
|
{
|
|
11004
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11545
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
11005
11546
|
},
|
|
11006
11547
|
{
|
|
11007
11548
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
11008
11549
|
},
|
|
11009
11550
|
{
|
|
11010
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11551
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
11011
11552
|
},
|
|
11012
11553
|
{
|
|
11013
11554
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
11014
11555
|
},
|
|
11015
11556
|
{
|
|
11016
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11557
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
11017
11558
|
},
|
|
11018
11559
|
{
|
|
11019
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11560
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
11020
11561
|
},
|
|
11021
11562
|
{
|
|
11022
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11563
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
11023
11564
|
},
|
|
11024
11565
|
{
|
|
11025
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11566
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
11026
11567
|
},
|
|
11027
11568
|
{
|
|
11028
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11569
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
11029
11570
|
},
|
|
11030
11571
|
{
|
|
11031
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11572
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
11032
11573
|
},
|
|
11033
11574
|
{
|
|
11034
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11575
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
11035
11576
|
},
|
|
11036
11577
|
{
|
|
11037
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11578
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
11038
11579
|
},
|
|
11039
11580
|
{
|
|
11040
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11581
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
11041
11582
|
}
|
|
11042
11583
|
],
|
|
11043
11584
|
"description": "An object used to display the value."
|
|
@@ -11072,43 +11613,43 @@
|
|
|
11072
11613
|
"defaultSymbol": {
|
|
11073
11614
|
"anyOf": [
|
|
11074
11615
|
{
|
|
11075
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11616
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
11076
11617
|
},
|
|
11077
11618
|
{
|
|
11078
11619
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
11079
11620
|
},
|
|
11080
11621
|
{
|
|
11081
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11622
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
11082
11623
|
},
|
|
11083
11624
|
{
|
|
11084
11625
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
11085
11626
|
},
|
|
11086
11627
|
{
|
|
11087
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11628
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
11088
11629
|
},
|
|
11089
11630
|
{
|
|
11090
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11631
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
11091
11632
|
},
|
|
11092
11633
|
{
|
|
11093
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11634
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
11094
11635
|
},
|
|
11095
11636
|
{
|
|
11096
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11637
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
11097
11638
|
},
|
|
11098
11639
|
{
|
|
11099
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11640
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
11100
11641
|
},
|
|
11101
11642
|
{
|
|
11102
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11643
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
11103
11644
|
},
|
|
11104
11645
|
{
|
|
11105
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11646
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
11106
11647
|
},
|
|
11107
11648
|
{
|
|
11108
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11649
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
11109
11650
|
},
|
|
11110
11651
|
{
|
|
11111
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
11652
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
11112
11653
|
}
|
|
11113
11654
|
],
|
|
11114
11655
|
"description": "Symbol used when a value cannot be matched."
|
|
@@ -11303,6 +11844,10 @@
|
|
|
11303
11844
|
"customParameters": {
|
|
11304
11845
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
11305
11846
|
},
|
|
11847
|
+
"effect": {
|
|
11848
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
11849
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
11850
|
+
},
|
|
11306
11851
|
"id": {
|
|
11307
11852
|
"description": "A unique identifying string for the layer.",
|
|
11308
11853
|
"type": "string"
|
|
@@ -11798,6 +12343,10 @@
|
|
|
11798
12343
|
"customParameters": {
|
|
11799
12344
|
"description": "A sequence of custom parameters to all WMS requests. These parameters are applied to GetCapabilities, GetMap, and GetFeatureInfo requests. If used with the customLayerParameters property, customParameters will not take precedence."
|
|
11800
12345
|
},
|
|
12346
|
+
"effect": {
|
|
12347
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
12348
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
12349
|
+
},
|
|
11801
12350
|
"extent": {
|
|
11802
12351
|
"description": "The rectangular map extent that should be requested from the service.",
|
|
11803
12352
|
"items": {
|
|
@@ -12000,6 +12549,10 @@
|
|
|
12000
12549
|
"description": "Attribution to the Web Tile Layer provider. It is displayed in the attribution on the web map. Input required by the user when the layer is added to the web map.",
|
|
12001
12550
|
"type": "string"
|
|
12002
12551
|
},
|
|
12552
|
+
"effect": {
|
|
12553
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
12554
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
12555
|
+
},
|
|
12003
12556
|
"fullExtent": {
|
|
12004
12557
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
12005
12558
|
"description": "An extent object representing the full extent envelope for the layer."
|
|
@@ -12215,15 +12768,15 @@
|
|
|
12215
12768
|
{
|
|
12216
12769
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12217
12770
|
},
|
|
12218
|
-
{
|
|
12219
|
-
"$ref": "#/definitions/HasMaps"
|
|
12220
|
-
},
|
|
12221
12771
|
{
|
|
12222
12772
|
"items": {
|
|
12223
12773
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12224
12774
|
},
|
|
12225
12775
|
"type": "array"
|
|
12226
12776
|
},
|
|
12777
|
+
{
|
|
12778
|
+
"$ref": "#/definitions/HasMaps"
|
|
12779
|
+
},
|
|
12227
12780
|
{
|
|
12228
12781
|
"type": "null"
|
|
12229
12782
|
}
|
|
@@ -12437,15 +12990,15 @@
|
|
|
12437
12990
|
{
|
|
12438
12991
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12439
12992
|
},
|
|
12440
|
-
{
|
|
12441
|
-
"$ref": "#/definitions/HasMaps"
|
|
12442
|
-
},
|
|
12443
12993
|
{
|
|
12444
12994
|
"items": {
|
|
12445
12995
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12446
12996
|
},
|
|
12447
12997
|
"type": "array"
|
|
12448
12998
|
},
|
|
12999
|
+
{
|
|
13000
|
+
"$ref": "#/definitions/HasMaps"
|
|
13001
|
+
},
|
|
12449
13002
|
{
|
|
12450
13003
|
"type": "null"
|
|
12451
13004
|
}
|
|
@@ -12456,15 +13009,15 @@
|
|
|
12456
13009
|
{
|
|
12457
13010
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12458
13011
|
},
|
|
12459
|
-
{
|
|
12460
|
-
"$ref": "#/definitions/HasMaps"
|
|
12461
|
-
},
|
|
12462
13012
|
{
|
|
12463
13013
|
"items": {
|
|
12464
13014
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12465
13015
|
},
|
|
12466
13016
|
"type": "array"
|
|
12467
13017
|
},
|
|
13018
|
+
{
|
|
13019
|
+
"$ref": "#/definitions/HasMaps"
|
|
13020
|
+
},
|
|
12468
13021
|
{
|
|
12469
13022
|
"type": "null"
|
|
12470
13023
|
}
|
|
@@ -12581,16 +13134,16 @@
|
|
|
12581
13134
|
"map.add-markup:input": {
|
|
12582
13135
|
"anyOf": [
|
|
12583
13136
|
{
|
|
12584
|
-
"$ref": "#/definitions/
|
|
13137
|
+
"$ref": "#/definitions/CreateGraphicsResult"
|
|
12585
13138
|
},
|
|
12586
13139
|
{
|
|
12587
|
-
"$ref": "#/definitions/esri.
|
|
13140
|
+
"$ref": "#/definitions/esri.Graphic"
|
|
12588
13141
|
},
|
|
12589
13142
|
{
|
|
12590
13143
|
"$ref": "#/definitions/esri.rest-api.Feature.Feature"
|
|
12591
13144
|
},
|
|
12592
13145
|
{
|
|
12593
|
-
"$ref": "#/definitions/
|
|
13146
|
+
"$ref": "#/definitions/esri.FeatureSet"
|
|
12594
13147
|
},
|
|
12595
13148
|
{
|
|
12596
13149
|
"items": {
|
|
@@ -12621,15 +13174,15 @@
|
|
|
12621
13174
|
{
|
|
12622
13175
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12623
13176
|
},
|
|
12624
|
-
{
|
|
12625
|
-
"$ref": "#/definitions/HasMaps"
|
|
12626
|
-
},
|
|
12627
13177
|
{
|
|
12628
13178
|
"items": {
|
|
12629
13179
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12630
13180
|
},
|
|
12631
13181
|
"type": "array"
|
|
12632
13182
|
},
|
|
13183
|
+
{
|
|
13184
|
+
"$ref": "#/definitions/HasMaps"
|
|
13185
|
+
},
|
|
12633
13186
|
{
|
|
12634
13187
|
"type": "null"
|
|
12635
13188
|
}
|
|
@@ -12685,15 +13238,15 @@
|
|
|
12685
13238
|
{
|
|
12686
13239
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12687
13240
|
},
|
|
12688
|
-
{
|
|
12689
|
-
"$ref": "#/definitions/HasMaps"
|
|
12690
|
-
},
|
|
12691
13241
|
{
|
|
12692
13242
|
"items": {
|
|
12693
13243
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12694
13244
|
},
|
|
12695
13245
|
"type": "array"
|
|
12696
13246
|
},
|
|
13247
|
+
{
|
|
13248
|
+
"$ref": "#/definitions/HasMaps"
|
|
13249
|
+
},
|
|
12697
13250
|
{
|
|
12698
13251
|
"type": "null"
|
|
12699
13252
|
}
|
|
@@ -12728,15 +13281,15 @@
|
|
|
12728
13281
|
{
|
|
12729
13282
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12730
13283
|
},
|
|
12731
|
-
{
|
|
12732
|
-
"$ref": "#/definitions/HasMaps"
|
|
12733
|
-
},
|
|
12734
13284
|
{
|
|
12735
13285
|
"items": {
|
|
12736
13286
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12737
13287
|
},
|
|
12738
13288
|
"type": "array"
|
|
12739
13289
|
},
|
|
13290
|
+
{
|
|
13291
|
+
"$ref": "#/definitions/HasMaps"
|
|
13292
|
+
},
|
|
12740
13293
|
{
|
|
12741
13294
|
"type": "null"
|
|
12742
13295
|
}
|
|
@@ -12927,15 +13480,15 @@
|
|
|
12927
13480
|
{
|
|
12928
13481
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12929
13482
|
},
|
|
12930
|
-
{
|
|
12931
|
-
"$ref": "#/definitions/HasMaps"
|
|
12932
|
-
},
|
|
12933
13483
|
{
|
|
12934
13484
|
"items": {
|
|
12935
13485
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12936
13486
|
},
|
|
12937
13487
|
"type": "array"
|
|
12938
13488
|
},
|
|
13489
|
+
{
|
|
13490
|
+
"$ref": "#/definitions/HasMaps"
|
|
13491
|
+
},
|
|
12939
13492
|
{
|
|
12940
13493
|
"type": "null"
|
|
12941
13494
|
}
|
|
@@ -12950,13 +13503,13 @@
|
|
|
12950
13503
|
"map.zoom-to-viewpoint:input": {
|
|
12951
13504
|
"anyOf": [
|
|
12952
13505
|
{
|
|
12953
|
-
"$ref": "
|
|
13506
|
+
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.BookmarkProperties"
|
|
12954
13507
|
},
|
|
12955
13508
|
{
|
|
12956
|
-
"$ref": "#/definitions/esri.
|
|
13509
|
+
"$ref": "#/definitions/esri.Viewpoint"
|
|
12957
13510
|
},
|
|
12958
13511
|
{
|
|
12959
|
-
"$ref": "
|
|
13512
|
+
"$ref": "#/definitions/esri.rest-api.Viewpoint.Viewpoint"
|
|
12960
13513
|
},
|
|
12961
13514
|
{
|
|
12962
13515
|
"$ref": "@vertigis.arcgis-extensions.mapping.Bookmark.Bookmark"
|
|
@@ -12977,15 +13530,15 @@
|
|
|
12977
13530
|
{
|
|
12978
13531
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12979
13532
|
},
|
|
12980
|
-
{
|
|
12981
|
-
"$ref": "#/definitions/HasMaps"
|
|
12982
|
-
},
|
|
12983
13533
|
{
|
|
12984
13534
|
"items": {
|
|
12985
13535
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
12986
13536
|
},
|
|
12987
13537
|
"type": "array"
|
|
12988
13538
|
},
|
|
13539
|
+
{
|
|
13540
|
+
"$ref": "#/definitions/HasMaps"
|
|
13541
|
+
},
|
|
12989
13542
|
{
|
|
12990
13543
|
"type": "null"
|
|
12991
13544
|
}
|
|
@@ -13011,15 +13564,15 @@
|
|
|
13011
13564
|
{
|
|
13012
13565
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
13013
13566
|
},
|
|
13014
|
-
{
|
|
13015
|
-
"$ref": "#/definitions/HasMaps"
|
|
13016
|
-
},
|
|
13017
13567
|
{
|
|
13018
13568
|
"items": {
|
|
13019
13569
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
13020
13570
|
},
|
|
13021
13571
|
"type": "array"
|
|
13022
13572
|
},
|
|
13573
|
+
{
|
|
13574
|
+
"$ref": "#/definitions/HasMaps"
|
|
13575
|
+
},
|
|
13023
13576
|
{
|
|
13024
13577
|
"type": "null"
|
|
13025
13578
|
}
|
|
@@ -13036,15 +13589,15 @@
|
|
|
13036
13589
|
{
|
|
13037
13590
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
13038
13591
|
},
|
|
13039
|
-
{
|
|
13040
|
-
"$ref": "#/definitions/HasMaps"
|
|
13041
|
-
},
|
|
13042
13592
|
{
|
|
13043
13593
|
"items": {
|
|
13044
13594
|
"$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
|
|
13045
13595
|
},
|
|
13046
13596
|
"type": "array"
|
|
13047
13597
|
},
|
|
13598
|
+
{
|
|
13599
|
+
"$ref": "#/definitions/HasMaps"
|
|
13600
|
+
},
|
|
13048
13601
|
{
|
|
13049
13602
|
"type": "null"
|
|
13050
13603
|
}
|
|
@@ -13354,26 +13907,26 @@
|
|
|
13354
13907
|
},
|
|
13355
13908
|
"results.display-details:input": {
|
|
13356
13909
|
"anyOf": [
|
|
13357
|
-
{
|
|
13358
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
13359
|
-
},
|
|
13360
13910
|
{
|
|
13361
13911
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
13362
13912
|
},
|
|
13363
13913
|
{
|
|
13364
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
13914
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
13365
13915
|
},
|
|
13366
13916
|
{
|
|
13367
13917
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
13368
13918
|
},
|
|
13919
|
+
{
|
|
13920
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
13921
|
+
},
|
|
13369
13922
|
{
|
|
13370
13923
|
"items": {
|
|
13371
13924
|
"anyOf": [
|
|
13372
13925
|
{
|
|
13373
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
13926
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
13374
13927
|
},
|
|
13375
13928
|
{
|
|
13376
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
13929
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
13377
13930
|
}
|
|
13378
13931
|
]
|
|
13379
13932
|
},
|
|
@@ -13395,26 +13948,26 @@
|
|
|
13395
13948
|
},
|
|
13396
13949
|
"results.display-new-details:input": {
|
|
13397
13950
|
"anyOf": [
|
|
13398
|
-
{
|
|
13399
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
13400
|
-
},
|
|
13401
13951
|
{
|
|
13402
13952
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
13403
13953
|
},
|
|
13404
13954
|
{
|
|
13405
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
13955
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
13406
13956
|
},
|
|
13407
13957
|
{
|
|
13408
13958
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
13409
13959
|
},
|
|
13960
|
+
{
|
|
13961
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
13962
|
+
},
|
|
13410
13963
|
{
|
|
13411
13964
|
"items": {
|
|
13412
13965
|
"anyOf": [
|
|
13413
13966
|
{
|
|
13414
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
13967
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
13415
13968
|
},
|
|
13416
13969
|
{
|
|
13417
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
13970
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
13418
13971
|
}
|
|
13419
13972
|
]
|
|
13420
13973
|
},
|
|
@@ -13430,26 +13983,26 @@
|
|
|
13430
13983
|
},
|
|
13431
13984
|
"results.display:input": {
|
|
13432
13985
|
"anyOf": [
|
|
13433
|
-
{
|
|
13434
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
13435
|
-
},
|
|
13436
13986
|
{
|
|
13437
13987
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
13438
13988
|
},
|
|
13439
13989
|
{
|
|
13440
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
13990
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
13441
13991
|
},
|
|
13442
13992
|
{
|
|
13443
13993
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
13444
13994
|
},
|
|
13995
|
+
{
|
|
13996
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
13997
|
+
},
|
|
13445
13998
|
{
|
|
13446
13999
|
"items": {
|
|
13447
14000
|
"anyOf": [
|
|
13448
14001
|
{
|
|
13449
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
14002
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
13450
14003
|
},
|
|
13451
14004
|
{
|
|
13452
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
14005
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
13453
14006
|
}
|
|
13454
14007
|
]
|
|
13455
14008
|
},
|
|
@@ -13765,6 +14318,15 @@
|
|
|
13765
14318
|
"sketching.undo:input": {
|
|
13766
14319
|
"$ref": "#/definitions/HasMaps"
|
|
13767
14320
|
},
|
|
14321
|
+
"studio-analytics.track-custom-event": {
|
|
14322
|
+
"description": "Sends a custom event to VertiGIS Studio Analytics. If the app is not configured to use Analytics, then nothing will happen.",
|
|
14323
|
+
"enum": [
|
|
14324
|
+
"studio-analytics.track-custom-event"
|
|
14325
|
+
]
|
|
14326
|
+
},
|
|
14327
|
+
"studio-analytics.track-custom-event:input": {
|
|
14328
|
+
"$ref": "#/definitions/TrackCustomEventArgs"
|
|
14329
|
+
},
|
|
13768
14330
|
"system.disable-background-location-updates": {
|
|
13769
14331
|
"description": "Disables background location updates.",
|
|
13770
14332
|
"enum": [
|
|
@@ -15568,6 +16130,22 @@
|
|
|
15568
16130
|
],
|
|
15569
16131
|
"type": "object"
|
|
15570
16132
|
},
|
|
16133
|
+
{
|
|
16134
|
+
"additionalProperties": false,
|
|
16135
|
+
"properties": {
|
|
16136
|
+
"arguments": {
|
|
16137
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event:input"
|
|
16138
|
+
},
|
|
16139
|
+
"name": {
|
|
16140
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event"
|
|
16141
|
+
}
|
|
16142
|
+
},
|
|
16143
|
+
"required": [
|
|
16144
|
+
"name",
|
|
16145
|
+
"arguments"
|
|
16146
|
+
],
|
|
16147
|
+
"type": "object"
|
|
16148
|
+
},
|
|
15571
16149
|
{
|
|
15572
16150
|
"additionalProperties": false,
|
|
15573
16151
|
"properties": {
|
|
@@ -16182,6 +16760,9 @@
|
|
|
16182
16760
|
{
|
|
16183
16761
|
"$ref": "#/definitions/sketching.undo"
|
|
16184
16762
|
},
|
|
16763
|
+
{
|
|
16764
|
+
"$ref": "#/definitions/studio-analytics.track-custom-event"
|
|
16765
|
+
},
|
|
16185
16766
|
{
|
|
16186
16767
|
"$ref": "#/definitions/system.disable-background-location-updates"
|
|
16187
16768
|
},
|