@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
|
@@ -121,9 +121,6 @@
|
|
|
121
121
|
{
|
|
122
122
|
"$ref": "#/definitions/esri.rest-api.ElevationLayer.ElevationLayer"
|
|
123
123
|
},
|
|
124
|
-
{
|
|
125
|
-
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
126
|
-
},
|
|
127
124
|
{
|
|
128
125
|
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
129
126
|
},
|
|
@@ -133,6 +130,9 @@
|
|
|
133
130
|
{
|
|
134
131
|
"$ref": "#/definitions/esri.rest-api.GroupLayer.GroupLayer"
|
|
135
132
|
},
|
|
133
|
+
{
|
|
134
|
+
"$ref": "#/definitions/esri.rest-api.ImageServiceLayer.ImageServiceLayer"
|
|
135
|
+
},
|
|
136
136
|
{
|
|
137
137
|
"$ref": "#/definitions/esri.rest-api.ImageServiceVectorLayer.ImageServiceVectorLayer"
|
|
138
138
|
},
|
|
@@ -151,6 +151,12 @@
|
|
|
151
151
|
{
|
|
152
152
|
"$ref": "#/definitions/esri.rest-api.SceneLayer.SceneLayer"
|
|
153
153
|
},
|
|
154
|
+
{
|
|
155
|
+
"$ref": "#/definitions/esri.rest-api.StreamLayer.StreamLayer"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"$ref": "#/definitions/esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer"
|
|
159
|
+
},
|
|
154
160
|
{
|
|
155
161
|
"$ref": "#/definitions/esri.rest-api.TiledImageServiceLayer.TiledImageServiceLayer"
|
|
156
162
|
},
|
|
@@ -160,14 +166,11 @@
|
|
|
160
166
|
{
|
|
161
167
|
"$ref": "#/definitions/esri.rest-api.VectorTileLayer.VectorTileLayer"
|
|
162
168
|
},
|
|
163
|
-
{
|
|
164
|
-
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
165
|
-
},
|
|
166
169
|
{
|
|
167
170
|
"$ref": "#/definitions/esri.rest-api.WebTileLayer.WebTileLayer"
|
|
168
171
|
},
|
|
169
172
|
{
|
|
170
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
173
|
+
"$ref": "#/definitions/esri.rest-api.WMSLayer.WMSLayer"
|
|
171
174
|
}
|
|
172
175
|
],
|
|
173
176
|
"description": "An operational layer in a web map/scene."
|
|
@@ -438,6 +441,10 @@
|
|
|
438
441
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
439
442
|
"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."
|
|
440
443
|
},
|
|
444
|
+
"effect": {
|
|
445
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
446
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
447
|
+
},
|
|
441
448
|
"filters": {
|
|
442
449
|
"description": "A list of filters available for this layer. Overrides filters defined on the service.",
|
|
443
450
|
"items": {
|
|
@@ -724,6 +731,10 @@
|
|
|
724
731
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
725
732
|
"type": "boolean"
|
|
726
733
|
},
|
|
734
|
+
"effect": {
|
|
735
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
736
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
737
|
+
},
|
|
727
738
|
"id": {
|
|
728
739
|
"description": "A unique identifying string for the layer.",
|
|
729
740
|
"type": "string"
|
|
@@ -887,43 +898,43 @@
|
|
|
887
898
|
"symbol": {
|
|
888
899
|
"anyOf": [
|
|
889
900
|
{
|
|
890
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
901
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
891
902
|
},
|
|
892
903
|
{
|
|
893
904
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
894
905
|
},
|
|
895
906
|
{
|
|
896
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
907
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
897
908
|
},
|
|
898
909
|
{
|
|
899
910
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
900
911
|
},
|
|
901
912
|
{
|
|
902
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
913
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
903
914
|
},
|
|
904
915
|
{
|
|
905
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
916
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
906
917
|
},
|
|
907
918
|
{
|
|
908
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
919
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
909
920
|
},
|
|
910
921
|
{
|
|
911
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
922
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
912
923
|
},
|
|
913
924
|
{
|
|
914
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
925
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
915
926
|
},
|
|
916
927
|
{
|
|
917
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
928
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
918
929
|
},
|
|
919
930
|
{
|
|
920
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
931
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
921
932
|
},
|
|
922
933
|
{
|
|
923
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
934
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
924
935
|
},
|
|
925
936
|
{
|
|
926
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
937
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
927
938
|
}
|
|
928
939
|
],
|
|
929
940
|
"description": "An object used to display the value."
|
|
@@ -972,43 +983,43 @@
|
|
|
972
983
|
"defaultSymbol": {
|
|
973
984
|
"anyOf": [
|
|
974
985
|
{
|
|
975
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
986
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
976
987
|
},
|
|
977
988
|
{
|
|
978
989
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
979
990
|
},
|
|
980
991
|
{
|
|
981
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
992
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
982
993
|
},
|
|
983
994
|
{
|
|
984
995
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
985
996
|
},
|
|
986
997
|
{
|
|
987
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
998
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
988
999
|
},
|
|
989
1000
|
{
|
|
990
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1001
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
991
1002
|
},
|
|
992
1003
|
{
|
|
993
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1004
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
994
1005
|
},
|
|
995
1006
|
{
|
|
996
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1007
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
997
1008
|
},
|
|
998
1009
|
{
|
|
999
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1010
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
1000
1011
|
},
|
|
1001
1012
|
{
|
|
1002
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1013
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
1003
1014
|
},
|
|
1004
1015
|
{
|
|
1005
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1016
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
1006
1017
|
},
|
|
1007
1018
|
{
|
|
1008
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1019
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
1009
1020
|
},
|
|
1010
1021
|
{
|
|
1011
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
1022
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
1012
1023
|
}
|
|
1013
1024
|
],
|
|
1014
1025
|
"description": "Symbol used when a value cannot be classified."
|
|
@@ -1436,37 +1447,400 @@
|
|
|
1436
1447
|
}
|
|
1437
1448
|
},
|
|
1438
1449
|
"required": [
|
|
1439
|
-
"type"
|
|
1450
|
+
"type"
|
|
1451
|
+
],
|
|
1452
|
+
"type": "object"
|
|
1453
|
+
},
|
|
1454
|
+
"esri.rest-api.Edges.SolidEdges": {
|
|
1455
|
+
"additionalProperties": false,
|
|
1456
|
+
"description": "The solid edge rendering configuration of a symbol layer. Edges of type solid are rendered in a single color, unaffected by scene lighting.",
|
|
1457
|
+
"properties": {
|
|
1458
|
+
"color": {
|
|
1459
|
+
"description": "Color is represented as a three or four-element array.",
|
|
1460
|
+
"items": {
|
|
1461
|
+
"type": "number"
|
|
1462
|
+
},
|
|
1463
|
+
"type": "array"
|
|
1464
|
+
},
|
|
1465
|
+
"extensionLength": {
|
|
1466
|
+
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
1467
|
+
"type": "number"
|
|
1468
|
+
},
|
|
1469
|
+
"size": {
|
|
1470
|
+
"description": "Edge size in points, positive only.",
|
|
1471
|
+
"type": "number"
|
|
1472
|
+
},
|
|
1473
|
+
"transparency": {
|
|
1474
|
+
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
1475
|
+
"type": "number"
|
|
1476
|
+
},
|
|
1477
|
+
"type": {
|
|
1478
|
+
"description": "The type of edge visualization. Value of this property must be solid.",
|
|
1479
|
+
"enum": [
|
|
1480
|
+
"solid"
|
|
1481
|
+
],
|
|
1482
|
+
"type": "string"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
"required": [
|
|
1486
|
+
"type"
|
|
1487
|
+
],
|
|
1488
|
+
"type": "object"
|
|
1489
|
+
},
|
|
1490
|
+
"esri.rest-api.Effect.BloomEffectFunction": {
|
|
1491
|
+
"additionalProperties": false,
|
|
1492
|
+
"description": "An Effect Function for the bloom effect.",
|
|
1493
|
+
"properties": {
|
|
1494
|
+
"radius": {
|
|
1495
|
+
"description": "Determines the radius of the blur. Negative values are not allowed. Leaves the pixels inside the radius untouched.",
|
|
1496
|
+
"type": "number"
|
|
1497
|
+
},
|
|
1498
|
+
"strength": {
|
|
1499
|
+
"description": "The intensity of the bloom effect. The higher the value, the brighter the glow. Negative values are not allowed.",
|
|
1500
|
+
"type": "number"
|
|
1501
|
+
},
|
|
1502
|
+
"threshold": {
|
|
1503
|
+
"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.",
|
|
1504
|
+
"type": "number"
|
|
1505
|
+
},
|
|
1506
|
+
"type": {
|
|
1507
|
+
"description": "Effect type.",
|
|
1508
|
+
"enum": [
|
|
1509
|
+
"bloom"
|
|
1510
|
+
],
|
|
1511
|
+
"type": "string"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
"required": [
|
|
1515
|
+
"type"
|
|
1516
|
+
],
|
|
1517
|
+
"type": "object"
|
|
1518
|
+
},
|
|
1519
|
+
"esri.rest-api.Effect.BlurEffectFunction": {
|
|
1520
|
+
"additionalProperties": false,
|
|
1521
|
+
"description": "An Effect Function for the blur effect.",
|
|
1522
|
+
"properties": {
|
|
1523
|
+
"radius": {
|
|
1524
|
+
"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.",
|
|
1525
|
+
"type": "number"
|
|
1526
|
+
},
|
|
1527
|
+
"type": {
|
|
1528
|
+
"description": "Effect type.",
|
|
1529
|
+
"enum": [
|
|
1530
|
+
"blur"
|
|
1531
|
+
],
|
|
1532
|
+
"type": "string"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
"required": [
|
|
1536
|
+
"type"
|
|
1537
|
+
],
|
|
1538
|
+
"type": "object"
|
|
1539
|
+
},
|
|
1540
|
+
"esri.rest-api.Effect.BrightnessEffectFunction": {
|
|
1541
|
+
"additionalProperties": false,
|
|
1542
|
+
"description": "An Effect Function for the brightness effect.",
|
|
1543
|
+
"properties": {
|
|
1544
|
+
"amount": {
|
|
1545
|
+
"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.",
|
|
1546
|
+
"type": "number"
|
|
1547
|
+
},
|
|
1548
|
+
"type": {
|
|
1549
|
+
"description": "Effect type.",
|
|
1550
|
+
"enum": [
|
|
1551
|
+
"brightness"
|
|
1552
|
+
],
|
|
1553
|
+
"type": "string"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"required": [
|
|
1557
|
+
"type"
|
|
1558
|
+
],
|
|
1559
|
+
"type": "object"
|
|
1560
|
+
},
|
|
1561
|
+
"esri.rest-api.Effect.ContrastEffectFunction": {
|
|
1562
|
+
"additionalProperties": false,
|
|
1563
|
+
"description": "An Effect Function for the contrast effect.",
|
|
1564
|
+
"properties": {
|
|
1565
|
+
"amount": {
|
|
1566
|
+
"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.",
|
|
1567
|
+
"type": "number"
|
|
1568
|
+
},
|
|
1569
|
+
"type": {
|
|
1570
|
+
"description": "Effect type.",
|
|
1571
|
+
"enum": [
|
|
1572
|
+
"contrast"
|
|
1573
|
+
],
|
|
1574
|
+
"type": "string"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"required": [
|
|
1578
|
+
"type"
|
|
1579
|
+
],
|
|
1580
|
+
"type": "object"
|
|
1581
|
+
},
|
|
1582
|
+
"esri.rest-api.Effect.DropShadowEffectFunction": {
|
|
1583
|
+
"additionalProperties": false,
|
|
1584
|
+
"description": "An Effect Function for the drop-shadow effect.",
|
|
1585
|
+
"properties": {
|
|
1586
|
+
"blurRadius": {
|
|
1587
|
+
"description": "The radius of the blur in points. It defines the value of the standard deviation to the Gaussian function.",
|
|
1588
|
+
"type": "number"
|
|
1589
|
+
},
|
|
1590
|
+
"color": {
|
|
1591
|
+
"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.",
|
|
1592
|
+
"items": {
|
|
1593
|
+
"type": "number"
|
|
1594
|
+
},
|
|
1595
|
+
"type": "array"
|
|
1596
|
+
},
|
|
1597
|
+
"type": {
|
|
1598
|
+
"description": "Effect type.",
|
|
1599
|
+
"enum": [
|
|
1600
|
+
"drop-shadow"
|
|
1601
|
+
],
|
|
1602
|
+
"type": "string"
|
|
1603
|
+
},
|
|
1604
|
+
"xoffset": {
|
|
1605
|
+
"description": "The distance of the shadow on the x-axis in points.",
|
|
1606
|
+
"type": "number"
|
|
1607
|
+
},
|
|
1608
|
+
"yoffset": {
|
|
1609
|
+
"description": "The distance of the shadow on the y-axis in points.",
|
|
1610
|
+
"type": "number"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"required": [
|
|
1614
|
+
"type"
|
|
1615
|
+
],
|
|
1616
|
+
"type": "object"
|
|
1617
|
+
},
|
|
1618
|
+
"esri.rest-api.Effect.Effect": {
|
|
1619
|
+
"anyOf": [
|
|
1620
|
+
{
|
|
1621
|
+
"items": {
|
|
1622
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ScaleDependentEffect"
|
|
1623
|
+
},
|
|
1624
|
+
"type": "array"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"items": {
|
|
1628
|
+
"anyOf": [
|
|
1629
|
+
{
|
|
1630
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
1661
|
+
}
|
|
1662
|
+
],
|
|
1663
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
1664
|
+
},
|
|
1665
|
+
"type": "array"
|
|
1666
|
+
}
|
|
1667
|
+
],
|
|
1668
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
1669
|
+
},
|
|
1670
|
+
"esri.rest-api.Effect.GrayscaleEffectFunction": {
|
|
1671
|
+
"additionalProperties": false,
|
|
1672
|
+
"description": "An Effect Function for the grayscale effect.",
|
|
1673
|
+
"properties": {
|
|
1674
|
+
"amount": {
|
|
1675
|
+
"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.",
|
|
1676
|
+
"type": "number"
|
|
1677
|
+
},
|
|
1678
|
+
"type": {
|
|
1679
|
+
"description": "Effect type.",
|
|
1680
|
+
"enum": [
|
|
1681
|
+
"grayscale"
|
|
1682
|
+
],
|
|
1683
|
+
"type": "string"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"required": [
|
|
1687
|
+
"type"
|
|
1688
|
+
],
|
|
1689
|
+
"type": "object"
|
|
1690
|
+
},
|
|
1691
|
+
"esri.rest-api.Effect.HueRotateEffectFunction": {
|
|
1692
|
+
"additionalProperties": false,
|
|
1693
|
+
"description": "An Effect Function for the hue-rotate effect.",
|
|
1694
|
+
"properties": {
|
|
1695
|
+
"angle": {
|
|
1696
|
+
"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.",
|
|
1697
|
+
"type": "number"
|
|
1698
|
+
},
|
|
1699
|
+
"type": {
|
|
1700
|
+
"description": "Effect type.",
|
|
1701
|
+
"enum": [
|
|
1702
|
+
"hue-rotate"
|
|
1703
|
+
],
|
|
1704
|
+
"type": "string"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"required": [
|
|
1708
|
+
"type"
|
|
1709
|
+
],
|
|
1710
|
+
"type": "object"
|
|
1711
|
+
},
|
|
1712
|
+
"esri.rest-api.Effect.InvertEffectFunction": {
|
|
1713
|
+
"additionalProperties": false,
|
|
1714
|
+
"description": "An Effect Function for the invert effect.",
|
|
1715
|
+
"properties": {
|
|
1716
|
+
"amount": {
|
|
1717
|
+
"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.",
|
|
1718
|
+
"type": "number"
|
|
1719
|
+
},
|
|
1720
|
+
"type": {
|
|
1721
|
+
"description": "Effect type.",
|
|
1722
|
+
"enum": [
|
|
1723
|
+
"invert"
|
|
1724
|
+
],
|
|
1725
|
+
"type": "string"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
"required": [
|
|
1729
|
+
"type"
|
|
1730
|
+
],
|
|
1731
|
+
"type": "object"
|
|
1732
|
+
},
|
|
1733
|
+
"esri.rest-api.Effect.OpacityEffectFunction": {
|
|
1734
|
+
"additionalProperties": false,
|
|
1735
|
+
"description": "An Effect Function for the opacity effect.",
|
|
1736
|
+
"properties": {
|
|
1737
|
+
"amount": {
|
|
1738
|
+
"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.",
|
|
1739
|
+
"type": "number"
|
|
1740
|
+
},
|
|
1741
|
+
"type": {
|
|
1742
|
+
"description": "Effect type.",
|
|
1743
|
+
"enum": [
|
|
1744
|
+
"opacity"
|
|
1745
|
+
],
|
|
1746
|
+
"type": "string"
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
"required": [
|
|
1750
|
+
"type"
|
|
1751
|
+
],
|
|
1752
|
+
"type": "object"
|
|
1753
|
+
},
|
|
1754
|
+
"esri.rest-api.Effect.SaturateEffectFunction": {
|
|
1755
|
+
"additionalProperties": false,
|
|
1756
|
+
"description": "An Effect Function for the saturate effect.",
|
|
1757
|
+
"properties": {
|
|
1758
|
+
"amount": {
|
|
1759
|
+
"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.",
|
|
1760
|
+
"type": "number"
|
|
1761
|
+
},
|
|
1762
|
+
"type": {
|
|
1763
|
+
"description": "Effect type.",
|
|
1764
|
+
"enum": [
|
|
1765
|
+
"saturate"
|
|
1766
|
+
],
|
|
1767
|
+
"type": "string"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
"required": [
|
|
1771
|
+
"type"
|
|
1772
|
+
],
|
|
1773
|
+
"type": "object"
|
|
1774
|
+
},
|
|
1775
|
+
"esri.rest-api.Effect.ScaleDependentEffect": {
|
|
1776
|
+
"additionalProperties": false,
|
|
1777
|
+
"description": "An object describing the effect to apply at a scale stop.",
|
|
1778
|
+
"properties": {
|
|
1779
|
+
"scale": {
|
|
1780
|
+
"description": "The scale of the view for the effect to take place.",
|
|
1781
|
+
"type": "number"
|
|
1782
|
+
},
|
|
1783
|
+
"value": {
|
|
1784
|
+
"description": "The effect to be applied at the corresponding scale.",
|
|
1785
|
+
"items": {
|
|
1786
|
+
"anyOf": [
|
|
1787
|
+
{
|
|
1788
|
+
"$ref": "#/definitions/esri.rest-api.Effect.HueRotateEffectFunction"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BlurEffectFunction"
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"$ref": "#/definitions/esri.rest-api.Effect.DropShadowEffectFunction"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BloomEffectFunction"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"$ref": "#/definitions/esri.rest-api.Effect.BrightnessEffectFunction"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"$ref": "#/definitions/esri.rest-api.Effect.ContrastEffectFunction"
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"$ref": "#/definitions/esri.rest-api.Effect.GrayscaleEffectFunction"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"$ref": "#/definitions/esri.rest-api.Effect.InvertEffectFunction"
|
|
1810
|
+
},
|
|
1811
|
+
{
|
|
1812
|
+
"$ref": "#/definitions/esri.rest-api.Effect.OpacityEffectFunction"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SaturateEffectFunction"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"$ref": "#/definitions/esri.rest-api.Effect.SepiaEffectFunction"
|
|
1819
|
+
}
|
|
1820
|
+
],
|
|
1821
|
+
"description": "Effect functions that can be combined to build a layer effect."
|
|
1822
|
+
},
|
|
1823
|
+
"type": "array"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
"required": [
|
|
1827
|
+
"scale",
|
|
1828
|
+
"value"
|
|
1440
1829
|
],
|
|
1441
1830
|
"type": "object"
|
|
1442
1831
|
},
|
|
1443
|
-
"esri.rest-api.
|
|
1832
|
+
"esri.rest-api.Effect.SepiaEffectFunction": {
|
|
1444
1833
|
"additionalProperties": false,
|
|
1445
|
-
"description": "
|
|
1834
|
+
"description": "An Effect Function for the sepia effect.",
|
|
1446
1835
|
"properties": {
|
|
1447
|
-
"
|
|
1448
|
-
"description": "
|
|
1449
|
-
"items": {
|
|
1450
|
-
"type": "number"
|
|
1451
|
-
},
|
|
1452
|
-
"type": "array"
|
|
1453
|
-
},
|
|
1454
|
-
"extensionLength": {
|
|
1455
|
-
"description": "A size in points by which to extend edges beyond their original end points.",
|
|
1456
|
-
"type": "number"
|
|
1457
|
-
},
|
|
1458
|
-
"size": {
|
|
1459
|
-
"description": "Edge size in points, positive only.",
|
|
1460
|
-
"type": "number"
|
|
1461
|
-
},
|
|
1462
|
-
"transparency": {
|
|
1463
|
-
"description": "The value has to lie between 100 (full transparency) and 0 (full opacity).",
|
|
1836
|
+
"amount": {
|
|
1837
|
+
"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.",
|
|
1464
1838
|
"type": "number"
|
|
1465
1839
|
},
|
|
1466
1840
|
"type": {
|
|
1467
|
-
"description": "
|
|
1841
|
+
"description": "Effect type.",
|
|
1468
1842
|
"enum": [
|
|
1469
|
-
"
|
|
1843
|
+
"sepia"
|
|
1470
1844
|
],
|
|
1471
1845
|
"type": "string"
|
|
1472
1846
|
}
|
|
@@ -1535,6 +1909,10 @@
|
|
|
1535
1909
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
1536
1910
|
"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."
|
|
1537
1911
|
},
|
|
1912
|
+
"effect": {
|
|
1913
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
1914
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
1915
|
+
},
|
|
1538
1916
|
"id": {
|
|
1539
1917
|
"description": "A unique identifying string for the layer.",
|
|
1540
1918
|
"type": "string"
|
|
@@ -1684,43 +2062,43 @@
|
|
|
1684
2062
|
"symbol": {
|
|
1685
2063
|
"anyOf": [
|
|
1686
2064
|
{
|
|
1687
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2065
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
1688
2066
|
},
|
|
1689
2067
|
{
|
|
1690
2068
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
1691
2069
|
},
|
|
1692
2070
|
{
|
|
1693
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2071
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
1694
2072
|
},
|
|
1695
2073
|
{
|
|
1696
2074
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
1697
2075
|
},
|
|
1698
2076
|
{
|
|
1699
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2077
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
1700
2078
|
},
|
|
1701
2079
|
{
|
|
1702
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2080
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
1703
2081
|
},
|
|
1704
2082
|
{
|
|
1705
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2083
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
1706
2084
|
},
|
|
1707
2085
|
{
|
|
1708
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2086
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
1709
2087
|
},
|
|
1710
2088
|
{
|
|
1711
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2089
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
1712
2090
|
},
|
|
1713
2091
|
{
|
|
1714
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2092
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
1715
2093
|
},
|
|
1716
2094
|
{
|
|
1717
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2095
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
1718
2096
|
},
|
|
1719
2097
|
{
|
|
1720
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2098
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
1721
2099
|
},
|
|
1722
2100
|
{
|
|
1723
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
2101
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
1724
2102
|
}
|
|
1725
2103
|
],
|
|
1726
2104
|
"description": "Symbol used for drawing the feature."
|
|
@@ -1781,6 +2159,10 @@
|
|
|
1781
2159
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
1782
2160
|
"type": "boolean"
|
|
1783
2161
|
},
|
|
2162
|
+
"effect": {
|
|
2163
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
2164
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
2165
|
+
},
|
|
1784
2166
|
"featureCollection": {
|
|
1785
2167
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
1786
2168
|
"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."
|
|
@@ -2650,6 +3032,10 @@
|
|
|
2650
3032
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
2651
3033
|
"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."
|
|
2652
3034
|
},
|
|
3035
|
+
"effect": {
|
|
3036
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3037
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3038
|
+
},
|
|
2653
3039
|
"id": {
|
|
2654
3040
|
"description": "A unique identifying string for the layer.",
|
|
2655
3041
|
"type": "string"
|
|
@@ -2732,19 +3118,19 @@
|
|
|
2732
3118
|
"esri.rest-api.Geometry.Geometry": {
|
|
2733
3119
|
"anyOf": [
|
|
2734
3120
|
{
|
|
2735
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3121
|
+
"$ref": "#/definitions/esri.rest-api.Point.Point"
|
|
2736
3122
|
},
|
|
2737
3123
|
{
|
|
2738
3124
|
"$ref": "#/definitions/esri.rest-api.Multipoint.Multipoint"
|
|
2739
3125
|
},
|
|
2740
3126
|
{
|
|
2741
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3127
|
+
"$ref": "#/definitions/esri.rest-api.Polyline.Polyline"
|
|
2742
3128
|
},
|
|
2743
3129
|
{
|
|
2744
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3130
|
+
"$ref": "#/definitions/esri.rest-api.Polygon.Polygon"
|
|
2745
3131
|
},
|
|
2746
3132
|
{
|
|
2747
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3133
|
+
"$ref": "#/definitions/esri.rest-api.Extent.Extent"
|
|
2748
3134
|
}
|
|
2749
3135
|
],
|
|
2750
3136
|
"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/}."
|
|
@@ -2757,6 +3143,10 @@
|
|
|
2757
3143
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
2758
3144
|
"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."
|
|
2759
3145
|
},
|
|
3146
|
+
"effect": {
|
|
3147
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3148
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3149
|
+
},
|
|
2760
3150
|
"id": {
|
|
2761
3151
|
"description": "A unique identifying string for the layer.",
|
|
2762
3152
|
"type": "string"
|
|
@@ -3001,6 +3391,10 @@
|
|
|
3001
3391
|
"$ref": "#/definitions/esri.rest-api.DefinitionEditor.DefinitionEditor",
|
|
3002
3392
|
"description": "Stores interactive filters."
|
|
3003
3393
|
},
|
|
3394
|
+
"effect": {
|
|
3395
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3396
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3397
|
+
},
|
|
3004
3398
|
"format": {
|
|
3005
3399
|
"description": "The output image type.",
|
|
3006
3400
|
"enum": [
|
|
@@ -3151,6 +3545,10 @@
|
|
|
3151
3545
|
"description": "Boolean property indicating whether to ignore popups defined by the service item.",
|
|
3152
3546
|
"type": "boolean"
|
|
3153
3547
|
},
|
|
3548
|
+
"effect": {
|
|
3549
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3550
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3551
|
+
},
|
|
3154
3552
|
"id": {
|
|
3155
3553
|
"description": "A unique identifying string for the layer.",
|
|
3156
3554
|
"type": "string"
|
|
@@ -3265,6 +3663,10 @@
|
|
|
3265
3663
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
3266
3664
|
"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."
|
|
3267
3665
|
},
|
|
3666
|
+
"effect": {
|
|
3667
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3668
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3669
|
+
},
|
|
3268
3670
|
"id": {
|
|
3269
3671
|
"description": "A unique identifying string for the layer.",
|
|
3270
3672
|
"type": "string"
|
|
@@ -3407,6 +3809,10 @@
|
|
|
3407
3809
|
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
3408
3810
|
"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."
|
|
3409
3811
|
},
|
|
3812
|
+
"effect": {
|
|
3813
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
3814
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
3815
|
+
},
|
|
3410
3816
|
"id": {
|
|
3411
3817
|
"description": "A unique identifying string for the layer.",
|
|
3412
3818
|
"type": "string"
|
|
@@ -3580,10 +3986,10 @@
|
|
|
3580
3986
|
"symbol": {
|
|
3581
3987
|
"anyOf": [
|
|
3582
3988
|
{
|
|
3583
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3989
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
3584
3990
|
},
|
|
3585
3991
|
{
|
|
3586
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
3992
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
3587
3993
|
}
|
|
3588
3994
|
],
|
|
3589
3995
|
"description": "The text symbol used to label."
|
|
@@ -4138,6 +4544,10 @@
|
|
|
4138
4544
|
"customParameters": {
|
|
4139
4545
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
4140
4546
|
},
|
|
4547
|
+
"effect": {
|
|
4548
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
4549
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
4550
|
+
},
|
|
4141
4551
|
"id": {
|
|
4142
4552
|
"description": "A unique identifying string for the layer.",
|
|
4143
4553
|
"type": "string"
|
|
@@ -4787,6 +5197,10 @@
|
|
|
4787
5197
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
4788
5198
|
"type": "boolean"
|
|
4789
5199
|
},
|
|
5200
|
+
"effect": {
|
|
5201
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
5202
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
5203
|
+
},
|
|
4790
5204
|
"id": {
|
|
4791
5205
|
"description": "A unique identifying string for the layer.",
|
|
4792
5206
|
"type": "string"
|
|
@@ -5918,6 +6332,10 @@
|
|
|
5918
6332
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
5919
6333
|
"type": "boolean"
|
|
5920
6334
|
},
|
|
6335
|
+
"effect": {
|
|
6336
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6337
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6338
|
+
},
|
|
5921
6339
|
"id": {
|
|
5922
6340
|
"description": "A unique identifying string for the layer.",
|
|
5923
6341
|
"type": "string"
|
|
@@ -6174,43 +6592,43 @@
|
|
|
6174
6592
|
"symbol": {
|
|
6175
6593
|
"anyOf": [
|
|
6176
6594
|
{
|
|
6177
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6595
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
6178
6596
|
},
|
|
6179
6597
|
{
|
|
6180
6598
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
6181
6599
|
},
|
|
6182
6600
|
{
|
|
6183
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6601
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
6184
6602
|
},
|
|
6185
6603
|
{
|
|
6186
6604
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
6187
6605
|
},
|
|
6188
6606
|
{
|
|
6189
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6607
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
6190
6608
|
},
|
|
6191
6609
|
{
|
|
6192
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6610
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
6193
6611
|
},
|
|
6194
6612
|
{
|
|
6195
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6613
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
6196
6614
|
},
|
|
6197
6615
|
{
|
|
6198
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6616
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
6199
6617
|
},
|
|
6200
6618
|
{
|
|
6201
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6619
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
6202
6620
|
},
|
|
6203
6621
|
{
|
|
6204
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6622
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
6205
6623
|
},
|
|
6206
6624
|
{
|
|
6207
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6625
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
6208
6626
|
},
|
|
6209
6627
|
{
|
|
6210
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6628
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
6211
6629
|
},
|
|
6212
6630
|
{
|
|
6213
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
6631
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
6214
6632
|
}
|
|
6215
6633
|
],
|
|
6216
6634
|
"description": "An object that represents how all features will be drawn."
|
|
@@ -6287,6 +6705,10 @@
|
|
|
6287
6705
|
"description": "Indicates whether to allow a client to ignore popups defined by the service item.",
|
|
6288
6706
|
"type": "boolean"
|
|
6289
6707
|
},
|
|
6708
|
+
"effect": {
|
|
6709
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6710
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6711
|
+
},
|
|
6290
6712
|
"featureCollection": {
|
|
6291
6713
|
"$ref": "#/definitions/esri.rest-api.FeatureCollection.FeatureCollection",
|
|
6292
6714
|
"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."
|
|
@@ -6425,6 +6847,99 @@
|
|
|
6425
6847
|
],
|
|
6426
6848
|
"type": "object"
|
|
6427
6849
|
},
|
|
6850
|
+
"esri.rest-api.SubtypeGroupLayer.SubtypeGroupLayer": {
|
|
6851
|
+
"additionalProperties": false,
|
|
6852
|
+
"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/}.",
|
|
6853
|
+
"properties": {
|
|
6854
|
+
"blendMode": {
|
|
6855
|
+
"$ref": "#/definitions/esri.rest-api._LayerBase.BlendMode",
|
|
6856
|
+
"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."
|
|
6857
|
+
},
|
|
6858
|
+
"customParameters": {
|
|
6859
|
+
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
6860
|
+
},
|
|
6861
|
+
"effect": {
|
|
6862
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
6863
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
6864
|
+
},
|
|
6865
|
+
"id": {
|
|
6866
|
+
"description": "A unique identifying string for the layer.",
|
|
6867
|
+
"type": "string"
|
|
6868
|
+
},
|
|
6869
|
+
"layerDefinition": {
|
|
6870
|
+
"$ref": "#/definitions/esri.rest-api.LayerDefinition.LayerDefinition",
|
|
6871
|
+
"description": "A layerDefinition object defining the attribute schema and drawing information for the layer."
|
|
6872
|
+
},
|
|
6873
|
+
"layerType": {
|
|
6874
|
+
"description": "String indicating the layer type. Value of this property must be SubtypeGroupLayer.",
|
|
6875
|
+
"enum": [
|
|
6876
|
+
"ArcGISSubtypeGroupLayer"
|
|
6877
|
+
],
|
|
6878
|
+
"type": "string"
|
|
6879
|
+
},
|
|
6880
|
+
"layers": {
|
|
6881
|
+
"description": "An array of feature layers, each describing the properties for a subtype in the feature service layer.",
|
|
6882
|
+
"items": {
|
|
6883
|
+
"$ref": "#/definitions/esri.rest-api.FeatureLayer.FeatureLayer"
|
|
6884
|
+
},
|
|
6885
|
+
"type": "array"
|
|
6886
|
+
},
|
|
6887
|
+
"listMode": {
|
|
6888
|
+
"$ref": "esri.ListMode",
|
|
6889
|
+
"description": "Indicates how the layer should display in the table of contents. The known values are listed below. See{@linkListMode}."
|
|
6890
|
+
},
|
|
6891
|
+
"maxScale": {
|
|
6892
|
+
"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.",
|
|
6893
|
+
"type": "number"
|
|
6894
|
+
},
|
|
6895
|
+
"minScale": {
|
|
6896
|
+
"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.",
|
|
6897
|
+
"type": "number"
|
|
6898
|
+
},
|
|
6899
|
+
"opacity": {
|
|
6900
|
+
"description": "The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.",
|
|
6901
|
+
"type": "number"
|
|
6902
|
+
},
|
|
6903
|
+
"refreshInterval": {
|
|
6904
|
+
"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}.",
|
|
6905
|
+
"type": "number"
|
|
6906
|
+
},
|
|
6907
|
+
"showLegend": {
|
|
6908
|
+
"description": "Indicates whether to allow map authors the ability to control what layers should be shown in a client's legend.",
|
|
6909
|
+
"type": "boolean"
|
|
6910
|
+
},
|
|
6911
|
+
"title": {
|
|
6912
|
+
"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.",
|
|
6913
|
+
"type": "string"
|
|
6914
|
+
},
|
|
6915
|
+
"type": {
|
|
6916
|
+
"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}.",
|
|
6917
|
+
"enum": [
|
|
6918
|
+
"BingMapsAerial",
|
|
6919
|
+
"BingMapsHybrid",
|
|
6920
|
+
"BingMapsRoad",
|
|
6921
|
+
"CSV",
|
|
6922
|
+
"KML",
|
|
6923
|
+
"OpenStreetMap",
|
|
6924
|
+
"WMS",
|
|
6925
|
+
"WebTiledLayer"
|
|
6926
|
+
],
|
|
6927
|
+
"type": "string"
|
|
6928
|
+
},
|
|
6929
|
+
"url": {
|
|
6930
|
+
"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.",
|
|
6931
|
+
"type": "string"
|
|
6932
|
+
},
|
|
6933
|
+
"visibility": {
|
|
6934
|
+
"description": "Determines whether the layer is initially visible in the web map.",
|
|
6935
|
+
"type": "boolean"
|
|
6936
|
+
}
|
|
6937
|
+
},
|
|
6938
|
+
"required": [
|
|
6939
|
+
"layerType"
|
|
6940
|
+
],
|
|
6941
|
+
"type": "object"
|
|
6942
|
+
},
|
|
6428
6943
|
"esri.rest-api.Symbol.Color": {
|
|
6429
6944
|
"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/}.",
|
|
6430
6945
|
"items": {
|
|
@@ -6491,25 +7006,25 @@
|
|
|
6491
7006
|
"esri.rest-api.Symbol.Symbol": {
|
|
6492
7007
|
"anyOf": [
|
|
6493
7008
|
{
|
|
6494
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7009
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
6495
7010
|
},
|
|
6496
7011
|
{
|
|
6497
7012
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
6498
7013
|
},
|
|
6499
7014
|
{
|
|
6500
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7015
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
6501
7016
|
},
|
|
6502
7017
|
{
|
|
6503
7018
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
6504
7019
|
},
|
|
6505
7020
|
{
|
|
6506
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7021
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
6507
7022
|
},
|
|
6508
7023
|
{
|
|
6509
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7024
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
6510
7025
|
},
|
|
6511
7026
|
{
|
|
6512
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7027
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
6513
7028
|
}
|
|
6514
7029
|
],
|
|
6515
7030
|
"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/}."
|
|
@@ -6620,19 +7135,19 @@
|
|
|
6620
7135
|
"esri.rest-api.Symbol3D.Symbol3D": {
|
|
6621
7136
|
"anyOf": [
|
|
6622
7137
|
{
|
|
6623
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7138
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
6624
7139
|
},
|
|
6625
7140
|
{
|
|
6626
7141
|
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
6627
7142
|
},
|
|
6628
7143
|
{
|
|
6629
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7144
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
6630
7145
|
},
|
|
6631
7146
|
{
|
|
6632
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7147
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
6633
7148
|
},
|
|
6634
7149
|
{
|
|
6635
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7150
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
6636
7151
|
},
|
|
6637
7152
|
{
|
|
6638
7153
|
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
@@ -6927,6 +7442,10 @@
|
|
|
6927
7442
|
"customParameters": {
|
|
6928
7443
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
6929
7444
|
},
|
|
7445
|
+
"effect": {
|
|
7446
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7447
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7448
|
+
},
|
|
6930
7449
|
"id": {
|
|
6931
7450
|
"description": "A unique identifying string for the layer.",
|
|
6932
7451
|
"type": "string"
|
|
@@ -7021,6 +7540,10 @@
|
|
|
7021
7540
|
},
|
|
7022
7541
|
"type": "array"
|
|
7023
7542
|
},
|
|
7543
|
+
"effect": {
|
|
7544
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
7545
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
7546
|
+
},
|
|
7024
7547
|
"exclusionAreas": {
|
|
7025
7548
|
"$ref": "__type",
|
|
7026
7549
|
"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/}."
|
|
@@ -7213,43 +7736,43 @@
|
|
|
7213
7736
|
"symbol": {
|
|
7214
7737
|
"anyOf": [
|
|
7215
7738
|
{
|
|
7216
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7739
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
7217
7740
|
},
|
|
7218
7741
|
{
|
|
7219
7742
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7220
7743
|
},
|
|
7221
7744
|
{
|
|
7222
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7745
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
7223
7746
|
},
|
|
7224
7747
|
{
|
|
7225
7748
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
7226
7749
|
},
|
|
7227
7750
|
{
|
|
7228
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7751
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
7229
7752
|
},
|
|
7230
7753
|
{
|
|
7231
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7754
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
7232
7755
|
},
|
|
7233
7756
|
{
|
|
7234
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7757
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7235
7758
|
},
|
|
7236
7759
|
{
|
|
7237
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7760
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
7238
7761
|
},
|
|
7239
7762
|
{
|
|
7240
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7763
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
7241
7764
|
},
|
|
7242
7765
|
{
|
|
7243
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7766
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
7244
7767
|
},
|
|
7245
7768
|
{
|
|
7246
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7769
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
7247
7770
|
},
|
|
7248
7771
|
{
|
|
7249
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7772
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
7250
7773
|
},
|
|
7251
7774
|
{
|
|
7252
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7775
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
7253
7776
|
}
|
|
7254
7777
|
],
|
|
7255
7778
|
"description": "An object used to display the value."
|
|
@@ -7284,43 +7807,43 @@
|
|
|
7284
7807
|
"defaultSymbol": {
|
|
7285
7808
|
"anyOf": [
|
|
7286
7809
|
{
|
|
7287
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7810
|
+
"$ref": "#/definitions/esri.rest-api.SimpleMarkerSymbol.SimpleMarkerSymbol"
|
|
7288
7811
|
},
|
|
7289
7812
|
{
|
|
7290
7813
|
"$ref": "#/definitions/esri.rest-api.SimpleLineSymbol.SimpleLineSymbol"
|
|
7291
7814
|
},
|
|
7292
7815
|
{
|
|
7293
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7816
|
+
"$ref": "#/definitions/esri.rest-api.SimpleFillSymbol.SimpleFillSymbol"
|
|
7294
7817
|
},
|
|
7295
7818
|
{
|
|
7296
7819
|
"$ref": "#/definitions/esri.rest-api.PictureMarkerSymbol.PictureMarkerSymbol"
|
|
7297
7820
|
},
|
|
7298
7821
|
{
|
|
7299
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7822
|
+
"$ref": "#/definitions/esri.rest-api.PictureFillSymbol.PictureFillSymbol"
|
|
7300
7823
|
},
|
|
7301
7824
|
{
|
|
7302
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7825
|
+
"$ref": "#/definitions/esri.rest-api.TextSymbol.TextSymbol"
|
|
7303
7826
|
},
|
|
7304
7827
|
{
|
|
7305
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7828
|
+
"$ref": "#/definitions/esri.rest-api.CIMSymbol.CIMSymbol"
|
|
7306
7829
|
},
|
|
7307
7830
|
{
|
|
7308
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7831
|
+
"$ref": "#/definitions/esri.rest-api.PointSymbol3D.PointSymbol3D"
|
|
7309
7832
|
},
|
|
7310
7833
|
{
|
|
7311
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7834
|
+
"$ref": "#/definitions/esri.rest-api.LineSymbol3D.LineSymbol3D"
|
|
7312
7835
|
},
|
|
7313
7836
|
{
|
|
7314
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7837
|
+
"$ref": "#/definitions/esri.rest-api.PolygonSymbol3D.PolygonSymbol3D"
|
|
7315
7838
|
},
|
|
7316
7839
|
{
|
|
7317
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7840
|
+
"$ref": "#/definitions/esri.rest-api.LabelSymbol3D.LabelSymbol3D"
|
|
7318
7841
|
},
|
|
7319
7842
|
{
|
|
7320
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7843
|
+
"$ref": "#/definitions/esri.rest-api.MeshSymbol3D.MeshSymbol3D"
|
|
7321
7844
|
},
|
|
7322
7845
|
{
|
|
7323
|
-
"$ref": "#/definitions/esri.rest-api.
|
|
7846
|
+
"$ref": "#/definitions/esri.rest-api.StyleSymbolReference.StyleSymbolReference"
|
|
7324
7847
|
}
|
|
7325
7848
|
],
|
|
7326
7849
|
"description": "Symbol used when a value cannot be matched."
|
|
@@ -7515,6 +8038,10 @@
|
|
|
7515
8038
|
"customParameters": {
|
|
7516
8039
|
"description": "A sequence of custom parameters appended to the URL of all requests related to supporting ArcGIS layer types."
|
|
7517
8040
|
},
|
|
8041
|
+
"effect": {
|
|
8042
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8043
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8044
|
+
},
|
|
7518
8045
|
"id": {
|
|
7519
8046
|
"description": "A unique identifying string for the layer.",
|
|
7520
8047
|
"type": "string"
|
|
@@ -7987,6 +8514,10 @@
|
|
|
7987
8514
|
"customParameters": {
|
|
7988
8515
|
"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."
|
|
7989
8516
|
},
|
|
8517
|
+
"effect": {
|
|
8518
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8519
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8520
|
+
},
|
|
7990
8521
|
"extent": {
|
|
7991
8522
|
"description": "The rectangular map extent that should be requested from the service.",
|
|
7992
8523
|
"items": {
|
|
@@ -8189,6 +8720,10 @@
|
|
|
8189
8720
|
"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.",
|
|
8190
8721
|
"type": "string"
|
|
8191
8722
|
},
|
|
8723
|
+
"effect": {
|
|
8724
|
+
"$ref": "#/definitions/esri.rest-api.Effect.Effect",
|
|
8725
|
+
"description": "Effect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work."
|
|
8726
|
+
},
|
|
8192
8727
|
"fullExtent": {
|
|
8193
8728
|
"$ref": "#/definitions/esri.rest-api.Extent.Extent",
|
|
8194
8729
|
"description": "An extent object representing the full extent envelope for the layer."
|