S63ExchangeSet Class
Represents an S-63 exchange set registered in an S-63 database.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class S63ExchangeSet : EngineObject
Remarks
S-63 data is distributed from data servers in the form of exchange sets. An exchange sets consists of a directory structure with files and sub-directories as specified by the S-63 standard.
Exchange sets are registered into an S-63 database using S63.RegisterExchangeSets method.
Please see Working with S-63 Electronic Nautical Chart Data for an overview of the S-63 support in Carmenta Engine.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
S63ExchangeSet
Platforms
Windows, Linux, Android
S63ExchangeSet Members
The S63ExchangeSet type has the following members.
Properties
Name | Description |
---|---|
CellUpdates | Gets a collection of all cell updates included in the exchange set. |
DataServer | Gets the 2-character identifier of the S-63 data server that published the exchange set. |
DateOfPublication | Gets the date when exchange set was published. |
ExchangeSetNumber | Gets the exchange set number. |
IsBase | Gets a flag indicating if the exchange set is a base or update exchange set. |
IsDisposed | Gets a value that tells whether the current S63ExchangeSet has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current S63ExchangeSet represents. Inherited from EngineObject |
Path | Gets the full path to the exchange set. |
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 |