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
System . Object
GlobalMapper.Lidar . GM_P2PControlPoint_t

Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
public class GM_P2PControlPoint_t

The GM_P2PControlPoint_tt type exposes the following members.

Constructors
NameDescription
Public methodGM_P2PControlPoint_t
Constructor to set values directly.
Top
Fields
NameDescription
Public fieldmImagePixelCountHow many entries are in the mImagePixelList
Public fieldmImagePixelListList of associated image pixels for this control point
Public fieldmLatLonPosPosition in lat/lon WGS84 with an elevation in meters above the WGS84 ellipsoid
Public fieldmNameOptional name of control point
Top
See Also