S63 Class
A class for creating and maintaining a database of encrypted S-63 data files
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class S63 : EngineObject
Remarks
This class, together with S57DataSet, enables Carmenta Engine applications to read and display S-57 Electronic Nautical Chart data protected in accordance with the S-63 standard published by the International Hydrographic Organization. The S-63 protection scheme uses encryption to ensure only licensed clients can use the data. It also uses certificates and signature files so the client can validate that the data files comes from a trusted source.
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
S63
Platforms
Windows, Linux, Android
S63 Members
The S63 type has the following members.
Properties
Name | Description |
---|---|
ExchangeSets | Gets a collection of all registered S-63 exchange sets. |
IsDisposed | Gets a value that tells whether the current S63 has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current S63 represents. Inherited from EngineObject |
PermitFiles | Gets a collection of all imported S-63 permit files. |
RootKey | Gets the IHO S-63 Scheme Administrator root key. |
Gets the S-63 user permit. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Creates a new, empty S-63 database on disk. | |
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 |
GetCells | Gets a collection of ENC cells registered in the S-63 database. |
ImportPermitFile | Imports a new permit file into the S-63 database. |
ImportRootKey | Imports a new S-63 Scheme Administrator root key. |
ImportTemporaryKey | Imports a temporary public key, to enable registration of exchange sets signed by other keys than the IHO root key into the S-63 database. |
Opens an existing S-63 database on disk. | |
RegisterExchangeSets | Registers one or more S-63 exchange sets into the S-63 database. |
RemoveCellPermit | Removes a single cell permit from the S-63 database. |
RemovePermitFile | Removes all cell permits from a previously imported permit file from the S-63 database. |
UnregisterExchangeSet | Removes the registration of an S-63 exchange set from the S-63 database. |