EncDisplaySettings QML Type

An Electronic Navigation Chart (ENC) display settings object. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.2
Inherits:

Object

Properties

Detailed Description

Use this class to access to ENC mariner settings, ENC text group visibility settings, and ENC viewing group settings.

// sets ENC settings using QML declaration
EncLayer {
    encEnvironmentSettings.displaySettings.marinerSettings.displayCategories.standardDisplay: true;
}

// sets ENC settings using JS function
function setupEncEnvironmentSettings() {
    EncEnvironmentSettings.displaySettings.marinerSettings.displayCategories.standardDisplay = true;
}

Note: You cannot declare or create a component of this type in QML code. Use EncEnvironmentSettings to get an instance of this object.

See also EncLayer.

Property Documentation

marinerSettings : EncMarinerSettings

Returns the EncMarinerSettings object (read-only).


textGroupVisibilitySettings : EncTextGroupVisibilitySettings

Returns the EncTextGroupVisibilitySettings object (read-only).


viewingGroupSettings : EncViewingGroupSettings

Returns the EncViewingGroupSettings object (read-only).


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close