ENCX SDK  5.5.0.370
Properties | List of all members
IGeoHorizontalDatumInfo Interface Reference

Abbreviated and full descriptions of a horizontal datum. More...

import"encxcom.idl";

Inheritance diagram for IGeoHorizontalDatumInfo:
Inheritance graph
[legend]

Properties

BSTR Code [get]
 Three character code, e.g. WGE for WGS84, plus optional one-character sub area. More...
 
BSTR ShortDescription [get]
 Abbreviated description, e.g. WGS84 or OSGB1936. More...
 
BSTR LongDescription [get]
 Full description, e.g. World Geodetic System 1984. More...
 

Detailed Description

Abbreviated and full descriptions of a horizontal datum.

Definition at line 505 of file encxcom.idl.

Property Documentation

◆ Code

BSTR IGeoHorizontalDatumInfo::Code
getoptional

Three character code, e.g. WGE for WGS84, plus optional one-character sub area.

◆ LongDescription

BSTR IGeoHorizontalDatumInfo::LongDescription
get

Full description, e.g. World Geodetic System 1984.

◆ ShortDescription

BSTR IGeoHorizontalDatumInfo::ShortDescription
get

Abbreviated description, e.g. WGS84 or OSGB1936.