ENCX SDK
5.5.0.926
|
Details of a raster chart. More...
import"encxcom.idl";
Properties | |
VARIANT_BOOL | IsComplete [get] |
Returns true iff the chart is fully installed. More... | |
VARIANT_BOOL | RequiresLicence [get] |
All ARCS charts require a license. More... | |
VARIANT_BOOL | IsWithdrawn [get] |
Returns true if the chart's supplier has withdrawn the chart. More... | |
BSTR | NativeFormatLongDescription [get] |
The description of the original format of the chart. E.g Admiralty Raster Chart Service. More... | |
BSTR | NativeFormatShortDescription [get] |
The short description of the original format of the chart. E.g ARCS. More... | |
BSTR | Number [get] |
The identity of the chart. Never blank. E.g. 2182C. More... | |
BSTR | InternationalNumber [get] |
The internationally agreed identity of the chart. Often blank. More... | |
BSTR | Description [get] |
A meaningful name for the whole chart. More... | |
BSTR | CountryOfOrigin [get] |
Description of the country that produced the original chart. More... | |
BSTR | Producer1 [get] |
Description of the country that produced the original chart. E.g. United Kingdom. More... | |
BSTR | Producer2 [get] |
Description of the second country that produced the original chart. Often blank. More... | |
DATE | RasterChartIssueDate [get] |
DATE | EditionDate [get] |
When this edition of the chart was created. More... | |
DATE | LastChanged [get] |
When the last update was applied to this chart. More... | |
DATE | LatestCorrectionDate [get] |
When the last update that has been applied was issued by the data producer. More... | |
IRasDiscIdentity | InstallationCD [get] |
The CD from which the chart was / can be installed. More... | |
IRasDiscIdentity | MissingReInstallationCD [get] |
The CD from which the chart needs to be re-installed. More... | |
IRasDiscIdentity | MissingUpdateCD [get] |
The CD from which the chart needs to be updated. More... | |
IRasNoticeToMarinersNumber | LatestNoticeToMarinersNumber [get] |
The Notices to Mariners number of the latest update installed. More... | |
IRasNoticesToMariners | NoticesToMariners [get] |
Obtain the Temporary and Preliminary Notices to Mariners corresponding to the latest update installed. More... | |
IRasPanelIdentifiers | PanelIdentifiers [get] |
Obtain a list of all the panels in the chart. More... | |
IRasPanelInfo | PanelInfo ([in] IRasPanelIdentifier panelId) [get] |
Obtain the details of a specified panel. More... | |
Details of a raster chart.
All the information that is available about a chart without actually opening the chart.
Definition at line 1140 of file encxcom.idl.
|
getproperty |
Description of the country that produced the original chart.
|
getproperty |
A meaningful name for the whole chart.
|
getproperty |
When this edition of the chart was created.
Also printed in the bottom left corner of many ARCS charts.
|
getproperty |
The CD from which the chart was / can be installed.
|
getproperty |
The internationally agreed identity of the chart. Often blank.
|
getproperty |
Returns true iff the chart is fully installed.
Only licensed charts are fully installed. Unlicensed charts are installed as stub files, giving sufficient information to show that the chart exists and some basic properties, but without the information to display the chart.
|
getproperty |
Returns true if the chart's supplier has withdrawn the chart.
A withdrawn chart can still be displayed up to the time that its licence expires. However such display should be accompanied by a warning that the chart has been withdrawn.
|
getproperty |
When the last update was applied to this chart.
|
getproperty |
When the last update that has been applied was issued by the data producer.
|
getproperty |
The Notices to Mariners number of the latest update installed.
Also printed in the bottom left corner of many ARCS charts.
|
getproperty |
The CD from which the chart needs to be re-installed.
This CD contains a later edition of the chart than is currently installed.
|
getproperty |
The CD from which the chart needs to be updated.
This CD contains later corrections to the chart than are currently installed.
|
getproperty |
The description of the original format of the chart. E.g Admiralty Raster Chart Service.
|
getproperty |
The short description of the original format of the chart. E.g ARCS.
|
getproperty |
Obtain the Temporary and Preliminary Notices to Mariners corresponding to the latest update installed.
|
getproperty |
The identity of the chart. Never blank. E.g. 2182C.
|
getproperty |
Obtain a list of all the panels in the chart.
|
getproperty |
Obtain the details of a specified panel.
Specify the panel using one of the values obtained from PanelIdentifiers().
|
getproperty |
Description of the country that produced the original chart. E.g. United Kingdom.
|
getproperty |
Description of the second country that produced the original chart. Often blank.
|
getproperty |
|
getproperty |
All ARCS charts require a license.