ENCX::S57CellIdentifier Class Reference

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

import "_encxcom_encx.idl";

Inheritance diagram for ENCX::S57CellIdentifier:

List of all members.

Public Member Functions

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

Properties

BSTR * CellName [get]
 An eight character alphanumeric string.
S57ProductProduct [get]
 ENC or WVS.


Detailed Description

Identification of an S-57 cell.

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

Properties and methods via IS57CellIdentifier.

Definition at line 3345 of file _encxcom_encx.idl.


Member Function Documentation

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

Compose from parts.


Property Documentation

BSTR* IS57CellIdentifier::CellName [get, inherited]

An eight character alphanumeric string.

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

S57Product* IS57CellIdentifier::Product [get, inherited]

ENC or WVS.