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

The combination of a geographical position and the depth at that position. More...

import"encxcom.idl";

Inheritance diagram for IS57DepthPoint:
Inheritance graph
[legend]

Properties

IGeoPoint GeoPoint [get]
 The geographical position. More...
 
DOUBLE Depth [get]
 The depth at that geographical position. Units are metres. Referenced to the sounding datum (IS57CellInfo.SoundingDatum). More...
 

Detailed Description

The combination of a geographical position and the depth at that position.

Definition at line 2099 of file encxcom.idl.

Property Documentation

◆ Depth

DOUBLE IS57DepthPoint::Depth
get

The depth at that geographical position. Units are metres. Referenced to the sounding datum (IS57CellInfo.SoundingDatum).

◆ GeoPoint

IGeoPoint IS57DepthPoint::GeoPoint
get

The geographical position.