@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."
|
|
@@ -396,26 +396,26 @@
|
|
|
396
396
|
},
|
|
397
397
|
"Features": {
|
|
398
398
|
"anyOf": [
|
|
399
|
-
{
|
|
400
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
401
|
-
},
|
|
402
399
|
{
|
|
403
400
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
404
401
|
},
|
|
405
402
|
{
|
|
406
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
403
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
407
404
|
},
|
|
408
405
|
{
|
|
409
406
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
410
407
|
},
|
|
408
|
+
{
|
|
409
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
410
|
+
},
|
|
411
411
|
{
|
|
412
412
|
"items": {
|
|
413
413
|
"anyOf": [
|
|
414
414
|
{
|
|
415
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
415
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
418
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
419
419
|
}
|
|
420
420
|
]
|
|
421
421
|
},
|
|
@@ -429,26 +429,26 @@
|
|
|
429
429
|
},
|
|
430
430
|
"FeaturesLike": {
|
|
431
431
|
"anyOf": [
|
|
432
|
-
{
|
|
433
|
-
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
434
|
-
},
|
|
435
432
|
{
|
|
436
433
|
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
437
434
|
},
|
|
438
435
|
{
|
|
439
|
-
"$ref": "@vertigis.arcgis-extensions.data.
|
|
436
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureSet.FeatureSet"
|
|
440
437
|
},
|
|
441
438
|
{
|
|
442
439
|
"$ref": "@vertigis.arcgis-extensions.data.FeatureList.FeatureList"
|
|
443
440
|
},
|
|
441
|
+
{
|
|
442
|
+
"$ref": "@vertigis.arcgis-extensions.data.FeatureStream.FeatureStream"
|
|
443
|
+
},
|
|
444
444
|
{
|
|
445
445
|
"items": {
|
|
446
446
|
"anyOf": [
|
|
447
447
|
{
|
|
448
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
448
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.FeatureProperties"
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
|
-
"$ref": "@vertigis.arcgis-extensions.data.Feature.
|
|
451
|
+
"$ref": "@vertigis.arcgis-extensions.data.Feature.Feature"
|
|
452
452
|
}
|
|
453
453
|
]
|
|
454
454
|
},
|
|
@@ -647,9 +647,6 @@
|
|
|
647
647
|
{
|
|
648
648
|
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
649
649
|
},
|
|
650
|
-
{
|
|
651
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
652
|
-
},
|
|
653
650
|
{
|
|
654
651
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
655
652
|
},
|
|
@@ -659,6 +656,9 @@
|
|
|
659
656
|
{
|
|
660
657
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
661
658
|
},
|
|
659
|
+
{
|
|
660
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
661
|
+
},
|
|
662
662
|
{
|
|
663
663
|
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
664
664
|
},
|
|
@@ -677,6 +677,12 @@
|
|
|
677
677
|
{
|
|
678
678
|
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
679
679
|
},
|
|
680
|
+
{
|
|
681
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"$ref": "#/definitions/esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer"
|
|
685
|
+
},
|
|
680
686
|
{
|
|
681
687
|
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
682
688
|
},
|
|
@@ -686,14 +692,11 @@
|
|
|
686
692
|
{
|
|
687
693
|
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
688
694
|
},
|
|
689
|
-
{
|
|
690
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
691
|
-
},
|
|
692
695
|
{
|
|
693
696
|
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
694
697
|
},
|
|
695
698
|
{
|
|
696
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
699
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
697
700
|
}
|
|
698
701
|
],
|
|
699
702
|
"description": "An operational layer in a web map/scene."
|
|
@@ -1226,6 +1229,10 @@
|
|
|
1226
1229
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
1227
1230
|
"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."
|
|
1228
1231
|
},
|
|
1232
|
+
"effect": {
|
|
1233
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
1234
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
1235
|
+
},
|
|
1229
1236
|
"filters": {
|
|
1230
1237
|
"description": "A list of filters available for this layer. Overrides filters defined on the service.",
|
|
1231
1238
|
"items": {
|
|
@@ -1512,6 +1519,10 @@
|
|
|
1512
1519
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
1513
1520
|
"type": "boolean"
|
|
1514
1521
|
},
|
|
1522
|
+
"effect": {
|
|
1523
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
1524
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
1525
|
+
},
|
|
1515
1526
|
"id": {
|
|
1516
1527
|
"description": "A unique identifying string for the layer.",
|
|
1517
1528
|
"type": "string"
|
|
@@ -1675,43 +1686,43 @@
|
|
|
1675
1686
|
"symbol": {
|
|
1676
1687
|
"anyOf": [
|
|
1677
1688
|
{
|
|
1678
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1689
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
1679
1690
|
},
|
|
1680
1691
|
{
|
|
1681
1692
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1682
1693
|
},
|
|
1683
1694
|
{
|
|
1684
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1695
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
1685
1696
|
},
|
|
1686
1697
|
{
|
|
1687
1698
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
1688
1699
|
},
|
|
1689
1700
|
{
|
|
1690
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1701
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
1691
1702
|
},
|
|
1692
1703
|
{
|
|
1693
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1704
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
1694
1705
|
},
|
|
1695
1706
|
{
|
|
1696
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1707
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1697
1708
|
},
|
|
1698
1709
|
{
|
|
1699
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1710
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
1700
1711
|
},
|
|
1701
1712
|
{
|
|
1702
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1713
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
1703
1714
|
},
|
|
1704
1715
|
{
|
|
1705
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1716
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
1706
1717
|
},
|
|
1707
1718
|
{
|
|
1708
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1719
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
1709
1720
|
},
|
|
1710
1721
|
{
|
|
1711
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1722
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
1712
1723
|
},
|
|
1713
1724
|
{
|
|
1714
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1725
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
1715
1726
|
}
|
|
1716
1727
|
],
|
|
1717
1728
|
"description": "An object used to display the value."
|
|
@@ -1760,43 +1771,43 @@
|
|
|
1760
1771
|
"defaultSymbol": {
|
|
1761
1772
|
"anyOf": [
|
|
1762
1773
|
{
|
|
1763
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1774
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
1764
1775
|
},
|
|
1765
1776
|
{
|
|
1766
1777
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1767
1778
|
},
|
|
1768
1779
|
{
|
|
1769
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1780
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
1770
1781
|
},
|
|
1771
1782
|
{
|
|
1772
1783
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
1773
1784
|
},
|
|
1774
1785
|
{
|
|
1775
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1786
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
1776
1787
|
},
|
|
1777
1788
|
{
|
|
1778
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1789
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
1779
1790
|
},
|
|
1780
1791
|
{
|
|
1781
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1792
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1782
1793
|
},
|
|
1783
1794
|
{
|
|
1784
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1795
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
1785
1796
|
},
|
|
1786
1797
|
{
|
|
1787
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1798
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
1788
1799
|
},
|
|
1789
1800
|
{
|
|
1790
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1801
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
1791
1802
|
},
|
|
1792
1803
|
{
|
|
1793
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1804
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
1794
1805
|
},
|
|
1795
1806
|
{
|
|
1796
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1807
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
1797
1808
|
},
|
|
1798
1809
|
{
|
|
1799
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1810
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
1800
1811
|
}
|
|
1801
1812
|
],
|
|
1802
1813
|
"description": "Symbol used when a value cannot be classified."
|
|
@@ -2224,37 +2235,400 @@
|
|
|
2224
2235
|
}
|
|
2225
2236
|
},
|
|
2226
2237
|
"required": [
|
|
2227
|
-
"type"
|
|
2238
|
+
"type"
|
|
2239
|
+
],
|
|
2240
|
+
"type": "object"
|
|
2241
|
+
},
|
|
2242
|
+
"esri.rest-api.Edges.SolidEdges": {
|
|
2243
|
+
"additionalProperties": false,
|
|
2244
|
+
"description": "The solid edge rendering configuration of a symbol layer. Edges of type solid are rendered in a single color, unaffected by scene lighting.",
|
|
2245
|
+
"properties": {
|
|
2246
|
+
"color": {
|
|
2247
|
+
"description": "Color is represented as a three or four-element array.",
|
|
2248
|
+
"items": {
|
|
2249
|
+
"type": "number"
|
|
2250
|
+
},
|
|
2251
|
+
"type": "array"
|
|
2252
|
+
},
|
|
2253
|
+
"extensionLength": {
|
|
2254
|
+
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
2255
|
+
"type": "number"
|
|
2256
|
+
},
|
|
2257
|
+
"size": {
|
|
2258
|
+
"description": "Edge size in points, positive only.",
|
|
2259
|
+
"type": "number"
|
|
2260
|
+
},
|
|
2261
|
+
"transparency": {
|
|
2262
|
+
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
2263
|
+
"type": "number"
|
|
2264
|
+
},
|
|
2265
|
+
"type": {
|
|
2266
|
+
"description": "The type of edge visualization. Value of this property must be solid.",
|
|
2267
|
+
"enum": [
|
|
2268
|
+
"solid"
|
|
2269
|
+
],
|
|
2270
|
+
"type": "string"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"required": [
|
|
2274
|
+
"type"
|
|
2275
|
+
],
|
|
2276
|
+
"type": "object"
|
|
2277
|
+
},
|
|
2278
|
+
"esri.rest-api.Effect.BloomEffectFunction": {
|
|
2279
|
+
"additionalProperties": false,
|
|
2280
|
+
"description": "An Effect Function for the bloom effect.",
|
|
2281
|
+
"properties": {
|
|
2282
|
+
"radius": {
|
|
2283
|
+
"description": "Determines the radius of the blur. Negative values are not allowed. Leaves the pixels inside the radius untouched.",
|
|
2284
|
+
"type": "number"
|
|
2285
|
+
},
|
|
2286
|
+
"strength": {
|
|
2287
|
+
"description": "The intensity of the bloom effect. The higher the value, the brighter the glow. Negative values are not allowed.",
|
|
2288
|
+
"type": "number"
|
|
2289
|
+
},
|
|
2290
|
+
"threshold": {
|
|
2291
|
+
"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.",
|
|
2292
|
+
"type": "number"
|
|
2293
|
+
},
|
|
2294
|
+
"type": {
|
|
2295
|
+
"description": "Effect type.",
|
|
2296
|
+
"enum": [
|
|
2297
|
+
"bloom"
|
|
2298
|
+
],
|
|
2299
|
+
"type": "string"
|
|
2300
|
+
}
|
|
2301
|
+
},
|
|
2302
|
+
"required": [
|
|
2303
|
+
"type"
|
|
2304
|
+
],
|
|
2305
|
+
"type": "object"
|
|
2306
|
+
},
|
|
2307
|
+
"esri.rest-api.Effect.BlurEffectFunction": {
|
|
2308
|
+
"additionalProperties": false,
|
|
2309
|
+
"description": "An Effect Function for the blur effect.",
|
|
2310
|
+
"properties": {
|
|
2311
|
+
"radius": {
|
|
2312
|
+
"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.",
|
|
2313
|
+
"type": "number"
|
|
2314
|
+
},
|
|
2315
|
+
"type": {
|
|
2316
|
+
"description": "Effect type.",
|
|
2317
|
+
"enum": [
|
|
2318
|
+
"blur"
|
|
2319
|
+
],
|
|
2320
|
+
"type": "string"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
"required": [
|
|
2324
|
+
"type"
|
|
2325
|
+
],
|
|
2326
|
+
"type": "object"
|
|
2327
|
+
},
|
|
2328
|
+
"esri.rest-api.Effect.BrightnessEffectFunction": {
|
|
2329
|
+
"additionalProperties": false,
|
|
2330
|
+
"description": "An Effect Function for the brightness effect.",
|
|
2331
|
+
"properties": {
|
|
2332
|
+
"amount": {
|
|
2333
|
+
"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.",
|
|
2334
|
+
"type": "number"
|
|
2335
|
+
},
|
|
2336
|
+
"type": {
|
|
2337
|
+
"description": "Effect type.",
|
|
2338
|
+
"enum": [
|
|
2339
|
+
"brightness"
|
|
2340
|
+
],
|
|
2341
|
+
"type": "string"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2344
|
+
"required": [
|
|
2345
|
+
"type"
|
|
2346
|
+
],
|
|
2347
|
+
"type": "object"
|
|
2348
|
+
},
|
|
2349
|
+
"esri.rest-api.Effect.ContrastEffectFunction": {
|
|
2350
|
+
"additionalProperties": false,
|
|
2351
|
+
"description": "An Effect Function for the contrast effect.",
|
|
2352
|
+
"properties": {
|
|
2353
|
+
"amount": {
|
|
2354
|
+
"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.",
|
|
2355
|
+
"type": "number"
|
|
2356
|
+
},
|
|
2357
|
+
"type": {
|
|
2358
|
+
"description": "Effect type.",
|
|
2359
|
+
"enum": [
|
|
2360
|
+
"contrast"
|
|
2361
|
+
],
|
|
2362
|
+
"type": "string"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2365
|
+
"required": [
|
|
2366
|
+
"type"
|
|
2367
|
+
],
|
|
2368
|
+
"type": "object"
|
|
2369
|
+
},
|
|
2370
|
+
"esri.rest-api.Effect.DropShadowEffectFunction": {
|
|
2371
|
+
"additionalProperties": false,
|
|
2372
|
+
"description": "An Effect Function for the drop-shadow effect.",
|
|
2373
|
+
"properties": {
|
|
2374
|
+
"blurRadius": {
|
|
2375
|
+
"description": "The radius of the blur in points. It defines the value of the standard deviation to the Gaussian function.",
|
|
2376
|
+
"type": "number"
|
|
2377
|
+
},
|
|
2378
|
+
"color": {
|
|
2379
|
+
"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.",
|
|
2380
|
+
"items": {
|
|
2381
|
+
"type": "number"
|
|
2382
|
+
},
|
|
2383
|
+
"type": "array"
|
|
2384
|
+
},
|
|
2385
|
+
"type": {
|
|
2386
|
+
"description": "Effect type.",
|
|
2387
|
+
"enum": [
|
|
2388
|
+
"drop-shadow"
|
|
2389
|
+
],
|
|
2390
|
+
"type": "string"
|
|
2391
|
+
},
|
|
2392
|
+
"xoffset": {
|
|
2393
|
+
"description": "The distance of the shadow on the x-axis in points.",
|
|
2394
|
+
"type": "number"
|
|
2395
|
+
},
|
|
2396
|
+
"yoffset": {
|
|
2397
|
+
"description": "The distance of the shadow on the y-axis in points.",
|
|
2398
|
+
"type": "number"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"required": [
|
|
2402
|
+
"type"
|
|
2403
|
+
],
|
|
2404
|
+
"type": "object"
|
|
2405
|
+
},
|
|
2406
|
+
"esri.rest-api.Effect.Effect": {
|
|
2407
|
+
"anyOf": [
|
|
2408
|
+
{
|
|
2409
|
+
"items": {
|
|
2410
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ScaleDependentEffect"
|
|
2411
|
+
},
|
|
2412
|
+
"type": "array"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"items": {
|
|
2416
|
+
"anyOf": [
|
|
2417
|
+
{
|
|
2418
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
2419
|
+
},
|
|
2420
|
+
{
|
|
2421
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
2440
|
+
},
|
|
2441
|
+
{
|
|
2442
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
2449
|
+
}
|
|
2450
|
+
],
|
|
2451
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
2452
|
+
},
|
|
2453
|
+
"type": "array"
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
2457
|
+
},
|
|
2458
|
+
"esri.rest-api.Effect.GrayscaleEffectFunction": {
|
|
2459
|
+
"additionalProperties": false,
|
|
2460
|
+
"description": "An Effect Function for the grayscale effect.",
|
|
2461
|
+
"properties": {
|
|
2462
|
+
"amount": {
|
|
2463
|
+
"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.",
|
|
2464
|
+
"type": "number"
|
|
2465
|
+
},
|
|
2466
|
+
"type": {
|
|
2467
|
+
"description": "Effect type.",
|
|
2468
|
+
"enum": [
|
|
2469
|
+
"grayscale"
|
|
2470
|
+
],
|
|
2471
|
+
"type": "string"
|
|
2472
|
+
}
|
|
2473
|
+
},
|
|
2474
|
+
"required": [
|
|
2475
|
+
"type"
|
|
2476
|
+
],
|
|
2477
|
+
"type": "object"
|
|
2478
|
+
},
|
|
2479
|
+
"esri.rest-api.Effect.HueRotateEffectFunction": {
|
|
2480
|
+
"additionalProperties": false,
|
|
2481
|
+
"description": "An Effect Function for the hue-rotate effect.",
|
|
2482
|
+
"properties": {
|
|
2483
|
+
"angle": {
|
|
2484
|
+
"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.",
|
|
2485
|
+
"type": "number"
|
|
2486
|
+
},
|
|
2487
|
+
"type": {
|
|
2488
|
+
"description": "Effect type.",
|
|
2489
|
+
"enum": [
|
|
2490
|
+
"hue-rotate"
|
|
2491
|
+
],
|
|
2492
|
+
"type": "string"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
"required": [
|
|
2496
|
+
"type"
|
|
2497
|
+
],
|
|
2498
|
+
"type": "object"
|
|
2499
|
+
},
|
|
2500
|
+
"esri.rest-api.Effect.InvertEffectFunction": {
|
|
2501
|
+
"additionalProperties": false,
|
|
2502
|
+
"description": "An Effect Function for the invert effect.",
|
|
2503
|
+
"properties": {
|
|
2504
|
+
"amount": {
|
|
2505
|
+
"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.",
|
|
2506
|
+
"type": "number"
|
|
2507
|
+
},
|
|
2508
|
+
"type": {
|
|
2509
|
+
"description": "Effect type.",
|
|
2510
|
+
"enum": [
|
|
2511
|
+
"invert"
|
|
2512
|
+
],
|
|
2513
|
+
"type": "string"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
"required": [
|
|
2517
|
+
"type"
|
|
2518
|
+
],
|
|
2519
|
+
"type": "object"
|
|
2520
|
+
},
|
|
2521
|
+
"esri.rest-api.Effect.OpacityEffectFunction": {
|
|
2522
|
+
"additionalProperties": false,
|
|
2523
|
+
"description": "An Effect Function for the opacity effect.",
|
|
2524
|
+
"properties": {
|
|
2525
|
+
"amount": {
|
|
2526
|
+
"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.",
|
|
2527
|
+
"type": "number"
|
|
2528
|
+
},
|
|
2529
|
+
"type": {
|
|
2530
|
+
"description": "Effect type.",
|
|
2531
|
+
"enum": [
|
|
2532
|
+
"opacity"
|
|
2533
|
+
],
|
|
2534
|
+
"type": "string"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2537
|
+
"required": [
|
|
2538
|
+
"type"
|
|
2539
|
+
],
|
|
2540
|
+
"type": "object"
|
|
2541
|
+
},
|
|
2542
|
+
"esri.rest-api.Effect.SaturateEffectFunction": {
|
|
2543
|
+
"additionalProperties": false,
|
|
2544
|
+
"description": "An Effect Function for the saturate effect.",
|
|
2545
|
+
"properties": {
|
|
2546
|
+
"amount": {
|
|
2547
|
+
"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.",
|
|
2548
|
+
"type": "number"
|
|
2549
|
+
},
|
|
2550
|
+
"type": {
|
|
2551
|
+
"description": "Effect type.",
|
|
2552
|
+
"enum": [
|
|
2553
|
+
"saturate"
|
|
2554
|
+
],
|
|
2555
|
+
"type": "string"
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
"required": [
|
|
2559
|
+
"type"
|
|
2560
|
+
],
|
|
2561
|
+
"type": "object"
|
|
2562
|
+
},
|
|
2563
|
+
"esri.rest-api.Effect.ScaleDependentEffect": {
|
|
2564
|
+
"additionalProperties": false,
|
|
2565
|
+
"description": "An object describing the effect to apply at a scale stop.",
|
|
2566
|
+
"properties": {
|
|
2567
|
+
"scale": {
|
|
2568
|
+
"description": "The scale of the view for the effect to take place.",
|
|
2569
|
+
"type": "number"
|
|
2570
|
+
},
|
|
2571
|
+
"value": {
|
|
2572
|
+
"description": "The effect to be applied at the corresponding scale.",
|
|
2573
|
+
"items": {
|
|
2574
|
+
"anyOf": [
|
|
2575
|
+
{
|
|
2576
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
2580
|
+
},
|
|
2581
|
+
{
|
|
2582
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
2598
|
+
},
|
|
2599
|
+
{
|
|
2600
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
2604
|
+
},
|
|
2605
|
+
{
|
|
2606
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
2607
|
+
}
|
|
2608
|
+
],
|
|
2609
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
2610
|
+
},
|
|
2611
|
+
"type": "array"
|
|
2612
|
+
}
|
|
2613
|
+
},
|
|
2614
|
+
"required": [
|
|
2615
|
+
"scale",
|
|
2616
|
+
"value"
|
|
2228
2617
|
],
|
|
2229
2618
|
"type": "object"
|
|
2230
2619
|
},
|
|
2231
|
-
"esri.rest-api.
|
|
2620
|
+
"esri.rest-api.Effect.SepiaEffectFunction": {
|
|
2232
2621
|
"additionalProperties": false,
|
|
2233
|
-
"description": "
|
|
2622
|
+
"description": "An Effect Function for the sepia effect.",
|
|
2234
2623
|
"properties": {
|
|
2235
|
-
"
|
|
2236
|
-
"description": "
|
|
2237
|
-
"items": {
|
|
2238
|
-
"type": "number"
|
|
2239
|
-
},
|
|
2240
|
-
"type": "array"
|
|
2241
|
-
},
|
|
2242
|
-
"extensionLength": {
|
|
2243
|
-
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
2244
|
-
"type": "number"
|
|
2245
|
-
},
|
|
2246
|
-
"size": {
|
|
2247
|
-
"description": "Edge size in points, positive only.",
|
|
2248
|
-
"type": "number"
|
|
2249
|
-
},
|
|
2250
|
-
"transparency": {
|
|
2251
|
-
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
2624
|
+
"amount": {
|
|
2625
|
+
"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.",
|
|
2252
2626
|
"type": "number"
|
|
2253
2627
|
},
|
|
2254
2628
|
"type": {
|
|
2255
|
-
"description": "
|
|
2629
|
+
"description": "Effect type.",
|
|
2256
2630
|
"enum": [
|
|
2257
|
-
"
|
|
2631
|
+
"sepia"
|
|
2258
2632
|
],
|
|
2259
2633
|
"type": "string"
|
|
2260
2634
|
}
|
|
@@ -2323,6 +2697,10 @@
|
|
|
2323
2697
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
2324
2698
|
"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."
|
|
2325
2699
|
},
|
|
2700
|
+
"effect": {
|
|
2701
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
2702
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
2703
|
+
},
|
|
2326
2704
|
"id": {
|
|
2327
2705
|
"description": "A unique identifying string for the layer.",
|
|
2328
2706
|
"type": "string"
|
|
@@ -2472,43 +2850,43 @@
|
|
|
2472
2850
|
"symbol": {
|
|
2473
2851
|
"anyOf": [
|
|
2474
2852
|
{
|
|
2475
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2853
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
2476
2854
|
},
|
|
2477
2855
|
{
|
|
2478
2856
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
2479
2857
|
},
|
|
2480
2858
|
{
|
|
2481
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2859
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
2482
2860
|
},
|
|
2483
2861
|
{
|
|
2484
2862
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
2485
2863
|
},
|
|
2486
2864
|
{
|
|
2487
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2865
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
2488
2866
|
},
|
|
2489
2867
|
{
|
|
2490
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2868
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
2491
2869
|
},
|
|
2492
2870
|
{
|
|
2493
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2871
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
2494
2872
|
},
|
|
2495
2873
|
{
|
|
2496
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2874
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
2497
2875
|
},
|
|
2498
2876
|
{
|
|
2499
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2877
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
2500
2878
|
},
|
|
2501
2879
|
{
|
|
2502
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2880
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
2503
2881
|
},
|
|
2504
2882
|
{
|
|
2505
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2883
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
2506
2884
|
},
|
|
2507
2885
|
{
|
|
2508
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2886
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
2509
2887
|
},
|
|
2510
2888
|
{
|
|
2511
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2889
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
2512
2890
|
}
|
|
2513
2891
|
],
|
|
2514
2892
|
"description": "Symbol used for drawing the feature."
|
|
@@ -2569,6 +2947,10 @@
|
|
|
2569
2947
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
2570
2948
|
"type": "boolean"
|
|
2571
2949
|
},
|
|
2950
|
+
"effect": {
|
|
2951
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
2952
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
2953
|
+
},
|
|
2572
2954
|
"featureCollection": {
|
|
2573
2955
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
2574
2956
|
"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."
|
|
@@ -3438,6 +3820,10 @@
|
|
|
3438
3820
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
3439
3821
|
"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."
|
|
3440
3822
|
},
|
|
3823
|
+
"effect": {
|
|
3824
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3825
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3826
|
+
},
|
|
3441
3827
|
"id": {
|
|
3442
3828
|
"description": "A unique identifying string for the layer.",
|
|
3443
3829
|
"type": "string"
|
|
@@ -3520,19 +3906,19 @@
|
|
|
3520
3906
|
"esri.rest-api.Geometry.Geometry": {
|
|
3521
3907
|
"anyOf": [
|
|
3522
3908
|
{
|
|
3523
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3909
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
3524
3910
|
},
|
|
3525
3911
|
{
|
|
3526
3912
|
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
3527
3913
|
},
|
|
3528
3914
|
{
|
|
3529
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3915
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
3530
3916
|
},
|
|
3531
3917
|
{
|
|
3532
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3918
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
3533
3919
|
},
|
|
3534
3920
|
{
|
|
3535
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3921
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
3536
3922
|
}
|
|
3537
3923
|
],
|
|
3538
3924
|
"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/}."
|
|
@@ -3545,6 +3931,10 @@
|
|
|
3545
3931
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
3546
3932
|
"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."
|
|
3547
3933
|
},
|
|
3934
|
+
"effect": {
|
|
3935
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3936
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3937
|
+
},
|
|
3548
3938
|
"id": {
|
|
3549
3939
|
"description": "A unique identifying string for the layer.",
|
|
3550
3940
|
"type": "string"
|
|
@@ -3789,6 +4179,10 @@
|
|
|
3789
4179
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
3790
4180
|
"description": "Stores interactive filters."
|
|
3791
4181
|
},
|
|
4182
|
+
"effect": {
|
|
4183
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4184
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4185
|
+
},
|
|
3792
4186
|
"format": {
|
|
3793
4187
|
"description": "The output image type.",
|
|
3794
4188
|
"enum": [
|
|
@@ -3939,6 +4333,10 @@
|
|
|
3939
4333
|
"description": "Boolean property indicating whether to ignore popups defined by the service item.",
|
|
3940
4334
|
"type": "boolean"
|
|
3941
4335
|
},
|
|
4336
|
+
"effect": {
|
|
4337
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4338
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4339
|
+
},
|
|
3942
4340
|
"id": {
|
|
3943
4341
|
"description": "A unique identifying string for the layer.",
|
|
3944
4342
|
"type": "string"
|
|
@@ -4053,6 +4451,10 @@
|
|
|
4053
4451
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
4054
4452
|
"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."
|
|
4055
4453
|
},
|
|
4454
|
+
"effect": {
|
|
4455
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4456
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4457
|
+
},
|
|
4056
4458
|
"id": {
|
|
4057
4459
|
"description": "A unique identifying string for the layer.",
|
|
4058
4460
|
"type": "string"
|
|
@@ -4195,6 +4597,10 @@
|
|
|
4195
4597
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
4196
4598
|
"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."
|
|
4197
4599
|
},
|
|
4600
|
+
"effect": {
|
|
4601
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4602
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4603
|
+
},
|
|
4198
4604
|
"id": {
|
|
4199
4605
|
"description": "A unique identifying string for the layer.",
|
|
4200
4606
|
"type": "string"
|
|
@@ -4368,10 +4774,10 @@
|
|
|
4368
4774
|
"symbol": {
|
|
4369
4775
|
"anyOf": [
|
|
4370
4776
|
{
|
|
4371
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4777
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
4372
4778
|
},
|
|
4373
4779
|
{
|
|
4374
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
4780
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
4375
4781
|
}
|
|
4376
4782
|
],
|
|
4377
4783
|
"description": "The text symbol used to label."
|
|
@@ -4926,6 +5332,10 @@
|
|
|
4926
5332
|
"customParameters": {
|
|
4927
5333
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
4928
5334
|
},
|
|
5335
|
+
"effect": {
|
|
5336
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
5337
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5338
|
+
},
|
|
4929
5339
|
"id": {
|
|
4930
5340
|
"description": "A unique identifying string for the layer.",
|
|
4931
5341
|
"type": "string"
|
|
@@ -5575,6 +5985,10 @@
|
|
|
5575
5985
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
5576
5986
|
"type": "boolean"
|
|
5577
5987
|
},
|
|
5988
|
+
"effect": {
|
|
5989
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
5990
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5991
|
+
},
|
|
5578
5992
|
"id": {
|
|
5579
5993
|
"description": "A unique identifying string for the layer.",
|
|
5580
5994
|
"type": "string"
|
|
@@ -6706,6 +7120,10 @@
|
|
|
6706
7120
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
6707
7121
|
"type": "boolean"
|
|
6708
7122
|
},
|
|
7123
|
+
"effect": {
|
|
7124
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7125
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7126
|
+
},
|
|
6709
7127
|
"id": {
|
|
6710
7128
|
"description": "A unique identifying string for the layer.",
|
|
6711
7129
|
"type": "string"
|
|
@@ -6962,43 +7380,43 @@
|
|
|
6962
7380
|
"symbol": {
|
|
6963
7381
|
"anyOf": [
|
|
6964
7382
|
{
|
|
6965
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7383
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
6966
7384
|
},
|
|
6967
7385
|
{
|
|
6968
7386
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
6969
7387
|
},
|
|
6970
7388
|
{
|
|
6971
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7389
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
6972
7390
|
},
|
|
6973
7391
|
{
|
|
6974
7392
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
6975
7393
|
},
|
|
6976
7394
|
{
|
|
6977
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7395
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
6978
7396
|
},
|
|
6979
7397
|
{
|
|
6980
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7398
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
6981
7399
|
},
|
|
6982
7400
|
{
|
|
6983
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7401
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
6984
7402
|
},
|
|
6985
7403
|
{
|
|
6986
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7404
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
6987
7405
|
},
|
|
6988
7406
|
{
|
|
6989
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7407
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
6990
7408
|
},
|
|
6991
7409
|
{
|
|
6992
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7410
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
6993
7411
|
},
|
|
6994
7412
|
{
|
|
6995
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7413
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
6996
7414
|
},
|
|
6997
7415
|
{
|
|
6998
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7416
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
6999
7417
|
},
|
|
7000
7418
|
{
|
|
7001
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7419
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
7002
7420
|
}
|
|
7003
7421
|
],
|
|
7004
7422
|
"description": "An object that represents how all features will be drawn."
|
|
@@ -7075,6 +7493,10 @@
|
|
|
7075
7493
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
7076
7494
|
"type": "boolean"
|
|
7077
7495
|
},
|
|
7496
|
+
"effect": {
|
|
7497
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7498
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7499
|
+
},
|
|
7078
7500
|
"featureCollection": {
|
|
7079
7501
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
7080
7502
|
"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."
|
|
@@ -7213,6 +7635,99 @@
|
|
|
7213
7635
|
],
|
|
7214
7636
|
"type": "object"
|
|
7215
7637
|
},
|
|
7638
|
+
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
7639
|
+
"additionalProperties": false,
|
|
7640
|
+
"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/}.",
|
|
7641
|
+
"properties": {
|
|
7642
|
+
"blendMode": {
|
|
7643
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
7644
|
+
"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."
|
|
7645
|
+
},
|
|
7646
|
+
"customParameters": {
|
|
7647
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
7648
|
+
},
|
|
7649
|
+
"effect": {
|
|
7650
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7651
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7652
|
+
},
|
|
7653
|
+
"id": {
|
|
7654
|
+
"description": "A unique identifying string for the layer.",
|
|
7655
|
+
"type": "string"
|
|
7656
|
+
},
|
|
7657
|
+
"layerDefinition": {
|
|
7658
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
7659
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
7660
|
+
},
|
|
7661
|
+
"layerType": {
|
|
7662
|
+
"description": "String indicating the layer type. Value of this property must be SubtypeGroupLayer.",
|
|
7663
|
+
"enum": [
|
|
7664
|
+
"ArcGISSubtypeGroupLayer"
|
|
7665
|
+
],
|
|
7666
|
+
"type": "string"
|
|
7667
|
+
},
|
|
7668
|
+
"layers": {
|
|
7669
|
+
"description": "An array of feature layers, each describing the properties for a subtype in the feature service layer.",
|
|
7670
|
+
"items": {
|
|
7671
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
7672
|
+
},
|
|
7673
|
+
"type": "array"
|
|
7674
|
+
},
|
|
7675
|
+
"listMode": {
|
|
7676
|
+
"$ref": "esri.ListMode",
|
|
7677
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
7678
|
+
},
|
|
7679
|
+
"maxScale": {
|
|
7680
|
+
"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.",
|
|
7681
|
+
"type": "number"
|
|
7682
|
+
},
|
|
7683
|
+
"minScale": {
|
|
7684
|
+
"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.",
|
|
7685
|
+
"type": "number"
|
|
7686
|
+
},
|
|
7687
|
+
"opacity": {
|
|
7688
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
7689
|
+
"type": "number"
|
|
7690
|
+
},
|
|
7691
|
+
"refreshInterval": {
|
|
7692
|
+
"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}.",
|
|
7693
|
+
"type": "number"
|
|
7694
|
+
},
|
|
7695
|
+
"showLegend": {
|
|
7696
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
7697
|
+
"type": "boolean"
|
|
7698
|
+
},
|
|
7699
|
+
"title": {
|
|
7700
|
+
"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.",
|
|
7701
|
+
"type": "string"
|
|
7702
|
+
},
|
|
7703
|
+
"type": {
|
|
7704
|
+
"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}.",
|
|
7705
|
+
"enum": [
|
|
7706
|
+
"BingMapsAerial",
|
|
7707
|
+
"BingMapsHybrid",
|
|
7708
|
+
"BingMapsRoad",
|
|
7709
|
+
"CSV",
|
|
7710
|
+
"KML",
|
|
7711
|
+
"OpenStreetMap",
|
|
7712
|
+
"WMS",
|
|
7713
|
+
"WebTiledLayer"
|
|
7714
|
+
],
|
|
7715
|
+
"type": "string"
|
|
7716
|
+
},
|
|
7717
|
+
"url": {
|
|
7718
|
+
"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.",
|
|
7719
|
+
"type": "string"
|
|
7720
|
+
},
|
|
7721
|
+
"visibility": {
|
|
7722
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
7723
|
+
"type": "boolean"
|
|
7724
|
+
}
|
|
7725
|
+
},
|
|
7726
|
+
"required": [
|
|
7727
|
+
"layerType"
|
|
7728
|
+
],
|
|
7729
|
+
"type": "object"
|
|
7730
|
+
},
|
|
7216
7731
|
"esri.rest-api.Symbol.Color": {
|
|
7217
7732
|
"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/}.",
|
|
7218
7733
|
"items": {
|
|
@@ -7279,25 +7794,25 @@
|
|
|
7279
7794
|
"esri.rest-api.Symbol.Symbol": {
|
|
7280
7795
|
"anyOf": [
|
|
7281
7796
|
{
|
|
7282
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7797
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
7283
7798
|
},
|
|
7284
7799
|
{
|
|
7285
7800
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7286
7801
|
},
|
|
7287
7802
|
{
|
|
7288
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7803
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
7289
7804
|
},
|
|
7290
7805
|
{
|
|
7291
7806
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
7292
7807
|
},
|
|
7293
7808
|
{
|
|
7294
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7809
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
7295
7810
|
},
|
|
7296
7811
|
{
|
|
7297
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7812
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
7298
7813
|
},
|
|
7299
7814
|
{
|
|
7300
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7815
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7301
7816
|
}
|
|
7302
7817
|
],
|
|
7303
7818
|
"description": "A symbol representing a feature on the map. Part of the Esri ArcGIS REST API (see http://resources.arcgis.com/en/help/rest/apiref/symbol.html).{@linkhttps://developers.arcgis.com/web-map-specification/objects/symbol/}."
|
|
@@ -7408,19 +7923,19 @@
|
|
|
7408
7923
|
"esri.rest-api.Symbol3D.Symbol3D": {
|
|
7409
7924
|
"anyOf": [
|
|
7410
7925
|
{
|
|
7411
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7926
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
7412
7927
|
},
|
|
7413
7928
|
{
|
|
7414
7929
|
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
7415
7930
|
},
|
|
7416
7931
|
{
|
|
7417
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7932
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
7418
7933
|
},
|
|
7419
7934
|
{
|
|
7420
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7935
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
7421
7936
|
},
|
|
7422
7937
|
{
|
|
7423
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7938
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
7424
7939
|
},
|
|
7425
7940
|
{
|
|
7426
7941
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
@@ -7715,6 +8230,10 @@
|
|
|
7715
8230
|
"customParameters": {
|
|
7716
8231
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
7717
8232
|
},
|
|
8233
|
+
"effect": {
|
|
8234
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8235
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8236
|
+
},
|
|
7718
8237
|
"id": {
|
|
7719
8238
|
"description": "A unique identifying string for the layer.",
|
|
7720
8239
|
"type": "string"
|
|
@@ -7809,6 +8328,10 @@
|
|
|
7809
8328
|
},
|
|
7810
8329
|
"type": "array"
|
|
7811
8330
|
},
|
|
8331
|
+
"effect": {
|
|
8332
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8333
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8334
|
+
},
|
|
7812
8335
|
"exclusionAreas": {
|
|
7813
8336
|
"$ref": "__type",
|
|
7814
8337
|
"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/}."
|
|
@@ -8001,43 +8524,43 @@
|
|
|
8001
8524
|
"symbol": {
|
|
8002
8525
|
"anyOf": [
|
|
8003
8526
|
{
|
|
8004
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8527
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
8005
8528
|
},
|
|
8006
8529
|
{
|
|
8007
8530
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
8008
8531
|
},
|
|
8009
8532
|
{
|
|
8010
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8533
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
8011
8534
|
},
|
|
8012
8535
|
{
|
|
8013
8536
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
8014
8537
|
},
|
|
8015
8538
|
{
|
|
8016
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8539
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
8017
8540
|
},
|
|
8018
8541
|
{
|
|
8019
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8542
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
8020
8543
|
},
|
|
8021
8544
|
{
|
|
8022
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8545
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8023
8546
|
},
|
|
8024
8547
|
{
|
|
8025
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8548
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
8026
8549
|
},
|
|
8027
8550
|
{
|
|
8028
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8551
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
8029
8552
|
},
|
|
8030
8553
|
{
|
|
8031
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8554
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
8032
8555
|
},
|
|
8033
8556
|
{
|
|
8034
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8557
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
8035
8558
|
},
|
|
8036
8559
|
{
|
|
8037
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8560
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
8038
8561
|
},
|
|
8039
8562
|
{
|
|
8040
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8563
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
8041
8564
|
}
|
|
8042
8565
|
],
|
|
8043
8566
|
"description": "An object used to display the value."
|
|
@@ -8072,43 +8595,43 @@
|
|
|
8072
8595
|
"defaultSymbol": {
|
|
8073
8596
|
"anyOf": [
|
|
8074
8597
|
{
|
|
8075
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8598
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
8076
8599
|
},
|
|
8077
8600
|
{
|
|
8078
8601
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
8079
8602
|
},
|
|
8080
8603
|
{
|
|
8081
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8604
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
8082
8605
|
},
|
|
8083
8606
|
{
|
|
8084
8607
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
8085
8608
|
},
|
|
8086
8609
|
{
|
|
8087
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8610
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
8088
8611
|
},
|
|
8089
8612
|
{
|
|
8090
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8613
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
8091
8614
|
},
|
|
8092
8615
|
{
|
|
8093
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8616
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
8094
8617
|
},
|
|
8095
8618
|
{
|
|
8096
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8619
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
8097
8620
|
},
|
|
8098
8621
|
{
|
|
8099
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8622
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
8100
8623
|
},
|
|
8101
8624
|
{
|
|
8102
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8625
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
8103
8626
|
},
|
|
8104
8627
|
{
|
|
8105
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8628
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
8106
8629
|
},
|
|
8107
8630
|
{
|
|
8108
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8631
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
8109
8632
|
},
|
|
8110
8633
|
{
|
|
8111
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
8634
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
8112
8635
|
}
|
|
8113
8636
|
],
|
|
8114
8637
|
"description": "Symbol used when a value cannot be matched."
|
|
@@ -8303,6 +8826,10 @@
|
|
|
8303
8826
|
"customParameters": {
|
|
8304
8827
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
8305
8828
|
},
|
|
8829
|
+
"effect": {
|
|
8830
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8831
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8832
|
+
},
|
|
8306
8833
|
"id": {
|
|
8307
8834
|
"description": "A unique identifying string for the layer.",
|
|
8308
8835
|
"type": "string"
|
|
@@ -8775,6 +9302,10 @@
|
|
|
8775
9302
|
"customParameters": {
|
|
8776
9303
|
"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."
|
|
8777
9304
|
},
|
|
9305
|
+
"effect": {
|
|
9306
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
9307
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
9308
|
+
},
|
|
8778
9309
|
"extent": {
|
|
8779
9310
|
"description": "The rectangular map extent that should be requested from the service.",
|
|
8780
9311
|
"items": {
|
|
@@ -8977,6 +9508,10 @@
|
|
|
8977
9508
|
"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.",
|
|
8978
9509
|
"type": "string"
|
|
8979
9510
|
},
|
|
9511
|
+
"effect": {
|
|
9512
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
9513
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
9514
|
+
},
|
|
8980
9515
|
"fullExtent": {
|
|
8981
9516
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
8982
9517
|
"description": "An extent object representing the full extent envelope for the layer."
|