S57DataSet.ScaleBands Property
Gets or sets an object to override the default scale bands for S-57 ENC or AML data.
Syntax
public S57ScaleBands ScaleBands { get; set; }
Property Value
Default: null
An object that overrides the default scale bands for S-57 ENC or AML data.
Remarks
Both ENC and AML data files are specified for a particular scale band. The S57DataSet uses these scale bands to determine which files to load for a particular view scale. By specifying this property you can modify at which scales the dataset switches between the different scale bands.
Note that ENC and AML use different scale bands. Depending on which type of data you are reading, you should set this property to either an S57EncScaleBands or an S57AmlScaleBands object.
Platforms
Windows, Linux, Android