Class ArcGISSublayer
The base class for ArcGIS sublayer classes such as Arc
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ArcGISSublayer : INotifyPropertyChanged, ILayerContent, IPopupSource, ILoadable
Remarks
Some layers, such as Arc
If one of the sublayers is a group layer (where the Sublayer
Note: Some of the sublayer properties can only be accessed once the sublayer has loaded.
Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether the sublayer content's visibility can be changed. |
Definition |
Gets a SQL statement where clause that stipulates a subset of features to be displayed. |
Id | Gets an id that uniquely identifies this sublayer instance. |
Is |
Gets or sets a value indicating whether the Popup |
Is |
Gets or sets a value indicating whether the sublayer content is visible. |
Labels |
Gets a value indicating whether labels should be displayed on this sublayer. |
Load |
Gets the System. |
Load |
Gets the load status. |
Map |
Gets this sublayer's metadata. |
Max |
Gets the maximum scale at which this sublayer is visible. |
Min |
Gets the minimum scale at which this sublayer is visible. |
Name | Gets the name of the sublayer. |
Opacity | Gets the opacity of this sublayer. |
Popup |
Gets or sets the popup definition for the sublayer. |
Renderer | Gets this sublayer's Renderer. |
Scale |
Gets a value indicating whether this sublayer renders its symbols based on scale. |
Show |
Gets or sets a value indicating whether the sublayer participates in the legend. |
Sublayer |
Gets a read-only collection of ILayer |
Sublayers | Gets the collection of sublayers of this sublayer. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Clone() | Clones this instance of the Arc |
Get |
Asynchronously retrieves a read-only list of Legend |
Is |
Retrieves the sublayer's visibility at the specified scale. |
Load |
Load the metadata for the object asynchronously. |
On |
Called when the sublayer is done loading. |
Retry |
Load the metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Name | Description |
---|---|
INotify |
Occurs when a property value changes. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |