Click or drag to resize

GM_GroundControlPoint_t Structure

This type is used when rectifying imagery

Namespace:  GlobalMapper.Types
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 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