ENCX SDK  5.5.0.370
Public Member Functions | Properties | List of all members
ENCX::S57CellIdentifier Class Reference

Identification of an S-57 cell. More...

import"encxcom.idl";

Inheritance diagram for ENCX::S57CellIdentifier:
Inheritance graph
[legend]

Public Member Functions

HRESULT Construct ([in] enum S57Product product, [in] BSTR cellName)
 Compose from parts. More...
 

Properties

BSTR CellName [get]
 An eight character alphanumeric string. More...
 
S57Product Product [get]
 ENC or WVS. More...
 

Detailed Description

Identification of an S-57 cell.

A Cell is the smallest independent element in an S-57 data set.

Properties and methods via IS57CellIdentifier.

Definition at line 4157 of file encxcom.idl.

Member Function Documentation

◆ Construct()

HRESULT IS57CellIdentifier::Construct ( [in] enum S57Product  product,
[in] BSTR  cellName 
)
inherited

Compose from parts.

Property Documentation

◆ CellName

BSTR IS57CellIdentifier::CellName
getpropertyinherited

An eight character alphanumeric string.

For ENC, the first two characters are the Agency code, the third character is the navigational purpose.

◆ Product

S57Product IS57CellIdentifier::Product
getpropertyinherited

ENC or WVS.