Click or drag to resize

GM_P2PControlPoint_t Class

Defines a P2P control point. This will be a lat/lon/Z location associated with a pixel location in multiple images.
Inheritance Hierarchy
SystemObject
  GlobalMapper.LidarGM_P2PControlPoint_t

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public class GM_P2PControlPoint_t

The GM_P2PControlPoint_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_P2PControlPoint_t
Constructor to set values directly.
Top
Fields
  NameDescription
Public fieldmImagePixelCount
How many entries are in the mImagePixelList
Public fieldmImagePixelList
List of associated image pixels for this control point
Public fieldmLatLonPos
Position in lat/lon WGS84 with an elevation in meters above the WGS84 ellipsoid
Public fieldmName
Optional name of control point
Top
See Also