S57AmlScaleBands Class
A class for specifying the scales at which an S57DataSet switches between different scale bands.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class S57AmlScaleBands : S57ScaleBands
Remarks
S-57 AML data files are specified for one of ten different scale bands. Data in scale band 0 are suitable for display at any scale, but the other nine have a recommended view scale interval. An S57DataSet uses these scale bands to determine which data files to load for a particular view scale.
This class can be used to modify the default scale limits between the bands. To do so, create an instance of this class, set the scale values you want to change, and then assign the instance to the S57DataSet.ScaleBands property of your dataset.
S-57 ENC data files are also specified for different scale bands, but these are different from the AML scale bands. Use S57EncScaleBands instead to modify the scale bands for ENC data.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
S57ScaleBands
S57AmlScaleBands
Platforms
Windows, Linux, Android
S57AmlScaleBands Members
The S57AmlScaleBands type has the following members.
Constructors
Name | Description |
---|---|
S57AmlScaleBands | Initializes a new instance of the S57AmlScaleBands. |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current S57AmlScaleBands has been disposed. Inherited from EngineObject |
MaxScaleBand2 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 2 data is loaded. |
MaxScaleBand3 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 3 data is loaded. |
MaxScaleBand4 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 4 data is loaded. |
MaxScaleBand5 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 5 data is loaded. |
MaxScaleBand6 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 6 data is loaded. |
MaxScaleBand7 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 7 data is loaded. |
MaxScaleBand8 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 8 data is loaded. |
MaxScaleBand9 | Gets or sets the maximum inverted nominal scale at with S-57 AML scale band 9 data is loaded. |
Name | Gets or sets the name of the S57AmlScaleBands. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current S57AmlScaleBands represents. Inherited from EngineObject |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |