Class EncCell
An ENC cell object.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Hydrography
Assembly: Esri.ArcGISRuntime.Hydrography.dll
Syntax
public sealed class EncCell : ILoadable
Remarks
A single ENC (Electronic Navigational Chart) data source.
It can take some time to load an ENC cell. Cells should be processed by the runtime
before they are used for navigation, especially when loading from large ENC exchange sets. Loading an ENC cell
with an Enc
Constructors
Name | Description |
---|---|
Enc |
Initializes a new instance of the Enc |
Enc |
Initializes a new instance of the Enc |
Properties
Name | Description |
---|---|
Dataset | Gets the ENC data set associated with the ENC cell. |
Load |
Gets the System. |
Load |
Gets the load status. |
Load |
Gets a collection of ENC warnings encountered during load. |
Path | Gets the path associated with the ENC cell. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading 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 |
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.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |