Click or drag to resize

GM_GroundControlPoint_t Structure

This type is used when rectifying imagery

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_GroundControlPoint_t

The GM_GroundControlPoint_t type exposes the following members.

Fields
  NameDescription
Public fieldGroundX
x ground coordinate of GCP (in provided projection)
Public fieldGroundY
y ground coordinate of GCP (in provided projection)
Public fieldPixelX
x pixel coordinate of GCP
Public fieldPixelY
y pixel coordinate of GCP (top is 0, increases down)
Top
See Also