Constructor EncCell
EncCell(String)
Initializes a new instance of the EncCell class from the specified path.
Declaration
public EncCell(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path | The path to the S-57/ENC (extension .000) file. |
Remarks
This constructor should be used for loading an individual cell independent of any exchange set. If the ENC cell was delivered as part of an exchange set, use the EncCell(EncDataset) constructor instead. When an ENC cell is constructed from the path directly, updates (*.001, *.002, etc.) that are part of the associated exchange set (if there is one) will not be applied.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |
EncCell(EncDataset)
Initializes a new instance of the EncCell class from the specified dataset.
Declaration
public EncCell(EncDataset encDataset)
Parameters
Type | Name | Description |
---|---|---|
EncDataset | encDataset | An EncDataset instance previously obtained from an EncExchangeSet |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.2.1 - 200.5 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.5 |
Relevant samples
Add ENC exchange set: Display nautical charts per the ENC specification.
Change ENC display settings: Configure the display of ENC content.
Select ENC features: Select features in an ENC layer.