EncCell

constructor(encDataSet: EncDataset)

Creates an ENC cell using an ENC dataset.

Since

200.1.0

Parameters

encDataSet

The ENC dataset object previously obtained from an ENCExchangeSet.

See also


constructor(path: String)

Creates an ENC cell from the specified path. EncCell.EncCell is the correct method of constructing an ENC cell delivered as part of an exchange set. When an ENC cell is constructed from the path directly, updates (*.001, *.002, etc.) that are part of the associated exchange set (if there is one) will not be applied.

Since

200.1.0

Parameters

path

The path to the S-57/ENC (extension .000) file.

See also