Class ArcGISMapImageSublayer
An ArcGIS map image sublayer.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ArcGISMapImageSublayer : ArcGISSublayer, INotifyPropertyChanged, ILayerContent, IPopupSource, ILoadable
Remarks
ArcGISMapImageLayer displays maps from an ArcGIS map server. Each layer in the underlying map service is represented by an ArcGISSublayer. You can control the visibility and symbology of sub-layers and filter data with layer definition expressions.
You can get an instance of this class from Sublayers once the map image layer is loaded or you can get a collection of sub-layers from another map image sublayer by using Sublayers. You can also create a new sub-layer using the ArcGISMapImageSublayer(Int64) or ArcGISMapImageSublayer(Int64, SublayerSource) constructors.
Constructors
Name | Description |
---|---|
ArcGISMapImageSublayer(Int64) | Initializes a new instance of the ArcGISMapImageSublayer class with the specified sublayer id. |
ArcGISMapImageSublayer(Int64, SublayerSource) | Initializes a new instance of the ArcGISMapImageSublayer class with the specified sublayer id and source. |
Properties
Name | Description |
---|---|
DefaultVisibility | Gets a value indicating whether gets this sublayer's default visibility. |
DefinitionExpression | Gets or sets the definition expression of this map image sublayer. |
LabelDefinitions | Gets a modifiable collection of label definitions for this sublayer. Only available if the ArcGISMapImageLayer supports dynamic capabilities. |
LabelsEnabled | Gets or sets a value indicating whether labels should be displayed on this sublayer. |
MaxScale | Gets or sets the maximum scale at which this sublayer is visible. |
MinScale | Gets or sets the minimum scale at which this sublayer is visible. |
Name | Gets or sets the name of the sublayer. |
Opacity | Gets or sets the opacity of this sublayer. |
Renderer | Gets or sets this sublayer's Renderer. |
ScaleSymbols | Gets or sets a value indicating whether this sublayer renders its symbols based on scale. |
Source | Gets the SublayerSource of this sublayer. |
Table | Gets the sublayer's feature table. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |