S57EncScaleBands 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 S57EncScaleBands : S57ScaleBands
Remarks
S-57 ENC data files are specified for one of six different intended usages: berthing, harbor, approach, coastal, general and overview. Each of these 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 AML data files are also specified for different scale bands, but these are different from the ENC scale bands. Use S57AmlScaleBands instead to modify the scale bands for AML data.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
S57ScaleBands
S57EncScaleBands
Platforms
Windows, Linux, Android
S57EncScaleBands Members
The S57EncScaleBands type has the following members.
Constructors
Name | Description |
---|---|
S57EncScaleBands | Initializes a new instance of the S57EncScaleBands. |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current S57EncScaleBands has been disposed. Inherited from EngineObject |
MaxScaleApproach | Gets or sets the maximum inverted nominal scale at with S-57 approach data is loaded. |
MaxScaleBerthing | Gets or sets the maximum inverted nominal scale at with S-57 berthing data is loaded. |
MaxScaleCoastal | Gets or sets the maximum inverted nominal scale at with S-57 coastal data is loaded. |
MaxScaleGeneral | Gets or sets the maximum inverted nominal scale at with S-57 general data is loaded. |
MaxScaleHarbor | Gets or sets the maximum inverted nominal scale at with S-57 harbor data is loaded. |
Name | Gets or sets the name of the S57EncScaleBands. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current S57EncScaleBands 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 |