GM_GroundControlPoint_t Structure
This type is used when rectifying imagery

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    struct
                                    GM_GroundControlPoint_t
                                

The GM_GroundControlPoint_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
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