Properties specific to the ArcGISStreamLayer layer type.

Referenced by: operationalLayers

Properties

PropertyDetails
blendModeBlend modes are used to create various effects by blending colors of top and background layers. normal blend mode is the default.
Valid values: average, color, color-burn, color-dodge, darken, destination-atop, destination-in, destination-out, destination-over, difference, exclusion, hard-light, hue, invert, lighten, lighter, luminosity, minus, multiply, normal, overlay, plus, reflect, saturation, screen, soft-light, source-atop, source-in, source-out, vivid-light, xor
customParametersA sequence of custom parameters appended to the URL of all requests related to a layer.
definitionEditorStores interactive filters.
disablePopupIndicates whether to ignore popups defined by the service item.
effectEffect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work.
featureEffectFeature Effect emphasizes or deemphasizes features that satisfy a filter using graphical effects
idA unique identifying string for the layer.
itemIdOptional string containing the item ID of the service if it’s registered on ArcGIS Online or your organization’s portal.
layerDefinitionAn object that defines the attribute schema and drawing information for a layer drawn using client-side graphics.
See layerDefinition properties table.
layerTypeString indicating the layer type.
Valid value of this property ArcGISStreamLayer
opacityThe degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.
popupInfoA popupInfo object defining the content of pop-up windows when you click or query a feature.
showLabelsLabels will display if this property is set to true and the layer also has a labelingInfo property associated with it. This property can get stored in the web map config and in the item/data.
showLegendBoolean value indicating whether to display the layer in the legend. Default value is true.
timeAnimationIndicates whether to disable time animation if the layer supports it.
titleA user-friendly string title for the layer that can be used in a table of contents.
urlURL to the ArcGIS Server Stream Service.
visibilityBoolean property determining whether the layer is initially visible in the web map.
visibilityTimeExtentRepresents time extent that will control when a layer should be visible based on webmap’s current time. Visibility time extent only affects the layer visibility and will not filter the data.

layerDefinition properties

PropertyDetails
definitionExpressionSQL-based definition expression string that narrows the data to be displayed in the layer.
definitionGeometryAn extent object used to filter features for StreamLayer. Only features that intersect the extent are displayed.
disableDisplayFilterWhen true, ignores the display filter defined on the layer by the displayFilterInfo property.
displayFilterInfoDisplay filters provide information about which features should be rendered on the display.
drawingInfo.labelingInfo[]An object defining the properties used for labeling the layer. If working with Map Image layers, this property is only applicable if the layer is enabled with dynamic layers
drawingInfo.rendererAn object defined which provides the symbology for the layer. If working with Map Image layers, this property is only applicable if the layer is enabled with dynamic layers
maxScaleInteger property used to determine the maximum scale at which the layer is displayed.
minScaleInteger property used to determine the minimum scale at which the layer is displayed.

Example

{
"layerType": "ArcGISStreamLayer",
"id": "stream_9240",
"url": "https://geoeventsample3.esri.com:6080/arcgis/rest/services/SeattleBus/StreamServer",
"title": "SeattleBus",
"visibility": true,
"opacity": 1
}