GM_DatumInfo_t Structure
This type represents information about a datum

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
Copy
public struct GM_DatumInfo_t

The GM_DatumInfo_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 fieldmDatumName
Name of datum
Public fieldmDeltaX
Delta X in meters
Public fieldmDeltaY
Delta Y in meters
Public fieldmDeltaZ
Delta Z in meters
Public fieldmEllipsoidName
Name of ellipsoid this datum is based on
Public fieldmMethod
Transformation method
Public fieldmPrimeMeridian
Prime meridian for datum (0.0 for Greenwich)
Public fieldmPrimeMeridianName
Optional name of prime meridian
Public fieldmRotX
Rotation in X in arc seconds (GM_Datum_BursaWolfe only)
Public fieldmRotY
Rotation in Y in arc seconds (GM_Datum_BursaWolfe only)
Public fieldmRotZ
Rotation in Z in arc seconds (GM_Datum_BursaWolfe only)
Public fieldmScale
Scale factor (GM_Datum_BursaWolfe only)
Public fieldmSemiMajor
Ellipsoid semi-major axis (output only)
Public fieldmSemiMinor
Ellipsoid semi-major axis (output only)
Top
See Also