S63Cell Class
Represents an ENC cell in an S-63 database.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class S63Cell : EngineObject
Remarks
This class represents a cell in an S-63 database. To retrieve the cells in a database, use S63.GetCells.
The cell is created when an S-63 exchange set is registered, containing information about the cell. The exchange set may contain data for the cell, in the form of one or more S63CellUpdate. Other exchange sets may also add new updates for the cell. All updates for the cell are available through the GetCellUpdates method. But it is also possible that a n exchange set only provides information about a cell, without providing any data. In this case GetCellUpdates will return en empty list.
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
S63Cell
Platforms
Windows, Linux, Android
S63Cell Members
The S63Cell type has the following members.
Properties
Name | Description |
---|---|
DataCoverage | Gets the coverage polygon of the S-63 cell. |
IsDisposed | Gets a value that tells whether the current S63Cell has been disposed. Inherited from EngineObject |
Name | Gets the 8-character name of the S-63 cell. |
NativeHandle | Gets the native Carmenta Engine kernel object the current S63Cell represents. Inherited from EngineObject |
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 |
GetCellUpdates | Gets a collection of cell updates for the cell. |