EncExchangeSet

Defines an ENC exchange set object.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(paths: Iterable<String>)

Creates an ENC exchange set object.

Properties

Link copied to clipboard

The ENC datasets that are part of the exchange set. ENC exchange sets consist of one or more datasets and a catalog. The exchange set's datasets can be used to create EncCell objects, which can be used to create EncLayer objects for display in a map.

Link copied to clipboard

A ListImpl of the paths of the ENC exchange set. An ENC exchange set can be loaded with the path to a single exchange set and zero or more update exchange sets. If an exchange set which only contains updates is loaded, the corresponding exchange set with the base cells must be loaded simultaneously.

Link copied to clipboard

The path to the ENC exchange set's Readme file.

Inherited properties

Link copied to clipboard
open override val loadStatus: StateFlow<LoadStatus>

The load status.

Inherited functions

Link copied to clipboard
open override fun cancelLoad()

Cancels loading metadata for the Loadable object.

Link copied to clipboard
open suspend override fun load(): Result<Unit>

Loads the metadata for the object.

Link copied to clipboard
open suspend override fun retryLoad(): Result<Unit>

Loads or retries loading metadata for the object.