Select to view content in your preferred language

How to load Admiralty Vector Chart Service (AVCS) in QML ?

1287
4
10-11-2023 11:25 PM
Labels (3)
AyushiKamboj
Emerging Contributor
 
0 Kudos
4 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

Is this for online/connected use or offline/disconnected use?

You can work with un-encrypted ENC datasets from the AVCS using the EncLayer QML Type. To work with the service online, I believe it provides OGC WMS and/or WMTS endpoints which you can work with via WmsLayer QML Type or WmtsLayer QML Type

The SDK includes a sample showing how to add an ENC Exchange Set: Add ENC exchange set | ArcGIS Maps SDK for Qt | ArcGIS Developers.

Notes:

 

Thanks

0 Kudos
AyushiKamboj
Emerging Contributor

Is, Encrypted ENC datasets are currently support with ArcGIS Maps SDK for  QML  or not ? 

0 Kudos
AyushiKamboj
Emerging Contributor

hi,

Is, Encrypted ENC datasets are currently only support with ArcGIS Maps SDK for .NET as your previous specification or also working with ArcGIS Maps SDK for Qt(QML) now  ?

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

Encrypted ENC datasets are currently only supported by the ArcGIS Maps SDK for .NET, when using the WPF API. In the future, we do plan to expand this support to additional platforms and SDKs but I'm not able to share a timeline for that at this time. 

For more information see: Display electronic navigational charts | ArcGIS Maps SDK for .NET | ArcGIS Developers

 

Thanks

0 Kudos