EncCell class final

An ENC cell object.

A single ENC (Electronic Navigational Chart) data source.

Implemented types
Mixed-in types

Constructors

EncCell.withDataset(EncDataset dataset)
Creates an ENC cell using an ENC dataset.
factory
EncCell.withFileUri(Uri fileUri)
Creates an ENC cell from the specified path.
factory

Properties

dataset EncDataset?
The ENC dataset associated with the ENC cell, or null if the ENC cell was loaded from a path.
no setter
fileUri Uri?
The path of the ENC cell. Throws if the ENC cell is already loaded.
no setter
hashCode int
The hash code for this object.
no setterinherited
loadError ArcGISException?
The load error.
no setterinherited
loadStatus LoadStatus
The load status.
no setterinherited
onLoadStatusChanged Stream<LoadStatus>
A stream that reports changes to the LoadStatus.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelLoad() → void
Cancels loading metadata for the object.
inherited
load() Future<void>
Loads the metadata for the object asynchronously.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryLoad() Future<void>
Loads or retries loading metadata for the object asynchronously.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited