An Electronic Navigation Chart (ENC) dataset object. More...
Public Functions Detailed DescriptionUse EncExchangeSet to get the list of EncDataset objects from a list of paths.
// create EncExchangeSet using paths auto* encExchangeSet = new EncExchangeSet(paths, parent); // get the list of EncDataset QList<EncDataset*> EncDatasets = encExchangeSet->datasets(); // display the names of EncDataset for (EncDataset* EncDataset : EncDatasets) { qDebug() << EncDataset->name(); }
Note: You cannot create an object of this class.
Relevant samples:
See also EncExchangeSet and EncLayer.
Member Function Documentation[override virtual noexcept]
EncDataset::~EncDataset()
Destructor.
QString EncDataset::description() constGets the description of the ENC dataset.
Esri::ArcGISRuntime::Envelope EncDataset::extent() constGets the extent of the ENC dataset.
The extent can be used for setting the viewpoint of the map view to the ENC data set.
Gets a value indicating whether the data set is authorized.
If the underlying data is S-57, then this function returns true
.
This function was introduced in Esri::ArcGISRuntime 100.3.
QString EncDataset::name() constGets the name of the ENC dataset.
QString EncDataset::volumeName() constGets the volume name of the ENC dataset.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4